@charset "utf-8";
/* 
サイト固有の記述
*/

/* ちょっとメモしとく
	:root {
		--site-main-color: <?php echo $site_main_color; ?>;
		--site-sub-color01: <?php echo $site_sub_color01; ?>;
		--site-sub-color02: <?php echo $site_sub_color02; ?>;
		--site-sub-color03: <?php echo $site_sub_color03; ?>;
		--site-sub-color04: <?php echo $site_sub_color04; ?>;
		--logo-url: url(<?php echo $logo_image_url; ?>);
		--logo-wht-url: url(<?php echo $logo_image_wht_url; ?>);
	}
br.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp_none {
    display: none;
  }
}
****************************
 タブレットサイズ（1024px　ONOFF）
****************************
@media screen and (max-width: 1024px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .pc_on {
    display: block !important;
  }
  .sp_on {
    display: none !important;
  }
}
*/
div#wpcf7-f5-p13-o1 h2,
div#wpcf7-f5-p13-o1 h3,
div#mw_wp_form_mw-wp-form-6 h2,
div#mw_wp_form_mw-wp-form-6 h3 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
header.absolute ul.links_sns li a.yt_icon::before {
  background-image: url(../images/icon/youtube_icon_wht.svg);
  width: 28px;
  height: 28px;
}
header.absolute.after_scroll ul.links_sns li a.yt_icon::before {
  background-image: url(../images/icon/youtube_icon.svg);
  width: 28px;
  height: 28px;
}

header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a,
header #header_wrap .navbar-nav .blank_btn a {
	background-color: var(--site-main-color);
}
header.absolute #header_wrap h1 a {
    height: 50px;
}
header #header_wrap .logo {
	max-height: 70px;
}
header #header_wrap h1 a {
	height: 40px;
    background-position: top center;
}
footer .blank_btn a {
	background-color: #666 !important;
	color: #fff;
	padding: 6px 40px !important;
	border-radius: 30px;
	display: block;
}
footer .footer_menu_area .footer_navi .blank_btn a:hover {
	--d: unset;
	opacity: 0.7;
}
footer .footer_logo a img {
    max-height: 80px;
}
ul.links_sns li a.yt_icon::before {
  background-image: url(../images/icon/youtube_icon.svg);
  width: 28px;
  height: 28px;
}
.gutenberg .b_ttl{
	color: var(--site-main-color);
	letter-spacing: .1em;
}
.p01_sec03 .flex_1c_b .textbox {
	text-align: left;
}
.program__intro {
  text-align: center;
  margin: 0 auto;
}
.program__intro p {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.plan-price_page .ttl02 {
	border-bottom: none;
}
.link_contents_btn_colored {
    background: var(--site-main-color);
}
.link_contents_btn_colored .b_ttl {
	color: #333;
}

@media screen and (max-width: 767px) {
	.link_contents_btn a {
		padding: 30px 20px 30px 5px;
	}
	.link_contents_btn a .b_ttl {
		font-size: 22px;
	}
	.link_contents_btn a::after {
		width: 14px;
		height: 14px;
}
}
/* 丸3個 */
.required_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.required_items li {
  list-style: none;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: var(--site-main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.required_items li span {
  font-size: 1.2em;
  color: #333;
  letter-spacing: 0.05em;
}
.required_items_note {
  line-height: 1.8;
}
.required_items_note p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .required_items {
    gap: 2rem;
  }
  .required_items li {
    width: 130px;
    height: 130px;
  }
  .required_items li span {
    font-size: 1em;
  }
  .required_items_note {
    font-size: 0.85em;
    line-height: 1.7;
    margin-top: 1.5rem;
  }
}
.flex_3c.photo--ratio1x1 .box img {
    aspect-ratio: 1 / 1;
}
/* philosophy */
.philosophy_item {
    background: #fff;
    padding: 5rem 10px;
    border: 1px solid var(--site-main-color);
    line-height: 2;
    margin-bottom: 1rem;
}
.philosophy_item h3 {
    font-size: 24px;
	line-height: 1.5;
	letter-spacing: .1em;
    margin-bottom: 1.25rem;
}
.philosophy_item .b_ttl {
    font-size: 18px;
    display: block;
    margin-bottom: 2.5rem;
}
/* トップページ */
section.spend_for_progress {
    position: relative;
    width: 100%;
    background-image: url(../images/home_SpendforProgress_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
	margin-bottom: 6em;
}
.spend_for_progress h2 {
	padding-top: 70px;
    color: #c7d8d4;
    margin-bottom: 5px;
}
.spend_for_progress > p {
}
.spend_for_progress__inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 740px;
}
.spend_for_progress__inner img {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    z-index: 1;
}
.spend_for_progress__inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.spend_for_progress__inner-text h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #333;
}
.spend_for_progress__inner-text p {
    font-size: 1em;
    line-height: 1.6;
    color: #555;
}
@media screen and (max-width: 768px) {
    .spend_for_progress {
        min-height: 600px;
        padding: 50px 0;
    }
    .spend_for_progress h2 {
        font-size: 2em;
    }
    .spend_for_progress > p {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .spend_for_progress__inner {
        min-height: 400px;
    }
    .spend_for_progress__inner img {
        max-width: 100%;
    }
    .spend_for_progress__inner-text {
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 15px;
        font-size: 0.9em;
    }
    .spend_for_progress__inner-text h3 {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 480px) {
    .spend_for_progress__inner-text {
        width: 95%;
    }
}
section.introduction {
    background-color: var(--site-main-color);
    margin: 0 auto;
    max-width: 720px;
    text-align: center;
    padding: 50px;
}
section.introduction p {
    line-height: 2;
    margin-top: 1em;
}
section.introduction-pale {
    background-color: var(--site-sub-color01);
}
section.introduction ul {
    width: fit-content;
    text-align: left;
    margin: auto;
}
section.introduction ul {
  list-style: none;
}
section.introduction li {
  line-height: 2;
  position: relative;
  padding-left: 18px;
}
section.introduction li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.7em;
  height: 0.7em;
  background-color: #555;
  border-radius: 1px;
}

/* faq */
.faq div#faq\ first_content {
	background-color: var(--site-sub-color01);
	padding-top: 5em;
	padding-bottom: 5em;
}
.faq .faq_contents {
	margin-bottom: 5em;
}
.faq .faq_contents h2 {
	font-size: 24px;
}
.faq .faq_contents ul {
	border: 1px solid var(--site-sub-color02);
}
.faq .faq_contents li.accordion_one:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.faq .recruit_menu_btn_list li a.recruit_select_btn {
	border: solid 1px var(--site-main-color);
}
.faq .recruit_menu_btn_list li a.recruit_select_btn:after {
	color: var(--site-main-color);
}
.faq_page .faq_contents .accordion_one .accordion_header::before {
    content: "Q";
    background-color: #FFF;
    color: var(--site-main-color);
    width: 30px;
    height: 30px; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;   
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.faq_page .faq_contents .accordion_one .accordion_header {
    color: #3b3c3d;
    font-weight: normal;
	padding: 1.5em 1.5em 1.5em 60px;
}
.faq_page .faq_contents .accordion_one .accordion_inner {
    position: relative;
	padding: 1.5em 1.5em 1.5em 60px;
	border: none;
	background-color: #fff;
}
.faq_page .faq_contents .accordion_one .accordion_inner::before {
    content: "A";
    background-color: var(--site-main-color);
    color: #FFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 30px;
    transform: translateY(-50%);
}
.faq_page .faq_contents .accordion_one .accordion_inner .box_one {
}
@media screen and (max-width: 767px) {
    .faq_page .faq_contents .accordion_one .accordion_header::before {
        left: 15px; 
        top: 50%;
        transform: translateY(-50%);
    }
    .faq_page .faq_contents .accordion_one .accordion_header {
        padding-left: 55px;
    }
    .faq_page .faq_contents .accordion_one .accordion_inner::before {
        left: 15px; 
        top: 30px;
        transform: translateY(-50%);
    }
}
/* reserveボタン */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.reserve {
    background-color: var(--site-sub-color02);
    border-radius: 50%;
    position: fixed;
    right: 2%;
    top: calc(35dvw + 40px);
    z-index: 999;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease, opacity 0.3s ease;
    animation: fadeIn 0.8s ease-out forwards;
}
@media screen and (min-width: 1480px) {
    .reserve {
        top: calc(500px + 45px);
    }
}
.reserve a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.reserve p {
    font-size: 1.2em;
    line-height: 1.8;
    margin: 0;
    padding: 10px;
    margin-top: 10px;
}
.reserve:hover {
    opacity: 0.9;
}
.archives_list #date a {
	background: #3b3c3c;
}
.archives_list .thumb_box {
	margin-bottom: 5px;
}
.pager.basic_space1_margin_bottom {
    text-align: center;
}
@media screen and (max-width: 767px) {
	ul.archives_list {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        justify-content: space-between;
	}
	.post_list_flex {
		width: calc(50vw - 20px - 6px);
	}
	.post_list_flex .thumb_box img {
		aspect-ratio: 1 / 1;
	}
	.archives_list li {
    border-bottom: none;
}
}













@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
}


/* 20251030 niveau 追加CSS */

.reserve{
    top: unset;
    bottom: 5%;
}

.home .ttl01 .b_ttl{
    font-size: 21px;
    color: #c7d8d4;
}

header.absolute.after_scroll #header_wrap h1 a{
    height: 50px;
}
header.absolute.after_scroll #header_wrap .navbar-nav .blank_btn a{
        background-color: #333 !important;
}
.link_contents_btn a .b_ttl{
    font-size: 21px;
}
.p01_sec03 .flex_1c_b li.amiya.box .textbox{
        padding-left: 0;
}

.mail_form dl.inquiry dd.box select{
    top: 0px;
    left: 0px;
    width: 100%;
    border: none;
}
.concept .name{
    font-size: 18px;
}
.program__intro_txt p{
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.gutenberg .mail_form h2{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.mail_form h3{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
    width: 100%;
    border: none;
}

/* スマホ */
@media screen and (max-width: 959px) {
    
    /* header */
    header #header_wrap .logo{
        margin-left: 40px;
    }
    .gnav .gnav__inr{
        background-color: #DDE8E6;
    }
    .header-drawer-nav li a{
        color: #333;
    }
    
    /* フローティングバナー */
    .sp-nav-brn-box {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    .flex_3c.sp_only.sp-nav-brn {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .flex_3c.sp_only.sp-nav-brn li {
        width: calc((100% - 0px) / 3);
        background: #dde8e5;
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #dde8e5;
        border-right: 1px solid #fff;
    }
    .flex_3c.sp_only.sp-nav-brn li:last-child{
        background: #fff;
        border-right: none;
        border-top: 1px solid #dde8e5;
    }
    
    /* HOME */
    .spend_for_progress h2{
        padding-top: 0;
    }
    .spend_for_progress > p{
        margin-bottom: 100px;
    }
    .spend_for_progress__inner-text{
        top: 85%;
    }
    #top_contents01 .flex_2c_side_over{
        background-color: #fff !important;
    }
    .flex_2c_side_over li{
        background-color: #fff;
    }
    #top_contents01 .flex_2c_side_over li{
        margin-bottom: 40px !important;
    }
    #top_contents01 h3{
        font-size: 18px !important;
    }
    
    /* concept */
    .concept .gutenberg h2{
        line-height: 1.75em;
    }
    section.introduction li{
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    .philosophy_item .b_ttl{
        margin-bottom: 2.5rem;
    }
    .philosophy_item h3{
        font-size: 18px;
        margin-bottom: 1.25rem;
    }
    .philosophy_item p{
        font-size: 13px;
    }
    .philosophy_item .fontsize_2rem{
        font-size: 1.75rem !important;
    }
    .concept .p01_sec03 .flex_1c_b .textbox{
        padding: 20px 0;
    }
    .concept .p01_sec03 .flex_1c_b .textbox .ma_b_1em{
        margin-bottom: 0.75em !important;
    }
    .concept .p01_sec03 .box h3{
        font-size: 18px;
    }
    .motto,
    .logo-mark{
               margin: 6em auto !important;
    }
    .studio-name {
        padding: 6em 0 !important;
    }
    .motto .philosophy_item,
    .studio-name .philosophy_item,
    .logo-mark .philosophy_item{
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .logo-mark img{
        width: 45%;
    }
    .link_contents_btn a .b_ttl{
        font-size: 16px;
        letter-spacing: 0.01em;
    }
    .concept .p01_sec03 ul.staff.flex_1c_b li.box{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
    .concept .p01_sec03 ul.staff.flex_1c_b li:last-child.box{
        margin-bottom: 0;
    }
    
    /* 初めての方へ */
    .introduction .p01_sec03 .flex_1c_b .textbox{
        padding: 20px 0px;
    }
    .link_contents_btn a{
        padding: 30px 20px 30px 30px;
    }
    
    /* 料金・プラン */
    .plan-price .bg_color_box{
        padding: 20vw 0 20vw;
    }
    .plan-price .program__intro h3{
        font-size: 21px;
    }
    .plan-price .program__intro p{
        margin: 0;
        margin-bottom: 20px;
    }
    .plan-price .basic_space2_margin_top{
        margin-top: 0;
    }
    ul.ul_tbl01.tbl_layoutbox{
        margin-bottom: 20vw;
    }
    ul:last-child.ul_tbl01.tbl_layoutbox{
        margin-bottom: 0;
    }
    .regular-program-txt{
        margin-bottom: 20vw !important;
    }
    .plan-price .p01_sec10.basic_space1_margin_top.basic_space1_margin_bottom{
        margin: 20vw 0;
    }
    
    /* お知らせ */
    .archives_list li h2{
        font-size: 18px;
    }
    .post_list_flex .text_box .at_ttl{
        margin-bottom: 5px;
    }
    }
    
}
