/*
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: #000000;
  --sub: #333333;
  --gray: #939393;
  --gray2: #F8F8F8;
  --gray3: #333333;
  --gray4: #CCCCCC;
  --gray5: #f0f0f0;
  --bgw: #FFFFFF;
  --fcw: #FFFFFF;
  --blue: #1C39B1;
  --red: #D5462C;
  --green: #06C655;
  --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", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --min: 'Noto Serif JP', 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(--main);
  font-family: var(--poppins);
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
.min {
  font-family: var(--min);
}
.os {
  font-family: var(--os);
}
.msd {
  font-family: var(--msd);
}
/* 背景色 */
.bg_gray {
  background-color: var(--gray2);
}
.bg_w {
  background-color: var(--bgw);
}
.lh_2 {
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .sp_left {
    text-align: left;
  }
}
.pc_center_sp_left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pc_center_sp_left {
    text-align: left;
  }
}
/* アコーディオン */
.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,.indent_content0{
  padding: 200px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 80px 20px;
  }
  .indent_content0 {
    padding: 0px 0px;
  }
}
.indent_content2 {
  padding: 200px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content2 {
    padding: 80px 20px 0;
  }
}
.sp_indent15_lr {}
@media screen and (max-width : 767px) {
  .sp_indent20_lr {
    padding: 0 20px;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 1240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
  }
}
.ma {
  margin: auto;
}
/* hd_nav　ヘッダー
-------------------------------------------------------------------*/
.bg_h1 {
  width: 100%;
  padding: 5px;
  font-size: 1.2rem;
  background: var(--sub);
  color: #fff;
  text-align: left;
}
.bg_f1 {
  background-color: var(--bgw);
  padding: 15px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bg_h1, .bg_f1 {
    padding: 5px 15px;
    font-size: 1.0rem;
  }
}
.txt_h1 {
  font-size: 1.2rem;
  color: var(--blue);
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .txt_h1 {
    font-size: 1rem;
    left: 0;
    top: 0;
    padding: 5px 10px;
    letter-spacing: 0;
  }
}
header.header {
  position: relative;
}
.header_in {
  position: relative;
}
.area_hd01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area_hd01 {
    padding-top: 10px;
  }
}
.area_hd01 .left_area {
  width: 250px;
  position: relative;
  margin-left: 20px;
  text-align: left;
}
.area_hd01 .right_area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .area_hd01 .left_area {
    width: 60%;
    height: auto;
    margin-left: 15px;
    box-sizing: border-box;
  }
  .area_hd01 .right_area {
    width: 50px;
  }
}
.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 {
  padding: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .area_hd01 div:last-child > ul > li {
    padding: 25px 5px;
    font-size: 1.2rem;
    box-sizing: border-box;
    text-align: center;
  }
}
.area_hd01 div:last-child > ul > li:first-child {
  background: var(--blue);
}
.area_hd01 div:last-child > ul > li > a {
  color: var(--fcw);
}
.g_nav > ul {
  display: flex;
  justify-content: space-between;
}
.g_nav > ul > li {
  position: relative;
}
.g_nav > ul > li::before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.g_nav > ul > li:nth-child(1) {}
.g_nav > ul > li > a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  padding: 0 30px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .g_nav > ul > li > a {
    padding: 0px 20px;
  }
}
.g_nav li a:hover, .g_nav li.current a {
  color: var(--blue);
  opacity: 1 !important;
}
.g_nav li a:hover::before, .g_nav li.current a::before {
  content: "";
  background: var(--blue);
  width: 40%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.g_nav > ul > li > a svg {
  vertical-align: top;
  margin-right: 10px;
}
/*ナビのスタイル*/
nav.NavMenu {
  position: fixed;
  z-index: 90;
  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: 15%;
  left: 0;
  /*  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: 99;
  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 > 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%;
  }
}
/* トップページメインイメージ */
.swiper-pagination-bullet-active {
  background: #565656 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.arrowWrap {
  position: absolute;
  left: 2%;
  bottom: 0;
  height: 200px
}
@media screen and (max-width: 767px) {
  .arrowWrap {
    height: 120px
  }
}
.arrowInner p {
  text-align: end;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .arrowInner p {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}
.arrow {
  width: 1px;
  height: 150px;
  margin: 10px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .arrow {
    height: 85px;
  }
}
.arrow::before {
  content: '';
  width: 1px;
  height: 190px;
  margin: 10px auto 0;
  background-color: #000;
  position: absolute;
  top: -200px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .arrow::before {
    height: 95px;
    top: -95px;
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 150px, 0);
    transform: translate3d(-50%, 150px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 150px, 0);
    transform: translate3d(-50%, 150px, 0);
  }
}
@media screen and (max-width: 767px) {
  @keyframes arrow {
    0% {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-50%, 150px, 0);
      transform: translate3d(-50%, 85px, 0);
    }
    100% {
      -webkit-transform: translate3d(-50%, 150px, 0);
      transform: translate3d(-50%, 85px, 0);
    }
  }
}
.main_slider_wrap {
  width: 100%;
}
.main_box {
  width: 100% !important;
  position: relative !important;
}
.photo_box {
  margin-left: auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .photo_box {
/*    width: 85%;*/
    width: 100%;
  }
}
.main_slider_wrap picture img {
  width: 100%;
  height: 750px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main_slider_wrap picture img {
	/*  height: 350px;*/
    height: 250px;
  }
}
.main_txt {
  position: absolute;
  top: 25%;
  left: 0;
  z-index: 10;
  width: 100%;
}
/*.main_txt_inbox {
  width: 630px;
}*/
.main_txt p {
  font-size: 6rem;
  margin-bottom: 15px;
  color: var(--main);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  font-family: var(--min)
}
@media screen and (max-width: 767px) {
	.main_txt {top: 50%;}
  .main_txt p {
    font-size: 2.2rem;
  }
	
	
}
.main_txt p span {
  background: var(--bgw);
  padding: 10px 30px 10px 3%;
}
@media screen and (max-width: 767px) {
  .main_txt p span {
    padding: 5px 10px;
  }
}
.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: 100px;
}
@media screen and (max-width: 767px) {
  .ttl_01 {
 /*   margin-bottom: 60px;*/
    margin-bottom: 30px;
  }
}
.ttl_01 p {
  font-size: 2rem;
  color: var(--blue);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ttl_01 p {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.ttl_01 h2 {
  font-size: 4.2rem;
  font-weight: 600;
  font-family: var(--min);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl_01 h2 {
    font-size: 2.4rem;
  }
}
.ttl_01.sub p {
  font-size: 1.2rem;
}
.ttl_01.sub h3 {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: var(--min);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl_01.sub h3 {
    font-size: 2rem;
  }
}
.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 100px;
}
@media screen and (max-width: 767px) {
  nav#breadcrumbs {
    padding: 10px 15px 50px;
  }
}
nav#breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  nav#breadcrumbs ol li {
    font-size: 1.0rem;
  }
}
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;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .bg_contact {
    padding: 50px 20px;
  }
}
.bg_contact_inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 100px;
}
@media screen and (max-width: 767px) {
  .bg_contact_inner {
    padding: 30px;
  }
}
.contact_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_col > li:first-child {
  margin-bottom: 10px;
}
.contact_col > li a {
  color: #fff;
  font-size: 2rem;
  background: var(--red);
  padding: 20px;
  position: relative;
  z-index: 1;
  display: block;
  transition: .3s;
  width: 480px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_col > li a {
    font-size: 1.5rem;
    padding: 15px;
    width: 100%;
  }
}
.contact_col > li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid var(--red);
  box-sizing: border-box;
  z-index: -1;
  transform: scale(0.8);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
.contact_col > li a:hover {
  color: var(--red);
  background: transparent;
}
.contact_col > li a:hover::before {
  transform: scale(1);
  opacity: 1;
}
.con_tel {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .con_tel {
    font-size: 3rem;
  }
}
.con_tel span {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .con_tel span {
    font-size: 2rem;
  }
}
.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 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(--bgw);
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 20px 150px;
  }
  .footer.close_mode {
    padding: 50px 15px 15px;
  }
}

footer .ft_wrapper{padding: 0 10%;width: 100%;}

.footer_col_01{text-align: left;
display: flex;flex-wrap: wrap;justify-content: space-between;}

.footer_col_01 .left_area{width: 400px;}
.footer_col_01 .right_area{width: 900px;}
.ft_map_btn{display: flex;flex-wrap: wrap;grid-gap: 15px 15px;align-items: center;margin-bottom: 20px;}
.ft_map_btn img{vertical-align: middle;}
.btn_map a{
  background: var(--blue);
	border: 1px solid var(--blue);
  padding: 5px 10px;
  font-size: 1.2rem;
	color: var(--fcw);
}
.btn_map a:hover{color:  var(--blue);background-color: var(--fcw);}
.ft_tel{display: flex;flex-wrap: wrap;grid-gap: 15px 15px;align-items: center;font-size: 3.0rem;letter-spacing: 0.05em;}
.ft_time{font-size: 1.4rem;}

@media screen and (max-width: 1650px) {
	footer .ft_wrapper{padding: 0 7%;width: 100%;}
.footer_col_01 .left_area{width: 27%;}
.footer_col_01 .right_area{width: 59%;}
	.ft_tel{font-size: 2.4rem;}
	.ft_time{font-size: 1.2rem;}
}
@media screen and (max-width: 767px) {
footer .ft_wrapper{padding: 0 0;}
	.footer_col_01{grid-gap: 40px 0;}
.footer_col_01 .left_area{width: 100%;}
.footer_col_01 .right_area{width: 100%;}
	.ft_map_btn{justify-content: center;padding-top: 10px;}
	.ft_tel{justify-content: center;}
	.ft_time{text-align: center;}
}

.footer_col_01 .right_area .ft_right{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;grid-gap: 30px 0;}

.footer_col_01 .right_area .ft_right > nav{width: 380px;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;}
.footer_col_01 .right_area .ft_right > figure{width: 380px;}

.footer_col_01 .right_area .line{display: block;width: 1px;background-color: var(--gray4);}

.footer_col_01 .right_area .ft_right > nav > dl{display: flex;flex-wrap: wrap;flex-direction: column;justify-content: space-between;}
.footer_col_01 .right_area .ft_right > nav > dl > dt{font-size: 1.8rem;font-weight: bold;}
.footer_col_01 .right_area .ft_right > nav > dl > dd{position: relative;padding-left: 25px;}
.footer_col_01 .right_area .ft_right > nav > dl > dd::before{content: "";transition: 0.5s; width: 12px;height: 1px;background: var(--main);position: absolute;left: 0;top: 50%;}
.footer_col_01 .right_area .ft_right > nav > dl > dd:hover:before{left: 5px;}
.ft_copy{font-size: 1.2rem;text-align: right;border-bottom: 1px solid var(--gray4);padding: 20px 0 20px;margin-bottom: 20px;}

.ft_end > ul{width: 100%;
display: flex;flex-wrap: wrap;justify-content: flex-end;grid-gap:15px 30px;}

@media screen and (max-width: 1650px) {
.footer_col_01 .right_area .ft_right > nav{width: 46%;}
.footer_col_01 .right_area .ft_right > figure{width: 46%}
	.footer_col_01 .right_area .ft_right > nav > dl > dt{font-size: 1.6rem;}
	.footer_col_01 .right_area .ft_right > nav > dl > dd{font-size: 1.4rem;}
}
@media screen and (max-width: 1500px) {
.footer_col_01 .right_area .ft_right > nav{width: 48%;}
.footer_col_01 .right_area .ft_right > figure{width: 48%}

	.footer_col_01 .right_area .line{display: none;}
}

@media screen and (max-width: 767px) {
.footer_col_01 .right_area .ft_right > nav{width: 100%;justify-content: flex-start;grid-gap: 30px 30px;}
.footer_col_01 .right_area .ft_right > figure{width: 100%}
	.footer_col_01 .right_area .ft_right > nav > dl{grid-gap: 10px;}
	.ft_end > ul{font-size: 1.2rem;justify-content: flex-start;}
}


/*
.footer nav {
  margin-bottom: 50px;
  position: relative;
}



.ft_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .ft_nav {
    gap: 20px;
    justify-content: space-between;
  }
}
.ft_nav li {
  line-height: 1;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ft_nav li {
    width: 45%;
  }
}
.ft_nav li::before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -30px;
}
@media screen and (max-width: 767px) {
  .ft_nav li::before {
    content: none;
  }
}
.ft_nav li:last-child::before {
  content: none;
}
.ft_nav a {
  color: var(--main);
  text-transform: uppercase;
}
.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;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .tel {
    display: block;
  }
}
.tel li:first-child {
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tel li:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.tel li:first-child::before {
  content: "";
  background: url("img/common/slash.webp") center left no-repeat;
  width: 9px;
  height: 19px;
  position: absolute;
  right: -17px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .tel li:first-child::before {
    content: none;
  }
}*/
.ft_btn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ft_btn {
    right: 10px;
    bottom: 160px;
    width: 40px;
  }
}
.ft_btn.close_mode {
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ft_btn.close_mode {
    bottom: 10px;
  }
}
.ft_float {
  background: var(--blue);
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 80;
  display: flex;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s;
  justify-content: space-between;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .ft_float {
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .ft_float .f_14 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {}
.ft_float.close {
  opacity: 0;
  pointer-events: none;
}
.ft_float div:first-child {
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .ft_float div:first-child {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .ft_float div:first-child {
    padding: 0 40px 0 0;
    margin-bottom: 10px;
  }
}
.ft_float div:last-child {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ft_float .btn_ft {
    width: 100%;
  }
}
.ft_float .btn_ft a {
  background: var(--red);
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .ft_float .btn_ft a {
    font-size: 1.4rem;
  }
}

.btn_ft_list{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.btn_ft_list > li{width: 180px;}
.btn_ft_list > li > a{display: block;padding: 15px;text-align: center;}
.btn_ft_list > li:nth-child(1) a{background: var(--bgw);color: var(--blue);}
.btn_ft_list > li:nth-child(2) a{background: var(--green);color: var(--fcw);}
.btn_ft_list > li:nth-child(3) a{background: var(--red);color: var(--fcw);}

@media screen and (max-width: 1200px) {
	.btn_ft_list {max-width: 100%;width: 400px;}
.btn_ft_list > li{width: calc(100% / 3);}
.btn_ft_list > li > a{
    font-size: 1.4rem;padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
	.btn_ft_list{width: 100%;}
}
button#close {
  background: none;
  border: none;
  color: #fff;
  font-size: 3rem;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  button#close {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 2.5rem;
  }
}
/*　内部ページ　*/
.bg_ttl {
  background-image: url("img/news/bg_ttl.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.bg_ttl_content, .bg_ttl_column {
  background-image: url("img/works/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;
  text-align: center;
}
.bg_ttl .en {
  color: var(--fcw);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.bg_ttl .ja {
  color: var(--fcw);
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--min);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .bg_ttl .site_wrapper {
    min-height: auto;
    padding: 60px 20px;
  }
  .bg_ttl .en {
    font-size: 1.4rem;
  }
  .bg_ttl .ja {
    font-size: 2rem;
  }
}
.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;
  }
}
/* 施工事例
-------------------------*/
.works img {
  width: 100%;
/*  height: 260px;*/
  object-fit: cover;
}
.content_head {}
.content_head .cat_box {
  position: relative;
  font-size: 1.4rem;
  color: #565656;
  padding-left: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .content_head .cat_box {}
}
.content_head .cat_box::before {
  position: absolute;
  content: "";
  background: #565656;
  width: 30px;
  height: 1px;
  top: 40%;
  left: 0;
}
.content_head .name {
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
.content_head .name {
	font-size: 1.6rem;
}
}
.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;
}
.column_top > li figure img {
  object-fit: cover;
}

.column_list{grid-gap: 0px 0;display: grid;border-bottom: 1px solid var(--gray4);}
.column_list > li{width: 100%;padding: 40px 0;border-top: 1px solid var(--gray4);}
.col_column{display: flex;flex-wrap: wrap;grid-gap: 30px 40px;}
.col_column > .left_area{width: 335px;}
.col_column > .right_area{width: 825px;}

@media (max-width: 767px) {
.col_column > .left_area{width: 100%;}
.col_column > .right_area{width: 100%;}
}
.flex_box01{display: flex;flex-wrap: wrap;grid-gap: 15px 15px;align-items: center;}
.txt_area_column > a{display: block;width: 120px;text-align: center;padding: 5px;font-size: 1.2rem;}

.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 #toc_container{margin-bottom: 60px ;}
#wysi .toc_number {display: inline-block;min-width: 15px;text-align: center;}


#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: 20px;
  margin-top: 30px;
  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;
}

/*　お問い合わせ　*/

.form_outer{background: var(--gray5);padding: 120px 100px;}
.form_outer2{padding: 120px 100px;}
@media screen and (max-width : 767px) {
	.form_outer,.form_outer2{padding: 40px 20px;}
}

.box_contact {
  background: var(--bgw);
  padding: 30px;
  display: flex;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width : 767px) {
  .box_contact {
    gap: 20px;
    flex-wrap: wrap;
  }
  .box_contact p {
    width: 100%;
  }
}
.box_contact > ul > li {
  text-indent: -1em;
  padding-left: 1em;
}

.box_tel {
  color: var(--sub);
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box_tel {
    text-align: left;
  }
}

.ico_required {
  color: #fff;
  font-size: 1.2rem;
  background: #ff3232;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 15px;
}
.contact_form {
  width: 100%;
}

.mw_wp_form a{border-bottom: 1px solid var(--blue);color: var(--blue);}

@media screen and (max-width: 767px) {
  .contact_form {
    display: block;
  }
}
.contact_form tr {
}
@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: 14px 20px;border: none;
}
.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[type=text], .contact_form input[type=email], .contact_form textarea, .contact_form select {
    font-size: 1.6rem;
    margin: 4px 0;
    display: block;
    padding: 15px;
  }
  .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_checkbox-field{display: flex;flex-wrap: wrap;grid-gap: 10px;}

.mw_wp_form .contact_form .horizontal-item + .horizontal-item{margin-left: 0;}
.mwform-checkbox-field label{display: inline-block;cursor: pointer;}

.contact_form select option {
  line-height: 2 !important;
  font-size: 1.6rem;
}
.more a {
  border-bottom: #000 1px solid;
  transition: 0.2s;
}
.more a:hover {
  border-bottom: #0A3190 1px solid;
  color: #0A3190;
}
.btn_01 a {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  border: 1px solid var(--blue); /* ボーダーの色と太さ */
  padding: 20px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  width: 500px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .btn_01 a {
    padding: 15px;
    width: 100%;
    font-size: 1.8rem;
  }
}
/*ボタン内spanの形状*/
.btn_01 a span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: var(--blue);
}
.btn_01 a:hover span {
  color: #fff;
  opacity: 1 !important;
}
/*== 背景が流れる（左から右） */
.btn_01 a:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: var(--blue); /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.btn_01 a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  opacity: 1 !important;
}
.btn_01.white a {
  border: 1px solid var(--bgw); /* ボーダーの色と太さ */
}
/*ボタン内spanの形状*/
.btn_01.white a span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: var(--bgw);
}
.btn_01.white a:hover span {
  color: var(--main);
}
/*== 背景が流れる（左から右） */
.btn_01.white a:before {
  background: var(--bgw); /*背景色*/
}
/*hoverした際の形状*/
.btn_01 a:hover:before {}
/*.btn_01 > a {
  width: 500px;
  display: block;
  text-align: center;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 20px;
  font-size:2rem;
	line-height: 1;
}
.btn_01 > a:hover {
  background-color: var(--blue);
  color: var(--bgw);
}
@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:url("img/common/mail_arrow.png") no-repeat right 20px center/42px 9px var(--blue);
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 60px;
  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;
}

.btn_black_02 input:hover{
	 background:url("img/common/mail_arrow.png") no-repeat right 10px center/42px 9px var(--blue);
	border-radius: 10px;
}

/* アクセス */
#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;
  }
}
.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-button-prev::after, .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
.box_01 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_01 {
    padding-top: 110px;
  }
}
.box_01::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 600px;
  background-size: cover;
  top: 0;
}
@media screen and (max-width: 767px) {
  .box_01::before {
    width: 80%;
    height: 250px;
  }
}
.box_01.bg_top01::before {
  background-image: url("img/top/img_01.webp");
  right: 0;
}
.box_01.bg_top02::before {
  background-image: url("img/top/img_02.webp");
  left: 0;
  background-position: top center;
}
.box_01.bg_top03::before {
  background-image: url("img/top/img_03.webp");
  right: 0;
}
.txt_box_wh {
  background: #fff;
  padding: 80px;
  width: 600px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.box_01.bg_top02::before {
  background-position: top left;
}
  .txt_box_wh {
    padding: 30px;
    width: 95%;
  }
}
.txt_box_wh.right {
  margin-left: auto;
}
.number {
  font-size: 20rem;
  color: #595656;
  font-family: var(--min);
  line-height: 0.9;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .number {
    font-size: 8rem;
    line-height: 0.9;
    padding-top: 0;
  }
}
.number span {
  font-size: 3.2rem;
  line-height: 0.9;
  padding: 0 40px;
}
.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;
  }
}
.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;
}
.service_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service_list {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.service_list li {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .service_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.service_list li a {
  padding: 100px 20px 200px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service_list li a {
    padding: 60px 20px;
  }
}
.service_list li a::before {
  transition: .3s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  z-index: -1;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .service_list li a::before {
    filter: blur(0);
  }
}
.service_list li:first-child a::before {
  background: rgba(0, 0, 0, 0.4) url("img/top/bnr_01.webp") center center no-repeat;
  background-blend-mode: multiply;
}
.service_list li:nth-child(2) a::before {
  background: rgba(0, 0, 0, 0.4) url("img/top/bnr_02.webp") center center no-repeat;
  background-blend-mode: multiply;
}
.service_list li:last-child a::before {
  background-blend-mode: multiply;
  background: rgba(0, 0, 0, 0.4) url("img/top/bnr_03.webp") center center no-repeat;
}
.service_list li a:hover {
  opacity: 1 !important;
}
.service_list li a:hover::before {
  filter: blur(0px);
}
.service_list li h3 {
  font-family: var(--min);
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  filter: blur(0px);
}
@media screen and (max-width: 1560px) {
  .service_list li h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1260px) {
  .service_list li h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .service_list li h3 {
    font-size: 2.4rem;
  }
}
.service_list li p.red_box {
  font-family: var(--min);
  background: var(--red);
  padding: 5px 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .service_list li p.red_box {
    font-size: 1.6rem;
  }
}
.service_list li p.more {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 2.0rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .service_list li p.more {
    position: static;
    font-size: 1.6rem;
    text-decoration: underline;
    margin-top: 60px;
  }
}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .parallax-bg {
    background-attachment: inherit;
    padding: 100px 20px;
  }
}
/*各背景の画像*/
.img-bg-01 {
  background-image: url("img/common/bg_ptn.webp"), url("img/top/bg_01.webp");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-blend-mode: multiply;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /*各背景の画像*/
  .img-bg-01 {
    background-image: url("img/top/bg_01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
  }
}
.img-bg-02 {
  background-image: url("img/common/bg_ptn.webp"), url("img/top/bg_02.webp");
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-blend-mode: multiply;
  color: #fff;
}
@media screen and (max-width: 767px) {
  /*各背景の画像*/
  .img-bg-02 {
    background-image: url("img/top/bg_02.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: normal;
  }
}
/*スクロールするコンテンツ*/
.scrollbox {
  background-color: #fff;
}

/*住宅事業
------------------------------------------*/
.hero {
  height: 800px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  z-index:10;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: anime 30s 0s infinite;
}
.hero4 .hero__bg {
  animation: anime 24s 0s infinite;
}

.hero__bg:nth-of-type(2) {
  animation-delay: 6s;
}
.hero__bg:nth-of-type(3) {
  animation-delay: 12s;
}
.hero__bg:nth-of-type(4) {
  animation-delay: 18s;
}
.hero__bg:nth-of-type(5) {
  animation-delay: 24s;
}

@keyframes anime {
  0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.05) ;
         z-index:9;
    }
    50% {
        opacity: 0;
    }

    100% { opacity: 0 }
}

.hero_tit{position: absolute;left: auto;top: 45%;right: auto;bottom: auto;width: 100%;text-align: center;color: var(--fcw);z-index: 10;}

@media screen and (max-width: 767px) {
	.hero_tit{top: 42%;}
	.hero,.hero__bg {height: 250px;}
}
.hero_tit .en {
  color: var(--fcw);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.hero_tit .ja {
  color: var(--fcw);
  font-size: 6rem;
  font-weight: 500;
  font-family: var(--min);
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {

  .hero_tit .en {
    font-size: 1.4rem;
  }
  .hero_tit .ja {
    font-size: 2rem;
  }
}


.house_01{display: flex;flex-wrap: wrap;grid-gap: 10px 10px;flex-direction: row-reverse;margin-bottom: 100px;}
.house_01 > .right_area{display: flex;flex-direction: column;justify-content: space-between;}
.house_01 .box{width: 600px;margin: 0 0 20px 30px;}
.house_01 .box .tit{font-size: 3.2rem;font-weight: 600;letter-spacing: .2em;font-family: var(--min);margin-bottom: 50px;line-height: 1.8;}
.house_01 > .left_area{display: flex;flex-direction: column;grid-gap: 10px;}
.house_01 .fig_04{display: none;}
@media screen and (max-width: 767px) {
	
.house_01 .fig_01,.house_01 .fig_02,.house_01 .fig_03{display: none;}
.house_01 .fig_04{display: block;}
	
.house_01{display: block;padding: 0 20px;margin-bottom: 60px;}
.house_01 > .right_area{display: block;margin-bottom: 10px;}
.house_01 .box{width: 100%;margin: 0 0 20px 0px;}
.house_01 .box .tit{font-size: 2.0rem;margin-bottom: 20px;line-height: 1.8;}
.house_01 > .left_area{display: flex;flex-direction: column;grid-gap: 10px;}

}
.house_02 {padding:90px 0px 60px 0px;margin-bottom: 120px;border: 1px solid var(--gray4);position: relative;}
.house_02 .tit{text-align: center;width: 100%;position: absolute;left: 0;top: -36px;}
.house_02 .tit img{position: relative;z-index: 1;}
/*.house_02 .tit::before{content: ""; width: 100%;height: 1px;background-color: var(--gray4);display: block;position: absolute;left: 0;top: 36px;z-index: 0;}
*/
.house_02 .txt{text-align: center;margin-bottom: 30px;}
.house_02 figcaption{font-size: 2.0rem;font-weight: bold;position: relative;margin-top: 10px;padding-left: 40px;}
.house_02 figcaption::before{content: "";width: 30px;height: 1px;display: block;background-color: var(--main);position: absolute;left: 0;top: 16px;}
.house_02 .col_2{margin:0 60px;}

@media screen and (max-width: 767px) {
	.house_02 {padding:50px 0px 0px 0px;margin:0 20px 60px 20px;}
	.house_02 .tit{top: -18px;}
	.house_02 .tit img{width: 180px;}
	.house_02 .txt{padding: 0 20px;text-align: left;}
	.house_02 .col_2{margin:0 20px;}
	.house_02 figcaption{font-size: 1.8rem;}
}

.house_03 {padding:90px 0px 60px 0px;margin-bottom: 100px;border: 1px solid var(--gray4);position: relative;}
.house_03 .tit{text-align: center;width: 100%;position: absolute;left: 0;top: -36px;}
.house_03 .tit img{position: relative;z-index: 1;}
/*.house_03 .tit::before{content: ""; width: 100%;height: 1px;background-color: var(--gray4);display: block;position: absolute;left: 0;top: 36px;z-index: 0;}
*/
.house_03 .txt{text-align: center;margin-bottom: 30px;}
.house_03 .col_2{margin:0 60px;}

@media screen and (max-width: 767px) {
	.house_03 {padding:50px 0px 0px 0px;margin:0 20px 60px 20px;}
	.house_03 .tit{top: -18px;}
	.house_03 .tit img{width: 240px;}
	.house_03 .txt{padding: 0 20px;text-align: left;}
	.house_03 .txt.f_24{text-align: center;}
	.house_03 .col_2{margin:0 20px;}
	.house_03 figcaption{font-size: 1.8rem;}
}

.house_04{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 300px;}
.house_04 > li{width: 22%;position: relative;height: 350px;}
.house_04 > li:nth-child(1){background: url("img/housing/img_08.webp") no-repeat center center /cover;}
.house_04 > li:nth-child(2){background: url("img/housing/img_09.webp") no-repeat center center /cover;}
.house_04 > li:nth-child(3){background: url("img/housing/img_10.webp") no-repeat center center /cover;}
.house_04 > li:nth-child(4){background: url("img/housing/img_11.webp") no-repeat center center /cover;}
.house_04 .txt {font-family: var(--min);position: absolute;left: 0;bottom: 60px;font-weight: bold;line-height: 2.2;}
.house_04 .txt span{background-color: var(--bgw);padding: 3px 10px;}

.house_04 > li .list{position: absolute;left: 20px;bottom: -100px;border-left: 1px solid var(--main);height: 120px;padding: 40px 0 0 10px;}
.house_04 > li .list li{font-size: 1.4rem;}

.house_box_tit{font-size: 3.6rem;font-weight: bold;position: absolute;left: 0;top: -30px;text-align: center;width: 100%;font-family: var(--min);}
@media screen and (max-width: 767px) {
	.house_box_tit{font-size: 2.0rem;top: -15px;}
	.house_04{margin:0 20px 100px 20px;}
	.house_04 > li{width: 100%;height: 260px;margin-bottom: 120px;}
	.sp_pt20{padding-top: 20px;}
	.sp_pt30{padding-top: 30px;}
}


.house_05_tit{font-size: 4.2rem;font-weight: 600;letter-spacing: 0.2em;margin-bottom: 60px;text-align: center;font-family: var(--min);}
.house_05_txt{text-align: center;margin-bottom: 160px;}
.house_05_dl_outer{display: grid;grid-gap: 100px;}
.house_05_dl{width: 100%;}
.house_05_dl > dt{position: relative;line-height: 1;font-size: 3.2rem;font-weight: 600;letter-spacing: 0.2em;width: 100%;margin-bottom: 60px;font-family: var(--min);}
.house_05_dl > dt::after{content: "";width: 100%;height: 1px;position: absolute;background-color: var(--gray4);left: 0;top: 18px;}
.house_05_dl > dt > span{background-color: var(--bgw);padding-right: 30px;z-index: 2;position: relative;}

.house_05_dl > dd{display: grid;grid-gap: 40px;}
.house_05_dl > dd > dl{}
.house_05_dl > dd > dl > dt{color:var(--blue);font-weight: bold;font-size: 2.0rem;margin-bottom: 20px;}
@media screen and (max-width: 767px) {
	.house_05_tit{font-size: 2.4rem;margin-bottom: 30px;}
	.house_05_txt{margin-bottom: 60px;text-align: left;}
	.house_05_dl_outer{grid-gap: 60px;}
	.house_05_dl > dt{font-size: 1.8rem;margin-bottom: 30px;}
	.house_05_dl > dt::after{top: 10px;}
	.house_05_dl > dt > span{padding-right: 20px;}
	.house_05_dl > dd{grid-gap: 20px;}
	.house_05_dl > dd > dl > dt{font-size: 1.6rem;margin-bottom: 10px;}
}
.part_sub_tit{text-align: center;font-size: 2.4rem;margin-bottom: 40px;line-height: 1.8;}
.part_txt{text-align: center;margin-bottom: 80px;line-height: 2;}
@media screen and (max-width: 767px) {
	.part_sub_tit{font-size: 1.8rem;margin-bottom: 20px;}
	.part_txt{text-align: left;margin-bottom: 40px;}
}
.house_06{background: url("img/housing/bg_01.webp")no-repeat center center/cover;color: var(--fcw);padding: 140px;}

.house_06 .tit{font-size: 3.2rem;font-weight: 600;text-align: center;margin-bottom: 40px;font-family: var(--min);letter-spacing: 0.2em;}
.house_06 .txt{line-height: 2;margin-bottom: 90px;text-align: center;}
@media screen and (max-width: 767px) {
	.house_06{padding: 40px 20px;}
	.house_06 .tit{font-size: 2.0rem;margin-bottom: 30px;}
	.house_06 .txt{text-align: left;margin-bottom: 30px;}
}

/*特権事業
------------------------------------------*/
.t_box_01 {
  position: relative;
  padding-top: 220px;
}
@media screen and (max-width: 767px) {
  .t_box_01 {
    padding-top: 180px;
  }
}
.t_box_01::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 600px;
  background-size: cover;
  top: 0;
}
@media screen and (max-width: 767px) {
  .t_box_01::before {
    width: 80%;
    height: 250px;
  }
}
.t_box_01.bg_top01::before {
  background-image: url("img/tokken/img_01.webp");
  right: 0;
}
.t_box_01.bg_top02::before {
  background-image: url("img/tokken/img_02.webp");
  left: 0;
}
.t_box_01.bg_top03::before {
  background-image: url("img/tokken/img_03.webp");
  right: 0;
}
.box_nayami {
  background: var(--bgw);
  position: relative;
  padding: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .box_nayami {
    padding: 30px;
  }
}
.box_nayami figure {
  position: absolute;
  bottom: 0;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .box_nayami figure {
    display: none;
  }
}
.box_nayami ul li {
  font-size: 2rem;
  background: url("img/tokken/check.webp") left center no-repeat;
  padding-left: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .box_nayami ul li {
    font-size: 1.6rem;
    background: url("img/tokken/check.webp") left 5px no-repeat;
    background-size: 20px;
    padding-left: 30px;
  }
}
.flow > li {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .flow > li {
    padding: 30px;
  }
}
.flow > li::before {
  content: '';
  display: block;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow > li::before {
    height: 15px;
    bottom: -15px;
  }
}
.flow .f_01 {
  background: var(--blue);
}
.flow .f_01::before {
  background-color: var(--blue);
}
.flow .f_02 {
  background: #2B49C4;
}
.flow .f_02::before {
  background: #2B49C4;
}
.flow .f_03 {
  background: #425DC9;
}
.flow .f_03::before {
  background: #425DC9;
}
.flow .f_04 {
  background: #5D74D4;
}
.flow .f_04::before {
  background: #5D74D4;
}
.flow .f_05 {
  background: #798CD9;
}
.flow .f_05::before {
    content: none;
}
.flow > li > div:first-child {
  background: #fff;
  border-radius: 50%;
  font-size: 4.5rem;
  line-height: 1;
  padding: 20px;
  font-family: var(--min);
  width: 90px;
  height: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow > li > div:first-child {
    font-size: 3rem;
    padding: 13px;
    width: 60px;
    height: 60px;
  }
}
.flow > li.f_01 > div:first-child {
  color: var(--blue);
}
.flow > li.f_02 > div:first-child {
  color: #2B49C4;
}
.flow > li.f_03 > div:first-child {
  color: #425DC9;
}
.flow > li.f_04 > div:first-child {
  color: #5D74D4;
}
.flow > li.f_05 > div:first-child {
  color: #798CD9;
}
.store_box {
  position: relative;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .store_box {
    margin-bottom: 60px;
  }
}
.store_box > div:first-child {
  width: 55%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .store_box > div:first-child {
    width: 90%;
  }
}
.store_box > div:last-child {
  width: 55%;
  height: auto;
  background: var(--gray2);
  padding: 80px 80px 80px 15%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .store_box > div:last-child {
    width: 95%;
    padding: 80px 30px 30px;
  }
}
.store_name {
  background: #fff;
  font-size: 3.2rem;
  font-family: var(--min);
  padding: 20px 80px;
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .store_name {
    font-size: 2.2rem;
    padding: 15px;
    top: 80px;
    left: auto;
    right: 0;
  }
}
.store_info {
  border-bottom: #fff 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .store_info {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }
}
.store_info.mt {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .store_info.mt {
    margin-top: 100px;
  }
}
.store_info dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .store_info dt {
    font-size: 1.6rem;
  }
}
.store_info dd ul li {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .store_info dd ul li {
    font-size: 1.4rem;
  }
}
.store_info dd ul li p:nth-child(1){
  width: 25%;
}
.store_info dd ul li p:nth-child(2){
  width: 75%;
}
.voice_box {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .voice_box {
    flex-wrap: wrap;
    gap: 40px;
  }
.store_info dd ul li p:nth-child(1){
  width: 35%;
}
.store_info dd ul li p:nth-child(2){
  width: 65%;
}
}
.voice_box > div:first-child {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .voice_box > div:first-child {
    width: 100%;
  }
}
.voice_box > div:last-child {
  width: calc(50% - 60px);
}
@media screen and (max-width: 767px) {
  .voice_box > div:last-child {
    width: 100%;
  }
}
.voice_box.row {
  flex-direction: row-reverse;
}
.ttl_sub {
  border-left: #DA4124 4px solid;
  font-family: var(--min);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_sub {
    font-size: 1.8rem;
    margin-bottom: 25px;
    line-height: 1.3;
  }
}
/*
---------------------------------------------*/
.bg_hudosan {
  background: url("img/hudosan/bg_01.webp") top center no-repeat;
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .bg_hudosan {
    padding: 100px 20px;
  }
}
.bg_hudosan_in {
  background: var(--bgw);
  padding: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_hudosan_in {
    padding: 30px;
  }
}
.txt_hudosan {
  font-size: 3.2rem;
  margin-top: -130px;
  text-align: center;
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .txt_hudosan {
    font-size: 2rem;
    margin-top: -49px;
    margin-bottom: 30px;
  }
}
.txt_hudosan02 {
  font-size: 3.2rem;
  text-align: center;
  letter-spacing: 0.1em;
  background: var(--blue);
  padding: 40px;
  color: var(--fcw);
}
@media screen and (max-width: 767px) {
  .txt_hudosan02 {
    font-size: 2.4rem;
    padding: 20px;
  }
}
.txt_hudosan03 {
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .txt_hudosan03 {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
.txt_hudosan03 span {
  background: linear-gradient(transparent 60%, rgba(28, 57, 177, 0.4) 60%);
}
.box_hudosan {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .box_hudosan {
    position: relative;
    padding: 80px 20px;
  }
}
.box_hudosan > div {
  width: 840px;
}
@media screen and (max-width: 767px) {
  .box_hudosan > div {
    width: 100%;
  }
}
.box_hudosan > figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .box_hudosan > figure {
    width: 140px;
    bottom: 0;
    right: 0;
  }
}
/*土地を探している方
---------------------------------------------*/
.btn_tochi {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .btn_tochi {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.btn_tochi > li {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .btn_tochi > li {
    width: 100%;
  }
}
.btn_tochi > li a {
  display: block;
  width: 100%;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  border: var(--blue) 1px solid;
  background: #fff;
  color: var(--blue);
  text-align: center;
  font-size: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn_tochi > li a {
    padding: 15px 15px 40px;
    font-size: 1.8rem;
  }
}
.btn_tochi > li a::before {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 13px;
  height: 13px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(135deg);
}
.btn_tochi > li a:hover {
  background: var(--blue);
  color: var(--fcw);
}
.btn_tochi > li a:hover::before {
  border-top: 2px solid var(--fcw);
  border-right: 2px solid var(--fcw);
}
.box_01.bg_tochi01::before {
  background-image: url("img/tochi/img_01.webp");
  right: 0;
}
.box_01.bg_tochi02::before {
  background-image: url("img/tochi/img_02.webp");
  left: 0;
  background-position: top center;
}
.box_01.bg_tochi03::before {
  background-image: url("img/tochi/img_03.webp");
  right: 0;
}
.box_01.bg_tochi04::before {
  background-image: url("img/tochi/img_04.webp");
  left: 0;
  background-position: top center;
}
.box_01.bg_tochi05::before {
  background-image: url("img/tochi/img_05.webp");
  right: 0;
}
.point_number {
  color: #595656;
  font-family: var(--min);
}
.point_number p:first-child {
  font-size: 3.2rem;
  padding: 0 30px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .point_number p:first-child {
    font-size: 1.8rem;
    padding: 0;
  }
}
.point_number p:last-child {
  font-size: 20rem;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .point_number p:last-child {
    font-size: 8rem;
  }
}
.flow_02 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flow_02 {
    flex-wrap: wrap;
  }
}
.flow_02 > li {
  width: 20%;
  color: var(--fcw);
  padding: 50px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flow_02 > li {
    width: 100%;
    padding: 20px;
  }
}
.flow_02 > li::before {
  content: "";
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow_02 > li::before {
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 10px;
    top: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.flow_02 > li:nth-child(1) {
  background: var(--blue);
}
.flow_02 > li:nth-child(1)::before {
  background-color: var(--blue);
}
.flow_02 > li:nth-child(2) {
  background: #2B49C4;
}
.flow_02 > li:nth-child(2)::before {
  background-color: #2B49C4;
}
.flow_02 > li:nth-child(3) {
  background: #425DC9;
  padding: 80px 50px;
}
.flow_02 > li:nth-child(3)::before {
  background-color: #425DC9;
}
.flow_02 > li:nth-child(4) {
  background: #5D74D4;
  padding: 80px 50px;
}
.flow_02 > li:nth-child(4)::before {
  background-color: #5D74D4;
}
.flow_02 > li:nth-child(5) {
  background: #798CD9;
  padding: 80px 50px;
}
.flow_02 > li:nth-child(5)::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .flow_02 > li:nth-child(3), .flow_02 > li:nth-child(4), .flow_02 > li:nth-child(5) {
    padding: 20px;
  }
}
.flow_02 > li p:first-child {
  font-size: 6rem;
  position: absolute;
  top: -73px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .flow_02 > li p:first-child {
    font-size: 3rem;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.flow_02 > li:nth-child(1) p:first-child {
  color: var(--blue);
}
.flow_02 > li:nth-child(2) p:first-child {
  color: #2B49C4;
}
.flow_02 > li:nth-child(3) p:first-child {
  color: #425DC9;
}
.flow_02 > li:nth-child(4) p:first-child {
  color: #5D74D4;
}
.flow_02 > li:nth-child(5) p:first-child {
  color: #798CD9;
}
@media screen and (max-width: 767px) {
  .flow_02 > li:nth-child(1) p:first-child, .flow_02 > li:nth-child(2) p:first-child, .flow_02 > li:nth-child(3) p:first-child, .flow_02 > li:nth-child(4) p:first-child, .flow_02 > li:nth-child(5) p:first-child {
    color: #fff;
  }
}
/*company
---------------------------------*/
.box_company {
  display: flex;
  gap: 60px;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .box_company {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.box_company div:first-child {
  width: calc(50% - 20%);
  text-align: left;
}
@media screen and (max-width: 1700px) {
  .box_company div:first-child {
    width: calc(40% - 8%);
  }
}
@media screen and (max-width: 767px) {
  .box_company div:first-child {
    width: 100%;
  }
}
.box_company div:last-child {
  width: 50%;
}
@media screen and (max-width: 1700px) {
  .box_company div:last-child {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .box_company div:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .box_company .f_20 {
    font-size: 1.6rem !important;
  }
}
.list_box > li {
  border-bottom: #ccc 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.list_box > li:last-child {
  margin-bottom: 0;
}
.list_box > li dl {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .list_box > li dl {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.list_box > li dl dt {
  width: 25%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .list_box > li dl dt {
    width: 100%;
  }
}
.list_box > li dl dd {
  width: calc(75% - 40px);
}
@media screen and (max-width: 767px) {
  .list_box > li dl dd {
    width: 100%;
  }
}
.list_box > li dl dt, .list_box > li dl dd {
  font-size: 2rem;
}
@media screen and (max-width: 1700px) {
  .list_box > li dl dt, .list_box > li dl dd {
    font-size: 1.6rem;
  }
}
.com_txt01, .com_txt02 {
  display: flex;
}
@media screen and (max-width: 1700px) {
  .com_txt01, .com_txt02 {}
}
.com_txt01 p:first-child {
  width: 140px;
}
.com_txt01 p:last-child {}
.com_txt02 p:first-child {
  width: 200px;
}
.com_txt02 p:last-child {}
.list_000 > li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}
.ttl_sub02 {
  color: var(--red);
  font-size: 1.8rem;
  padding-left: 70px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width : 767px) {
  .ttl_sub02 {
    padding-left: 50px;
  }
}
.ttl_sub02::before {
  content: "";
  position: absolute;
  background: var(--red);
  width: 60px;
  height: 1px;
  top: 50%;
  left: 0;
}
@media screen and (max-width : 767px) {
  .ttl_sub02::before {
    width: 40px;
  }
}
.btn_tochi.col_2 > li {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .btn_tochi.col_2 > li {
    width: 100%;
  }
}
.btn_orange a {
  display: block;
  width: 480px;
  padding: 20px;
  box-sizing: border-box;
  color: var(--fcw);
  text-align: center;
  font-size: 2rem;
  background: var(--red);
  margin: 0 auto;
  border: var(--red) 1px solid;
}
@media screen and (max-width : 767px) {
  .btn_orange a {
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
  }
}
.btn_orange a:hover {
  color: var(--red);
  background: var(--bgw);
}
/*
--------------------------------------------*/
.content_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width : 767px) {
  .content_list {
    gap: 20px;
  }
}
.content_list > li {
  width: calc(33.333% - 10px);
}
@media screen and (max-width : 767px) {
  .content_list > li {
    width: calc(50% - 10px);
  }
}
.content_list > li figure {
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width : 767px) {
  .content_list > li figure {
    height: 95px;
  }
}
.btn_more a {
  border-bottom: var(--red) 1px solid;
  color: var(--red);
}

.slider_works .swiper-wrapper{position: relative;}
.slider_works .swiper-slide{text-align: center;background-color: var(--bgw);}
.slider_works .swiper-slide img {
  height: 800px;
	width: auto;
/*  width: 100%;
  object-fit: cover;*/
}
@media screen and (max-width : 767px) {
  .slider_works .swiper-slide img {
    /*height: 240px;*/
	  height: auto;
	  max-height: 240px;
  }
	.slider_works {position: relative;}
.slider_works .swiper-button-prev, .slider_works .swiper-button-next{top: 20%;display: none;}/*	*/
}
.slider-thumbnail .swiper-slide {}
.slider-thumbnail .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width : 767px) {
  .slider-thumbnail .swiper-slide img {
    height: 80px;
  }
}
.prev_next_list {
  display: flex;
  justify-content: space-between;
}
/*--------------------------------------------*/
