@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/**********************
* 全体
**********************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
* {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.7;
}
.font-serif,
.font-serif span{
    font-family: 'Noto Serif JP', serif;
}
body{
    background: none;
    min-width: 1300px;
}
a {
    color: #000;
    text-decoration: none!important;
}
a:hover {
    color: #000;
}
ol, ul {
    list-style: none;
    padding-left: 0;
}
em, pre, i, address {
    font-style: normal;
}
img{
    vertical-align: top;
}

.inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.wrap{
    width: 1200px;
}

/* 画像 フィット */
img.img-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

/**********************
* TOPのみ
**********************/
.home .wrap{
    width: 100%;
}

.home .content,
.home .article,
.home .entry-content,
.home .main{
    margin: 0;
    padding: 0;
}

/**********************
* 固定ページ
**********************/
/* h1 */
.article-header{
    background: #6f0006;
}

.article-header h1.entry-title{
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    max-width: 1200px;
}

/* content */
.body .article{
    margin: 0;
}

.content .main{
    padding: 0;
    margin: 0;
}

.entry-content{
    margin: 0;
}

p.p_last{
    margin: 0;
}

/* パンくず */
.breadcrumbs{
    max-width: 1200px;
    margin: 20px auto;
    color: #959595;
}

.breadcrumbs span{
    color: #959595;
    font-size: 14px;
}

/**********************
* 見出し
**********************/
.article h2.h2_01{
    color: #2e75bb;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.12);
    background: 0 0;
    padding: 0 0 .5em;
}

.article h2.h2_01:after {
    content: ".";
    line-height: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    width: 30%;
    border-bottom: 1px solid #2e75bb;
}

/**********************
* span
**********************/
span.bold{
    font-weight: 700;
}

/**********************
* header
**********************/
#header{
    background: url(img/header-bg02-red.jpg) no-repeat top center / cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#header-in{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#header-in .logo{
    background: #fff;
    height: 100px;
    width: 370px;
    padding: 25px 40px 0;
    margin: 0;
    transition-duration: 0.3s;
}

#header-in .nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
    padding: 0 30px 0 0;
}

#header-in .nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}

@media (max-width: 1550px){
    #header-in .nav ul{
        width: 560px;
    }
}

#header-in .nav ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

#header-in .nav .nav-con a {
    background: linear-gradient(90deg, rgba(255, 177, 42, 1) 0%, rgba(255, 118, 51, 1) 100%);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    display: block;
    width: 190px;
    height: 80px;
    text-align: center;
    padding: 14px 0 0;
    position: relative;
    overflow: hidden;
    line-height: 0.7;
}

#header-in .nav .nav-con a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#header-in .nav .nav-con a span {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 0 0 7px;
}

#header-in .nav .nav-con a span::before {
    content: '';
    background: url(img/nav-con-catch01.png) no-repeat top center / auto;
    position: absolute;
    width: 9px;
    height: 14px;
    top: 5px;
    left: 40px;
}

#header-in .nav .nav-con a span::after {
    content: '';
    background: url(img/nav-con-catch02.png) no-repeat top center / auto;
    position: absolute;
    width: 9px;
    height: 14px;
    top: 5px;
    right: 40px;
}

#header-in .sp-nav-btn{
    display: none;
}

#header-in .nav_sp{
    display: none;
}

/**********************
* フッター
**********************/
#footer{
    margin: 80px 0 0;
    background-image: url(img//texture.jpg);
    background-repeat: repeat;
    background-size: 20px;
    background-position: center;
    padding: 20px 0;
}

.article-footer {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#footer-in{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.f_box01 p.f_logo{
    margin: 0 0 10px;
}

.f_box01 p.ttl{
    margin: 0 0 20px;
}

.f_box01 p.ttl a{
    font-size: 28px;
    font-weight: 700;
}

.f_box01 p.access{
    font-size: 17px;
}

.f_box02 ul{
    display: flex;
    flex-wrap: wrap;
    width: 540px;
}

.f_box02 ul li{
    margin: 0 0 20px;
    width: 50%;
}

.f_box02 ul li a{
}

.f_box02 ul li a::before {
    content: "";
    padding-left: 15px;
    background-image: url(img/arrow03.png);
    background-repeat: no-repeat;
    background-size: 6px 11px;
    background-position: center;
}

.copyright{
    text-align: center;
}

.copyright p{
    font-size: 15px;
}

/**********************
* メインイメージ
**********************/
.top_main{
    height: 100vh;
    min-height: 800px;
    background: #f2f2f2;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top_main::before {
    position: absolute;
    content: '';
    width: 1054px;
    height: 1341px;
    background: url(img/top-mv-line.png) no-repeat top center / auto;
    z-index: 0;
    left: -100px;
    top: -400px;
}

.top_main .txt_box{
    position: absolute;
    top: 130px;
    left: 90px;
    z-index: 1;
}

.top_main .txt_box h2{

}

.top_main .txt_box h2 span{
    font-size: 83px;
    line-height: 1.2;
}

.top_main .txt_box p.ttl{
    margin-bottom: 30px;
}

.top_main .txt_box p.ttl span{
    font-size: 45px;
    font-weight: 500;
}

.top_main .txt_box p.txt{
    width: 560px;
    margin-bottom: 50px;
}

span.move{
    opacity: 0;
    display: inline-block;
    transform: scale(1.25) translate(8px, 4px);
    letter-spacing: 0.02em;
}

span.move:nth-child(1) {
    transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}
span.move:nth-child(2) {
    transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}
span.move:nth-child(3) {
    transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}
span.move:nth-child(4) {
    transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}
span.move:nth-child(5) {
    transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}
span.move:nth-child(6) {
    transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}
span.move:nth-child(7) {
    transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}
span.move:nth-child(8) {
    transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}
span.move:nth-child(9) {
    transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}
span.move:nth-child(10) {
    transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}
span.move:nth-child(11) {
    transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}
span.move:nth-child(12) {
    transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}
span.move:nth-child(13) {
    transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.8s;
}
span.move:nth-child(14) {
    transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.85s;
}
span.move:nth-child(15) {
    transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.9s;
}
span.move:nth-child(16) {
    transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.95s;
}
span.move:nth-child(17) {
    transition: opacity 1.2s ease 0.95s, transform 1.2s ease 1s;
}
span.move:nth-child(18) {
    transition: opacity 1.2s ease 1s, transform 1.2s ease 1.05s;
}
span.move:nth-child(19) {
    transition: opacity 1.2s ease 1.05s, transform 1.2s ease 1.1s;
}
span.move:nth-child(20) {
    transition: opacity 1.2s ease 1.1s, transform 1.2s ease 1.15s;
}

.active span.move {
    opacity: 1;
    transform: scale(1) translate(0);
}

.top_main .img_box {
    position: absolute;
    right: 0px;
    top: 0;
    width: 55%;
    max-width: 1322px;
    min-height: 800px;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0;
    display: block;
    background: url(img/top_main_img_box_bg.webp) repeat-y top right;
    animation: bgscroll_2 100s linear infinite, fadein 5s linear 0s 1;
    background-size: cover;
}

@keyframes bgscroll_2 {
    0% {background-position:0 6160px;}
    100% {background-position:0px 0px;}
}

ul.top_main_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

ul.top_main_btn li{
    background: #18486F;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

ul.top_main_btn li:nth-child(2){
    background: #B18867;
}

ul.top_main_btn li a{
    width: 320px;
    height: 100px;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
}

ul.top_main_btn li a::before {
    position: absolute;
    content: '';
    background: url(img/mv-btn-arrow.svg) no-repeat top center / cover;
    width: 59px;
    height: 6px;
    bottom: 15px;
    right: 15px;
    transition: 0.3s;
}

ul.top_main_btn li a:hover::before {
    right: 6px;
}

ul.top_main_btn li a p{

}

ul.top_main_btn li a p.top_main_btn_img{
    width: 100px;
}

ul.top_main_btn li a p.top_main_btn_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

ul.top_main_btn li a p.top_main_btn_txt{
    color: #fff;
    text-align: center;
    padding: 17px 0 0 0;
    width: 220px;
    font-size: 21px;
    line-height: 1.3;
}

ul.top_main_btn li a p.top_main_btn_txt span{
    color: #fff;
    font-size: 18px;
    position: relative;
}

ul.top_main_btn li a p.top_main_btn_txt span::before,
ul.top_main_btn li a p.top_main_btn_txt span::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 15px;
    top: 6px;
}

ul.top_main_btn li a p.top_main_btn_txt span::before {
    background: url(img/mark-l.svg) no-repeat top center / auto;
    left: -17px;
}

ul.top_main_btn li a p.top_main_btn_txt span::after{
    background: url(img/mark-r.svg) no-repeat top center / auto;
    right: -17px;
}

/**********************
* TOP 固定ページ
**********************/
.school_page h2 {
    padding: 0;
    background-color: initial;
}

.school_page h3 {
    border: none;
}

/* top_about */
.top_about{
    margin: 100px 0 0;
}

.top_about h2{
    text-align: center;
    font-size: 44px;
    color: #595959;
    line-height: 1.5;
    margin: 0 0 30px;
}

.top_about p{
    text-align: center;
    font-size: 17px;
    line-height: 2.0;
    margin: 0 0 40px;
}

.top_about p.link{
    text-align: center;
    margin: 0 0 0;
}

.top_about p.link a{
    background: #002C5B;
    color: #fff;
    border-radius: 13px;
    padding: 17px 50px 17px 30px;
    display: inline-block;
    font-size: 17px;
    background-image: url(img/arrow_white.png);
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: center right 23px;
}

.top_about p.link a:hover {
    opacity: 0.7;
    transition: 0.3s all;
}

/* top_bglink */
.top_bglink{
    margin: 120px 0 0;
}

.top_bglink ul{
    display: flex;
    flex-wrap: wrap;
}

.top_bglink ul li{
    width: 33.33%;
    background-image: url(img/linkitem01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.top_bglink ul li a{
    height: 533px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2.top_bglink_h2{
    color: #fff;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translate(-50%, 0%);
}

h2.top_bglink_h2 span{
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: flex;
    padding: 3px 20px;
}

h2.top_bglink_h2 span:before {
    transform: skewX(-15deg);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c7b299;
    z-index: -1;
}

.top_bglink_in p{
    font-size: 20px;
    margin: 0 0 20px;
}

.top_bglink_in h3{
    font-size: 39px;
    margin: 0 0 20px;
}

.top_bglink_in p.more{
    margin: 0;
}

.top_bglink_in p.more span{
    display: inline-block;
    background: #002C5B;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 20px;
}

/* top_online */
.top_online{
    margin: 100px 0 0;
    background: url(img/top-online-bg.jpg) no-repeat top center / cover;
    padding: 110px 0 125px;
    background-attachment: fixed;
}

.top_online_ttl{
    display: flex;
    justify-content: space-between;
}

.top_online_ttl h2 span{
    line-height: 1.2;
}

.top_online_ttl h2 span.span01{
    font-size: 60px;
    margin: 0 20px 0 0;
}

.top_online_ttl h2 span.span02{
    font-size: 33px;
}

.top_online_ttl h2 span.span_jp{
    font-size: 23px;
}

.top_online_ttl div.txt_box{
    width: 620px;
}

.top_online_ttl div.txt_box p.p_ttl{
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

ul.top_online_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 23px 0;
    margin: 40px 0 0;
}

ul.top_online_ul li{
    width: 49%;
}

ul.top_online_ul li a{
    background: #F7F0E6;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    transition: all 2s ease;
}

ul.top_online_ul li a:hover{
    background: #9d907d;
}

ul.top_online_ul .img_box{
    width: 40%;
}

ul.top_online_ul .img_box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

ul.top_online_ul .txt_box{
    width: 60%;
    padding: 20px;
}

ul.top_online_ul .txt_box h3{
    margin: 0 0 10px;
    font-size: 30px;
}

ul.top_online_ul .txt_box p{
    margin: 0 0 10px;
}

ul.top_online_ul .txt_box p.cate span{
    color: #fff;
    background: #B18867;
    display: inline-block;
    padding: 3px 10px 3px;
}

ul.top_online_ul .txt_box p.more{
    text-align: right;
    position: relative;
    margin: 0 20px 0 0;
    transition: all 1s ease;
}

ul.top_online_ul li a:hover .txt_box p.more{
    margin: 0 30px 0 0;
}

ul.top_online_ul .txt_box p.more span{
    font-size: 13px;
    font-weight: 700;
}

ul.top_online_ul .txt_box p.more::before {
    content: "";
    width: 23px;
    height: 1px;
    background: #707070;
    position: absolute;
    right: 90px;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.top_online_ul .txt_box p.more::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    background: #707070;
    background-repeat: no-repeat;
    border-radius: 10px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

/**********************
* アンチエイジング認定サロン
**********************/
.course_intro{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 70px;
}

.course_intro .img_box{
    width: 37%;
}

.course_intro .txt_box{
    width: 60%;
}

.course_recommend{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border:solid 2px #337ab7;
    position: relative;
    padding: 40px;
    margin: 0 0 70px;
}

.course_recommend_ttl{
    color: #337ab7;
    position: absolute;
    top: -17px;
    left: 37px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
}

.course_recommend .img_box{
    width: 37%;
}

.course_recommend .txt_box{
    width: 60%;
}

.course_recommend ul{

}

.course_recommend ul li{
    color: #2e75bb;
    position: relative;
    font-size: 17px;
}

.course_recommend ul li::before{
    font-family: 'FontAwesome';
    content: "\f138";
    margin: 0 13px 0 0;
}

.course_point{
    margin: 0 0 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course_point_child{
    width: 30%;
    background: #e5f5ff;
}

.course_point_child p.ttl{
    background: #2e75bb;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 17px;
    margin: 0 0 20px;
}

.course_point_child p.txt{
    margin: 0;
    padding: 0 20px 20px;
}

.course_point_child h3{
    color: #2e75bb;
    background: none;
    border: none;
    text-align: center;
    font-size: 15px;
}

.course_curriculum{
    margin: 0 0 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course_curriculum_child{
    width: 30%;
    background: #fff6dd;
    padding: 20px;
}

.course_curriculum_child ul{
    margin: 0;
}

.course_curriculum_child ul li{
    color: #5a460f;
}

.course_curriculum_child ul li::before{
    font-family: 'FontAwesome';
    content: "\f058";
    margin: 0 13px 0 0;
}

.course_teacher{
    margin: 0 0 70px;
}

.dialogue_box_teacher{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dialogue_box_teacher .img_box{
    width: 13%;
}

.dialogue_box_teacher .img_box img{
    object-fit: cover;
    border-radius: 50%;
}

.dialogue_box_teacher .txt_box{
    background: #ffeff3;
    display: inline-block;
    position: relative;
    width: 84%;
    padding: 20px;
    z-index: 0;
}

.dialogue_box_teacher .txt_box::after{
    content: '';
    position: absolute;
    left: -37px;
    top: 13px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #ffeff3 transparent;
    transform: rotate(270deg);
    z-index: -1;
}

.course_association{
    margin: 0;
}

.course_association div:last-child{
    margin: 0;
}

.dialogue_box01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.dialogue_box01 .img_box{
    width: 10%;
}

.dialogue_box01 .img_box img{
    object-fit: cover;
    border-radius: 50%;
}

.dialogue_box01 .txt_box{
    background: #eaf9f3;
    display: inline-block;
    position: relative;
    width: 87%;
    padding: 20px;
    z-index: 0;
}

.dialogue_box01 .txt_box p.name{
    margin: 0;
    font-weight: 700;
}

.dialogue_box01 .txt_box::after{
    content: '';
    position: absolute;
    left: -37px;
    top: 13px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #eaf9f3 transparent;
    transform: rotate(270deg);
    z-index: -1;
}

.dialogue_box02{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 0 40px;
}

.dialogue_box02 .img_box{
    width: 10%;
}

.dialogue_box02 .img_box img{
    object-fit: cover;
    border-radius: 50%;
}

.dialogue_box02 .txt_box{
    background: #eaf9f3;
    display: inline-block;
    position: relative;
    width: 87%;
    padding: 20px;
    z-index: 0;
}

.dialogue_box02 .txt_box p.name{
    margin: 0;
    font-weight: 700;
}

.dialogue_box02 .txt_box::after{
    content: '';
    position: absolute;
    right: -37px;
    top: 13px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #eaf9f3 transparent;
    transform: rotate(-270deg);
    z-index: -1;
}

/**********************
* 理事紹介
**********************/
.boardmember{
    margin: 0 0 70px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e3e3e3;
}

.boardmember:last-child{
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.boardmember_box01{
    display: flex;
    gap: 30px;
}

.boardmember_box01 .img_box{
    width: 210px;
}

.boardmember_box01 .txt_box ul li.ttl{
    font-size: 20px;
    font-weight: 700;
}

.boardmember_box01 .txt_box ul li a{
    color: #003fb3;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.boardmember_box02 span{
    font-weight: 700;
}

/**********************
* 協会概要
**********************/
table.association_table th{
    width: 20%;
    background: none;
    border-right: none;
    font-weight: 400;
    text-align: left;
}

table.association_table th,
table.association_table td{
    padding: 30px;
    border-right: 0;
    border-left: 0;
}

/**********************
* 代表メッセージ
**********************/
.greeting_message{
    margin: 0;
}

.greeting_message p{
    text-align: center;
    font-size: 17px;
    line-height: 2;
}

.greeting_message p.ttl_img{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/**********************
* 月脚追加
**********************/

.wrapper {
	padding: 10px 0;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

.top_about .wrapper {
	width: 100%;
	max-width: initial;
}

.top_about .contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_about_left {
	width: 50%;
}

.top_about_left img {
	border-radius: 0 10px 10px 0;
}

.top_about_right {
	width: 45%;
}

.toppage h2 span {
	color: #0E2652;
	font-size: 16px;
	display: block;
}

.toppage h2 {
	font-size: 38px;
	margin: 10px 0 30px 0;
	padding-bottom: 20px;
	position: relative;
}

.school_page .top_about h2 {
	text-align: left;
    position: relative;
}

.top_about h2::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	margin: auto;
	width: 50px;
	height: 2px;
	background-color: #0E2652;
}

.top_about p {
	text-align: left;
}

.contents p {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 25px;
}

.top_feature h2 {
	text-align: center;
}

.school_page .h2_bb {
	text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.h2_bb::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 2px;
	background-color: #0E2652;
}

.top_feature h2 span span {
	display: inline-block;
	margin: 0 10px;
	font-size: 40px;
	position: relative;
	top: 7px;
}

.box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.feature_item {
	width: 30%;
	position: relative;
}

.feature_item_img img {
	border-radius: 10px;
	height: 17vw;
	max-height: 225px;
	object-fit: cover;
}

.feature_item_txt {
	position: relative;
	margin-top: 50px;
}

.feature_item_num {
	position: absolute;
	font-size: 50px;
	text-align: center;
	color: #0E2652;
	font-weight: bold;
	left: 50%;
	top: -90px;
}

.feature_item_txt h3 {
	text-align: center;
	color: #0E2652;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: bold;
}

.feature_item_line {
	position: absolute;
	background: #FFF;
	width: 130px;
	height: 130px;
	display: inline-block;
	border-radius: 50%;
	right: -50px;
	top: -50px;
	padding: 30px 10px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #6abe83;
}

.feature_item_line div {
	font-size: 18px;
	font-weight: bold;
	padding: 2px 10px;
	background: #06c755;
	color: #fff;
	width: 70px;
	margin: auto;
}

.feature_item_line p {
	line-height:1;
}

.feature_item_txt p span {
	color: #f06966;
	font-weight: bold;
}

.top_recommend {
	background-image: url(img/recommend_bg.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top_recommend h2 {
	text-align: center;
	background-color: initial;
}

.top_recommend h2 img {
	width: 50%;
}

.top_recommend .contents {
	position: relative;
	width: 100%;
	padding: 70px 100px;
	background: #fff;
	overflow: hidden;
	border-radius: 15px 0 15px 15px;
}

.top_recommend .contents::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 40px 40px 0;
	border-style: solid;
	border-color: #87B5F3 #87B5F3 #0E2652 #0E2652;
	background: #0E2652;
	display: block;
	width: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.top_recommend_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.top_recommend_item:last-child {
	margin-bottom: 0;
}

.top_recommend_item.reverse {
	flex-direction: row-reverse;
}

.top_recommend_item_img,
.top_recommend_item_txt {
	width: 48%;
}

.top_recommend_item_img img {
	border-radius: 20px;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.top_recommend_item_txt h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.top_recommend_item_txt h3 span {
	color: #0E2652;
	font-size: 36px;
	font-weight: bold;
	margin-right: 20px;
}

.top_recommend_item_txt ul li {
	font-size: 16px;
	border-bottom: 2px solid #e9e9e9;
	padding: 7px 0;
	padding-left: 20px;
	position: relative;
}

.top_recommend_item_txt ul li::before {
	position: absolute;
	content: "✔︎";
	top: 5px;
	left: 0;
	margin: auto;
	font-size: 16px;
	color: #0E2652;
}

.top_recommend_bottom {
	background: #0E2652;
	position: relative;
	line-height: 6.5;
	text-align: center;
}

.top_recommend_bottom::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 250px 0 250px;
	border-color: #0E2652 transparent transparent transparent;
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
}

.top_recommend_bottom p {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
}

.top_recommend_bottom p span {
	font-size: 24px;
}

.txt_yellow {
	font-size: 30px;
	font-weight: bold;
	color: #ffff00;
	display: inline-block;
}

.txt_yellow::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ffff00;
	display: block;
	margin-top: 0.5rem;
}

.top_merit h2 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}

.top_merit h2 div {
	position: relative;
	display: inline-block;
	margin: 50px 0 0 0;
	padding: 7px 40px;
	min-width: 200px;
	max-width: 100%;
	color: #0E2652;
	font-size: 24px;
	border-radius: 20px;
	background: #FFF;
	border: solid 3px #0E2652;
	box-sizing: border-box;
}

.top_merit h2 div::before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.top_merit h2 div::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #0E2652;
	z-index: 1;
}

.top_merit h2 span {
	display: inline-block;
	font-size: 40px;
	color: #0E2652;
}

.top_merit h2 span::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #ffff00;
	display: block;
	margin-top: 0.5rem;
}

.top_merit_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 5%;
}

.top_merit_box li {
	width: 30%;
	margin: 0!important;
}

.top_merit_icon {
	width: 175px;
	margin: auto;
}

.top_merit_box li h3 {
	text-align: center;
	color: #0E2652;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
	border: 0;
    padding: 0;
}

.top_course_txt {
	text-align: center;
	font-size: 20px!important;
}

.txt_red {
	font-size: 26px;
	font-weight: bold;
	color: #f06966;
	display: inline-block;
}

.txt_red::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #f06966;
	display: block;
	margin-top: 0.5rem;
}

.top_course_box {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.top_course_item {
	padding: 60px 40px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	border: 2px solid #0E2652;
	position: relative;
}

.top_course_item_num {
	background: #0E2652;
	border-radius: 100px;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -50px;
	left: -30px;
}

.top_course_item_num p {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	line-height: 1;
}

.top_course_item_num span {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 5px;
}

.top_course_item_img,
.top_course_item_txt {
	width: 48%;
}

.top_course_item_img img {
	border-radius: 10px;
	object-fit: cover;
	height: 100%;
	max-height: 400px;
}

.top_course_item_txt p:first-child {
	margin-bottom: 0;
}

.top_course_item_txt h3 {
	color: #0E2652;
	font-size: 29px;
	border: 0;
    padding: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #1a1a1a;
	font-weight: bold;
}

.top_course_item_detail {
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #B3B3B3;
	align-items: center;
}

.top_course_item_detail h4 {
	border: 0;
	margin: 0!important;
}

.top_course_item_detail h4 span {
	display: block;
	width: 100px;
	color: #fff;
	background-color: #0E2652;
	border-radius: 2px;
	padding: 0.5rem 1rem;
	text-align: center;
	letter-spacing: 0.1em;
}

.top_course_item_detail p {
	margin-bottom: 0;
}

.top_course_item_link {
	text-align: right;
	margin-top: 30px;
}

.top_course_item_link a {
	font-weight: bold;
	color: #0E2652;
	border: 2px solid #0E2652;
	border-radius: 50px;
	padding: 12px 80px 12px 20px;
	position: relative;
	background: #fff;
	display: inline-block;
	transition: 0.5s;
}

.top_course_item_link a:hover {
	background: #0E2652;
	color: #fff;
	transition: 0.5s;
}

.top_course_item_link a::before {
	content: "";
	width: 40px;
	height: 1px;
	background: #0E2652;
	display: block;
	position: absolute;
	right: 15px;
	top: 25px;
	transition: 0.5s;
}
.top_course_item_link a::after {
	content: "";
	width: 9px;
	height: 1px;
	background: #0E2652;
	display: block;
	right: 14px;
	position: absolute;
	top: 22px;
	transform: rotate(45deg);
	transition: 0.5s;
}

.top_course_item_link a:hover::after, .top_course_item_link a:hover::before {
	background: #FFF;
}

.top_supervision {
	background-image: url(http://moonfoot.net/antiaging/wp-content/uploads/2024/09/AdobeStock_534594866-scaled.jpeg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.top_supervision h2 {
	font-size: 24px;
	background-color: initial;
}

.top_supervision h2 span {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background-color: #0E2652;
	padding: 10px;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: bold;
	letter-spacing: 3px;
}

.top_supervision h2 b {
	font-size: 30px;
	color: #0E2652;
}

.top_supervision_maintxt,
.top_supervision_name {
	color: #0E2652;
	font-weight: bold;
}

.sp_br {
	display: none;
}

.page-id-159 .wrap {
	width: 100%;
}



/***********************
    LP 
 ***********************/

.page-id-184 .wrap {
    width: 100%;
}

.page-id-184 .article-header,
.page-id-184 .breadcrumbs {
    display: none;
}

.page-id-184 .content {
    margin-top: 0;
}

.lp_page {
    letter-spacing: 0;
}

.lp_page h2 {
    position: relative;
    background: #C6020C;
    color: #FFF;
    padding: 25px 0;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.lp_page h2::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 135, 180, 0);
    border-top-color: #C6020C;
    border-width: 30px;
    margin-left: -30px;
}

.lp_page .wrapper {
    max-width: 1000px;
}

.lp_why .contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lp_why .contents_left {
    width: 45%;
}

.lp_why .contents_right {
    width: 55%;
}

.lp_txt_red {
    font-weight: 900;
    color: #C6020C;
    font-size: 18px;
}

.lp_txt_border {
    font-weight: 900;
    border-bottom: 1px solid #000;
}

.lp_txt_bold {
    font-weight: 900;
}

.lp_merit {
    background: #f2f1f0;
}

.lp_merit_lists li {
    margin-bottom: 30px!important;
}

.lp_merit_lists h3 {
    background-color: #C6020C;
    color: #FFF;
    padding-left: 40px;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    border: none;
}

.lp_merit_lists h3::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #990109 transparent transparent;
}

.lp_merit_lists h3 span {
    color: #FFF;
    font-size: 36px;
}

.lp_merit_list_box {
    background-color: #FFF;
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 40px 20px;
    margin-left: 20px;
}

.lp_merit_list_box > div {
    width: 48%;
}

.lp_merit_list_box .contents_right img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.lp_counselor {
    background-color: #FBFAFF;
}

.lp_counselor_lists {
    background-color: #FFF;
    border: 1px solid #ccc;
    padding: 20px!important;
}

.lp_counselor_lists h3 {
    color: #C6020C;
    padding: 10px 0;
    border-top: 2px solid #990109;
    border-bottom: 2px solid #990109;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    border-left: none;
    border-right: none;
}

.lp_counselor_lists h3 span {
    font-size: 28px;
    border: 2px solid #C6020C;
    padding: 8px 12px;
    border-radius: 10px;
    line-height: 1;
}

.lp_difference {
    background: #f2f1f0;
}

.lp_difference_lists li {
    background-color: #FFF;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 30px;
    position: relative;
}

.lp_difference_lists li::before,
.lp_difference_lists li::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3px;
    height: 60%;
    background-color: #FFF;
    z-index: 2;
}

.lp_difference_lists li::before {
    left: 10px;
}

.lp_difference_lists li::after {
    right: 10px;
}

.lp_difference_lists h3 {
    color: #C6020C;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
    border: none;
}

.lp_difference_lists h3 span {
    background-color: #EACB9F;
    color: #FFF;
    font-size: 24px;
    padding: 0 15px;
    height: 60px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.lp_difference_lists h3 > span::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #EACB9F;
    border-width: 30px 0px 30px 15px;
}

.lp_difference_lists h3 span span {
    font-size: 35px;
    margin-left: 5px;
    padding: 0;
}

.stripe {
    height: 10px;
    background-image: linear-gradient(-45deg, #fff 25%, #ccc 25%, #ccc 50%, #fff 50%, #fff 75%, #ccc 75%, #ccc);
    background-size: 4px 4px;
    margin-bottom: 15px;
}

.lp_difference_lists_border {
    border: 3px solid #EACB9F;
    padding: 20px 30px 0 30px;
    position: relative;
    height: 100%;
}

.lp_difference_lists_border::before,
.lp_difference_lists_border::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 93%;
    height: 3px;
    background-color: #FFF;
    z-index: 2;
}

.lp_difference_lists_border::before {
    top: -3px;
}

.lp_difference_lists_border::after {
    bottom: -3px;
}

.lp_difference_list_box {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.lp_difference_list_box .contents_left {
    width: 70%;
}

.lp_difference_list_box .contents_right {
    width: 60px;
}

.lp_difference_subtitle {
    position: relative;
    background: #C6020C;
    color: #FFF;
    padding: 25px 0;
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.lp_difference_subtitle::before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 135, 180, 0);
    border-top-color: #C6020C;
    border-width: 30px;
    margin-left: -30px;
}

.lp_difference_lists_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lp_difference_lists_bottom li {
    width: 48%;
}

.lp_difference_lists_bottom li h3 {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
}

.lp_difference_lists_bottom .lp_difference_lists_border {
    padding: 20px 20px 0 20px;
}

.lp_difference_lists_bottom .lp_difference_list_box .contents_left {
    width: 100%;
}

.lp_difference_lists_bottom .lp_difference_lists_border::before, 
.lp_difference_lists_bottom .lp_difference_lists_border::after {
    width: 85%;
}

.lp_difference_lists_bottom li::before, 
.lp_difference_lists_bottom li::after {
    height: 75%;
}

.lp_course .contents {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 20px;
}

.lp_course .contents_left {
    width: 60%;
}

.lp_course .contents_left h3 {
    background-color: #C6020C;
    color: #FFF;
    font-size: 28px;
    padding: 10px;
    text-align: center;
    border: none;
}

.lp_course .contents_left .lp_course_price {
    background-color: #FFF;
    border: 3px solid #C6020C;
    font-size: 32px;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}

.lp_course .contents_left ul {
    background-color: #fb676e;
    color: #FFF;
    padding: 20px;
}

.lp_course .contents_left ul li {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0 5px 30px;
    position: relative;
}

.lp_course .contents_left ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url(img/lp_checkbox.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.lp_course .contents_right {
    width: 38%;
}

.lp_banner a {
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    padding: 0 30px;
    border-radius: 10px;
    border: 1px solid #C6020C;
    background-image: linear-gradient(180deg, rgba(229, 122, 127, 1), rgba(198, 2, 12, 1));
}

.lp_banner a span {
    display: block;
    font-size: 35px;
    text-shadow:0 0 10px #4c0105;
}

.lp_fv {
    text-align: end;
}

.lp_fv img {
    width: 95%;
    margin: 0 auto 50px auto;
}

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

    .pc_br {
        display: none;
    }

    .page-id-184 .content .main {
        padding: 0;
    }

    .lp_page .wrapper {
        width: 90%;
    }

    .lp_why .contents {
        flex-direction: column-reverse;
    }

    .contents_left,
    .contents_right {
        width: 100%!important;
    }

    .lp_page h2 {
        font-size: 5.5vw;
    }

    .lp_txt_red {
        font-size: max(4.5vw, 18px);
    }

    .lp_merit_lists h3 {
        font-size: 5vw;
        padding: 10px 0 10px 20px;
        margin-bottom: 30px;
    }

    .lp_merit_list_box {
        flex-direction: column;
        margin-left: 0;
    }

    .lp_counselor_lists h3 {
        font-size: 4.5vw;
    }

    .lp_merit_lists h3 span {
        font-size: 8vw;
    }

    .lp_counselor_lists h3 span {
        font-size: 4.5vw;
    }

    .lp_difference_lists h3 {
        font-size: 4.5vw;
        gap: 20px;
    }

    .lp_difference_lists h3 span {
        font-size: 4vw;
        height: 10vw;
        padding: 0 1vw;
    }

    .lp_difference_lists h3 > span::before {
        border-width: 5vw 0px 5vw 10px;
        right: -10px;
    }

    .lp_difference_lists h3 span span {
        font-size: 5vw;
    }

    .lp_difference_list_box {
        width: 100%;
    }

    .lp_difference_list_box .contents_left {
        width: calc(100% - 15vw)!important;
    }

    .lp_difference_list_box .contents_right {
        width: 10vw!important;
    }

    .lp_difference_lists_border {
        padding: 4% 4% 0 4%
    }

    .lp_difference_lists_border::before, .lp_difference_lists_border::after {
        width: 80%;
    }

    .lp_difference_subtitle {
        font-size: 5.5vw;
    }

    .lp_difference_lists_bottom {
        flex-direction: column;
    }

    .lp_difference_lists_bottom li {
        width: 100% ;
    }

    .lp_difference_lists_bottom li h3 {
        flex-direction: initial;
        align-items: center;
        gap: 20px;
    }

    .lp_difference_lists_bottom .lp_difference_list_box .contents_left {
        width: 100%!important;
    }

    .lp_course .contents {
        flex-direction: column;
    }

    .lp_course .contents_left ul {
        padding: 4%;
    }

    .lp_course .contents_left ul li {
        font-size: max(3.721vw, 16px);
    }

    .lp_fv {
        margin-top: 70px;
    }

    .lp_fv img {
        width: 100%;
        margin-bottom: 20px;
    }

    .lp_course .contents_left h3 {
        margin-bottom: 0!important;
    }

    .lp_banner a {
        height: 20vw;
        padding: 0 4vw;
    }

    .lp_banner a span {
        font-size: 3.5vw;
    }
}
/* 関連記事とコメントの非表示 */
.under-entry-content{
	display: none;
}
.eye-catch-wrap{
	display: none;
}
.admin-pv{
	display: none;
}
.post-date{
	display: none;
}
.article-footer {
	display: none;
}
.breadcrumb{
	display: none;
}