/*
Theme Name:Maison+
*/

@charset "utf-8";

html {
    font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
}

@media screen and (max-width: 480px){
  html {
    font-size: 56.25%; /* 1rem = 9px */
  }
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.8;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}

div.site_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("img/background.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}

main{
  position: relative;
  z-index: 1;
  background: none;
}



.text_box {
  margin: 45px 0;
}
.text {
  margin: 25px 0;
}
@media screen and (max-width: 768px){
  .text_box {
  margin: 30px 0;
  }
  .text {
    margin: 15px 0;
  }
}

.br_sp { display: none; }
.br_pc { display: block; }

@media screen and (max-width: 768px){
  .br_sp { display: block; }
  .br_pc { display: none; }
}

.f_bold {
  font-weight: bold;
}

.sc_pd {
  padding: 100px 0 0 0;
}

@media screen and (max-width: 768px){
  .sc_pd {
    padding: 50px 0 0 0;
  }
}

.sc_mg {
  margin: 100px 0 0 0;
}

@media screen and (max-width: 768px){
  .sc_mg {
    margin: 50px 0 0 0;
  }
}


.small_p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.xsmall_p {
  font-size: 1.2rem;
  line-height: 1.8;
}
.p_fff {
  color: #fff;
}
.text_center {
    text-align: center;
}
/*背景*/
.bg_f {
  background-color: #fff;
}
.bg_g {
  background-color: #E6E6E6;
}

.en {
    font-family: "Antonio", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.06em;
    font-weight: 700;
}

/* ===================================================
   レイアウト関連
=================================================== */

/* コンテナ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* コンテナ */
.container_2 {
  width: 100%;
  max-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 480px){
  .container_2 {
    width: 100%;
    padding: 0 20px;
  }
}

.container_3 {
  width: 100%;
  max-width: 1400px;
  padding: 0 3rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .container_3 {
    padding: 0 1.5rem;
  }
}

/* ===================================================
   パンくずリスト
=================================================== */

nav.breadcrumb {
  padding-top: 100px;
  padding-left: 30px;
  font-size: 1.4rem;
  color: #828282;
}

nav.breadcrumb a {
  color: #828282;
  text-decoration: underline;
}

nav.breadcrumb span {
  color: #828282;
}

/* ===================================================
   ヘッダー
=================================================== */

header.site_header{
  position: fixed;
  top: 2.2rem;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-left: 6rem;
  padding-right: 6rem;
}

header.site_header div.header_inner{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;

  height: 7.2rem;
  padding: 0 3rem;

  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 1.2rem;
}

/* ロゴ */
header.site_header div.header_logo{
  flex: 0 0 auto;
}

header.site_header div.header_logo a{
  display: flex;
  align-items: center;
}

header.site_header div.header_logo img{
  display: block;
  width: 160px;
  height: auto;
}

header.site_header nav.header_nav_pc{
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

header.site_header nav.header_nav_pc ul.header_nav_list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  list-style: none;
  flex-wrap: nowrap;
}

header.site_header nav.header_nav_pc ul.header_nav_list li.header_nav_item a{
  display: inline-block;
  font-size: 2.2rem;
  text-decoration: none;
  padding: 0.8rem 0;
  white-space: nowrap;
  transition: all 0.25s ease;
}

header.site_header nav.header_nav_pc ul.header_nav_list li.header_nav_item a:hover {
  color: #F99224;
}

header.site_header div.header_right{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}

header.site_header div.header_cta a.header_cta_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.6rem;
  padding: 0 2.2rem;
  border-radius: 999px;
  background: #F99224;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  white-space: nowrap;
  transition: all 0.25s ease;
}

header.site_header div.header_cta a.header_cta_btn:hover {
  background: #fff;
  color: #F99224;
}

header.site_header button.header_hamburger{
  display: none;
  width: 4.4rem;
  height: 4.4rem;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
}

header.site_header button.header_hamburger span.hamburger_line{
  display: block;
  width: 2.6rem;
  height: 2px;
  margin: 0.6rem auto;
  background: #111;
  border-radius: 2px;
}

/* ===== メニューオーバーレイ＆パネル ===== */

header.site_header div.menu_overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
}

header.site_header div.menu_overlay.is_open{
  opacity: 1;
  pointer-events: auto;
}

header.site_header div.menu_panel{
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 38rem;
  height: 100vh;

  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  z-index: 1001;
}

header.site_header div.menu_panel.is_open{
  transform: translateX(0);
}

header.site_header div.menu_panel div.menu_panel_inner{
  height: 100%;
  padding: 2rem 2rem 3rem;
  display: flex;
  flex-direction: column;
}

header.site_header div.menu_panel div.menu_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

header.site_header div.menu_panel div.menu_logo img{
  width: 14rem;
  height: auto;
  display: block;
}

header.site_header div.menu_panel button.menu_close{
  width: 4.2rem;
  height: 4.2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

header.site_header div.menu_panel button.menu_close span.menu_close_line{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.6rem;
  height: 2px;
  background: #111;
  border-radius: 2px;
}

header.site_header div.menu_panel button.menu_close span.menu_close_line:nth-child(1){
  transform: translate(-50%, -50%) rotate(45deg);
}

header.site_header div.menu_panel button.menu_close span.menu_close_line:nth-child(2){
  transform: translate(-50%, -50%) rotate(-45deg);
}

header.site_header nav.menu_nav{
  margin-top: 2.2rem;
}

header.site_header nav.menu_nav ul.menu_nav_list{
  list-style: none;
  display: grid;
  gap: 1.6rem;
}

header.site_header nav.menu_nav ul.menu_nav_list li.menu_nav_item a{
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

header.site_header nav.menu_nav ul.menu_nav_list li.menu_nav_item a span {
  font-size: 1.1rem;
  color: #989898;
}

header.site_header div.menu_cta{
  margin-top: auto;
  padding-top: 2.2rem;
}

header.site_header div.menu_cta a.menu_cta_btn{
  display: flex;
  align-items: center;
  justify-content: center;

  height: 5.2rem;
  border-radius: 999px;

  background: #F99224;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.25s ease;
}

header.site_header div.menu_cta a.menu_cta_btn:hover {
  opacity: 0.8;
}

body.menu_open{
  overflow: hidden;
}

@media screen and (max-width: 1024px){
  header.site_header{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  header.site_header div.header_logo img{
  width: 110px;
}

  header.site_header nav.header_nav_pc ul.header_nav_list{
    gap: 2rem;
  }

  header.site_header nav.header_nav_pc ul.header_nav_list li.header_nav_item a{
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px){

  header.site_header{
    top: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  header.site_header div.header_inner{
    height: 6.6rem;
    padding: 0 1.8rem;
    justify-content: space-between;
    gap: 1.2rem;
  }

  header.site_header nav.header_nav_pc{
    display: none;
  }

  header.site_header button.header_hamburger{
    display: block;
  }

  header.site_header div.header_right{
    gap: 1.2rem;
  }

  header.site_header div.header_cta a.header_cta_btn{
    height: 4.2rem;
    padding: 0 1.6rem;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px){
  header.site_header div.header_logo img{
    width: 90px;
  }

  header.site_header div.header_cta a.header_cta_btn{
    height: 4.0rem;
    padding: 0 1.2rem;
  }

  header.site_header div.menu_panel{
    width: 75%;
    max-width: none;
  }


  header.site_header div.header_right{
    gap: 0rem;
  }
}


/* ===================================================
   ファーストビュー
=================================================== */

.fv_title_font{
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    serif;
  font-weight: 400;
}

div.fv{
  position: relative;
  width: 100%;
  min-height: 100vh;
}

div.fv div.fv_bg{
  position: absolute;
  inset: 0;
  background-image: url('img/fv.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.fv::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.06) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}

div.fv div.fv_inner{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 14rem;
  padding-bottom: 8rem;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}

div.fv div.fv_copy{
  color: #fff;
}

div.fv div.fv_copy h1.fv_title{
  font-size: 8.0rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

div.fv div.fv_copy p.fv_sub{
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
}

/*単体ページ用*/
div.fv div.fv_copy h1.fv_title_page span {
  font-size: 3.0rem;
}

div.fv div.fv_copy h1.fv_title_page {
  font-size: 5.0rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

div.fv div.fv_copy p.fv_sub_page {
  margin-top: 5rem;
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 1024px){
  div.fv div.fv_inner{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 768px){
  div.fv div.fv_bg{
    background-image: url('img/fv_sp.jpg');
  }

  div.fv div.fv_inner{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 12rem;
    padding-bottom: 6rem;
  }

  div.fv div.fv_copy h1.fv_title{
    font-size: 5rem;
  }

  div.fv div.fv_copy p.fv_sub{
    font-size: 2.3rem;
    margin-top: 2rem;
  }

/*  単体ページ用*/
  div.fv div.fv_copy h1.fv_title_page span {
    font-size: 2rem;
  }
  div.fv div.fv_copy h1.fv_title_page{
    font-size: 3rem;
  }

  div.fv div.fv_copy p.fv_sub_page{
    font-size: 2rem;
    margin-top: 2rem;
  }
}


/*CTA+ページ内ボタン*/
a.btn_base{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  height: 5.6rem;
  padding: 0 4.4rem;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* 矢印 */
a.btn_base span.fv_btn_arrow{
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  position: relative;
}

a.btn_base span.fv_btn_arrow::after{
  content: "";
  position: absolute;
  inset: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.25s ease;
}


/*オレンジ*/
a.btn_orange{
  background: #F99224;
}

a.btn_orange:hover{
  background: #fff;
  color: #F99224;
}

a.btn_orange:hover span.fv_btn_arrow::after{
  border-right-color: #F99224;
  border-top-color: #F99224;
}

/*黒*/
a.btn_black{
  background: #000;
}

a.btn_black:hover{
  background: #fff;
  color: #000;
}

a.btn_black:hover span.fv_btn_arrow::after{
  border-right-color: #000;
  border-top-color: #000;
}

/* ===================================================
   CTA
=================================================== */

div.cta_sc{
  padding-top: 6rem;
  background: transparent;
}

div.cta_sc div.cta_bg{
  background-image: url("img/cta_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

div.cta_sc div.container_3{
  position: relative;
}

div.cta_sc div.cta_inner{
  text-align: center;
  padding: 14rem 0;
  color: #fff;
}

div.cta_sc p.cta_text_1{
  font-size: 2.8rem;
  line-height: 1.5;
}

div.cta_sc p.cta_time{
  margin-top: 3rem;
  text-align: center;
}

div.cta_sc span.cta_balloon{
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2rem;
}

div.cta_sc span.cta_balloon span.slash{
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
}

div.cta_sc span.cta_balloon span.slash.left{
  transform: translateY(-2px);
}

div.cta_sc span.cta_balloon span.slash.right{
  transform: translateY(-2px);
}


/* ボタン */
div.cta_sc div.cta_btn_wrap{
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

div.btn_wrap {
  margin-top: 4.2rem;
}

/* ===== 768 ===== */
@media screen and (max-width: 768px){
  div.cta_sc div.cta_inner{
    padding: 6rem 0;
  }

  div.cta_sc p.cta_text_1{
  font-size: 2rem;
  line-height: 1.5;
  }
}




footer.site_footer{
  background-color: #fff;
  padding: 100px 6rem 40px;
}

footer.site_footer div.footer_inner{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 6rem;
}

footer.site_footer div.footer_left{
  max-width: 520px;
}

footer.site_footer div.footer_left p.footer_catch {
  font-size: 2rem;
}

footer.site_footer p.footer_logo{
  font-size: 3.2rem;
  margin: 0.8rem 0 2.4rem;
}

footer.site_footer div.footer_sns{
  margin-top: 2.4rem;
  display: flex;
  gap: 1.6rem;
}

footer.site_footer div.footer_sns img{
  width: 30px;
  height: auto;
}

footer.site_footer div.footer_logo img{
  display: block;
  width: 280px;
  height: auto;
  margin: 0.8rem 0 2.4rem;
}

footer.site_footer nav.footer_nav ul{
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 1.6rem 4rem;
}

footer.site_footer nav.footer_nav ul li a{
  text-decoration: none;
  transition: font-weight 0.25s ease;
}

footer.site_footer nav.footer_nav ul li a:hover{
  opacity: 0.6;
}

footer.site_footer p.footer_copy{
  margin-top: 50px;
  text-align: center;
  color: #9C9C9C;
}

/* ページトップ */
a.page_top{
  position: fixed;
  right: 2.4rem;
  bottom: 2.4rem;
  width: 56px;
  height: 56px;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

a.page_top::before{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

a.page_top.is_show{
  opacity: 1;
  pointer-events: auto;
}

/* SP */
@media screen and (max-width: 768px){
  footer.site_footer{
    padding: 50px 1.5rem 32px;
  }

  footer.site_footer div.footer_inner{
    flex-direction: column;
    gap: 4rem;
  }

  footer.site_footer nav.footer_nav ul{
    grid-template-columns: 1fr;
    gap: 1rem 4rem;
  }

  footer.site_footer div.footer_logo img{
  display: block;
  width: 180px;
  height: auto;
  margin: 0.8rem 0 2.4rem;
}

footer.site_footer div.footer_left p.footer_catch {
  font-size: 1.6rem;
}

}


/* ===================================================
   TOPコンテンツ
=================================================== */

p.h2_title{
  font-size: 11rem;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h2{
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 10px;
}

h3{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
}

h4{
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 480px){
  p.h2_title{
    font-size: 8rem;
  }
}

/*------------------------------------------------------------*/


div.catch_sc div.container_2 div.catch_inner{
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

div.catch_sc div.container_2 div.catch_left{
  width: 46%;
}

div.catch_sc div.container_2 p.catch_title{
  font-size: 6.5rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

div.catch_sc div.container_2 div.catch_right{
  width: 54%;
  padding-top: 0.8rem;
}

div.catch_sc div.container_2 div.catch_right p {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    serif;
  font-weight: 400;
  font-size: 2rem;
}

@media screen and (max-width: 1024px){
  div.catch_sc div.container_2 p.catch_title{
    font-size: 5.5rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px){
  div.catch_sc div.container_2 div.catch_inner{
    flex-direction: column;
    gap: 2.2rem;
  }
  div.catch_sc div.container_2 p.catch_title{
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
div.catch_sc div.container_2 div.catch_right p {
  font-size: 1.6rem;
  line-height: 1.5;
}
  div.catch_sc div.container_2 div.catch_left,
  div.catch_sc div.container_2 div.catch_right{
    width: 100%;
  }
}


/* バナー */
div.banner_sc div.container_2 div.banner_wrap{
  margin: 0;
}

div.banner_sc div.container_2 div.banner_wrap a{
  display: block;
}

div.banner_sc div.container_2 div.banner_wrap img{
  transition: transform 0.5s ease;
  display: block;
}

div.banner_sc div.container_2 div.banner_wrap a:hover img{
  opacity: 0.7;
}



/* ABOUT */
div.about_sc div.container_2 div.about_inner{
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}

div.about_sc div.container_2 div.about_left{
  width: 36%;
}

div.about_sc div.container_2 div.about_right{
  width: 64%;
}

div.about_sc div.container_2 p.about_copy{
  font-size: 3.2rem;
  line-height: 1.4;
}



@media screen and (max-width: 768px){
  div.about_sc div.container_2 div.about_inner{
    flex-direction: column;
    gap: 2.6rem;
  }

  div.about_sc div.container_2 div.about_left,
  div.about_sc div.container_2 div.about_right{
    width: 100%;
  }

  div.about_sc div.container_2 p.about_copy{
  font-size: 2.5rem;
  line-height: 1.4;
}
}



/* ===================================================
   選ばれる５つの理由
=================================================== */

div.reason_sc div.container_3 div.reason_title_wrap{
  margin-bottom: 4rem;
}

div.reason_sc div.container_3 span.reason_title_bar{
  display: block;
  width: 8rem;
  height: 4px;
  background: #000;
  margin-top: 1.2rem;
}

div.reason_sc div.container_3 div.reason_item:last-child{
  border-bottom: none;
}

div.reason_sc div.container_3 div.reason_item{
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  padding: 4.2rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}

div.reason_sc div.container_3 div.reason_left{
  width: 58%;
}

div.reason_sc div.container_3 p.reason_no{
  color: #F99224;
  margin-bottom: 1.2rem;
}

div.reason_sc div.container_3 div.reason_left h4{
  margin-bottom: 1.6rem;
}

div.reason_sc div.container_3 p.reason_text{
  opacity: 0.9;
}

div.reason_sc div.container_3 div.reason_right{
  width: 42%;
  display: flex;
  justify-content: flex-end;
}

div.reason_sc div.container_3 div.reason_right img{
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: cover;
}

/* ===== 768 ===== */
@media screen and (max-width: 768px){
  div.reason_sc div.container_3 div.reason_item{
    flex-direction: column;
    gap: 2.2rem;
  }

  div.reason_sc div.container_3 div.reason_left,
  div.reason_sc div.container_3 div.reason_right{
    width: 100%;
  }

  div.reason_sc div.container_3 div.reason_right{
    justify-content: flex-start;
  }

  div.reason_sc div.container_3 div.reason_right img{
    max-width: none;
  }
}

/* ===================================================
   PLAN
=================================================== */

div.plan_sc div.container_3 div.plan_title_wrap{
  text-align: center;
  margin-bottom: 4.5rem;
}

div.plan_sc div.container_3 p.plan_title_sub{
  margin-top: 0.6rem;
  opacity: 0.85;
}

/* 横幅フレーム */
div.plan_sc div.container_3 div.plan_frame{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

div.plan_sc div.container_3 div.plan_frame.plan_frame_mg{
  margin-top: 6rem;
}

/* 黒バー */
div.plan_sc div.container_3 div.plan_bar{
  width: 100%;
  height: 5rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
}

div.plan_sc div.container_3 p.plan_bar_text{
  font-size: 2.3rem;
}

/* 初期費用 */
div.plan_sc div.container_3 div.plan_initial_flex{
  display: flex;
  gap: 2.6rem;
}

div.plan_sc div.container_3 div.plan_initial_box{
  width: 100%;
  background: rgba(0,0,0,0.5);
  padding: 4.4rem 2.4rem 4.4rem;
}

div.plan_sc div.container_3 p.plan_yellow{
  color: #FFF833;
  text-align: center;
  margin-bottom: 1.2rem;
}

div.plan_sc div.container_3 p.plan_initial_name{
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1.6rem;
}

div.plan_sc div.container_3 div.plan_price_row{
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 1.6rem;
}

div.plan_sc div.container_3 p.plan_price_before{
  opacity: 0.9;
}

div.plan_sc div.container_3 span.plan_price_arrow{
  width: 3.2rem;
  height: 2px;
  background: rgba(255,255,255,0.65);
  position: relative;
}

div.plan_sc div.container_3 span.plan_price_arrow::after{
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255,255,255,0.65);
  border-top: 2px solid rgba(255,255,255,0.65);
  transform: translateY(-50%) rotate(45deg);
}

div.plan_sc div.container_3 p.plan_price_after{
  color: #FFF833;
  font-size: 5.5rem;
  line-height: 1;
}

div.plan_sc div.container_3 span.plan_price_unit{
  font-size: 2.2rem;
}

/* プランBOX */
div.plan_sc div.container_3 div.plan_box{
  background: rgba(0,0,0,0.5);
  padding: 5rem;
}

div.plan_sc div.container_3 p.plan_box_title{
  text-align: center;
  color: #fff;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}

div.plan_sc div.container_3 p.plan_box_title.plan_box_title_mg{
  margin-top: 5rem;
}

div.plan_sc div.container_3 div.plan_table_img img{
  display: block;
  width: 100%;
  margin: 0 auto;
  height: auto;
}

/* 表下の注記 */
div.plan_sc div.container_3 p.plan_note_list{
  margin-top: 1rem;
  line-height: 1.2;
  font-size: 1.2rem;
}

div.plan_sc div.container_3 p.plan_payment_note{
  margin: 4rem 0;
  text-align: center;
}

/* アイコン */
div.plan_sc div.container_3 div.plan_icon_wrap{
  margin-top: 3.2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

div.plan_sc div.container_3 div.plan_icon_wrap img{
  display: block;
  width: 90%;
  max-width: 360px;
  height: auto;
}


/* ===== SP ===== */
@media screen and (max-width: 768px){
  div.plan_sc div.container_3 div.plan_frame{
    max-width: none;
  }

  div.plan_sc div.container_3 div.plan_initial_flex{
    flex-direction: column;
    gap: 1.8rem;
  }

  div.plan_sc div.container_3 div.plan_icon_wrap{
    flex-direction: column;
    align-items: center;
    gap: 1.8rem;
  }

  div.plan_sc div.container_3 div.plan_box{
    padding: 2.2rem 1.6rem 2.6rem;
  }

  div.plan_sc div.container_3 p.plan_price_after{
    font-size: 4.0rem;
  }
}

/* ===== SP ===== */
@media screen and (max-width: 480px){

  div.plan_sc div.container_3 div.plan_icon_wrap img{
    max-width: none;
    width: 70%;
  }
}




/* ===================================================
   TRAINER
=================================================== */

div.trainer_sc div.trainer_title_wrap {
  text-align: center;
  margin-bottom: 50px;
}

div.trainer_sc div.trainer_subtitle {
  font-size: 1.6rem;
  margin-top: 10px;
}

div.trainer_sc div.trainer_inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: flex-start;
}

div.trainer_sc div.trainer_left {
  width: 40%;
}

div.trainer_sc div.trainer_right {
  width: 60%;
}

/* 画像 */
div.trainer_sc div.trainer_img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 名前 */
div.trainer_sc div.trainer_name_wrap {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 20px;
}

div.trainer_sc p.trainer_name_en {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}

div.trainer_sc p.trainer_name_jp {
  font-size: 1.6rem;
}

/* 経歴 */
div.trainer_sc div.trainer_career {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

div.trainer_sc div.trainer_career ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

div.trainer_sc div.trainer_career ul li {
  font-size: 1.6rem;
  line-height: 1.9;
}

/* 本文 */
div.trainer_sc div.trainer_text p {
  font-size: 1.6rem;
  line-height: 2;
}

/* TB/SP */
@media screen and (max-width: 768px) {
  div.trainer_sc div.trainer_inner {
    flex-direction: column;
    gap: 30px;
  }

  div.trainer_sc div.trainer_left,
  div.trainer_sc div.trainer_right {
    width: 100%;
  }
}



/* ===================================================
   ACCESS
=================================================== */

div.access_sc div.access_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

div.access_sc div.access_left {
  width: 50%;
}

div.access_sc div.access_right {
  width: 50%;
}

div.access_sc div.access_right img {
  width: 100%;
  height: auto;
  display: block;
}

div.access_sc div.access_info p {
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

div.access_sc div.access_info p:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

div.access_sc div.access_map_wrap {
  display: flex;
  margin-top: 40px;
}

div.access_sc div.access_map {
  width: 50%;
}

div.access_sc div.access_map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}

/* SP */
@media screen and (max-width: 768px) {
  div.access_sc div.access_inner {
    flex-direction: column;
  }

  div.access_sc div.access_left,
  div.access_sc div.access_right {
    width: 100%;
  }

  div.access_sc div.access_map_wrap {
    flex-direction: column;
  }

  div.access_sc div.access_map {
    width: 100%;
  }
}


/* ===================================================
   FAQ
=================================================== */

div.faq_sc div.container_3 div.faq_title_wrap{
  text-align: center;
  margin-bottom: 4.5rem;
}

div.faq_sc div.container_3 div.faq_box{
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

div.faq_sc div.container_3 div.faq_item{
  margin-bottom: 2rem;
}

div.faq_sc div.container_3 button.faq_q{
  width: 100%;
  border: none;
  background: #fff;
  padding: 2.2rem 2.4rem;
  display: grid;
  grid-template-columns: 3.6rem 1fr 2.4rem;
  column-gap: 1.6rem;
  align-items: start;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}

div.faq_sc div.container_3 button.faq_q span.faq_q_left{
  grid-column: 1 / 3;
  display: grid;
  grid-template-columns: 3.6rem 1fr;
  column-gap: 1.6rem;
  align-items: start;
  min-width: 0;
}

/* Q / A マーク */
div.faq_sc div.container_3 span.faq_mark{
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
}

div.faq_sc div.container_3 span.faq_q_text{
  display: block;
  line-height: 1.7;
  min-width: 0;
  word-break: break-word;
}

div.faq_sc div.container_3 span.faq_icon{
  grid-column: 3 / 4;
  justify-self: end;

  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}

div.faq_sc div.container_3 span.faq_icon::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #111;
  transform: translateY(-50%);
}

div.faq_sc div.container_3 span.faq_icon::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #111;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
}

div.faq_sc div.container_3 button.faq_q[aria-expanded="true"] span.faq_icon::after{
  opacity: 0;
}

div.faq_sc div.container_3 div.faq_a{
  background: transparent;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

div.faq_sc div.container_3 div.faq_a_inner{
  padding: 2.2rem 2.4rem 2.6rem;

  display: grid;
  grid-template-columns: 3.6rem 1fr;
  column-gap: 1.6rem;
  align-items: start;
}

div.faq_sc div.container_3 p.faq_a_text{
  opacity: 0.9;
  line-height: 1.7;
}

div.faq_sc div.container_3 div.faq_btn_wrap{
  margin-top: 4.2rem;
  text-align: center;
}

/* ===== 768 ===== */
@media screen and (max-width: 768px){
  div.faq_sc div.container_3 div.faq_box{
    max-width: none;
  }

  div.faq_sc div.container_3 button.faq_q{
    padding: 1.8rem 1.6rem;
    grid-template-columns: 3.2rem 1fr 2.2rem;
    column-gap: 1.2rem;
    align-items: center;
  }

  div.faq_sc div.container_3 button.faq_q span.faq_q_left{
    grid-template-columns: 3.2rem 1fr;
    column-gap: 1.2rem;
  }

  div.faq_sc div.container_3 div.faq_a_inner{
    padding: 1.8rem 1.6rem 2.2rem;
    grid-template-columns: 3.2rem 1fr;
    column-gap: 1.2rem;
  }

  div.faq_sc div.container_3 span.faq_icon{
    width: 2.2rem;
    height: 2.2rem;
  }

  div.faq_sc div.container_3 span.faq_icon{
    align-self: center;
  }

}

/* ===== 480 ===== */
@media screen and (max-width: 480px){
  div.faq_sc div.container_3 button.faq_q{
    grid-template-columns: 3.0rem 1fr 2.0rem;
  }

  div.faq_sc div.container_3 button.faq_q span.faq_q_left{
    grid-template-columns: 3.0rem 1fr;
  }

  div.faq_sc div.container_3 div.faq_a_inner{
    grid-template-columns: 3.0rem 1fr;
  }

  div.faq_sc div.container_3 span.faq_icon{
    width: 2.0rem;
    height: 2.0rem;
  }
}

/* ===================================================
   以降各ページCSS
=================================================== */

/* PAGE FV */
div.faq_fv {
  background-image: url(img/pagetop_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

div.faq_fv div.faq_fv_inner {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 40px;
}

div.faq_fv p.faq_fv_title {
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.01em;
}

div.faq_fv h1.faq_fv_subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  div.faq_fv div.faq_fv_inner {
    height: 250px;
  }

  div.faq_fv p.faq_fv_title {
    font-size: 8rem;
  }
}

div.breadcrumb_area {
  padding: 15px 0;
  font-size: 1.3rem;
}
.breadcrumb_area a {
  text-decoration: underline;
}

.breadcrumb_area a:hover {
  opacity: 0.7;
}


/* ===================================================
   お問い合わせ CONTACT
=================================================== */

/* 全体 */
div.contact_line_sc div.contact_line_inner {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* タイトル */
div.contact_line_sc h2.contact_line_title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 14px;
}

div.contact_line_sc div.contact_line_border {
  width: 240px;
  height: 3px;
  background: rgba(0,0,0);
  margin: 0 auto 28px;
}

div.contact_line_sc p.contact_line_text {
  line-height: 1.5;
  margin-bottom: 36px;
}

div.contact_line_sc div.contact_line_btn_wrap {
  display: flex;
  justify-content: center;
}

div.contact_line_sc a.contact_line_btn {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 460px;
  max-width: 100%;
  padding: 22px 28px;
  background: #00B900;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

/* アイコン */
div.contact_line_sc span.contact_line_btn_icon img {
  width: 55px;
  height: auto;
}

/* テキスト */
div.contact_line_sc span.contact_line_btn_text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
  font-weight: 600;
}


@media screen and (max-width: 480px) {
  /* タイトル */
div.contact_line_sc h2.contact_line_title {
  font-size: 2rem;
}

div.contact_line_sc div.contact_line_border {
  width: 140px;
}

div.contact_line_sc a.contact_line_btn {
  gap: 2px;
  width: 320px;
  padding: 10px 10px;
}

/* アイコン */
div.contact_line_sc span.contact_line_btn_icon img {
  width: 45px;
  height: auto;
}
}


/*フォーム-------------------------*/

div.contactform .wpcf7 {
  max-width: 900px;
  margin:  10px auto 0 auto;
  font-size: 1.6rem;
}

div.contactform .wpcf7-form {
  background: #fff;
  padding: 50px 60px;
  box-sizing: border-box;
}

div.contactform .wpcf7-form dl {
  margin: 0;
}

div.contactform .wpcf7-form dt {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

div.contactform .wpcf7-form dd {
  margin: 0 0 26px 0;
}

div.contactform .must {
  color: #d10000;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 8px;
}

div.contactform .wpcf7-form *,
div.contactform .wpcf7-form *::before,
div.contactform .wpcf7-form *::after {
  box-sizing: border-box;
}

div.contactform .wpcf7-form input[type="text"],
div.contactform .wpcf7-form input[type="email"],
div.contactform .wpcf7-form input[type="tel"],
div.contactform .wpcf7-form input[type="date"],
div.contactform .wpcf7-form select,
div.contactform .wpcf7-form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.06);
  padding: 14px 14px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 0;
  outline: none;
}

div.contactform .wpcf7-form input[type="text"],
div.contactform .wpcf7-form input[type="email"],
div.contactform .wpcf7-form input[type="tel"],
div.contactform .wpcf7-form input[type="date"],
div.contactform .wpcf7-form select {
  height: 52px;
}

div.contactform .wpcf7-form textarea {
  min-height: 220px;
  resize: vertical;
  padding: 16px 14px;
}

div.contactform .wpcf7-form input:focus,
div.contactform .wpcf7-form select:focus,
div.contactform .wpcf7-form textarea:focus {
  border-color: rgba(0,0,0,0.2);
}

div.contactform .radio_buttom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 4px;
}

div.contactform .radio_buttom label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 1.5rem;
}

div.contactform .date-field,
div.contactform .time-select {
  width: 100%;
  margin-bottom: 0;
}

div.contactform .wpcf7-form dd + dd {
  margin-top: -12px;
}

div.contactform .submit_div {
  text-align: center;
  margin-top: 24px;
}

div.contactform input[type="checkbox"] {
  margin-right: 10px;
}

div.contactform .btn_contact7 input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 10px 28px;
  border: none;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

div.contactform .btn_contact7 input[type="submit"]:hover {
  opacity: 0.85;
}

div.contactform .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,0.55) 50%),
    linear-gradient(135deg, rgba(0,0,0,0.55) 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 14px) 50%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

div.contactform input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: rgba(0,0,0,0.06);
  line-height: 1;
}

div.contactform input[type="date"]::-webkit-inner-spin-button,
div.contactform input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {

  div.contactform .wpcf7-form {
    padding: 32px 20px;
  }

  div.contactform .radio_buttom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  div.contactform .btn_contact7 input[type="submit"] {
    width: 100%;
    padding: 15px 0;
  }
}


/* ===================================================
   ABOUT
=================================================== */

div.about_fv_under_sc div.about_fv_under_inner{
  display: flex;
  align-items: center;
  gap: 70px;
}

div.about_fv_under_sc div.about_fv_under_img{
  width: 50%;
}

div.about_fv_under_sc div.about_fv_under_img img{
  width: 100%;
  height: auto;
  display: block;
}

div.about_fv_under_sc div.about_fv_under_text{
  width: 50%;
}

div.about_fv_under_sc h2.about_fv_under_title{
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
}

div.about_fv_under_sc h2.zen_title{
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    serif;
}

div.about_fv_under_sc p.about_fv_under_lead{
  margin-bottom: 30px;
}

div.about_fv_under_sc div.about_fv_under_desc p + p{
  margin-top: 18px;
}

@media screen and (max-width: 1024px){
  div.about_fv_under_sc div.about_fv_under_inner{
    gap: 40px;
  }
}

@media screen and (max-width: 768px){
  div.about_fv_under_sc div.about_fv_under_inner{
    flex-direction: column;
    gap: 26px;
  }

  div.about_fv_under_sc div.about_fv_under_img,
  div.about_fv_under_sc div.about_fv_under_text{
    width: 100%;
  }

  div.about_fv_under_sc h2.about_fv_under_title{
    font-size: 3rem;
    text-align: left;
  }
}

@media screen and (max-width: 480px){
  div.about_fv_under_sc h2.about_fv_under_title{
    font-size: 2.5rem;
  }
}



/*代表メッセージ*/

div.message_sc div.message_fv{
  background-image: url(img/message_fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 140px 0 220px;
}

div.message_sc div.message_fv_inner{
  max-width: 520px;
}

div.message_sc p.message_fv_title{
  font-size: 11rem;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}

div.message_sc h3.message_fv_subtitle{
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 10px;
  color: #fff;
}

div.message_sc div.message_box{
  background: #fff;
  max-width: 880px;
  margin: -110px auto 0;
  padding: 55px 60px;
}

div.message_sc p.message_text{
  font-size: 1.5rem;
}

div.message_sc span.message_name{
  font-size: 1.6rem;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
  div.message_sc div.message_fv{
    padding: 70px 0 140px;
  }

  div.message_sc p.message_fv_title{
    font-size: 7rem;
  }

  div.message_sc div.message_box{
    margin: -70px auto 0;
    padding: 30px 20px;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px){
  div.message_sc p.message_fv_title{
    font-size: 6rem;
  }
}



/* ===================================================
   PLAN
=================================================== */

div.plan_effect_sc {
  background: #E6E6E6;
  padding: 80px 0;
}

div.plan_effect_sc div.container_2 {
  max-width: 1200px;
  margin: 0 auto;
}

div.plan_effect_sc div.plan_effect_title {
  margin-bottom: 60px;
}

div.plan_effect_sc div.plan_effect_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

div.plan_effect_sc div.plan_effect_title div.title_bar {
  width: 140px;
  height: 3px;
  display: block;
  background: #000000;
  margin-top: 12px;
}

div.plan_effect_sc div.plan_effect_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 60px;
}

div.plan_effect_sc div.plan_effect_item {
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 16px;
}

div.plan_effect_sc div.plan_effect_item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F99224;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  div.plan_effect_sc {
    padding: 60px 0;
  }

  div.plan_effect_sc div.plan_effect_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 40px;
  }
}

@media screen and (max-width: 480px) {
  div.plan_effect_sc {
    padding: 50px 0;
  }

  div.plan_effect_sc div.plan_effect_title {
    margin-bottom: 40px;
  }

  div.plan_effect_sc div.plan_effect_title h3 {
    font-size: 1.8rem;
  }

  div.plan_effect_sc div.plan_effect_title div.title_bar {
    width: 100px;
  }

  div.plan_effect_sc div.plan_effect_list {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 20px;
  }

  div.plan_effect_sc div.plan_effect_item {
    font-size: 1.4rem;
  }

  div.plan_effect_sc div.plan_effect_item span {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}


/* =================================
   FLOW
================================= */
div.flow_sc {
  width: 100%;
}

div.flow_sc div.title_1_div {
  text-align: center;
  margin: 0 auto 4rem;
}

div.flow_sc div.flow_list {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

div.flow_sc div.flow_item {
  display: flex;
  gap: 2.5rem;
  align-items: stretch;
  margin-bottom: 2.5rem;
}

div.flow_sc div.flow_no_col {
  width: 5.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.flow_sc div.flow_no {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

div.flow_sc div.flow_line {
  width: 1px;
  flex: 1;
  margin-top: 1.2rem;
  background-image: repeating-linear-gradient(
    to bottom,
    #000 0,
    #000 6px,
    transparent 6px,
    transparent 14px
  );
  opacity: 0.35;
}

div.flow_sc div.flow_item_last div.flow_line {
  display: none;
}

div.flow_sc div.flow_content {
  flex: 1;
  display: flex;
  gap: 0;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.6);
}

div.flow_sc div.flow_img {
  width: 32%;
  min-width: 240px;
  max-width: 300px;
  overflow: hidden;
}

div.flow_sc div.flow_img img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}

div.flow_sc div.flow_text {
  flex: 1;
  padding: 2rem 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div.flow_sc h3.flow_title {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

div.flow_sc div.flow_text p.small_p {
  margin-bottom: 0.8rem;
}

div.flow_sc a.flow_link {
  display: inline-block;
  margin-top: 0.6rem;
  text-decoration: none;
  text-decoration: underline;  
}

div.flow_sc a.flow_link:hover {
  text-decoration: underline;
}

div.flow_sc div.flow_bottom {
  text-align: center;
  margin-top: 4rem;
}

div.flow_sc div.flow_bottom p.flow_bottom_b {
  margin-bottom: 1rem;
  font-size: 2.2rem;
}

@media screen and (max-width: 1024px) {
  div.flow_sc div.flow_list {
    max-width: 900px;
  }

  div.flow_sc div.flow_item {
    gap: 2rem;
  }

  div.flow_sc div.flow_text {
    padding: 1.8rem 2rem;
  }
}

@media screen and (max-width: 768px) {
  div.flow_sc div.title_1_div {
    margin-bottom: 3rem;
  }

  div.flow_sc div.flow_item {
    gap: 1.6rem;
    margin-bottom: 2rem;
  }

  div.flow_sc div.flow_content {
    flex-direction: column;
    gap: 1.2rem;
  }

  div.flow_sc div.flow_img {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  div.flow_sc div.flow_img img {
    height: auto;
    min-height: 0;
  }

  div.flow_sc div.flow_text {
    padding: 1.6rem 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  div.flow_sc div.flow_item {
    gap: 1.2rem;
    margin-bottom: 1.6rem;
  }

  div.flow_sc div.flow_no_col {
    width: 4.6rem;
  }

  div.flow_sc div.flow_no {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.3rem;
  }

  div.flow_sc div.flow_text {
    padding: 1.4rem 1.4rem;
  }

  div.flow_sc h3.flow_title {
    font-size: 1.8rem;
  }

  div.flow_sc a.flow_link {
    font-size: 1.3rem;
  }

  div.flow_sc div.flow_bottom {
    margin-top: 3rem;
  }
}


/* ===================================================
   博多ページ
=================================================== */

/* =========================
   他社比較
========================= */

div.compare_sc {
  background: #323232;
  padding: 80px 0;
}

div.compare_sc div.compare_title {
  margin-bottom: 60px;
}

div.compare_sc div.compare_title h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
}

div.compare_sc div.compare_title div.compare_title_bar {
  width: 140px;
  height: 3px;
  display: block;
  background: #ffffff;
  margin-top: 12px;
}

/* 表画像 */
div.compare_sc div.compare_table_wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

div.compare_sc div.compare_table_wrap img {
  width: 100%;
  height: auto;
  display: block;
}

div.compare_sc p.compare_scroll_note {
  display: none;
  margin-top: 12px;
  font-size: 1.3rem;
  color: #ffffff;
}



/* =========================
   1024
========================= */
@media screen and (max-width: 1024px) {
  div.compare_sc div.compare_table_wrap {
    max-width: 900px;
  }
}

/* =========================
   768
========================= */
@media screen and (max-width: 768px) {
  div.compare_sc div.compare_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  div.compare_sc div.compare_table_wrap img {
    width: 820px;
    max-width: none;
  }
    div.compare_sc p.compare_scroll_note {
    display: block;
  }
}

/* =========================
   SP（〜480px）
========================= */
@media screen and (max-width: 480px) {
  div.compare_sc div.compare_title {
    margin-bottom: 40px;
  }

  div.compare_sc div.compare_title h3 {
    font-size: 1.8rem;
  }

  div.compare_sc div.compare_title div.compare_title_bar {
    width: 100px;
  }

  div.compare_sc div.compare_table_wrap img {
    width: 760px;
  }
}



/* =========================
   アーカイブ archive.php 投稿一覧
========================= */

div.faq_fv div.faq_fv_inner p.faq_fv_subtitle{
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 10px;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_archive_flex{
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_archive_main{
  width: calc(100% - 320px);
}

:is(section.blog_archive_section, section.column_single_section) aside.blog_archive_side{
  width: 280px;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

:is(section.blog_archive_section, section.column_single_section) article.blog_card{
  background: #fff;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  transition: transform 0.3s ease;
}

:is(section.blog_archive_section, section.column_single_section) article.blog_card:hover{
  transform: translateY(-5px);
}

:is(section.blog_archive_section, section.column_single_section) article.blog_card a{
  display: block;
  color: inherit;
  text-decoration: none;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_thumb img{
  width: 100%;
  height: auto;
  display: block;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_meta{
  padding: 15px;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_meta div.blog_meta_top{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

:is(section.blog_archive_section, section.column_single_section) div.blog_meta div.blog_meta_top time{
  color: #999;
}

:is(section.blog_archive_section, section.column_single_section) span.blog_cat{
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 2px 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}


:is(section.blog_archive_section, section.column_single_section) h2.blog_title{
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

:is(section.blog_archive_section, section.column_single_section) p.blog_excerpt{
  font-size: 1.5rem;
  color: #555;
  line-height: 1.6;
}

:is(section.blog_archive_section, section.column_single_section) div.pagination{
  text-align: center;
  margin-top: 50px;
}

:is(section.blog_archive_section, section.column_single_section) div.pagination .page-numbers{
  display: inline-block;
  margin: 0 5px;
  padding: 8px 14px;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

:is(section.blog_archive_section, section.column_single_section) div.pagination .page-numbers.current{
  background: #000;
  color: #fff;
  font-weight: bold;
}

:is(section.blog_archive_section, section.column_single_section) div.pagination .page-numbers:hover{
  opacity: 0.8;
}

@media screen and (max-width: 768px){

  :is(section.blog_archive_section, section.column_single_section) div.blog_archive_flex{
    flex-direction: column;
    gap: 30px;
  }

  :is(section.blog_archive_section, section.column_single_section) div.blog_archive_main{
    width: 100%;
  }

  :is(section.blog_archive_section, section.column_single_section) aside.blog_archive_side{
    width: 100%;
  }

  :is(section.blog_archive_section, section.column_single_section) div.blog_list{
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}


@media screen and (max-width: 480px){

  :is(section.blog_archive_section, section.column_single_section) div.blog_list{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  :is(section.blog_archive_section, section.column_single_section) h2.blog_title{
    font-size: 1.7rem;
  }
}



/* ===================================================
   ブログ投稿（single）
=================================================== */

section.column_single_section {
  padding: 60px 0;
}

section.column_single_section .page_h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
  color: #2B2B2B;
  word-break: keep-all;
  white-space: normal;
  overflow-wrap: break-word;
}

section.column_single_section div.post_thumbnail img{
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

section.column_single_section .post_meta {
  color: #999;
  margin-bottom: 30px;
}

section.column_single_section .post_content {
  line-height: 1.9;
}

section.column_single_section .post_content h1 {
  word-break: keep-all;
  white-space: normal;
  overflow-wrap: break-word;
}

section.column_single_section .post_content h2{
  font-size: 2.4rem;
  margin: 40px 0 15px;
  padding: 10px 0 12px;
  border-bottom: 2px solid #000;
  background: none;
  color: #000;
}

section.column_single_section .post_content h3{
  font-size: 2rem;
  margin: 35px 0 12px;
  color: #000;
  border-left: 4px solid #000;
  padding-left: 12px;
}

section.column_single_section .post_content p {
  margin-bottom: 20px;
}

section.column_single_section .post_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  display: block;
}

section.column_single_section .post_content ul,
section.column_single_section .post_content ol {
  margin: 20px 0;
  padding-left: 20px;
}

section.column_single_section div.blog_archive_main{
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  section.column_single_section div.blog_archive_main{
    padding: 24px 20px;
  }
  section.column_single_section {
    padding: 40px 0px;
  }

  section.column_single_section .page_h1 {
    font-size: 2.4rem;
  }

  section.column_single_section .post_content h2 {
    font-size: 2rem;
  }

  section.column_single_section .post_content h3 {
    font-size: 1.7rem;
  }
}



/* ===================================================
   サイドバー（sidebar）縦カード型
=================================================== */

:is(section.blog_archive_section, section.column_single_section) aside.sidebar{
  background: transparent;
  padding: 0;
  font-size: 1.5rem;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar div.widget{
  margin-bottom: 30px;
  background: #fff;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar p.widget_title{
  background: #000;
  color: #fff;
  padding: 12px 14px;
  font-size: 1.6rem;
  margin: 0;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar div.sidebar_recent_list{
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar article.sidebar_recent_item{
  background: #fff;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar article.sidebar_recent_item a{
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 12px;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar div.sidebar_recent_thumb{
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar div.sidebar_recent_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar div.sidebar_recent_meta{
  margin-top: 10px;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar div.sidebar_recent_top{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.2rem;
  color: #777;
  flex-wrap: wrap;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar span.sidebar_cat{
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 2px 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar p.sidebar_recent_title{
  font-size: 1.4rem;
  line-height: 1.6;
  word-break: break-word;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar ul.sidebar_cat_list{
  list-style: none;
  padding: 14px;
  margin: 0;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar ul.sidebar_cat_list li{
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar ul.sidebar_cat_list li:last-child{
  border-bottom: none;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar ul.sidebar_cat_list li a{
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

:is(section.blog_archive_section, section.column_single_section) aside.sidebar ul.sidebar_cat_list li a:hover{
  opacity: 0.7;
}






/* ===================================================
   トップページ コラム一覧
=================================================== */

section.top_column_section{
  background: #fff;
  padding: 60px 0;
}


section.top_column_section div.top_column_list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0 50px;
}

section.top_column_section article.top_column_card{
  background: #fff;
  border: 1px solid #E0E0E0;
  transition: transform 0.3s ease;
}

section.top_column_section article.top_column_card:hover{
  transform: translateY(-5px);
}

section.top_column_section article.top_column_card a{
  display: block;
  color: inherit;
  text-decoration: none;
}

section.top_column_section div.top_column_thumb img{
  width: 100%;
  height: auto;
  display: block;
}

section.top_column_section div.top_column_meta{
  padding: 14px;
}

section.top_column_section div.top_column_meta_top{
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 1.2rem;
  color: #777;
  margin-bottom: 8px;
}

section.top_column_section p.top_column_title{
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  word-break: break-word;
}

/* カテゴリータグ（既存流用） */
section.top_column_section span.blog_cat{
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 2px 8px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* =====================
   レスポンシブ
===================== */

@media screen and (max-width: 480px){
  section.top_column_section div.top_column_list{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}










}














