@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual2.css";

/* Webフォント読込サンプル */
/*

*/
@font-face {
  font-family: "din1451alt";
  src: url(css/fonts/din1451alt.woff2) format("woff2"),
  url(css/fonts/din1451alt.woff) format("woff"),
  url(css/fonts/din1451alt.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "impact";
  src: url(css/fonts/impact.woff2) format("woff2"),
  url(css/fonts/impact.woff) format("woff"),
  url(css/fonts/impact.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  padding-top: 82px;
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #181818;
  line-break: anywhere;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
}
.pg_header .tt1{
  font-size: 30px;
  color: #FFF;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
header .desc{
  font-size: 14px;
  padding: 0 25px;
  background: #ffffff;
  font-weight: 400;
}
header .hdr1{
  padding: 19px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #000000;
}
header .hdr1 .hdr_logo img{
  width: 184px;
}
header .hdr1 .hdr_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header .hdr1 .hdr_contact a:not(.gnav_open){
  width: 165px;
  font-size: 14px;
  padding: 6px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}
header .hdr1 .hdr_contact a:not(.gnav_open) i{
  margin-right: 5px;
}
header .hdr1 .hdr_contact a + a{
  margin-left: 10px;
}
.hdr_link1{
  background: #eeeeee;
}
.hdr_link2{
  background: #448aca;
  color: #ffffff;
}
.hdr_link3{
  background: #638c0b;
  color: #ffffff;
}
header .hdr1 .hdr_contact .gnav_open{
  font-size: 12px;
  margin-left: 15px;
  margin-right: 10px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
header .hdr1 .hdr_contact .gnav_open i{
  font-size: 32px;
  display: block;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  width: 100%;
  overflow-y: hidden;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  opacity: 0;
  position: fixed;
  top: 100%;
  left: 0;
  background: rgba(0,0,0,0.7);
}
.gnav.active{
  opacity: 1;
  position: absolute;
  left: 0;
  top: 100%;
}
.gnav > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 14.28%;
  position: relative;
  border-bottom: 1px solid #666;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 5px;
}
.gnav li a:hover{
  background: #333;
  opacity: 1;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  height: 500px;
  
  background: #CCC;
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  padding: 50px 0 0;
  margin-top: 200px;
  background: #000000;
  text-align: center;
}

footer .ftr1{
  margin-bottom: 30px;
}
footer .ftr_logo{
  margin-bottom: 45px;
}
footer .ftr_logo img{
  width: 195px;
}
footer .ftr_links{
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .ftr_links li{
  border-left: 1px solid;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 0 24px;
  color: #ffffff;
  letter-spacing: 0.2em;
}
footer .ftr_links li:first-child{
  border-left: 0;
}

footer .copy{
  margin-top: 80px;
  text-align: center;
  font-size: 14px;
  padding: 17px 0;
  color: #ffffff;
  border-top: 1px solid;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 11px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 20%;
}
.footer_fix ul li.btn2{
  width: 20%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px 0 5px;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li .ftr_link1{
  background: #eeeeee;
  color: #181818;
}
.footer_fix ul li .ftr_link2{
  background: #448aca;
  color: #ffffff;
}
.footer_fix ul li .ftr_link3{
  background: #638c0b;
  color: #ffffff;
}
.footer_fix ul li .ftr_link4{
  background: #434343;
  color: #ffffff;
}
.footer_fix ul li a i{
  font-size: 16px;
  display: block;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{
  
}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  
  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}

.breadcrumb_wrap{
  padding: 0 10px;
  margin-top: 10px;
}

@media (min-width:1200px){
  .breadcrumb_wrap{
    padding: 0 50px;
  }
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 5px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 20px;
}
.breadcrumb li a:after{
  content: "＞";
  font-size: 13px;
  /*content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;*/
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.breadcrumb li:first-child a{
  /*padding-left: 15px;*/
}
/*.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.619;
  text-align: center;
  margin-bottom: 20px;
}
.tt2 em{
  font-size: 40px;
  font-weight: 400;
  font-family: "impact";
  letter-spacing: 0.075em;
  line-height: 1;
  display: block;
}
.tt2 .sub{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.075em;
  display: block;
  margin-top: 5px;
  padding-bottom: 10px;
}

.tt2.md{
  font-size: 24px;
}
.tt2.lg{
  font-size: 35px;
}
.tt2:after{
  content: "";
  display: block;
  width: 200px;
  height: 6px;
  background-image: url('/img/tt2_bdr.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px auto 0;
}
.tt2.noBdr{
  
}
.tt2.noBdr:after{
  display: none;
}

.tt2.mb10{
  margin-bottom: 10px;
}
.tt2.mb30{
  margin-bottom: 30px;
}
.tt2.mb35{
  margin-bottom: 35px;
}
.tt2.mb40{
  margin-bottom: 40px;
}
.tt2.mb50{
  margin-bottom: 50px;
}
.tt2.mb60{
  margin-bottom: 60px;
}
.tt2.mb100{
  margin-bottom: 100px;
}

.tt3{
  
}
.tt3 span{
  
}
.tt4{
  
}
.tt4 span{
  
}
.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 9px 0;
  border-radius: 24px;
  background: #0075a9;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  padding-top: 80px;
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  /*margin-top: 100px;*/
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000;
  background-image: url('/img/home/bg1_left.png'), url('/img/home/bg1_right.png');
  background-repeat: no-repeat;
  background-position: calc(50% - 732px) center, calc(50% + 495px) center;
  min-height: 750px;
}
.pg_home .section#sec3{
  margin-top: 100px;
  
}
.pg_home .section#sec4{
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 80px;
  background: #eeeeee;
}
.pg_home .section#sec5{
  margin-top: 100px;
}
.pg_home .section#sec6{
  margin-top: 120px;
}
.pg_home .section#sec7{
  margin-top: 115px;
}

.home_tt1{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.075em;
  position: relative;
  margin-bottom: 75px;
}
.home_tt1 em{
  font-size: 0.8571em;
  color: #0075a9;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* バナー */
.home_bn_items1{
  margin-bottom: 100px;
}
.home_bn_items1 .item{
  
}
.home_bn_items2{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.home_bn_items2 li{
  width: 33.333%;
  padding: 0 18px;
}
.home_bn_items2 li a{
  display: block;
}

.home_bn_items3{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
  justify-content: center;
}
.home_bn_items3 li{
  width: 50%;
  padding: 0 25px;
}
.home_bn_items3 li a{
  display: block;
}

/**/
.home_stretch_msg{
  color: #FFF;
  margin-bottom: 60px;
}
.home_stretch_msg .title{
  
}
.home_stretch_msg .txt{
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
}

.home_stretch_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.home_stretch_items .item{
  /*width: 33.333%;*/
  width: 350px;
  height: 303px;
  margin: 0 -6px;
  padding-left: 0px;
  padding-right: 0px;
}
.home_stretch_items .item:nth-child(n+4){
  margin-top: 30px;
}
.home_stretch_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  height: 100%;
  background-image: url('/img/home/stretch_items_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.home_stretch_items .item .inner .box{
  padding-top: 15px;
}
.home_stretch_items .item .icon{
  margin: 10px 0;
}
.home_stretch_items .item .num{
  font-size: 68px;
  font-family: "din1451alt";
  line-height: 1;
  color: #0075a9;
  position: absolute;
  top: -6px;
  left: 30px
}
.home_stretch_items .item .title{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #0075a9;
}
.home_stretch_items .item .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.733;
}

/**/
.home_stretch_contents{
  
}
.home_stretch_contents .item{
  
}
.home_stretch_contents .item+.item{
  margin-top: 85px;
}
.home_stretch_contents .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_stretch_contents .item .box1{
  width: 47.32%;
}
.home_stretch_contents .item .box2{
  width: 47.76%;
  padding-top: 23px;
  padding-bottom: 80px;
  position: relative;
  
}

.home_stretch_contents .item .title{
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #0075a9;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.home_stretch_contents .item .txt{
  letter-spacing: 0.075em;
  line-height: 2;
}
.home_stretch_contents .item .read_more{
  position: absolute;
  right: 0;
  bottom: 28px;
}

.pg_home .section#sec8{
  padding: 150px 0 0;
}
.pg_home .section#sec8 .responsive_video{
  margin-bottom: 50px;
}
.text_wrapper{  
  padding: 40px 15px 0;
  position: relative;
  border: 5px solid;
}
.text_wrapper_in{
  overflow: hidden;  
}
.home_flow{
  max-width: 800px;
  height: 350px;
  margin: 0 auto;
  text-align: center;
}
.show_more{  
  font-size: 20px;
  color: #181818;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 118px;
  padding-top: 70px;
  text-align: center;
  line-height: 30px;
  /*background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);*/
  cursor: pointer;
  transition: bottom 0.2s;
  text-align: center;
  font-weight: 500;
}
.show_more p{
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  padding: 9px 0;
  border-radius: 24px;
  background: #0075a9;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.show_more.active {
}

.pg_home .section#sec9{
  padding: 150px 0 120px;
}
.home_point{
  margin: 0 -15px;
}
.home_point .item{
  width: 33.33%;
  padding: 0 15px;
}
.home_point .item:nth-child(n+4){
  width: 50%;
  margin-top: 40px;
}
.home_point .img{
  max-width: 350px;
  margin: 20px auto 0;
  border: 1px solid #ddd;
}
.home_point .item.flex{
  align-items: flex-start;
}
.home_point .item.flex .img{
  width: 40%;
  order: 1;
  margin-top: 0;
}
.home_point .item.flex .txt{
  width: 60%;
  padding-left: 10px;
  order: 2;
}
.home_point .text {
  margin-top: 10px;
}
.home_point .point {
  font-size: 16px;
  margin-right: 10px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  color: #0075a9;
}
.home_point .point span{
  font-size: 40px;
  display: block;
  font-weight: 700;
}
.home_point .ttl_box{
  padding-bottom: 10px;
  align-items: center;
  border-bottom: 1px solid #0075a9;
}
.home_point .ttl{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}

.ceo_greeting .img{
  width: 45%;
  margin-bottom: 20px;
  text-align: center;
}
.ceo_greeting .txt{
  width: 55%;
  padding-left: 20px;
}
.ceo_greeting .txt p + p{
  margin-top: 15px;
}
.pg_home .section#sec10 .right{
  font-size: 20px;
  margin-top: 15px;
  text-align: right;
  font-weight: 500;
}

@media (min-width:768px){
  .home_stretch_contents .item:nth-child(even) .box1{
    order: 2;
  }
  .home_stretch_contents .item:nth-child(even) .box2{
    order: 1;
  }
  
}
  

/* オススメメニュー */
.home_menu_tbl{
  background: #FFF;
  margin-bottom: 60px;
}
.home_menu_tbl th,
.home_menu_tbl td{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid #000;
  padding: 11px 10px;
}
.home_menu_tbl th{
  background: #535353;
  color: #FFF;
}
.home_menu_tbl td{
  
}
.home_menu_tbl .first{
  color: #c30202;
}

/* NEWS */
.news_items{
  
}
.news_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px dotted #6f6f6f;
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 1;
}
.news_items .item + .item{
  
}
.news_items .item .date{
  width: 125px;
  margin-right: 40px;
  border-right: 1px solid;
}
.news_items .item .title{
  width: calc(100% - 125px - 40px);
}
.news_items .item .title a{
  display: block;
}
.news_items + .read_more{
  margin-top: 60px;
}

/* MAGAZINE */
.magazine_items{
  
}
.magazine_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.magazine_items .item{
  width: 25%;
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.magazine_items .item:nth-child(n+5){
  margin-top: 30px;
}
.magazine_items .item .inner{
  height: 100%;
  padding: 4px;
  border: 1px solid #d2d2d2;
}
.magazine_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.magazine_items .item .img:before{
  content: "";
  display: block;
  padding-top: 67.92%;
}
.magazine_items .item .img img{
  
}
.magazine_items .item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.625;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.magazine_items .item .txt{
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 1.733;
}
.magazine_items .item .link{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: right;
  margin-top: 12px;
}

.magazine_items + .read_more{
  margin-top: 60px;
}



/* **********************************
 *  NEWS
 * ********************************* */
.pg_news{
  
}
.pg_news .section#sec1{
  
}

.news_list_items{
  
}
.news_list_items .item{
  border-top: 1px solid #d6d6d6;
  padding: 18px 20px 10px;
}
.news_list_items .item:last-child{
  border-bottom: 1px solid #d6d6d6;
}
.news_list_items .item .date{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.news_list_items .item .title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  position: relative;
}
.news_list_items .item .title:after{
  content: "";
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.news_list_items .item .txt{
  display: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
}

.news_list_items .item.on .title:after{
  content: "\f068";
}
.news_list_items .item.on .txt{
  /*display: block;*/
}

/* **********************************
 *  MAGAZINE
 * ********************************* */
.pg_magazine1{
  
}
.pg_magazine1 .section#sec1{
  
}

/* 一覧ページ用 */
.magazine_list_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.magazine_list_items .item{
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 30px;
}
.magazine_list_items .item.wide{
  width: 100%;
}
.magazine_list_items .item .inner{
  height: 100%;
}
.magazine_list_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 20px;
}
.magazine_list_items .item .img:before{
  content: "";
  display: block;
  padding-top: 53.57%;
}
.magazine_list_items .item .img img{
  
}
.magazine_list_items .item .date{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #404040;
}
.magazine_list_items .item .title{
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  color: #404040;
}
.magazine_list_items .item .txt{
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  color: #404040;
}


/* **********************************
 *  MAGAZINE(詳細)
 * ********************************* */
.pg_magazine2{
  
}
.pg_magazine2 .section#sec1{
  
}

.at-share-btn-elements{
  
}

#toc_container{
  background: #ececec;
  width: 620px;
  max-width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  text-align: center;
}
#toc_container p.toc_title{
  font-size: 21px;
  font-weight: 900;
}
#toc_container .toc_list{
  display: inline-block;
  text-align: left;
}

/* 詳細 */
.magazine_detail{
  margin-top: 50px;
  letter-spacing: 0.075em;
}
.magazine_detail .thumb{
  margin-bottom: 20px;
  text-align: center;
}
.magazine_detail .thumb img{
  width: auto;
}
.magazine_detail .date{
  font-size: 15px;
  font-weight: 500;
}
.magazine_detail .title{
  font-size: 21px;
  font-weight: 900;
  color: #404040;
}
.magazine_detail .desc{
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  /*letter-spacing: 0.03em;*/
}

.magazine_detail .at-share-btn-elements{
  margin-bottom: 50px;
}

.magazine_detail .page-archive{
  
}
.magazine_detail .page-archive a{
  display: block;
  font-weight: 500;
  border: 1px solid #a3a4a5;
  text-align: center;
  padding: 8px;
}


/* **********************************
 *  TOP Stretch-1st-とは
 * ********************************* */
.pg_about{
  
}
.pg_about .section#sec1{
  
}
.pg_about .section#sec2{
  
}
.pg_about .section#sec3{
  
}

.about_contents_wrap{
  padding-top: 50px;
  padding-bottom: 25px;
}
.about_contents_wrap + .about_contents_wrap{
  margin-top: 30px;
  padding-top: 75px;
  border-top: 1px solid #898989;
}

.about_tt1{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.666;
  text-align: center;
  margin-bottom: 30px;
}

/* mv */
.about_mv{
  
}
.about_mv .inner{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.about_mv .img{
  
}
.about_mv .txt{
  margin-top: 20px;
  letter-spacing: 0.075em;
}

/* 特徴 */
.about_tokucho_items{
  
}
.about_tokucho_items .item{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 20px 25px 25px;
  border: 1px solid #898989;
}
.about_tokucho_items .item + .item{
  margin-top: 30px;
}
.about_tokucho_items .item .head{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
.about_tokucho_items .item .head .num{
  font-size: 48px;
  font-weight: 400;
  font-family: "din1451alt";
  letter-spacing: 0.075em;
  line-height: 1;
  position: absolute;
  left: 0;
  padding-right: 25px;
}
.about_tokucho_items .item .head .num:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  /*height: 25px;*/
  height: 0.52em;
  background: #313131;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.about_tokucho_items .item .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_tokucho_items .item .inner .box1{
  width: 56.29%;
}
.about_tokucho_items .item .inner .box2{
  width: 39.73%;
}
.about_tokucho_items .item .inner .txt{
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2;
}

/* 違い */
.difference_wrap{
  width: 800px;
  max-width: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.difference_wrap .box1{
  width: 50%;
}
.difference_wrap .box2{
  width: 46.25%;
}
.difference_wrap .txt{
  font-size: 15px;
  line-height: 2;
}

.difference_tbl{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

.difference_tbl th,
.difference_tbl td{
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
}
.difference_tbl th{
  font-size: 15px;
  color: #FFF;
  padding: 4px 5px;
}
.difference_tbl td{
  padding-top: 20px;
}
.difference_tbl .th1{
  background: #313131;
  
}
.difference_tbl .th2{
  background: #a40000;
}
.difference_tbl .td1{
  
}
.difference_tbl .td2{
  background: #fbefef;
}
.difference_tbl td .title{
  font-size: 16px;
  position: absolute;
  top: 65px;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 2;
}

.difference_tbl tbody tr:first-child td{
  padding-top: 35px;
}


/**/
.difference_arr{
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.difference_after{
  text-align: center;
}
.difference_after .txt{
  letter-spacing: 0.075em;
}
.difference_after .img{
  margin-top: 20px;
}

/* キャンペーン */
.about_campaign{
  text-align: center;
}
.about_campaign .txt{
  letter-spacing: 0.075em;
}
.about_campaign .img{
  margin-top: 20px;
}


/* **********************************
 *  店舗一覧
 * ********************************* */
.pg_access1{
  
}
.pg_access1 .section#sec1{
  
}
.pg_access1 .tt2{
  margin-bottom: 55px;
}

.access_shop_wrap{
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
.access_shop_wrap + .access_shop_wrap{
  margin-top: 20px;
}
.access_shop_wrap .title{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #000;
  border-bottom: 2px solid;
  margin-bottom: 3px;
}
.access_shop_wrap .list{
  
}
.access_shop_wrap .list li{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #898989;
}
.access_shop_wrap .list li a{
  display: block;
  position: relative;
}
.access_shop_wrap .list li a:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* 詳細 */
.pg_access2{
  
}
.pg_access2 .section#sec1{
  
}
.pg_access2 .section#sec2{
  margin-top: 85px;
}

.pg_access2 .tt2{
  margin-bottom: 70px;
}
.pg_access2 .center{
  margin-bottom: 30px;
}

.access_detail_wrap{
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
.access_detail_wrap .map{
  
}
.access_detail_wrap .map iframe{
  width: 100%;
  height: 360px;
  border: 0;
}
.access_detail_wrap .addr{
  margin-top: 15px;
}
.access_detail_wrap .tel{
  
}
.access_detail_wrap .tel a{
  margin-left: 20px;
}
.access_detail_wrap .root{
  margin-top: 30px;
}
.access_detail_wrap .txt{
  margin-top: 30px;
  letter-spacing: 0.08em;
}

.access_detail_wrap2{
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
.access_reserve_bn{
  
}
.access_reserve_bn + .access_reserve_bn{
  margin-top: 35px;
}
.access_reserve_bn .txt{
  letter-spacing: 0.075em;
}
.access_reserve_bn .img{

}
.access_detail_wrap2 .about_campaign{
  margin-top: 60px;
}
.access_detail_wrap2 .about_campaign .txt{
  letter-spacing: 0.075em;
  line-height: 1.55;
}


/* **********************************
 *  料金
 * ********************************* */
.pg_menu{
  
}
.pg_menu .section#sec1{
  
}

.menu_price_tbl{
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
  table-layout: auto;
}
.menu_price_tbl + .menu_price_tbl{
  margin-top: 60px;
}
.menu_price_tbl th,
.menu_price_tbl td{
  border: 1px solid #838282;
  letter-spacing: 0.075em;
  padding: 9px 5px;
}
.menu_price_tbl th{
  font-size: 18px;
  font-weight: 700;
  background: #181818;
  color: #ffffff;
  
}
.menu_price_tbl td{
  font-size: 16px;
  font-weight: 500;
}
.menu_price_tbl .th1{
  
}
.menu_price_tbl .td1{
  /*width: 80px;*/
  width: 40%;
  text-align: center;
  background: #f2f2f2;
}
.menu_price_tbl .td2{
  padding-left: 18px;
  padding-right: 10px;
}
.menu_price_tbl .td3{
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.menu_price_tbl .td4{
  /*width: 98px;*/
  width: 32%;
  text-align: center;
  background: #f2f2f2;
}
.menu_price_tbl .td5{
  width: 340px;
  text-align: center;
}
.menu_price_tbl .red{
  color: #cf0000;
}
.menu_price_tbl .box{
  /*display: flex;
  flex-wrap: wrap;*/
}

.menu_price_tbl .box .price{
  width: 182px;
  margin: 0 auto;
  text-align: right;
}
.menu_price_tbl .box .price .taxin{
  display: inline-block;
  width: 96px;
  margin-left: 10px;
  font-size: 12px;
}
.menu_price_tbl th .txt{
  /*width: calc(100% - 182px - 13px);*/
  /*width: calc(100% - 250px);*/
  font-size: 14px;
  padding-top: 5px;
  border-top: 1px dashed;
  margin-top: 10px;
}
.menu_price_tbl td .txt{
  /*width: calc(100% - 182px - 13px);*/
  /*width: calc(100% - 250px);*/
  font-size: 14px;
  text-align: center;
  color: #181818;
}
.menu_price_tbl td .price2_txt {
  font-size: 14px;
}

/* 回数券 */
.menu_price_tbl .price2{
  line-height: 1.25;
  border-bottom: 1px dashed #5c5c5c;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.menu_price_tbl .price2 .taxin,
.menu_price_tbl .price3 .taxin{
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.menu_price_tbl .price3{
  line-height: 1.25;
}

/* 注意事項 */
.menu_notice{
  width: 725px;
  max-width: 100%;
  margin: 40px auto 0;
}
.menu_notice h3{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 30px;
}
.menu_notice ul{
  
}
.menu_notice ul li{
  position: relative;
  padding-left: 2.2em;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.4285;
}
.menu_notice ul li:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* **********************************
 *  トレーナー紹介
 * ********************************* */
.pg_trainer{
  
}
.pg_trainer .section#sec1{
  
}
.pg_trainer .section#sec2{
  margin-top: 115px;
}
.pg_trainer .section#sec3{
  margin-top: 75px;
}

/* About */
.trainer_about_wrap{
  display: flex;
  flex-wrap: wrap;
  background: #434343;
  color: #FFF;
}
.trainer_about_wrap .box1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 10px;
  background-image: url('/img/trainer/about_bg.jpg?2');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.trainer_about_wrap .box2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 580px;
  padding: 30px;
  
}
.trainer_about_wrap .box2 .inner{
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.trainer_about_wrap .title{
  text-align: center;
  margin-bottom: 30px;
}
.trainer_about_wrap .title em{
  font-size: 40px;
  font-weight: 400;
  font-family: "impact";
  line-height: 1;
  display: block;
}
.trainer_about_wrap .title .sub{
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.trainer_about_wrap .txt{
  letter-spacing: 0.075em;
}

/*  */
.trainer_member_wrap{
  color: #FFF;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
}
.trainer_member_wrap:after{
  content: "";
  background: #434343;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.trainer_member_wrap .head{
  text-align: center;
  margin-bottom: 45px;
}

/**/
.trainer_member_items{
  
}
.trainer_member_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -32.5px;
  margin-right: -32.5px;
}
.trainer_member_items .item{
  width: 33.333%;
  padding-left: 32.5px;
  padding-right: 32.5px;
}
.trainer_member_items .item:nth-child(n+4){
  margin-top: 80px;
}
.trainer_member_items .item .inner{
  height: 100%;
}
.trainer_member_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.trainer_member_items .item .img:before{
  content: "";
  display: block;
  padding-top: 110.60%;
}

.trainer_member_items .item .title{
  font-size: 18px;
  letter-spacing: 0.075em;
  margin-top: 5px;
}
.trainer_member_items .item .shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: 0.075em;
  margin-top: 13px;
}
.trainer_member_items .item .shop_name{
  font-size: 15px;
}
.trainer_member_items .item .shop_link{
  font-size: 14px;
  /*text-decoration: underline;*/
}
.trainer_member_items .item .shop_link a{
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

/*  */
.trainer_list_msg{
  font-size: 18px;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 45px;
}

.trainer_list_items{
  
}
.trainer_list_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
  margin-right: -13px;
}
.trainer_list_items .item{
  width: 25%;
  padding-left: 13px;
  padding-right: 13px;
}
.trainer_list_items .item:nth-child(n+5){
  margin-top: 30px;
}
.trainer_list_items .item .inner{
  height: 100%;
}
.trainer_list_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.trainer_list_items .item .img:before{
  content: "";
  display: block;
  padding-top: 150%;
}
.trainer_list_items .item .img img{
  
}
.trainer_list_items .item .title{
  position: absolute;
  top: 15px;
  left: 15px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  text-shadow: 0 0 5px #000;
  color: #FFF;
}
.trainer_list_items .item .title span{
  display: block;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
.trainer_list_items .item .title span.ja{
  font-size: 30px;
}
.trainer_list_items .item .title span.en{
  font-size: 12px;
}

/* ポップアップ */
.trainer_popup{
  display: flex;
  flex-wrap: wrap;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.trainer_popup .box1{
  width: 43.75%;
  background: #626262;
  color: #FFF;
  padding: 25px;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
.trainer_popup .box2{
  width: 56.25%;
  min-height: 710px;
  background: #FFFFFF;
  padding: 55px 30px 30px;
}
.trainer_popup .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 10px;
}
.trainer_popup .img:before{
  content: "";
  display: block;
  padding-top: 116.666%;
}

.trainer_popup .shop_name{
  font-size: 15px;
}
.trainer_popup .name_ja{
  font-size: 20px;
  margin-top: 5px;
}
.trainer_popup .name_en{
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 30px;
}
.trainer_popup .prof{
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  font-size: 15px;
  padding-bottom: 9px;
}
.trainer_popup .prof + .prof{
  margin-top: 10px;
}
.trainer_popup .prof dt{
  margin-right: 5px;
}
.trainer_popup .prof dd{
  
}

.trainer_popup .comment1{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.625;
}
.trainer_popup .comment2{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2.25;
  margin-top: 35px;
}

/* **********************************
 * 導入実績 
 * ********************************* */
.pg_cases{
  
}
.pg_cases .section#sec1{
  
}
.pg_cases .section#sec2{
  margin-top: 50px;
}

.cases_list_wrap{
  padding-top: 80px;
  padding-bottom: 120px;
  border-top: 1px solid #838282;
}
.cases_list_wrap:last-child{
  border-bottom: 1px solid #838282;
}
.cases_head{
  text-align: center;
  margin-bottom: 50px;
}
.cases_head .title{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.cases_head .txt{
  
}

/**/
.cases_list_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.cases_list_items .item{
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
}
.cases_list_items .item .inner{
  height: 100%;
}
.cases_list_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cases_list_items .item .img:before{
  content: "";
  display: block;
  padding-top: 75%;
}

.cases_list_items .item .meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  letter-spacing: 0.075em;
}
.cases_list_items .item .meta .box1{
  width: calc(100% - 78px - 35px);
}
.cases_list_items .item .meta .box2{
  width: 78px;
}
.cases_list_items .item .meta .category{
  border-bottom: 1px solid #000;
  font-size: 12px;
  padding-left: 8px;
  padding-bottom: 10px;
}
.cases_list_items .item .meta .title{
  font-size: 15px;
  padding-left: 8px;
  margin-top: 10px;
}
.cases_list_items .item .meta .title_s{
  font-size: 14px;
  border-bottom: 1px solid #000;
  padding-left: 8px;
  padding-bottom: 5px;
}
.cases_list_items .item .meta .more{
  display: block;
  border: 1px solid #838282;
  font-size: 15px;
  text-align: center;
}

/* カテゴリ： 愛用者 */
.cases_list_items.user{
  margin-left: -10px;
  margin-right: -10px;
}
.cases_list_items.user .item{
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 42px;
  border-bottom: 1px solid #9e9e9e;
}
.cases_list_items.user .item .inner{
  
}
.cases_list_items.user .item .img:before{
  padding-top: 50%;
}
.cases_list_items.user .item:nth-child(n+4){
  margin-top: 50px;
}

/* カテゴリ： トレーナー派遣 */
.cases_list_items.teacher{
  margin-left: -20px;
  margin-right: -20px;
}
.cases_list_items.teacher .item{
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.cases_list_items.teacher .item .inner{
  
}
.cases_list_items.teacher .item .img:before{
  padding-top: 29.62%;
}
.cases_list_items.teacher .item:nth-child(n+3){
  margin-top: 30px;
}

/* カテゴリ： 企業 */
.cases_list_items.company{
  margin-left: -10px;
  margin-right: -10px;
}
.cases_list_items.company .item{
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid #9e9e9e;
}
.cases_list_items.company .item .inner{
  
}
.cases_list_items.company .item .img:before{
  padding-top: 50%;
}
.cases_list_items.company .item:nth-child(n+4){
  margin-top: 50px;
}

/**/
.cases_contact_links{
  display: flex;
  flex-wrap: wrap;
}
.cases_contact_links li{
  width: 50%;
  padding: 0 25px;
}
.cases_contact_links li a{
  display: block;
  letter-spacing: 0.075em;
  color: #0075a9;
  border: 1px solid #9e9e9e;
  padding: 7px;
  text-align: center;
}

.cases_approach_wrap{
  margin-top: 50px;
}
.cases_approach_wrap .txt{
  line-height: 2.125;
  text-align: center;
}
.cases_approach_wrap .img{
  text-align: center;
  margin-top: 30px;
}

.case_search_shop{
  margin-top: 80px;
}
.case_search_shop a{
  display: block;
  font-weight: 500;
  letter-spacing: 0.075em;
  border: 1px solid #9e9e9e;
  padding: 20px 10px;
  text-align: center;
}

/* **********************************
 *  
 * ********************************* */
.pg_cases2{
  
}
.pg_cases2 .section#sec1{
  
}
.pg_cases2 .section#sec2{
  
}

.cases_main_wrap,
.cases_body_wrap{
  width: 780px;
  max-width: 100%;
  margin: 0 auto;
}
.cases_hr{
  margin: 60px 0;
}

.cases_main_wrap{
  
}
.cases_main_wrap .img{
  text-align: center;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cases_main_wrap .img:before{
  display: block;
  content: "";
  padding-top: 66.02%;
}
.cases_main_wrap .title{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.cases_main_wrap .txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
}


/**/
.block_item{
  
}
.block_item + .block_item{
  margin-top: 50px;
}

/* ブロック: 見出し+テキスト */
.block_text1{
  
}
.block_text1 .title{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.block_text1 .title:after{
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #838282;
  font-weight: 500;
  margin-bottom: 7px;
}
.block_text1 .txt{
  line-height: 2;
}

/* ブロック: 画像 */
.block_image1{
  
}
.block_image1 .images{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.block_image1 .images .img{
  width: 50%;
  padding: 10px 10px;
}

/* ブロック: ギャラリー */
.block_gallery{
  
}


/* **********************************
 *  よくある質問
 * ********************************* */
.pg_faq{
  
}
.pg_faq .section#sec1{
  
}


.faq_items{
  padding: 0 30px;
}
.faq_items dl{
  border-top: 1px solid #898989;
}
.faq_items dl:last-child{
  border-bottom: 1px solid #898989;
}
.faq_items dl+dl{
  
}
.faq_items dl dt,
.faq_items dl dd{
  padding: 14px 20px;
}
.faq_items dl dt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding-left: 50px;
  position: relative;
  cursor: pointer;
}
.faq_items dl dt:after{
  content: "";
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faq_items dl dt span{
  position: absolute;
  left: 20px;
}

.faq_items dl dd{
  display: none;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2;
  border-top: 1px solid #898989;
}
.faq_items dl dd a{
  color: #448aca;;
}

.faq_items dl.on dt:after{
  content: "\f068";
}

/* **********************************
 * 採用情報 
 * ********************************* */
.pg_recruit0{
  
}
.pg_recruit0 .section#sec1{
  
}

.recruit_mv{
  background-image: url('/img/recruit/recruit_head_bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 70px;
}
.recruit_mv .inner{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1270px;
  height: 530px;
  padding-bottom: 100px;
  margin: 0 auto;
}

.recruit_wish{
  text-align: center;
}
.recruit_wish .img{
  
}
.recruit_wish .txt{
  letter-spacing: 0.075em;
  margin-top: 25px;
}

.recruit_wish_btns{
  display: flex;
  justify-content: space-between;
  width: 720px;
  max-width: 100%;
  margin: 50px auto ;
}
.recruit_wish_btns a{
  width: 245px;
  margin: 0 10px;
  padding: 12px 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.recruit_wish_btns .btn1{
  background-color: #6ee5ff;
}
.recruit_wish_btns .btn2{
  background-color: #6e9aff;
}


/* **********************************
 * 採用情報 (新卒)
 * ********************************* */

.pg_header.recruit1{
  background: url(/wp-content/uploads/2022/06/pc01.jpg) no-repeat center / cover;
}
.pg_header.recruit1 .container{
  height: 710px;
}

.pg_recruit1{
  
}
.pg_recruit1 .section#sec1{
  padding-top: 60px;
  padding-bottom: 80px;
}
.pg_recruit1 .section#sec2{
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 85px;
}
.pg_recruit1 .section#sec3{
  padding-top: 50px;
  padding-bottom: 100px;
}
.pg_recruit1 .section#sec4{
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 60px;
}
.pg_recruit1 .section#sec5{
  padding-top: 75px;
  padding-bottom: 100px;
}
.pg_recruit1 .section#sec6{
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}
.pg_recruit1 .section#sec7{
  padding-top: 75px;
  padding-bottom: 90px;
}
.pg_recruit1 .section#sec8{
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.pg_recruit1 .section#sec9{
  padding-top: 40px;
  padding-bottom: 90px;
}

.pg_recruit1 .container{
  width: 990px;
  max-width: 100%;
  margin: 0 auto;
  
}
.pg_recruit1 .container_s{
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.pg_recruit1 .container_m{
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.recruit1_mv{
  
}

.recruit1_tt1{
  font-size: 36px;
  letter-spacing: 0.075em;
  line-height: 1.80;
  text-align: center;
  margin-bottom: 45px;
}
.recruit1_txt1{
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 0 40px;
}
.recruit1_txt1:not(.center){
  text-align: left;
  display: inline-block;
}
.recruit1_txt1 .title{  
  font-size: 20px;
  margin: 35px 0 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit1_txt1 .title span{
  padding: 0 10px 2px;
  background: -moz-linear-gradient(top, transparent 0%, transparent 69%, rgba(0,117,168,0.5) 69%, rgba(0,117,168,0.5) 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%,transparent 69%,rgba(0,117,168,0.5) 69%,rgba(0,117,168,0.5) 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%,transparent 69%,rgba(0,117,168,0.5) 69%,rgba(0,117,168,0.5) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.recruit1_txt1 .title:first-child{
  margin-top: 0;
}
.recruit1_txt1 .large_title {
  font-size: 34px;
  letter-spacing: 0.075em;
  line-height: 1.80;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 50px;
  font-weight: 700;
}
.recruit1_txt1 .img{
  max-width: 640px;
  margin: 10px auto;
  text-align: center;
}
.two_imgs{
  max-width: 640px;
  margin: 0 auto;
}
.two_imgs .img{
  width: 49%;
  /*padding: 0 8px;*/
}
.two_imgs .img + .img{
  margin-left: 2%;
}

.recruit1_about_wrap{
  margin-top: 130px;
}
.recruit1_about_wrap .txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 0 40px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.recruit1_about_wrap .imgs{
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  margin: 0 -15px;
  margin-top: 15px;
}
.recruit1_about_wrap .imgs .item{
  padding: 0 15px;
}


/* 研修制度 */
.recruit1_kenshu{
  
}
.recruit1_kenshu .img{
  margin-bottom: 20px;
}
.recruit1_kenshu .txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 0 40px;
  margin-top: 20px;
}

.recruit1_kenshu_flow{
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 85px 80px;
  margin-top: 45px;
  background: #5c5c5c;
}
.recruit1_kenshu_flow .title{
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
}
.recruit1_kenshu_flow .title span{
  display: block;
  width: 320px;
  margin: 0 auto;
  padding-bottom: 5px;
  border-bottom: 5px solid;
}
.recruit1_kenshu_flow .items{
  display: flex;
  justify-content: space-between;
}
.recruit1_kenshu_flow .items .item{
  width: 222px;
  margin: 0 10px;
}


/*  */
.recruit1_stepup_flow_wrap{
  
}
.recruit1_stepup_flow_wrap .flow_txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 0 40px;
}
.recruit1_stepup_flow_wrap .flow_image{
  margin-top: 30px;
  margin-bottom: 28px;  
  text-align: center;
}

.recruit1_stepup_flow_items{
  display: flex;
  justify-content: space-between;
}
.recruit1_stepup_flow_items .box{
  margin: 0 10px;
}
.recruit1_stepup_flow_items .category{
  background-image: url('/img/recruit1/stepup_flow_bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFF;
  margin-bottom: 38px;
}
.recruit1_stepup_flow_items .category span{
  
}
.recruit1_stepup_flow_items .item{
  
}
.recruit1_stepup_flow_items .item + .item{
  margin-top: 30px;
}
.recruit1_stepup_flow_items .item .img{
  
}
.recruit1_stepup_flow_items .item .txt{
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.375;
  text-align: center;
  color: #0075a9;
}

/**/
.recruit1_top_trainer_wrap{
  
}
.recruit1_top_trainer_wrap .txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 25px;
}
.recruit1_top_trainer_wrap .items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 776px;
  width: 812px;
  max-width: 100%;
}
.recruit1_top_trainer_wrap .items .item{
  width: 50%;
  padding: 0 18px;
}
.recruit1_top_trainer_wrap .items .item:nth-child(n+3){
  margin-top: 20px;
}

/**/
.recruit1_social{
  display: flex;
  justify-content: center;
  margin-top: 25px;
  text-align: center;
}
.recruit1_social .item{
  /*width: 100%;*/
}
.recruit1_social .item img{
  width: 100%;
}

/**/
.recruit1_sports_items{
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.recruit1_sports_items .item{
  width: 20%;
  text-align: center;
}
.recruit1_sports_items .item:nth-child(n+6){
  margin-top: 15px;
}
.recruit1_sports_items .item .img{
}
.recruit1_sports_items .item .txt{
  
}

/**/
.recruit1_wgp_items{
  
}
.recruit1_wgp_items{
  display: flex;
  flex-wrap: wrap;
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 25px;
}
.recruit1_wgp_items .item.w1{
  width: 50%;
}
.recruit1_wgp_items .item.w2{
  width: 25%;
}
.recruit1_wgp_items .item .img{
}
.recruit1_wgp_items .item .txt{
  
}

/* メッセージ */
.recruit1_message_items{
  display: flex;
  padding: 0 5px;
  margin-bottom: 80px;
}
.recruit1_message_items .item{
  width: 100%;
  text-align: center;
}

.recruit1_message_faq{
  padding: 0 15px;
}
.recruit1_message_faq .item{
  
}
.recruit1_message_faq .item + .item{
  margin-top: 33px;
}
.recruit1_message_faq .item .title{
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.recruit1_message_faq .item .answer{
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.recruit1_message_faq .item .answer .box{
  width: 100%;
  margin: 0 5px;
  padding: 14px 10px;
  border: 1px solid #000;
  background: #FFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  text-align: center;
  
}
.recruit1_message_faq .item .answer .box.red{
  color: #ea4b4b;
}
.recruit1_message_faq .item .answer .box.blue{
  color: #42bfdd;
}

/**/
.recruit1_entry_btn{
  margin-top: 40px;
  text-align: center;
}
.recruit1_entry_logo{
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.recruit1_entry_info{
  line-height: 1.8125;
  letter-spacing: 0.075em;
  padding: 0 45px;
}

/* **********************************
 * 採用情報 (中途)
 * ********************************* */
.pg_header.recruit2{
}
.pg_header.recruit2 .container{
  height: 585px;
}

.pg_recruit2{
  
}
.pg_recruit2 .section#sec1{
  padding-top: 60px;
  padding-bottom: 80px;
}
.pg_recruit2 .section#sec2{
  background-color: #f1ebdf;
  padding-top: 50px;
  padding-bottom: 85px;
}
.pg_recruit2 .section#sec3{
  padding-top: 50px;
  padding-bottom: 85px;
  background-image: url('/img/recruit2/bg1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pg_recruit2 .section#sec4{
  padding-top: 50px;
  padding-bottom: 85px;
  background-image: url('/img/recruit2/bg2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pg_recruit2 .section#sec5{
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 85px;
}
.pg_recruit2 .section#sec6{
  padding-bottom: 85px;
}

.pg_recruit2 .container{
  width: 1020px;
  max-width: 100%;
}
.pg_recruit2 .container_m{
  width: 1150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/* 見出し */
.recruit2_tt1{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 50px;
}
.recruit2_tt1 em{
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.recruit2_tt1.wh{
  color: #FFF;
}

/* エントリーボタン */
.recruit2_entry_btns{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.recruit2_entry_btns .item{
  margin: 0 12px;
  position: relative;
}
.recruit2_entry_btns .item .txt{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.075em;
  padding: 0 10px;
  margin-bottom: 10px;
}
.recruit2_entry_btns .item .btn{
  position: relative;
}
.recruit2_entry_btns .item .online{
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recruit2_entry_btns.wh .txt{
  color: #FFF;
}

/* About */
.recruit2_about_wrap{
  
}
.recruit2_about_wrap .txt{
  
}
.recruit2_about_wrap .imgs{
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.recruit2_about_wrap .imgs .img{
  margin: 0 12px;
}

/* REASON */
.recruit2_reason_wrap{
  position: relative;
}
.reason_slide_btn{
  width: 45px;
  height: 45px;
  background: #5c5c5c;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
}
.reason_slide_btn.prev{
  left: -75px;
}
.reason_slide_btn.next{
  right: -75px;
}

.recruit2_reason_item{
  background: #FFF;
  border: 1px solid #000;
  padding: 30px 60px;
}
.recruit2_reason_item .reason_title{
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  background: linear-gradient(transparent 65%, #ff6 56%);
  display: inline;
    
}
.recruit2_reason_item .reason_title_sub{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.recruit2_reason_item .reason_txt{
  line-height: 1.875;
  letter-spacing: 0.075em;
  margin-bottom: 30px;
}

/**/
.reason_team_items1{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17.5px;
}
.reason_team_items1 .item{
  width: 33.333%;
  padding: 0 17.5px;
}
.reason_team_items1 .item:nth-child(n+4){
  margin-top: 5px;
}
.reason_team_items1 .item .txt{
  letter-spacing: 0.075em;
}

.reason_team_items2{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px;
  margin-top: 30px;
}
.reason_team_items2 .item{
  width: 50%;
  padding: 0 27px;
}
.reason_team_items2 .item:nth-child(n+3){
  margin-top: 30px;
}
.reason_team_items2 .item .title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #5c5c5c;
  color: #FFF;
  text-align: center;
  padding: 6px 0px;
}
.reason_team_items2 .item .img{
  
}
.reason_team_items2 .item .txt{
  margin-top: 12px;
  letter-spacing: 0.075em;
}

/**/
.reason_thanks_items{
  
}
.reason_thanks_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17.5px;
  margin-top: 30px;
}
.reason_thanks_items .item{
  width: 33.333%;
  padding: 0 17.5px;
}
.reason_thanks_items .item:nth-child(n+4){
  margin-top: 30px;
}
.reason_thanks_items .item .img{
  text-align: center;
}
.reason_thanks_items .item .img img{
  width: 100%;
}
.reason_thanks_items .item .txt{
  margin-top: 12px;
  line-height: 1.625;
  text-align: center;
  min-height: calc(1.625 * 3em);
}
.reason_thanks_items .item .more{
  margin-top: 12px;
  letter-spacing: 0.075em;
  text-align: center;
}
.reason_thanks_items .item .more a{
  display: inline-block;
  padding: 2px 15px;
  font-size: 20px;
  background: #448aca;
  color: #FFF;
  border-bottom: 5px solid #2c5b86;
}

.reason_thanks_popup{
  width: 740px;
  max-width: 90%;
  margin: 0 auto;
  padding: 50px;
  background: #FFF;
}
.reason_thanks_popup .img{
  margin-bottom: 10px;
  text-align: center;
}
.reason_thanks_popup .title{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  color: #4FAEE9;
  margin-bottom: 20px;
}
.reason_thanks_popup .txt{
  
}

/* 研修制度の仕組み */
.reason_kenshu_title{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 30px;
}
.reason_kenshu_title:after{
  content: "";
  display: block;
  width: 180px;
  height: 5px;
  border-top: 1px solid #2c5b86;
  border-bottom: 1px solid #2c5b86;
  margin: 0 auto;
}

.reason_kenshu_items{
  background: #FFF;
  margin-bottom: 35px;
}
.reason_kenshu_items .item{
  border-top: 1px solid #898989;
}
.reason_kenshu_items .item:last-child{
  border-bottom: 1px solid #898989;
}
.reason_kenshu_items .item+.item{
  
}
.reason_kenshu_items .item .title,
.reason_kenshu_items .item .desc{
  padding: 13px 20px;
}
.reason_kenshu_items .item .title{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.reason_kenshu_items .item .title:after{
  content: "";
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.reason_kenshu_items .item.on .title:after{
  content: "\f068";
}

.reason_kenshu_items .item .desc{
  display: none;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  border-top: 1px solid #898989;
  padding-left: 25px;
  padding-bottom: 25px;
}
.reason_kenshu_items .item .desc span{
  position: absolute;
  left: 20px;
}

.reason_kenshu_items .item .txt{
  letter-spacing: 0.14em;
}

.reason_kenshu_items .item .imgs{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 50px;
  margin-top: 30px;
}
.reason_kenshu_items .item .imgs .box1{
  margin: 0 10px;
}
.reason_kenshu_items .item .imgs .box2{
  margin: 0 10px;
}
.reason_kenshu_items .item .imgs .box1 img{
  width: 100%;
}
.reason_kenshu_items .item .imgs .box2 img{
  width: 100%;
}

/* 様々な分野のプロ */

.reason_pro_items{
  
}
.reason_pro_items .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reason_pro_items .item + .item{
  margin-top: 10px;
}
.reason_pro_items .item .box1{
  width: 300px;
}
.reason_pro_items .item .box1 img{
  width: 100%;
}
.reason_pro_items .item .box2{
  width: calc(100% - 300px - 40px);
}
.reason_pro_items .item .box3{
  width: 100%;
  margin-top: 5px;
}
.reason_pro_items .item .name{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.reason_pro_items .item .prof{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
.reason_pro_items .item .txt{
  line-height: 1.875;
  letter-spacing: 0.075em;
}


/* STEP */
.recruit2_step_wrap{
  text-align: center;
}

/* VOICE */
.recruit2_voice_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.recruit2_voice_wrap .box1{
  width: 330px;
}
.recruit2_voice_wrap .box2{
  width: calc(100% - 330px - 20px);
}

.recruit2_voice_wrap .title{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
.recruit2_voice_wrap .name{
  font-weight: 500;
  margin-top: 20px;
  letter-spacing: 0.075em;
}

.recruit2_voice_faq{
  margin-top: 35px;
}
.recruit2_voice_faq dl{
  
}
.recruit2_voice_faq dl{
  
}
.recruit2_voice_faq dl + dl{
  margin-top: 10px;
}
.recruit2_voice_faq dl dt{
  font-weight: 500;
  letter-spacing: 0.075em;
  padding-left: 45px;
  position: relative;
  margin-bottom: 10px;
}
.recruit2_voice_faq dl dt:before{
  content: "";
  width: 31px;
  height: 27px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.recruit2_voice_faq dl:nth-child(odd) dt:before{
  background-image: url('../../../img/recruit2/faq_icon1.png');
}
.recruit2_voice_faq dl:nth-child(even) dt:before{
  background-image: url('../../../img/recruit2/faq_icon2.png');
}

.recruit2_voice_faq dl dt:after{
  content: "";
  display: block;
  width: 225px;
  height: 1px;
  background: #448aca;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruit2_voice_faq dl dd{
  line-height: 1.875;
  letter-spacing: 0.075em;
}

.recruit2_voice_flow{
  border: 1px solid #000000;
  margin: 60px 10px 0;
}
.recruit2_voice_flow .title{
  font-size: 30px;
  font-weight: 700;
  background: #448aca;
  color: #FFF;
  text-align: center;
  border-bottom: 1px solid #000;
}
.recruit2_voice_flow .img{
  padding: 30px;
  text-align: center;
}

/* QUESTION */

.recruit2_faq_items{
  background: #FFF;
}
.recruit2_faq_items dl{
  border-top: 1px solid #898989;
}
.recruit2_faq_items dl:last-child{
  border-bottom: 1px solid #898989;
}
.recruit2_faq_items dl+dl{
  
}
.recruit2_faq_items dl dt,
.recruit2_faq_items dl dd{
  padding: 12px 20px;
}
.recruit2_faq_items dl dt{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding-left: 100px;
  position: relative;
  cursor: pointer;
}
.recruit2_faq_items dl dt:after{
  content: "";
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  top: 50%;
  right: 92px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.recruit2_faq_items dl dt span{
  position: absolute;
  left: 25px;
}

.recruit2_faq_items dl dd{
  display: none;
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2;
  border-top: 1px solid #898989;
  padding-left: 25px;
}
.recruit2_faq_items dl dd .txt1{
  font-size: 24px;
  font-weight: 700;
  color: #357ab8;
  position: relative;
  margin-bottom: 10px;
  
}
.recruit2_faq_items dl dd .txt1 span{
  
}
.recruit2_faq_items dl dd .txt2{
  
}


.recruit2_faq_items dl.on dt:after{
  content: "\f068";
}

/* 募集要項 */
.recruit2_info_header{
  /*padding-top: 50px;*/
  /*padding-bottom: 85px;*/
  background-image: url(/img/recruit2/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 75px;
}
.recruit2_info_header .recruit2_tt1{
  margin-bottom: 0;
}

.recruit2_info_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 70px;
}
.recruit2_info_wrap .box{
  width: 50%;
  padding: 0 20px;
}
.recruit2_info_wrap dl{
  
}
.recruit2_info_wrap dl+dl{
  margin-top: 10px;
}
.recruit2_info_wrap dl dt,
.recruit2_info_wrap dl dd{
  padding: 3px 0 3px 20px;
  letter-spacing: 0.075em;
}
.recruit2_info_wrap dl dt{
  background: #e4e4e4;
  border-bottom: 3px solid #d2e9fe;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.recruit2_info_wrap dl dd{
  line-height: 1.875;
}
.recruit2_info_wrap dl dd ul{
  text-indent: -1em;
  padding-left: 1em;
}
.recruit2_info_wrap dl dd ul li{
  
}

/* **********************************
 *  ビジタースクール
 * ********************************* */
.pg_school{
  background: #1b1b1b;
  color: #FFF;
}
.pg_school .section#sec1{
  padding-top: 30px;
}
.pg_school .section#sec2{
  background: #000000;
  padding-top: 50px;
  padding-bottom: 40px;
}
.pg_school .section#sec3{
  padding-top: 100px;
  padding-bottom: 200px;
}

.pg_school .container{
  width: 1020px;
  max-width: 100%;
}

.school_about_wrap{
  
}
.school_about_wrap .box1{
  text-align: center;
}
.school_about_wrap .box1 .img{
  margin-bottom: 25px;
}
.school_about_wrap .box1 .title{
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
}
.school_about_wrap .box1 .title span{
  display: block;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 7px;
}
.school_about_wrap .box2{
  margin-top: 45px;
}
.school_about_wrap .box2 .img{
  
}
.school_about_wrap .box2 .txt{
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.533;
  background-image: url('/img/school/about_strretch_tt.png');
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 60px;
  padding-top: 65px;
  min-height: 165px;
  letter-spacing: 0.075em;
  text-align: center;
}

.school_about_wrap .box3{
  margin-top: 70px;
  text-align: center;
}

.school_about_wrap .box3 .txt{
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.school_about_wrap .box3 .txt:after{
  content: "";
  width: 100vw;
  background: #313131;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

/* 無料体験 */
.school_trial_wrap{
  
}
.school_trial_wrap .title{
  text-align: center;
  margin-bottom: 20px;
}
.school_trial_wrap .price{
  
}
.school_trial_wrap .price tr{
  border-bottom: 1px solid 
}
.school_trial_wrap .price th,
.school_trial_wrap .price td{
  font-size: 30px;
  line-height: 1.2;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 3px;
}
.school_trial_wrap .price th{
  width: 110px;
  font-weight: 700;
  text-align: right;
}
.school_trial_wrap .price td{
  text-align: right;
  font-weight: 500;
  padding-right: 25px;
}

.school_trial_wrap .notice{
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 40px;
}
.school_trial_wrap .notice li{
  width: 50%;
  position: relative;
  padding-left: 2.5em;
}
.school_trial_wrap .notice li.w{
  width: 100%;
}
.school_trial_wrap .notice li:before{
  content: "■";
  position: absolute;
  left: 0;
}
.school_trial_wrap .notice li:nth-child(n+3){
  margin-top: 15px;
}

.contact_info.school{
  background: #FFF;
  padding: 10px 20px 20px;
  margin-top: 65px;
  margin-bottom: 0;
}
.contact_info.school .box1{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #323232;
}
.contact_info.school .box2{
  background: #434343;
  margin-top: 12px;
  padding: 25px 5px;
}
.contact_info.school .box2 .icon{
  background: #FFF;
  color: #000;
}
.contact_info.school .box2 .tel a{
  font-size: 45px;
  font-family: "din1451alt";
  letter-spacing: 0.04em;
  line-height: 0.8181em;
}

/* トレーナー紹介 */
.school_trainer_tt{
  text-align: center;
}
.school_trainer_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -3.5px;
  margin-right: -3.5px;
  margin-top: -15px;
}
.school_trainer_items .item{
  width: 25%;
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.school_trainer_items .item:nth-child(n+5){
  margin-top: 30px;
}
.school_trainer_items .item .inner{
  height: 100%;
  background: #000;
  color: #FFF;
  padding: 5px;
}
.school_trainer_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.school_trainer_items .item .img:before{
  content: "";
  display: block;
  padding-top: 119.14%;
}
.school_trainer_items .item .title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 5px;
}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

/* **********************************
 *  
 * ********************************* */
.pg_xxxx{
  
}
.pg_xxxx .section#sec1{
  
}
.pg_xxxx .section#sec2{
  
}
.pg_xxxx .section#sec3{
  
}

/* **********************************
 *  利用規約
 * ********************************* */
.pg_terms{
  
}
.pg_terms .section#sec1{
  
}

.terms_items{
  
}
.terms_items .item{
  
}
.terms_items .item+.item{
  margin-top: 50px;
}
.terms_items .item .title{
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.terms_items .item .txt{
  font-size: 15px;
  letter-spacing: 0.075em;
  line-height: 2.2;
}

.terms_items .item .txt ul{
  
}
.terms_items .item .txt ul li{
  text-indent: -1em;
  padding-left: 1em;  
}
.terms_items .item .txt ul li:before{
  content: "・";
}
.terms_items .item .txt ul ul{
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.terms_items .item .txt ul + *{
}

/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  
}
.pg_company .section#sec3{
  
}

.company_tbl{
  
}
.company_tbl th,
.company_tbl td{
  border: 1px solid #898989;
  font-size: 16px;
  letter-spacing: 0.075em;
  padding-left: 50px;
  text-align: left;
}
.company_tbl th{
  width: 250px;
  font-weight: 500;
}
.company_tbl td{
  
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{
  
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 80px;
}
