/*
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: #FC9F02;
  --sub: #333333;
  --gray: #939393;
  --gray2: #F8F8F8;
  --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: "小塚ゴシック Pro", "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;
  --lota: "Lato", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --zenmaru: "Lato", "Zen Maru Gothic", "游ゴシック", "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: #4D4D4D;
  /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  font-family: var(--zenmaru);
  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);
}
.lota {
  font-family: var(--lota);
}
/* 背景色 */
.bg_gray {
  background-color: var(--gray2);
}
.bg_w {
  background-color: var(--bgw);
}
/* アコーディオン */
.acMenu > dd {
  display: none;
}
.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}
.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp_none {
    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: 1080px;
  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: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 50px 20px;
  }
}
.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: 1120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
  }
}
.ma {
  margin: auto;
}
/*========= ナビゲーションのためのCSS ===============*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}
.circle-bg.circleactive{
background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
}
/*丸の拡大*/
.circle-bg::before{
	content: "";
    position: fixed;
	z-index:11;
    /*丸の形*/
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #FC9F02;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	top:-300px;
    left:calc(50% - 250px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}
.circle-bg.circleactive::before{
	transform: scale(2.5);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 90%;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 35px;
  right: 45px;
  cursor: pointer;
  width: 30px;
  height: 24px;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #FC9F02;
  width: 30px;
}
.openbtn.active span {
  background-color: #fff;
}
.openbtn span:nth-of-type(1) {
  top: 0;
}
.openbtn span:nth-of-type(2) {
  top: 10px;
  width: 16px;
}
.openbtn span:nth-of-type(3) {
  top: 20px;
}
.openbtn.active span:nth-of-type(1) {
  top: 8px;
  transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 20px;
  transform: translateY(-6px) rotate(45deg);
}
/* hd_nav　ヘッダー
-------------------------------------------------------------------*/
header.header {}
.header_in {
  position: relative;
}
.area_hd01 {
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1080px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  top: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .area_hd01 {
    width: calc(100% - 40px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    top: 15px;
    margin: 0 20px;
    transition: .4s;
  }
  .area_hd01.bg_active {
    width: calc(40%);
  }
}
.area_hd01 .left_area {
  width: 200px;
  position: relative;
}
.area_hd01 .left_area h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .area_hd01 .left_area {
    width: 35%;
    height: auto;
    box-sizing: border-box;
  }
  .area_hd01.bg_active .left_area {
    width: 100%;
  }
  .area_hd01 .right_area {
    width: auto;
  }
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .logo {
    top: -15px;
  }
}
.logo_box {
  position: relative;
  width: 200px;
  height: 55px;
}
.area_hd01 div:last-child > ul {
  display: flex;
}
.area_hd01 div:last-child > ul > li:first-child {
  padding: 10px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  background: var(--main);
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .area_hd01 div:last-child > ul > li:first-child {
    display: none;
  }
}
.area_hd01 div:last-child > ul > li > a {
  color: var(--fcw);
}
.g_nav > ul {
  display: flex;
  justify-content: space-between;
}
.g_nav > ul > li {}
.g_nav > ul > li:nth-child(1) {}
.g_nav > ul > li > a {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  padding: 5px 15px;
}
.g_nav li a:hover, .g_nav li.current a {
  color: #ccc;
}
.g_nav > ul > li > a svg {
  vertical-align: top;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .g_nav > ul > li > a {
    padding: 5px 10px;
  }
}
/*ナビのスタイル*/
nav.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: var(--main);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
nav.NavMenu ul li {
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
}
nav.NavMenu ul li:last-child {
  padding-bottom: 0;
}
nav.NavMenu ul li a {
  display: block;
  padding: 15px 0;
  letter-spacing: 1px;
  font-size: 1.6rem;
  color: var(--fcw);
}
/*ボタンのスタイル*/
.Toggle {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 13;
  display: block;
  margin: 0 auto;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px var(--main);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 0;
}
.Toggle span:nth-child(1) {
  top: 0px;
}
.Toggle span:nth-child(2) {
  top: 12px;
}
.Toggle span:nth-child(3) {
  top: 25px;
}
.Toggle.active span:nth-child(1) {
  top: 8px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px var(--bgw);
}
.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px var(--bgw);
}
.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_2.center {
  align-items: center;
}
.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: 30px;
    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%;
  }
}
#main {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #main {
    padding-top: auto;
    padding: 100px 20px 100px;
  }
}
.box_main {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_main {
    flex-wrap: wrap;
  }
}
.box_main > div:first-child {
  width: 65%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_main > div:first-child {
    width: 100%;
  }
}
.box_main > div:first-child::before {
  content: "";
  background-image: url("img/top/bg_gradation.png");
  width: 151px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .box_main > div:first-child::before {
    content: none;
  }
}
.main_in_txt {
  background: #FC9F02;
  padding: 10px 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main_in_txt {
    padding: 10px;
    flex-wrap: wrap;
  }
}
.main_in_txt p:first-child {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .main_in_txt p:first-child {
    font-size: 1.3rem;
  }
}
.main_in_txt p:last-child {
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .main_in_txt p:last-child {
    font-size: 1.0rem;
    padding-left: 20px;
  }
}
.main_in_txt p:last-child::before {
  content: "";
  background: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 49%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .main_in_txt p:last-child::before {
    width: 15px;
  }
}
.main_in_txt p:last-child a {
  color: #fff;
}
.main_txt {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .main_txt {
    top: 115%;
    left: 0;
    width: 90%;
  }
}
/*.main_txt_inbox {
  width: 630px;
}*/
.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 {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
    margin-bottom: 20px;
  }
}
.ttl_01 span:first-child {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FC9F02;
}
@media screen and (max-width: 767px) {
  .ttl_01 span:first-child {
    font-size: 2.6rem;
  }
}
.ttl_01 span:last-child {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ttl_01 span:last-child {
    font-size: 1.2rem;
  }
}
.ttl_01.white span:first-child {
  color: #fff;
}
.ttl_01.white span:last-child {
  color: #fff;
}
.ttl_02 {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin-bottom: 50px;
}
.ttl_02::before {
  content: "";
  background: rgb(252, 160, 1);
  background: linear-gradient(180deg, rgba(252, 160, 1, 1) 0%, rgba(241, 123, 15, 1) 100%);
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.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;
  padding: 0;
  margin: 0;
}
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;
  }
}
.bg_nami_t {
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .bg_nami_t {
    padding-top: 70px;
  }
}
.bg_nami_t::before {
  content: "";
  background-image: url("img/top/bg_nami_t.webp");
  background-size: cover;
  position: absolute;
  width: auto;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bg_nami_t::before {
    background-image: url("img/top/sp_bg_nami_t.webp");
    height: 75px;
  }
}
.footer {
  background: rgb(252, 160, 1);
  background: linear-gradient(180deg, rgba(252, 160, 1, 1) 0%, rgba(241, 123, 15, 1) 100%);
  padding: 50px 0 0;
  color: var(--fcw);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 20px 15px;
  }
}
.footer nav {
  position: relative;
}
.ft_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 45px;
  border-bottom: #fff 1px solid;
}
.ft_nav > li {
  box-sizing: border-box;
  position: relative;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .ft_nav > li {
    width: 50%;
  }
}
.ft_nav > li:first-child {
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  .ft_nav > li:first-child {
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
.ft_nav > li:nth-child(2), .ft_nav > li:nth-child(3) {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .ft_nav > li:nth-child(2) {
    padding: 0 0 30px 20px;
  }
  .ft_nav > li:nth-child(3) {
    padding: 0 20px 0 0;
  }
}
.ft_nav > li:last-child {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .ft_nav > li:last-child {
    padding-left: 20px;
  }
}
.ft_nav > li::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.ft_nav > li:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .ft_nav > li:nth-child(2)::after {
    content: none;
  }
}
.ft_nav > li > a {
  color: var(--fcw);
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ft_nav > li > a {
    font-size: 1.8rem;
  }
}
.ft_nav > li > ul > li > a {
  color: var(--fcw);
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {}
.ft_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .ft_box {
    padding: 25px 0;
  }
}
.ft_box > div:first-child {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .ft_box > div:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .ft_box > div:first-child > p:first-child {
    width: 50%;
    margin: 0 auto;
  }
}
.ft_box > div:last-child {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .ft_box > div:last-child {
    width: 100%;
  }
}
.address {
  display: flex;
  gap: 10px;
}
.address > p:first-child {
  background: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #F47F0E;
}
.address > p:last-child {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
.copy {
  color: #fff;
  background: #6B2827;
  font-size: 1.2rem;
  padding: 5px;
  margin: 0;
}
.tel {
  display: flex;
}
.tel li:first-child {
  margin-right: 30px;
}
/*　内部ページ　*/
.bg_ttl {
  background: linear-gradient(180deg, rgba(252, 160, 1, 1) 0%, rgba(241, 123, 15, 1) 100%);
}
@media screen and (min-width: 1921px) {
  .bg_ttl {}
}
.bg_ttl .site_wrapper {
  padding: 140px 0 60px;
}
.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: 100px 20px 40px;
  }
  .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: inline-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 > 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 {
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ggmap {
    padding-bottom: 56%;
    padding-top: 30px;
  }
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
/*-----------------------------------------*/
.f_18_sp_14 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .f_18_sp_14 {
    font-size: 1.4rem;
  }
}
.news_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news_box {
    padding: 10px;
  }
}
.news_box > div:first-child {
  width: 100px;
  border-right: #000 1px solid;
}
@media screen and (max-width: 767px) {
  .news_box > div:first-child {
    width: 100%;
    border-right: none;
  }
}
.news_box > div:last-child {
  width: 960px;
  font-size: 1.4rem;
  position: relative;
  padding-right: 160px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_box > div:last-child {
    width: 100%;
    padding-right: 100px;
  }
}
.swiper {
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .swiper {
    padding: 10px 0;
  }
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.txt_01 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .txt_01 {
    font-size: 2.4rem;
  }
}
.txt_02 {
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .txt_02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.f_white {
  color: var(--fcw) !important;
}
.f_gray {
  color: var(--gray) !important;
}
.hidden {
  overflow: hidden;
}
.button_area {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .button_area {
    margin-bottom: 30px;
  }
}
.button_area > div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .button_area > div {
    width: 100%;
  }
  .button_area > div:first-child {
    margin-bottom: 20px;
  }
}
.button_action a {
  font-weight: 700;
  transition: all .2s;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  color: var(--main);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: space-between;
}
.button_action .button_txt {
  font-size: 6rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .button_action .button_txt {
    font-size: 3rem;
  }
}
.button_action .button_txt span {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .button_action .button_txt span {
    font-size: 1.4rem;
  }
}
.button_action a:hover {
  background: #fff;
}
.button_action a > svg {
  width: 118px;
  transition: transform .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .button_action a > svg {
    width: 45px;
    height: 45px;
  }
}
.button_action a:hover svg {
  transform: scale(1.2);
}
/*mainslider
--------------------------------------------*/
.main.swiper-container {
  width: 100%;
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .main.swiper-container {
    padding: 45px 0;
    margin-bottom: 50px;
  }
}
.main .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main .swiper-slide {
    border-radius: 10px;
  }
}
.main .swiper-slide figure {}
.main .swiper-slide img {
  width: 100%;
}
.main .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5); /* スライドの大きさ調整 */
}
.main {}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    display: none;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none !important;
  }
}
.bg_wave {
  padding: 110px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_wave {
    padding: 70px 0;
  }
}
.bg_wave::before {
  content: "";
  background-image: url("img/top/bg_nami_t.webp");
  background-size: cover;
  position: absolute;
  height: 110px;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bg_wave::before {
    background-image: url("img/top/sp_bg_nami_t.webp");
    height: 75px;
  }
}
.bg_wave::after {
  content: "";
  background-image: url("img/top/bg_nami_b.webp");
  background-size: cover;
  position: absolute;
  height: 110px;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bg_wave::after {
    background-image: url("img/top/sp_bg_nami_b.webp");
    height: 70px;
  }
}
.bg_wave_in {
  background: rgb(252, 160, 1);
  background: linear-gradient(180deg, rgba(252, 160, 1, 1) 0%, rgba(241, 123, 15, 1) 100%);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .bg_wave_in {
    padding: 40px 20px;
  }
}
.service_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
  margin-top: 5px;
}
.service_txt p:nth-child(2) {
  font-size: 14px;
}
a .service_txt p:nth-child(2) {
  border-bottom: 1px solid #fff;
}
.reverse {
  flex-wrap: wrap-reverse;
}
/*下層css
----------------------------------------*/
.flex_01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flex_01 {
    flex-wrap: wrap;
  }
  .flex_01 div:first-child {
    margin-bottom: 20px;
  }
}
.com_dl {
  border-bottom: #ccc 1px solid;
  display: flex;
}
@media screen and (max-width: 767px) {
  .com_dl {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.com_dl dt {
  width: 20%;
  box-sizing: border-box;
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .com_dl dt {
    width: 100%;
    padding: 0;
  }
}
.com_dl dd {
  width: 80%;
  box-sizing: border-box;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .com_dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.sp_w80{}
@media screen and (max-width: 767px) {
.sp_w80{
	width: 80% !important;
	margin: 0 auto;
	}
}