/*
Theme Name: 多業種対応HPシステム(CMSテーマ)【Hide Professional Theme】ITツールNo:TL29-0042726
Theme URI:     https://yamato.studio/package/
Author: 株式会社大和(Yamato)
Author URI: https://yamato.studio/
Description: CMS(Wordpress)のスクラッチテーマです。 CMSホームページ導入により売上アップおよび業務効率化が可能です。（既存顧客の維持、新規顧客獲得、エンドユーザー様の利便性の向上、売上向上、顧客管理）ブログやホームページ内の更新はもちろん、メールフォームの追加や編集、予約機能の切り替え、受発注処理を行うことのできるパッケージテーマです。 お客様のビジョンを明確にし、目標設定、ブランディングからペルソナデザインまで行い、お客様にとっての最良のホームページという24時間不眠不休で働く営業マンを作成いたします。 それによりPRやお問合せ受付、社内でのお知らせによる情報共有、予約スケジュール、顧客管理と生産性を向上させます。 下記内容がサーバーにアップしテーマを有効化した状態で行いますので、すぐに運用を開始できます。 ・ブログの更新、お知らせの更新、ページ内の更新は、プログラムの言語が分からなくても直感的に行えます。 ・情報をカテゴリーごとに分けユーザーがほしい情報にたどりつきやすくなっております。 ・管理画面内で使用、不使用を選択できるので今後の展開も視野に入れてお使いいただけます。 ・メール機能も簡単にカスタマイズできるのでお問合せ以外に受注発注の処理も一貫して行うことができます。 ・メールにて収集したメールアドレスを管理することも可能です。 ・お客様の声など、現場の声をより簡単に更新が行えます ・タイムスケジュール、カレンダーの同期も行えます。
Version: 1.0.2
*/ :root {
  --main: #0086BF;
  --sub: #333333;
  --gray: #939393;
  --gray2: #F0F0F0;
  --gray3: #333333;
  --bgw: #FFFFFF;
  --fcw: #FFFFFF;
  --gradation: linear-gradient(to right, #FACB05, #FF7600);
  --shadow: 0 3px 10px rgba(0, 0, 0, .16);
  --shadow2: 0px 5px 11px rgba(0, 0, 0, .16);
  --shadow2: 0px 3px 6px rgba(0, 0, 0, .16);
  --noto: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --os: "Oswald", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --msd: 'Mrs Saint Delafield', cursive, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --poppins: "Poppins", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --fz0: 1.2rem;
  --fz1: 1.4rem;
  --fz2: 1.6rem;
  --fz3: 1.8rem;
  --fz4: 2.4rem;
  --fz5: 3.6rem;
  --fz6: 20.0rem;
}
body {
  background: var(--bgw);
  color: var(--sub);
  /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
	  font-family: var(--noto);
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
body {
  font-size: 1.6rem;
}
}
.os {
  font-family: var(--os);
}
.msd {
  font-family: var(--msd);
}
/* 背景色 */
.bg_gray {
  background-color: var(--gray2);
}
.bg_w {
  background-color: var(--bgw);
}
/* アコーディオン */
.acMenu > dd {
  display: none;
}
/* ------------------------------------------------------------------------- *
 *  WordPressのネイティブcss
/* ------------------------------------------------------------------------- */
.blog_article_area p {
  display: block;
  margin: 1em 0;
}
.blog_article_area h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}
.blog_article_area strong {
  font-weight: bold;
}
.blog_article_area em {
  font-style: italic;
}
.blog_article_area blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
/*  base : img
/* ------------------------------------ */
.blog_article_area .aligncenter {
  display: block;
  margin: 0 auto;
}
.blog_article_area .alignright {
  float: right;
}
.blog_article_area .alignleft {
  float: left;
}
img[class*="wp-image-"], .blog_article_area img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.breadcrumb {
  white-space: nowrap;
  overflow: hidden;
}
/* ------------------------------------------------------------------------- *
 *  WP-PageNavi
/* ------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  min-width: 28px;
  padding: 0 2px;
  margin: 0 6px;
  text-align: center;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 32px;
}
.wp-pagenavi .pages {
  padding: 0 10px;
}
.wp-pagenavi .current {
  font-weight: bold;
  background-color: #ccc;
}
figure {
  margin: 0 !important;
}
/* CSS Document */
.site_wrapper {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
.indent_content {
  padding: 200px 0;
  position: relative;
}
.indent_content_b {
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 50px 15px;
  }
	.indent_content_b {
  padding-bottom: 50px 15px;

}
}
.indent_content2 {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content2 {
    padding: 30px 15px;
  }
}
.sp_indent15_lr {}
@media screen and (max-width : 767px) {
  .sp_indent15_lr {
    padding: 0 15px;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 1280px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
  }
}
.ma {
  margin: auto;
}
/* hd_nav　ヘッダー
-------------------------------------------------------------------*/
.header_wrap {
	position:relative;
}
#header{
    /*fixedで上部固定*/
	position: fixed;
	width:100%;
    z-index: 999;/*最前面へ*/
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:rgba(0,0,0,.2);
	color:#fff;
	text-align: center;
	padding: 20px;
}

/*　上に上がる動き　*/

#header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}

/*ナビゲーションを横並びに*/
#g-navi ul{
	display: flex;
	justify-content: center;
}

/*2階層目以降は横並びにしない*/
#g-navi ul ul{
	display: block;
}

/*ナビゲーションのリンク設定*/
#g-navi ul li a{
    /*矢印の基点にするためrelativeを指定*/
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	padding:0px 15px;
	transition:all .3s;
}

#g-navi ul li li a{
	padding:20px;
}

#g-navi ul li a:hover{
	color:var(--main);	
}


#g-navi ul li.has-child dt{
	overflow: hidden;
	height: 20vh;
	margin:0 0 20px 0;
}

@media screen and (max-width:1200px){
#g-navi ul li.has-child dt{
	height: 12vh;
}
	
}

/*== 2層目の設定 */

#g-navi li.has-child ul{
  /*絶対配置で位置を指定*/
    position: absolute;
	left:0;
	top:70px;
	z-index: 4;
  /*子要素を横並びに*/    
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    /*形状を指定*/
	background:#888;
	width:100%;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
     /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
#g-navi li.has-child:hover > ul{
  visibility: visible;
  opacity: 1;
}

/*各ナビゲーション横幅*/
#g-navi li.has-child ul li{
	width:20%;
}

/*ナビゲーションaタグの形状*/
#g-navi li.has-child ul li a{
	color: #fff;
}

#g-navi li.has-child ul li a:hover,
#g-navi li.has-child ul li a:active{
	background:var(--main);
}

/*==768px以下の形状*/
@media screen and (max-width:768px){
	
	#g-navi ul{
		display: block;
	}

	#g-navi li.has-child ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
    
	#g-navi li.has-child ul li{
		width:100%;
		text-align: left;
	}
	
	#g-navi li.has-child ul li dl{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#g-navi li.has-child ul li dt{
		width:30%;
		height: auto;
		margin: 0;
	}

	#g-navi li.has-child ul li dd{
		width:64%;			
	}

    
    #g-navi ul li a{
	    padding: 10px 20px;
	    border-bottom:1px solid #ccc;
}
    
    #g-navi ul li li a{
		padding: 0;
}
	
/*矢印の位置と向き*/
	
#g-navi ul li.has-child > a::before{
	top:17px;
	left:20px;
    transform: rotate(135deg);
}
    
#g-navi ul li.has-child.active > a::before{
    transform: rotate(-45deg);
}
}

/*-------------------------------------------------------------------*/

.tit_cat {
  background-color: var(--main);
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 2.0rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tit_cat {
    font-size: 1.4rem;
  }
}
.bd_04 {
  border-bottom: 4px solid var(--sub);
}
.col_1_1 {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_1_1 > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col_1_1 > li {
    width: 100%;
  }
}
.col_1_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_1_2 > .left_area {
  width: 35%;
}
.col_1_2 > .right_area {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .col_1_2 {
    display: block;
  }
  .col_1_2 > .left_area {
    width: 100%;
    margin-bottom: 10px;
  }
  .col_1_2 > .right_area {
    width: 100%;
  }
}

.col_2_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_2_1 > .left_area {
  width: 60%;
}
.col_2_1 > .right_area {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .col_2_1 {
    display: block;
  }
  .col_2_1 > .left_area {
    width: 100%;
    margin-bottom: 10px;
  }
  .col_2_1 > .right_area {
    width: 100%;
  }
}
.col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_2 > li, .col_2 > .left_area, .col_2 > .right_area {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .col_2 {
    justify-content: center;
  }
  .col_2 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .col_2 > .left_area, .col_2 > .right_area {
    width: 100%;
  }
}
.col_3 {
  display: flex;
  flex-wrap: wrap;
}
.col_3 > li {
  width: 31.333%;
	margin-right:3%;
}
.col_3 > li:nth-child(3n){
	margin-right:0;
}
@media screen and (max-width: 767px) {
  .col_3 {
    justify-content: center;
  }
  .col_3 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_4 > li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .col_4 {
    justify-content: center;
  }
  .col_4 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_5 > li {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .col_5 {
    justify-content: center;
  }
  .col_5 > li {
    width: 30%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_1_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.col_1_3 > .left_area {
  width: 35%;
}
.col_1_3 > .right_area {
  width: 60%;
}
.col_3_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}
.col_3_1 > .left_area {
  width: 60%;
}
.col_3_1 > .right_area {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .col_1_3 > .left_area {
    width: 100%;
  }
  .col_1_3 > .right_area {
    width: 100%;
  }
  .col_3_1 {
    flex-direction: row;
  }
  .col_3_1 > .left_area {
    width: 100%;
  }
  .col_3_1 > .right_area {
    width: 100%;
  }
}
.item_center {
	align-items: center;
}
.order01 {
	order:1;
}
.order02 {
	order:2;
}
/* トップページメインイメージ */
.main_slider_wrap {
  position: relative;
	width: 100%;
	margin-left: auto;
}
.main_slider_wrap picture img{
	 width: 100%;
  height: 1176px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
.main_slider_wrap picture img{
  height: 350px;
}
}
.main_txt {
  position: absolute;
  top: 20vw;
  left: 10vw;
  z-index: 10;
  width: 1200px;
	margin:0 auto;
}
/*.main_txt_inbox {
  width: 630px;
}*/
.main_txt .main_txt_01 {
  font-size: 5.0rem;
  margin-bottom: 40px;
  color: var(--fcw);
	text-align: left;
}
.main_txt .main_txt_02 {
  font-size: 3.0rem;
  color: var(--fcw);
	text-align: left;
}
@media screen and (max-width: 767px) {
.main_txt .main_txt_01 {
  font-size: var(--fz3);
}
}

/* NEWS */
.news_position {
	position:relative;
}
.news_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	position: absolute;
    top: -45px;
    z-index: 99;
    background: #fff;
}
.flex {
	display:flex;
}
@media screen and (max-width: 767px) {
.news_box{
	padding: 10px;
	}
}

.news_box > div:first-child{
	width: 960px;
	font-size: 1.4rem;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;

}
@media screen and (max-width: 767px) {
.news_box > div:first-child{
	width: 100%;
	padding-right: 100px;
}
}
.news_box > div p:first-child{
	margin-right:15px;
}
.swiper{
	overflow: hidden;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
.swiper{
	padding: 10px 0;
}
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/**/

.box_01_btn li {
	border-bottom:1px solid #CFD1D3;
	border-top:1px solid #CFD1D3;
	position:relative;
}
.box_01_btn li a{
	display:block;
	padding:65px 0;
}

.box_01{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.box_01 > div:first-child{
	width: 53%;
}
@media screen and (max-width: 767px) {
.box_01 > div:first-child{
	width: 90%;
	margin-bottom: 30px;
}
}
.box_01 > div:first-child img{
	width: 100%;
  height: 755px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
.box_01 > div:first-child img{
  height: auto;
}
}
.box_01 > div:first-child img.img_01{
	width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
.box_01 > div:first-child img.img_01{
  height: auto;
}
}
.box_01 > div:last-child{
	width: 25%;
	margin-left: 60px;
	text-align: left;
}
@media screen and (max-width: 767px) {
.box_01 > div:last-child{
	width: 100%;
	margin-left:0;
}
}
.box_01.reverse{
	flex-direction: row-reverse; /* 横並び逆順 */
}
.box_01.reverse > div:last-child{
	margin-left: 0;
	margin-right: 60px;
}
@media screen and (max-width: 767px) {
.box_01.reverse > div:last-child{
	margin-right: 0px;
}
}
.txt_01{
	font-size: 1.8rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.txt_01{
	font-size: 2.4rem;
}
}
.txt_02{
	font-size: 4rem;
}
@media screen and (max-width: 767px) {
.txt_02{
	font-size: 2rem;
	margin-bottom: 20px;
}
}


/*== ボタン共通設定 */
.btn_circle{
    /*アニメーションの起点とするためrelativeを指定*/
    position: absolute;
	overflow: hidden;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#fff;
    width: 55px;
    height: 55px;
	border-radius:50%;
	text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}
.btn_circle.blue{
	border:1px solid var(--main);
}
.btn_circle.rb {
	bottom:10px;
	right:0;
}
.btn_circle.lb {
	bottom:-80px;
	left:0;
}

/*ボタン内spanの形状*/
.btn_circle span {
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    position: absolute;
    top: 25px;
    left: 18px;
	 width: 15px;
    height: 4px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
}
.btn_circle.blue span {
	border-bottom: 1px solid var(--main);
    border-right: 1px solid var(--main);
}

a:hover .btn_circle span{
	 border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*== 背景が流れる（中央から外） */

a .btn_circle:before{
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
    /*色や形状*/
	background:var(--main);
	width: 100%;
	height: 100%;
	border-radius:50%;
    /*アニメーション*/
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 0);
	transform-origin:center;
}

/*hoverした際の形状*/
a:hover .btn_circle:before{
	transform:scale(1, 1);
}
/**/

.main_ob_img_01 {
  margin-bottom: 30px;
}
.main_ob_img_03 {
  max-width: 575px;
}

.ttl_00 {
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_00 {
    font-size: var(--fz4);
    letter-spacing: 0.05em;
  }
}
.ttl_01{
	margin-bottom: 40px;
}
.ttl_01 p{
	font-size: 10rem;
	font-weight: 100;
	line-height:1.2;
	position:relative;
}
@media screen and (max-width: 767px) {
.ttl_01 p{
	font-size: 3.5rem;
	    line-height: 1.4;
}
}
.ttl_01 h2{
	font-size: 1.4rem;
	color: #939393;
}
.ttl_01.white p,.ttl_01.white h2{
	color: var(--fcw);
}
.ttl_02 {
  font-size: var(--fz5);
  text-align: center;
  font-weight: bold;
  margin: 20px 0 80px 0;
  text-transform: capitalize;
  position: relative;
}
.ttl_02 .jp {
  font-weight: bold;
  font-size: var(--fz3);
  position: relative;
}
.ttl_02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  font-weight: bold;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: var(--main);
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: var(--fz4);
    font-weight: bold;
    margin: 20px 0 40px 0;
  }
  .ttl_02_box .en {
    font-size: var(--fz2);
  }
}
.ttl_03 {
  font-size: var(--fz4);
  text-align: left;
  font-weight: bold;
  margin-bottom: 60px;;
  text-transform: capitalize;
  position: relative;
  border-bottom: 1px dotted var(--sub);
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: var(--fz3);
  }
}
.ttl_04 {
  font-size: var(--fz4);
  text-align: left;
  font-weight: bold;
  margin: 20px 0 80px 0;
  text-transform: capitalize;
  position: relative;
}
.ttl_04::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  font-weight: bold;
  margin-left: 0px;
  width: 40px;
  height: 1px;
  background-color: var(--main);
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_04 {
    font-size: var(--fz3);
    font-weight: bold;
    margin: 20px 0 40px 0;
  }
}
.z_2 {
  z-index: 2;
}
.f_grad {
  background: var(--gradation);
  background: -webkit-var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g_circle {
  margin-bottom: 80px;
}
.g_circle li {
  background: var(--gradation);
  width: 200px;
  height: 200px;
  margin: auto;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  color: var(--fcw);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.0rem;
}
.g_circle li .num {
  display: inline-block;
  font-weight: bold;
  font-size: 3.0rem;
  border-bottom: 1px solid #fff;
}
.g_circle li p {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .g_circle {
    margin-bottom: 40px;
  }
  .g_circle li {
    background: var(--gradation);
    width: 150px;
    height: 150px;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    color: var(--fcw);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .g_circle li .num {
    display: inline-block;
    font-weight: bold;
    font-size: 2.0rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
}
.u_arrow {
  display: flex;
  clear: both;
  margin-bottom: 100px;
}
.u_arrow > li {
  width: 50%;
  position: relative;
}
.u_arrow > li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: -1%;
  width: 100%;
  border-bottom: 1px solid var(--main);
  transform: rotate(10deg);
}
.u_arrow > li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -1%;
  width: 100%;
  border-bottom: 1px solid var(--main);
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .u_arrow {
    margin-bottom: 50px;
  }
}
.bdg {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: var(--fz5);
}
.bdg::after {
  content: "";
  background: var(--gradation);
  width: 500px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -250px;
}
@media screen and (max-width: 767px) {
  .bdg {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: var(--fz4);
  }
  .bdg::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
  }
}
/* パンくずリスト
-------------------------------*/
nav#breadcrumbs {
  padding: 10px 0 10px;
}
@media screen and (max-width: 767px) {
  nav#breadcrumbs {
    padding: 10px 15px 30px;
  }
}
nav#breadcrumbs ol {
  display: flex;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 1.2rem;
}
nav#breadcrumbs ol li:before {
  content: "　>　";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}
/* トップページコンテンツ */
#reason .col_1_3 > .right_area, #reason .col_3_1 > .left_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#reason .col_1_3 > .right_area > .box, #reason .col_3_1 > .left_area > .box {
  width: 100%;
}
.top_int_num_box {
  font-weight: bold;
  background: var(--gradation);
  color: var(--fcw);
  max-width: 100px;
  text-align: center;
  line-height: 1.1;
  font-size: 1.6rem;
  padding: 15px;
  position: absolute;
  left: 20px;
  top: -10px;
  text-transform: uppercase;
}
.top_int_num_box .num {
  display: block;
  font-size: 4.0rem;
  letter-spacing: 0.2rem;
}
.right_area .top_int_num_box {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .top_int_num_box {
    width: 70px;
    font-size: 1.2rem;
    text-shadow: 0 0 4px #fff;
  }
  .top_int_num_box .num {
    font-size: 3.6rem;
    text-shadow: none;
  }
}
.t_t_img {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .t_t_img {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.ttl_tt {
  font-size: 7.0rem;
  font-weight: bold;
  position: relative;
  padding: 30px 20px;
  font-family: var(--poppins);
  line-height: 1.2;
}
.ttl_tt::before {
  width: 80px;
  height: 80px;
  content: "";
  background: var(--gradation);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ttl_tt {
    font-size: 4.8rem
  }
}
.top_int_fax {
  background-color: var(--gray3);
  color: var(--fcw);
  padding: 25px 50px;
  margin-bottom: 100px;
}
.faq_q {
  font-size: var(--fz4);
  font-weight: bold;
  position: relative;
  text-align: center;
}
.faq_q .down_ar {
  position: absolute;
  top: 2px;
  right: 0;
  background-color: var(--gray3);
  color: var(--fcw);
  border: 2px solid var(--fcw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq_q .down_ar {
    width: 20px;
    height: 20px;
  }
}
.active .down_ar {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top_int_fax {
    padding: 15px 15px;
    margin-bottom: 40px;
  }
  .faq_q {
    font-size: 1.4rem;
    padding: 0 30px 0 45px;
    text-indent: -45px;
  }
  .faq_q .down_ar {
    font-size: 1.2rem;
    text-indent: 0;
    line-height: 1;
  }
}
.faq_q .faq_ico {
  font-size: 3.0rem;
}
.top_int_fax .faq_a {
  margin: 45px 0 30px 0;
  text-align: center;
}
.top_int_fax figure {
  background-color: var(--bgw);
  width: 150px;
  height: 150px;
  margin: auto;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.top_int_copy {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: bold;
}
.top_int_txt {
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .top_int_copy {
    font-size: 2.4rem;
  }
  .top_int_txt {
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.4rem;
  }
}
.infinite-slider {
  width: 100%;
  overflow: hidden;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.top_bnr_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_bnr_list > li {
  width: 33%;
}
.top_bnr_list > li > a figure {
  position: relative;
}
.top_bnr_list > li > a figure > figcaption {
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: bold;
  padding: 0px 30px;
  font-size: 2.0rem;
  transition: 0.5s;
  color: var(--fcw);
}
.top_bnr_list > li > a figure > figcaption > span {
  font-size: 4.0rem;
  font-family: var(--os);
  display: block;
  letter-spacing: 0.1em;
}
.top_bnr_list > li > a:hover figure > figcaption {
  padding: 0px 40px;
}
@media screen and (max-width: 767px) {
  .top_bnr_list > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_bnr_list > li figure {
    margin: auto;
    text-align: center;
  }
  .top_bnr_list > li > a figure > figcaption {
    top: 20px;
    text-align: left;
  }
}
.bg_price {
  background: url("img/top/bg_price.webp")no-repeat center center;
  background-size: cover;
  padding: 50px 0 90px;
}
.top_price {
  background: var(--bgw);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .top_price {
    padding: 20px;
  }
}
.top_price_tit {
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_price_tit span {
  background: var(--gradation);
  background: -webkit-var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.top_price_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--gradation);
}
.top_price dl {
  border-bottom: 1px solid var(--gray2);
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_price dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.top_price dl dd {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_price dl {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_price dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    width: 100%;
  }
  .top_price dl dd {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right;
    width: 100%;
  }
}
.top_price_txt {
  color: var(--gray);
  font-size: 1.6rem;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .top_price_txt {
    font-size: 1.2rem;
  }
}
.top_message p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: var(--fz2);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_message p {
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: var(--fz1);
  }
}
.column_txt .time {
  color: var(--main);
  font-weight: bold;
  margin-bottom: 10px;
	font-size: 1.2rem;
}
.top_cat {
  display: inline-block;
  background: var(--sub);
  color: var(--fcw);
  padding: 2px 15px;
  margin-bottom: 10px;
  font-size: var(--fz0);
}
/* フッターお問い合わせ */
.bg_contact {
  background: url("img/common/bg_contact.webp")no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: var(--fcw);
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .bg_contact {
    padding: 40px 15px;
  }
}
.ttl_01_box {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.bg_contact .ttl_01, .bg_price .ttl_01 {
  color: var(--fcw);
}
.bg_contact .ttl_01_box .en, .bg_price .ttl_01_box .en {
  color: var(--fcw);
}
.bg_contact .ttl_01_box::after, .bg_price .ttl_01_box::after {
  content: "";
  background: var(--fcw);
}
.contact_bd {
  border: 2px solid var(--fcw);
  padding: 20px 80px;
}
.contact_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con_tel a {
  color: var(--fcw);
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.1;
}
.con_time {
  font-weight: bold;
}
.con_mail a {
  display: block;
  background: var(--bgw);
  max-width: 100%;
  width: 525px;
  border: 1px solid var(--bgw);
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: var(--fz4);
}
.con_mail a svg {
  fill: var(--sub);
  vertical-align: middle;
  margin-right: 10px;
}
.con_mail a:hover {
  background-color: var(--sub);
  color: var(--fcw);
}
.con_mail a:hover svg {
  fill: var(--fcw);
}
@media screen and (max-width: 767px) {
  .contact_col {
    display: block;
  }
  .contact_bd {
    padding: 20px 15px;
  }
  .con_tel a {
    font-size: 3.2rem;
    margin-bottom: 15px;
    display: block;
  }
  .con_tel a svg {
    max-width: 25px;
    vertical-align: sub;
  }
  .con_mail a {
    display: block;
    background: var(--bgw);
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-size: var(--fz2);
    letter-spacing: 0;
  }
  .con_mail a svg {
    max-width: 25px;
  }
}
.footer {
  background: var(--main);
  padding: 50px 0;
	color: var(--fcw);
}
@media screen and (max-width: 767px) {
.footer {
  padding: 50px 15px 15px;
	}
}
.footer nav {
  margin-bottom: 50px;
  position: relative;
}
.ft_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ft_nav li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px 0;
}

.ft_nav a {
  color: var(--fcw);
  font-size: var(--fz2);
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer nav {
  }
  .ft_nav li {
    width: 50%;
	padding: 5px 0;
	}
  .ft_nav a {
    font-size: var(--fz1);
  }
}
.ft_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ft_box div:first-child{
	width: 40%;
}
@media screen and (max-width: 767px) {
.ft_box div:first-child{
	width: 100%;
	margin-bottom: 15px;
}
}

.ft_box div:last-child{
	width: 55%;
}
@media screen and (max-width: 767px) {
.ft_box div:last-child{
	width: 100%;
}
}
.tel {
	display:flex;
}
.tel li:first-child{
	margin-right: 30px;
}

/*　内部ページ　*/
.bg_ttl {
  background-image: url("img/news/bg_ttl.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
}
.bg_ttl_content, .bg_ttl_column {
  ackground-image: url("img/news/bg_ttl.webp");
  position: relative;
}

@media screen and (min-width: 1921px) {
  .bg_ttl {
    background-size: cover;
  }
}
.bg_ttl .site_wrapper {
  min-height: 400px;
  padding: 120px 0;
}
.bg_ttl .en {
  color: var(--fcw);
  font-size: 5.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.bg_ttl .ja {
  color: var(--fcw);
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bg_ttl .site_wrapper {
    min-height: auto;
    padding: 60px 20px;
  }
  .bg_ttl .en {
    font-size: 3.0rem;
  }
  .bg_ttl .ja {
    font-size: 1.6rem;
  }
}
.in_copy {
  font-size: var(--fz5);
  font-weight: bold;
}
/*　会社概要　*/
.com_dl {
  width: 100%;
}
.com_dl tr th {
  width: 20%;
  border-bottom: 1px solid var(--gray3);
  padding: 25px 0;
  font-weight: bold;
}
.com_dl tr td {
  width: 80%;
  border-bottom: 1px solid var(--gray3);
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .com_dl {
    display: block;
  }
  .com_dl tbody {
    display: block;
    width: 100%;
  }
  .com_dl tr {
    display: block;
    width: 100%;
  }
  .com_dl tr th {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .com_dl tr td {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
/* トレーナー */
.tr_tit {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 2px solid var(--sub);
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.tr_tit .en {
  font-size: 1.6rem;
  display: inline-block;
  padding: 0 30px 0 10px;
}
.tr_tit .ico {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  vertical-align: middle;
}
.tr_tit .ico a {
  background-color: var(--sub);
  display: block;
  text-align: center;
  align-items: center;
}
.tr_tit .ico a img {
  vertical-align: inherit;
}
@media screen and (max-width: 767px) {
  .tr_tit .en {
    font-size: 1.4rem;
    display: inline-block;
    padding: 0 10px 0 10px;
  }
}
/* プログラム    */
.pl_01 {
  background: url("img/plogram/img_01.webp")no-repeat left top;
}
.pl_02 {
  background: url("img/plogram/img_02.webp")no-repeat right top;
}
.pl_03 {
  background: url("img/plogram/img_03.webp")no-repeat left top;
}
.pl_bg {
  background-size: auto 100%;
  margin-bottom: 60px;
  position: relative;
  clear: both;
}
@media screen and (max-width: 767px) {
  .pl_bg {
    background-size: 100% auto;
    padding-top: 200px;
    margin-bottom: 0px;
    position: relative;
    clear: both;
  }
}
.pl_bg .w_box {
  background-color: var(--bgw);
  width: 700px;
  min-height: 400px;
  padding: 80px 40px;
}
.pl_01 .site_wrapper, .pl_03 .site_wrapper {
  display: flex;
  justify-content: flex-end;
}
.pl_bg .tit {
  border-bottom: 2px solid var(--sub);
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.pl_bg .tit span {
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pl_bg .w_box {
    width: 100%;
    padding: 30px 0px;
  }
  .pl_bg .tit {
    font-size: 1.6rem;
  }
  .pl_bg .tit span {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-right: 10px;
  }
}
/* ビフォーアフター */
.top_b_a {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_b_a {
    margin-bottom: 0px;
  }
}
.b_a_fig {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.b_a_fig > li, .b_a_fig > .left_area, .b_a_fig > .right_area {
  width: 49%;
}
.b_a_fig img {
  width: 100%;
}
.b_a_fig figcaption {
  text-align: center;
  color: var(--fcw);
  text-transform: uppercase;
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px;
}
.before figcaption {
  background: var(--sub);
}
.after figcaption {
  background: var(--gradation);
}
@media screen and (max-width: 767px) {
  .b_a_fig figcaption {
    font-size: var(--fz4);
  }
}
.content_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.content_head .cat_box {
  color: var(--main);
  border: 1px solid var(--main);
  border-radius: 3px;
  text-align: center;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .content_head .cat_box {
    padding: 1px 5px;
    font-size: var(--fz0);
  }
}
.content_head .name {
  font-size: var(--fz4);
  font-weight: bold;
}
.content_head .age {
  font-size: var(--fz3);
  font-weight: bold;
}
.content_head .period {
  border: 1px solid var(--sub);
  border-radius: 3px;
  text-align: center;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .content_head .period {
    padding: 1px 5px;
    font-size: 1.2rem;
  }
}
.content_head .period span {
  color: var(--main);
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .content_head .period span {
    font-size: 1.6rem;
  }
}
/* アクセス */
.google_add a {
  color: var(--main);
  border-bottom: 1px dashed var(--main);
}
.access_tel {
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.access_tel svg {
  width: 25px;
  margin-right: 5px;
  vertical-align: sub;
  fill: var(--sub);
}
.access_gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access_gal li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .access_gal li {
    width: 50%;
  }
  .access_gal li img {
    width: 100%;
  }
}
/*　ブログ　*/
.content_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_area .main_area {
  width: 68%;
}
.content_area .side_area {
  width: 20%;
}
.column_top li{
	margin-bottom: 20px;
}
.column_top li:last-child{
	margin-bottom: 0;
}

.news_list .date {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: var(--main);
}
.news_list .icon_list a {
  background-color: var(--sub);
  color: var(--fcw);
  padding: 3px 10px;
  font-size: var(--fz0);
  border-radius: 5px;
}
.side_ttl {
  background: var(--gradation);
  color: var(--fcw);
  padding: 5px 15px;
}
.side_txt_area {
  border-left: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  border-right: 1px solid var(--main);
  padding: 15px;
}
#wysi {}
#wysi h1, #wysi h2, #wysi h3, #wysi h4, #wysi h5, #wysi h6 {
  clear: both;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  color: #333333;
}
#wysi h1 a, #wysi h2 a, #wysi h3 a, #wysi h4 a, #wysi h5 a, #wysi h6 a {
  color: #333333;
  text-decoration: none;
}
#wysi h1 {
  line-height: 1.3;
  font-size: 30rem;
}
@media (min-width: 768px) {
  #wysi h1 {
    font-size: 4.0rem;
  }
}
#wysi h1 span {
  font-weight: bold;
}
#wysi h2 {
  line-height: 1.2;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #wysi h2 {
    font-size: 3.2rem;
  }
}
#wysi h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
#wysi h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
#wysi h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
#wysi h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
/*------------------------------
	2.4 Base
------------------------------*/
#wysi ul, #wysi ol, #wysi dl, #wysi p, #wysi details, #wysi address, #wysi .vcard, #wysi figure, #wysi pre, #wysi fieldset, #wysi table, #wysi dt, #wysi dd, #wysi hr {
  margin-bottom: 15px;
  margin-top: 0;
}
#wysi b, #wysi strong {
  font-weight: bold;
}
#wysi blockquote {
  clear: both;
  margin: 20px 0;
}
#wysi blockquote p {
  font-style: italic;
}
#wysi blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}
#wysi dfn, #wysi cite, #wysi em, i {
  font-style: italic;
}
#wysi figure {
  margin: 0;
}
#wysi address {
  margin: 20px 0;
}
#wysi hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}
#wysi tt, #wysi kbd, #wysi pre, #wysi code, #wysi samp, #wysi var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}
#wysi pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}
#wysi details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
#wysi details :focus {
  outline: none;
}
#wysi abbr, #wysi acronym, #wysi dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}
#wysi mark {
  background-color: #fff9c0;
  text-decoration: none;
}
#wysi small {
  font-size: 82%;
}
#wysi big {
  font-size: 125%;
}
#wysi ul, #wysi ol {
  padding-left: 20px;
}
#wysi ul {
  list-style: disc;
}
#wysi ol {
  list-style: decimal;
}
#wysi ul li, #wysi ol li {
  margin: 8px 0;
}
#wysi dt {
  font-weight: bold;
}
#wysi dd {
  margin: 0 20px 20px;
}
/*　お問い合わせ　*/
.box_tel {
  color: var(--sub);
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box_tel {
    text-align: left;
  }
}
.contact_tel a {
  display: block;
}
.contact_tel {
  border: var(--gray3) 1px solid;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    border: var(--gray3) 1px solid;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.ico_required {
  color: #fff;
  font-size: 1.2rem;
  background: #ff3232;
  line-height: 1;
  padding: 2px 4px;
	margin-left: 15px;
}
.contact_form {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.contact_form {
		display: block;
}

}
.contact_form tr{
	border-bottom:#ccc 1px solid;
}
@media screen and (max-width: 767px) {
	.contact_form tr{
		padding-bottom: 15px;
		margin-bottom: 15px;
		display: block;
	}
}
.contact_form th{
	width: 30%;
	padding: 15px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.contact_form th{
	width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 10px;
}
}

.contact_form td{
	width: 70%;
	padding: 15px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.contact_form td{
		display: block;
	width: 100%;
		padding: 0;
}
}



.contact_form input, .contact_form textarea {
  box-sizing: border-box;
  padding: 10px;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
}
.contact_form textarea {
  width: 100%;
  height: 250px;
	  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact_form input, .contact_form textarea, .contact_form select {
    font-size: 1.6rem;
    margin: 4px 0;
    display: block;
    padding: 5px;
  }
  .contact_form textarea {
    height: 150px;
  }
}
select.time, select.lesson {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  select.time, select.lesson {
    width: 100%;
  }
}
.contact_form select option {
  line-height: 2 !important;
  font-size: 1.6rem;
}
.btn_01 > a {
  width: 200px;
  display: block;
  text-align: center;
  background: var(--main);
  color: var(--fcw);
  font-weight: bold;
  border: 2px solid var(--main);
  padding: 15px;
  font-size: var(--fz3);
	border-radius: 50px;
	line-height: 1;
}
.btn_01 > a:hover {
  background-color: var(--bgw);
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .btn_01 > a {
    padding: 15px;
    font-size: var(--fz2);
  }
}
.btn_01.center > a {
	margin: 0 auto;
}
.btn_02.center > a {
	margin: 0 auto;
}
.btn_02 > a {
  width: 200px;
  display: block;
  text-align: center;
  color: var(--bgw);
  font-weight: bold;
  border: 1px solid var(--fcw);
  padding: 15px;
  font-size: var(--fz3);
	border-radius: 50px;
	line-height: 1;
}
.btn_02 > a:hover {
  background-color: var(--bgw);
  color: var(--main);
	opacity: 1;
}
.btn_black_02 {
  width: 300px;
  margin: auto;
  max-width: 100%;
}
.btn_black_02 a, .btn_black_02 input {
  background: var(--sub);
  font-size: 1.4rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  border: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
}
/* アクセス */
#access .left_area {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #access .left_area {
    font-size: 1.4rem;
  }
}
/*ggmap
--------------------------------*/
.ggmap iframe {
  border: none;
}
@media screen and (max-width: 767px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------------------------*/
.f_18_sp_14 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .f_18_sp_14 {
    font-size: 1.4rem;
  }
}


/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.box_02{
	display: flex;
	flex-wrap: wrap;
}
.box_02 > div{
	width: 50%;
}
@media screen and (max-width: 767px) {
.box_02 > div{
	width: 100%;
}
}
.box_02 > div a{
	display: block;
	box-sizing: border-box;
	padding: 160px;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.box_02 > div a{
	padding:80px 60px;
    background-size: cover;
	}
}
.box_02 > div:first-child a{
	background: url("img/top/img_05.webp") center center no-repeat;	
}
@media screen and (max-width: 767px) {
.box_02 > div:first-child a{
}
}
.box_02 > div:last-child a{
	background: url("img/top/img_06.webp") center center no-repeat;
}
@media screen and (max-width: 767px) {
.box_02 > div:last-child a{
}
}
.f_white{
	color: var(--fcw) !important;
}
.f_gray{
	color: var(--gray) !important;	
}
.hidden{
	overflow: hidden;
}
.swiper_staff{
	margin-bottom:350px;
}
@media screen and (max-width: 767px) {
.swiper_staff{
	margin-bottom:250px;
}
}
.staff_box{
	position: relative;
	margin: 5px;
}
.staff_box .txt_box{
	background: var(--bgw);
	padding: 20px;
	width: 90%;
	position: absolute;
	left: 0;
	top:85%;
	text-align: left;
	box-sizing: border-box;
}
.topic_box > div{
	position: relative;
	padding-bottom: 60px;

}
@media screen and (max-width: 767px) {
.topic_box > div{
	width: 100%;
}
.topic_box > div:first-child{
	margin-bottom: 60px;
}
}
.topic_box > div .btn_01{
	position: absolute;
	bottom: 0;
	left: 0;
}
.bg_01{
	background: url("img/top/bg_01.webp") center top no-repeat;
	background-size: cover;
	color:var(--fcw);
}
.com_dl{
	display: flex;
	border-bottom: #ccc 1px solid;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
.com_dl{
	margin-bottom: 20px;
}
}
.com_dl dt{
	width: 30%;
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
.com_dl dt{
	width: 100%;
	font-size: 1.6rem;
	padding: 0;
}
}
.com_dl dd{
	width: 70%;
	padding: 15px 0;
	box-sizing: border-box;
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
.com_dl dd{
	width: 100%;
	font-size: 1.4rem;
	padding: 10px 0;
}
}

.bg_member_01{
	background: url("img/member/staff_01.webp") right center no-repeat;
	padding: 60px;
	display: flex;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.bg_member_01{
	background: none;
	padding: 0 0 260px;
	position: relative;
}
.bg_member_01::before{
    content: "";
    background: url(img/member/staff_01.webp) right center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
}
.bg_member_01 div{
	background: #fff;
	padding: 30px;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.bg_member_01 div{
	padding: 0 0 20px;
	width: 100%;
}
}
.bg_member_02{
	background: url("img/member/staff_02.webp") left center no-repeat;
	padding: 60px;
	display: flex;
	background-size: cover;
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.bg_member_02{
	background: none;
	padding: 0 0 260px;
	position: relative;
}
.bg_member_02::before{
    content: "";
    background: url(img/member/staff_02.webp) left center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}	
}
.bg_member_02 div{
	background: #fff;
	padding: 30px;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.bg_member_02 div{
	padding: 0 0 20px;
	width: 100%;
}	
}
.bg_member_03{
	background: url("img/member/staff_03.webp") right center no-repeat;
	padding: 60px;
	display: flex;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.bg_member_03{
	background: none;
	padding: 0 0 260px;
	position: relative;
}
.bg_member_03::before{
    content: "";
    background: url(img/member/staff_03.webp) right center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}	
}
.bg_member_03 div{
	background: #fff;
	padding: 30px;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.bg_member_03 div{
	padding: 0 0 20px;
	width: 100%;
}	
}
.bg_member_04{
	background: url("img/member/staff_04.webp") left center no-repeat;
	padding: 60px;
	display: flex;
	background-size: cover;
	flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
.bg_member_04{
	background: none;
	padding: 0 0 260px;
	position: relative;
}
.bg_member_04::before{
    content: "";
    background: url(img/member/staff_04.webp) left center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}		
}
.bg_member_04 div{
	background: #fff;
	padding: 30px;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.bg_member_04 div{
	padding: 0 0 20px;
	width: 100%;
}	
}
.list_member > li{
	margin-bottom: 60px;
}
.list_member > li:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
.list_member > li{
	border-bottom: #ccc 1px dotted;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.list_member > li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}	
}
.list_blog01{
	display: flex;
}
.list_blog01 > p{
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 10px;
}
.list_blog01 > a{
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 10px;
}
.list_blog01 > p:first-child{
	padding-right: 10px;
	border-right: #ccc 1px solid;
	margin-right: 10px;
}
.news_00 > li{
	border-bottom: #ccc 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;	
}
.news_00 > li a{
	display: flex;
	flex-wrap: wrap;
}
.news_00 > li a p{
	width: 25%;
}
.news_00 > li a h3{
	width: 75%;
}
@media screen and (max-width: 767px) {
.news_00 > li a p{
	width: 100%;
}
.news_00 > li a h3{
	width: 100%;
}
}
.d_none{
	display: none;
}



 .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section {
    border-top: 1px solid #eee;
  }
  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .card02 .slide-media,
  .card02 .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .card02 .slide-media img,
  .card02 .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card02 .swiper-button-prev::before, .card02 .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .card02 .swiper-button-prev::after, .card02 .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .card02 .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .card02 .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .card02 {
    overflow: hidden;
  }
  .card02 .swiper {
    overflow: visible;
  }
  .card02 .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.2rem;
  }
  .card02 .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
  }
  .card02 .swiper-pagination-bullet {
    width: 1.6rem;
    height: 3px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    vertical-align: top;
    background-color: var(--color-gray);
  }
  .card02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
  }
  .card02 .swiper-button-prev, .card02 .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .card02 .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .card02 .swiper-button-disabled::before {
    -webkit-box-shadow: var(--box-shadow-inset);
            box-shadow: var(--box-shadow-inset);
  }
  .card02 .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .card02 .slide {
    overflow: hidden;
    width: 36rem;
    border-radius: 4px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .card02 .slide-media {
    padding-top: 62.5%;
  }
  .card02 .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card02 .slide-content {
    padding: 3.2rem;
  }
  .card02 .slide-date {
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    color: var(--color-theme);
  }
  .card02 .slide-title {
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3.2em;
    margin-top: 1.6rem;
  }


/* ブログ下　プレビューネクスト */

.content_next_pre {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content_next_pre {
    display: block;
  }
}
.content_next_pre > li {
  border: 1px solid var(--gray);
  box-sizing: border-box;
  width: 50%;
  display: flex;
}
.content_next_pre > li:nth-child(2) {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .content_next_pre > li {
    width: 100%;
  }
	.content_next_pre > li:nth-child(2) {
  border-left:1px solid var(--gray) ;
		border-top: none;
}
}
.content_next_pre > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_next_pre > li:first-child a {
  background: url("img/common/arrow_l.webp") 5% center no-repeat;
  padding: 30px 30px 30px 70px;
}
@media screen and (max-width: 767px) {
  .content_next_pre > li:first-child a {
    padding: 10px 10px 10px 50px;
  }
}
.content_next_pre > li:last-child a {
  background: url("img/common/arrow_r.webp") 95% center no-repeat;
  padding: 30px 70px 30px 30px;
}
@media screen and (max-width: 767px) {
  .content_next_pre > li:last-child a {
    padding: 10px 50px 10px 10px;
  }
}
.content_next_pre > li div:first-child {
  width: 30%;
}
.content_next_pre > li div:last-child {
  width: 70%;
  padding: 20px;
  box-sizing: border-box;
}



