/*
Theme Name: haru
Theme URI:
Author: 
Author URI:
Description: none
Version: 1
License: 
*/
body{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
a{
    transition: all 0.3s ease-in-out;
}
a[href*="tel:"]{
    color: #1a0dab;
    text-decoration: underline;
}
@media (min-width: 768px){
    a[href*="tel:"]{
        color: unset;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
@media (max-width: 767px){
    body{
        font-size: 15px;
    }
}

.fs{
    font-size: 0.85em;
}
main{
    overflow: hidden;
}
.inner{
    max-width: 1040px;
    width: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.inner__flex{
    display: flex;
    gap: 60px;
}
.inner__main{
    width: 100%;
}
.inner__side{
    width: 260px;
    flex-shrink: 0;
}
.u-desktop{
    display: block;
}
.u-mobile{
    display: none;
}
@media screen and (max-width: 767px) {
    main{
        padding-top: 0px;
    }
    .inner{
        width: calc(100% - 40px);
    }
    .inner__flex{
        flex-direction: column;
        gap: 60px;
    }
    .inner__main{
        width: 100%;
    }
    .inner__side{
        width: 100%;
        margin: 0;
    }
    .u-desktop{
        display: none;
    }
    .u-mobile{
        display: block;
    }
}


.date{
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}
.date::before{
    content: "\f017";
    color: #ddd;
    font-family: FontAwesome;
}
@media screen and (max-width: 767px) {
    
}


.category{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.category a,
.category span{
    font-size: 12px;
    line-height: 1;
    color: #fff;
    width: 100px;
    display: flex;
    justify-content: center;
    padding: 4px 8px;
    background-color: #83C133;
    border-radius: 4px;
}
@media screen and (max-width: 767px) {
    
}



.sns__ttl{
    text-align: center;
    margin-bottom: 10px;
}
.snsList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 0;
}
.snsList li{
    width: calc((100% - 40px) / 5);
    list-style: none;
    /*flex: 1 1 0;*/
    margin: 0;
}
.snsList li a{
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    background-color: #ddd;
    display: block;
}
.snsList li a:hover{
    opacity: 0.6;
}
.snsList .twitter a{
    background-color: #1da1f2;
}
.snsList .line a{
    background-color: #00b900;
}
.snsList .facebook a{
    background-color: #1877f2;
}
.snsList .hatena a{
    background-color: #5279e7;
}
.snsList .pocket a{
    background-color: #ee4056;
}
@media screen and (max-width: 767px) {
    .snsList{
        gap: 5px;
    }
    .snsList li{
        width: calc((100% - 20px) / 5);
    }
}



.related{
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 30px;
}
.related__ttl{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}



.fa{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before{
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before{
    content: "";
}
.fa-hatena:before{
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}
.fa-line:before{
    content: "LINE";
    font-family: Verdana;
    font-weight: bold;
}
.fa-line-chart:before {
    content: "";
}




.pager{
    
}
.pager .nav-links{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.pager .nav-links span,
.pager .nav-links a{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pager .nav-links span{
    color: #fff;
    background-color: #FFA81B;
}
.pager .nav-links a{
    color: #000;
    background-color: #ccc;
}
.pager .nav-links a:hover{
    opacity: 0.6;
}

.links{
    background-color: #FDF8D6;
}
.links__list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.links__list > li a{
    font-size: 12px;
    color: #666;
    padding: 5px;
    display: block;
}
@media screen and (max-width: 767px) {
    .links{
        height: 15px;
    }
    .links__list{
        display: none;
    }
    .links__list > li a{
        font-size: 10px;
    }
}


.nav{
    width: 100%;
    position: sticky;
    top: 128px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 998;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.02);
}
.nav__inner{
    
}
.nav__list{
    display: flex;
    justify-content: center;
    gap: 40px;
    border-top: 1px solid #FAECA0;
}
.nav__list > li{
    position: relative;
}
.nav__list > li a{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 5px;
    transition: all 0.2s ease-in-out;
}
.nav__list > li a:hover{
    color: #FFA81B;
}
.nav__list > li img{
    width: 20px;
}
.nav__contact{
    display: none;
}
@media screen and (max-width: 767px) {
    .nav__inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 45px;
    }
    .nav__list{
        flex-direction: column;
        border: 0;
        gap: 10px;
    }
    .nav__list > li a{
        padding: 10px 0px;
    }
    .nav__contact{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .nav__contact__tel a{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .nav__contact__tel div{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .nav__contact__tel span{
        font-size: 22px;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
    .nav__contact__tel p{
        font-size: 11px;
        letter-spacing: 0.05em;
        line-height: 1;
    }
    .nav__contact__tel img{
        width: 24px;
    }
    .nav__contact__mail a{
        width: 200px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        background-color: #F3C441;
        border-radius: 4px;
    }
    .nav__contact__mail span{
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }
    .nav__contact__mail img{
        width: 18px;
    }
        
}



.header{
    width: 100%;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}
.header__inner{
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.header__left{
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}
.header__logo{
    width: 168px;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    translate: -50% -50%;
    background-color: #fff;
}
.header__logo a{
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.header__name{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-left: 100px;
}
.header__right{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__navSp{
    display: none;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    background-color: unset;
}
.header__navBtn{
    width: 36px;
    height: 20px;
    position: relative;
}
.header__navBtn span{
    width: 36px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    transition: all .3s ease 0s;
}
.header__navBtn span:nth-of-type(1){
    top: 0;
}
.header__navBtn span:nth-of-type(2){
    top: 10px;
}
.header__navBtn span:nth-of-type(3){
    top: 20px;
}
.is--opened .header__navBtn span:nth-of-type(1){
    transform: translateY(10px) rotate(-45deg);
}
.is--opened .header__navBtn span:nth-of-type(2){
    opacity: 0;
}
.is--opened .header__navBtn span:nth-of-type(3){
    transform: translateY(-10px) rotate(45deg);
}
.header__navContact{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__navContact > li{

}
.header__navContact__tel a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header__navContact__tel div{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.header__navContact__tel span{
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.header__navContact__tel p{
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1;
}
.header__navContact__tel img{
    width: 24px;
}
.header__navContact__mail a{
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #F3C441;
    border-radius: 4px;
}
.header__navContact__mail span{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.header__navContact__mail img{
    width: 18px;
}
.header__navContact a:hover{
    opacity: 0.6;
}
@media screen and (max-width: 767px) {
    .header__inner{
        height: 65px;
    }
    .header__logo{
        width: 110px;
        translate: -20px -50%;
    }
    .header__name{
        font-size: 12px;
        margin-left: 90px;
    }
    .header__navSp{
        width: 65px;
        height: 65px;
    }
    .header__navContact{
        display: none;
    }
    .header__navSp{
        display: flex;
        position: absolute;
        right: -20px;
        top: 0;
    }
    .header__sp{
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #fff;
        width: 300px;
        height: calc(100vh - 80px);
        top: 80px;
        right: -200px;
        left: unset;
        padding: 0;
        overflow: scroll;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease 0s;
    }
    .header__sp.is--active{
        opacity: 1;
        pointer-events: auto;
        right: 0;
    }
}



.breadcrumbs{
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.breadcrumbs ol{
    display: flex;
    gap: 10px;
    padding: 20px 0;
}
.breadcrumbs ol li:not(:last-of-type)::after{
    content: ">";
    margin-left: 10px;
}
.breadcrumbs li{
    font-size: 13px;
}
.breadcrumbs li a{
    color: #999;
}
@media screen and (max-width: 767px) {
    .breadcrumbs .inner{
        width: 100%;
        max-width: unset;
    }
    .breadcrumbs ol{
        padding: 10px 25px;
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .breadcrumbs li{
        flex-shrink: 0;
    }
}


.bnr{
    border-top: 1px solid #eee;
    padding: 60px 0;
}
.bnr__list{
    display: flex;
    justify-content: center;
    gap: 60px;
}
.bnr__list > li{
    max-width: 450px;
    width: calc((100% - 60px) / 2);
}
.bnr__list > li a{
    width: 100%;
    aspect-ratio: 49/19;
    height: auto;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.bnr__list > li a::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.bnr__list > li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnr__list > li p{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.bnr__list > li span{
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 14px;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.bnr__list > li span::before{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    .bnr__list{
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .bnr__list > li{
        width: 100%;
    }
    .bnr__list > li p{
        font-size: 20px;
    }
}


.footer{
    background-color: #FDF8D6;
    background-image: url(img/common/bg.jpg);
    background-size: 300px;
    background-repeat: repeat;
    border-top: 1px solid #FAECA0;
    /*
    background-color: #FAECA0;
    */
    position: relative;
}
.footer__inner{
    padding: 50px 0 40px;
}
.footer__nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 40px;
}
.footer__navList{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__navList a{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.footer__navList a:hover{
    opacity: 0.6;
}
.footer__navSns{
    display: flex;
    gap: 15px;
    margin-left: auto;
}
.footer__navSns a:hover{
    opacity: 0.6;
}
.footer__navSns img{
    width: 30px;
}
.footer__navList2{
    list-style: disc;
    padding-left: 2em;
    margin-top: 5px;
}
.footer__navList2 a{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
}
.footer__box{
    display: flex;
    align-items: flex-end;
    gap: 50px;
    padding: 25px 50px;
    background-color: #fff;
    border: 3px solid #EEEEEE;
    border-radius: 20px;
}
.footer__haru{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.footer__logo{
    width: 90px;
}
.footer__ttl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.footer__ttl p{
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}
.footer__ttl img{
    width: 170px;
}
.footer__info{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 50px;
}
.footer__address span,
.footer__open span{
    font-size: 0.85em;
}
.copyright{
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background-color: #83C133;
    padding: 10px 0;
}
@media screen and (max-width: 1023px) {
    .footer__box{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .footer__logo{
        width: 120px;
    }
    .footer__nav{
        gap: 30px;
        flex-direction: column;
    }
    .footer__navList{
        gap: 30px;
    }
    .footer__box{
        max-width: 365px;
        margin: 0 auto;
        padding: 25px;
    }
    .footer__info{
        flex-direction: column;
        align-items: flex-start;
    }
}

.sidebar{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.sidebar h3,
.sidebar__ttl{
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}




.page__head{
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDF8D6;
}
.page__ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    color: #FFA81B;
}
.page__body{
    padding: 60px 0;
}
.page__content{
    margin-bottom: 60px;
}
.page__content .toc{

}
.page__content .toc ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
}
.page__content .toc ul > li{
    width: calc((100% - 15px) / 2);
    margin: 0;
}
.page__content .toc ul > li a{
    color: #333;
    text-decoration: none;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.page__content .toc ul > li span{
    content: "";
    width: 14px;
    height: 14px;
    background-color: #333;
    border-radius: 14px;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.page__content .toc ul > li span::before{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.page__content h2{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    padding: 15px;
    background: #FAECA0;
    border-left: 4px solid #FFA81B;
    margin-top: 80px;
    margin-bottom: 40px;
}
.page__content h2 ruby{
    vertical-align: text-top;
}
.page__content h3{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 2px solid #FFA81B;
    padding-bottom: 5px;
    margin-top: 60px;
    margin-bottom: 25px;
}
.page__content h4{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #FDF8D6;
    margin-top: 40px;
    margin-bottom: 15px;
}
.page__content p{
    line-height: 2;
    margin-bottom: 30px;
}
.page__content a{
    color: #1a0dab;
    text-decoration: underline;
}
.page__content a:hover{
    opacity: 0.6;
}
.page__content figure{
    margin-bottom: 30px;
}
.page__content ul{
    list-style: disc;
    margin-bottom: 40px;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
    border: unset;
}
.page__content ul.dot{
    padding: 25px 25px 15px;
    border-radius: 10px;
    border: dashed 1px #ef9c99;
    background-color: #fff9f8;
}
.page__content ul li{
    font-size: 15px;
    line-height: 1.8;
    margin-left: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.page__content dl {
    padding: 25px 25px 15px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
    border-radius: 10px;
}
.page__content dl dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #FFA81B;
    position: absolute;
    top: -10px;
    left: 0;
    margin: 0 20px;
    padding: 0 10px;
    background: #f9f9f9;
}
.page__content dl dd ul{
    background: 0 0;
    border: none;
    padding: 0;
    margin: 0;
}
.page__content dl.table{
    padding: 0;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
}
.page__content dl.table > div{
    display: flex;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.page__content dl.table dt{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
    width: 150px;
    flex-shrink: 0;
    margin: 0;
    padding: 0 0 0 10px;
    background-color: unset;
    position: static;
}
.page__content .pre{
    font-size: 15px;
    padding: 25px;
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    border-color: #f0f0f0;
    text-align: left;
    margin-bottom: 25px;
    line-height: 2;
}
.page__content .pre > ul{
    padding: 0;
    margin: 0;
    border: unset;
    background: unset;
    margin-bottom: -10px;
}
.page__content p.point{
    font-size: 17px;
    color: #FFA81B;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 50px;
    line-height: 1.5;
}
.page__content p.point i{
    color: #FFA81B;
    margin-right: 5px;
}

.page__content ul.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
    list-style: none;
}
.page__content ul.insta_list li{
    width: calc((100% - 60px) / 3);
    margin: 0;
}
.page__content ul.insta_list li a{
    display: block;
    position: relative;
    padding-top: 100%;
    margin-bottom: 20px;
}
.page__content ul.insta_list li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page__content ul.insta_list li p{
    font-size: 14px;
    line-height: 1.75;
    /*
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    */
    margin-bottom: 20px;
}
.page__content ul.insta_list li time{
    display: block;
    color: #999999;
    font-size: 12px;
    line-height: 1;
}
.page__content ul.insta_list li time::before{
    content: "\f017";
    color: #ddd;
    font-family: FontAwesome;
    margin-right: 5px;
}

.page__content ul.staff_list{
    list-style: none;
}
.page__content ul.staff_list li{
    /*width: calc((100% - 40px) / 2);*/
    margin: 0 0 40px;
}
.page__content ul.staff_list li .body{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.page__content ul.staff_list li .image,
.page__content ul.staff_list li .text{
    width: calc((100% - 40px) / 2);
}
.page__content ul.staff_list li .image img{
    border-radius: 10px;
}
.page__content ul.staff_list .name{
    font-size: 20px;
    font-weight: bold; 
    margin-bottom: 0;
}
.page__content ul.staff_list .qualification{
    line-height: 1.6;
}
.page__content ul.staff_list dl{
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 20px;
}
.page__content ul.staff_list dt{
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0;
    position: static;
}
.page__content ul.staff_list dd{
    line-height: 1.6;
}
.page__content ul.staff_list li > a{
    display: table;
    margin: 0 auto;
}

.page__content ul.image_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page__content ul.image_list li{
    width: calc((100% - 20px) / 3);
    margin: 0;
    aspect-ratio: 1 / 1;
    position: relative;
}
.page__content ul.image_list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.page__content .box{
    padding: 30px;
    border-radius: 10px;
    background-color: #FDF8D6;
    margin-bottom: 30px;
}
.page__content .box *:first-child{
    margin-top: 0;
}
.page__content .flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}
.page__content .flex > *{
    flex-grow: 1;
    margin: 0;
}
.page__content .image,
.page__content .image-full{
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
}
.page__content .image img{
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
.page__content .image-full img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.page__content img{
    width: auto;
    max-width: 100%;
}
.page__content .link__btn{
    margin-top: 60px;
}

@media screen and (max-width: 767px){
    .page__content h2{
      font-size: 20px;
    }
    .page__content .toc ul > li{
        width: 100%;
    }
    .page__content ul.dot{
      padding: 20px 20px 10px;
    }
    .page__content ul.insta_list li{
      width: 100%;
      margin: 0;
    }
    .page__content ul.staff_list li .body{
      flex-flow: column;
      margin-bottom: 15px;
    }
    .page__content ul.staff_list li .text{
      width: 100%;
    }
    .page__content ul.staff_list li .image{
      width: calc(100% - 80px);
      margin: 0 auto 20px;
    }
  
    .page__content ul.image_list{
      justify-content: center;
    }
    .page__content ul.image_list li{
      width: calc((100% - 10px) / 2);
    }

    .page__content dl.table > div{
        flex-direction: column;
    }
    .page__content dl.table dt{
        width: 100%;
        padding: 0 0 0 10px;
    }
    .page__content dl.table dd{
        padding: 0 0 0 10px;
    }
    .page__content .box{
      padding: 20px 20px 10px;
    }
}


.contact__form{

}
.contact__form p{
    margin: 0;
}
.contact__item {
	margin-top: 20px;
}
.contact__label {
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.contact__label .required {
	font-weight: 500;
	color: #EF4746;
}
.contact__input,
.contact__textarea {
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	padding: 10px 16px;
	background-color: #fff;
	border: 1px solid #B3AFB2;
	border-radius: 10px;
	margin-top: 5px;
}
.contact__input::placeholder,
.contact__textarea::placeholder {
	color: #AFB5B8;
}
.contact__textarea {
	height: 134px;
}
.contact__btn {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	width: 250px;
	height: 54px;
	background-color: #F06413;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	margin: 16px auto 0;
	transition: all 0.3s ease-in-out;
}
.contact__item .wpcf7-not-valid-tip {
	margin-top: 5px;
	color: #EF4746;
}




.index__body{
    margin-bottom: 60px;
}



.post__ttl{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.post__info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.post__thumb{
    margin-bottom: 40px;
}

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

}




.blogList{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}
.blogList__item{
    width: calc((100% - 30px) / 2);
    list-style: none;
}
.blogList__img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}
.blogList__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogList__ttl{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.blogList__desc{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 5px;
}
.blogList__link{
    margin-top: 40px;
}
@media screen and (max-width: 767px){
    .blogList__item{
        width: 100%;
    }
}


.newsList{
    display: flex;
    flex-wrap: wrap;
}
.newsList__item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.newsList__item:last-of-type{
    border: 0;
}
.newsList__info{
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}
.newsList__ttl{
    width: 100%;
}



.profile__img{
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
}
.profile__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #F7F7F7;
}
.profile__name{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.profile__desc{
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 10px;
}
.profile__link{
    margin-top: 14px;
}
.profile__link a{
    font-size: 14px;
}
.profile__link a:hover{
    opacity: 0.6;
}
@media screen and (max-width: 767px){

}


.ranking{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ranking img{
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
}
.ranking__ttl{
    font-size: 13px;
    font-weight: 500;
}
@media screen and (max-width: 767px){

}




.home__inner{
    width: 840px;
}
.home__flex{
    display: flex;
    justify-content: space-between;
}
.home__ttl{
    position: relative;
    margin-bottom: 40px;
}
.home__ttl .main{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
}
.home__ttl .sub{
    font-size: 15px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin: 3px 0 0 6px;
    display: table;
}
.home__body{
    
}
.home__catch{
    font-size: 18px;
    margin-bottom: 15px;
}
.home__desc{
    margin-bottom: 40px;
}
.home__desc a{
    text-decoration: underline;
}
@media screen and (max-width: 1023px) {
    .home__inner{
        width: calc((100% - 100px));
    }
    .home__body{
        
    }
}
@media screen and (max-width: 767px) {
    .home__inner{
        width: calc((100% - 40px));
    }
    .home__flex{
        flex-direction: column;
        justify-content: unset;
        gap: 30px;
    }
    .home__ttl{
        white-space: unset;
        word-break: keep-all;
        writing-mode: unset;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .home__ttl .main{
        font-size: 22px;
    }
    .home__ttl .sub{
        font-size: 13px;
    }
    .home__body{
        width: 100%;
    }
}


.fv{
    background-color: #fff;
    position: relative;
    border-bottom-left-radius: 20px;
}
.fvList__item{
    width: 840px;
    height: auto;
    aspect-ratio: 84/36;
    margin: 0 15px;
}
.fvList__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.fv__catch{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .fvList__item{
        aspect-ratio: 1/1.618;
        width: calc(100% - 25px);
    }
    .fv__catch{
        font-size: 28px;
    }
}

.sv{
    padding: 60px 0;
    background-image: url(img/home/sv_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.sv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.sv__inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.sv__catch{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: relative;
}
.sv__desc{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    position: relative;
}
@media screen and (max-width: 767px) {
    .sv__catch{
        font-size: 20px;
    }
    .sv__desc{
        font-size: 15px;
    }
}

.home__news{
    padding: 40px 0;
    background-color: #FDF8D6;
    position: relative;
    z-index: 10;
}
.home__news .home__ttl{
    margin-bottom: 20px;
}
.home__news .home__ttl .main{
    font-size: 24px;
    text-align: left;
}
.home__news .home__ttl .sub{
    font-size: 12px;
}
.home__news .home__body{
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
}
.home__news .newsList__item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}
.home__news .newsList__ttl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home__news .newsList__link{
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
}
@media screen and (max-width: 767px) {
    .home__news{
        margin: 20px 0 0;
    }
    .home__news .home__body{
        padding: 10px 20px;
    }
    .home__news .newsList{
        width: calc(100% - 20px);
    }
    .home__news .newsList__item{
        flex-direction: column;
        align-items: unset;
    }
    .home__news .newsList__link{
        position: relative;
    }

}

.service{
    position: relative;
    padding: 60px 0 60px;
}
.serviceList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.serviceList__item{
    width: calc((100% - 30px) / 2);
    max-width: 365px;
}
.serviceList__item > a{
    display: block;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
}
.serviceList__item > a:hover{
    
}
.serviceList__img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    background-color: #eee;
}
.serviceList__img img{
    height: 100%;
    object-fit: cover;
}
.serviceList__body{
    padding: 20px;
}
.serviceList__ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    height: 2.4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.serviceList__ttl .fs{
    font-size: 0.8em;
    display: block;
}
.serviceList__link{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .serviceList{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .serviceList__item{
        width: 100%;
    }
    .serviceList__item > a{
        
    }
}

.greeting{
    padding: 60px 0;
}
.greeting__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.greeting__ishioka{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.greeting__ishioka img{
    width: 120px;
}
.greeting__ishioka p{
    font-size: 14px;
    text-align: center;
}
.greeting__txt{
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.greeting__ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.greeting__msg{
    
}
@media screen and (max-width: 767px) {
    .greeting__inner{
        flex-direction: column-reverse;
        gap: 30px;
    }
    
}


.photo{
    padding: 20px 0;
}
.photo__list{
    display: flex;
    transition-timing-function: linear !important;
}
.photo__list > li{
    width: 200px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
}
.photo__list > li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {

}


.guide{
    position: relative;
    padding: 60px 0 60px;
    background-color: #FDF8D6;
}
.guide__inner{
    width: 100%;
    max-width: 1140px;
}
.guideList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.guideList__item{
    max-width: 365px;
    width: calc((100% - 60px) / 3);
}
.guideList__item > a{
    height: 100%;
    display: block;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.guideList__item > a:hover{
    
}
.guideList__img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.6/1;
    background-color: #eee;
    position: relative;
}
.guideList__img img{
    height: 100%;
    object-fit: cover;
}
.guideList__img .category{
    position: absolute;
    top: 5px;
    left: 5px;
}
.guideList__img .category span{
    width: auto;
}
.guideList__body{
    padding: 20px;
}
.guideList__ttl{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
}
.guideList__ttl .fs{
    font-size: 0.8em;
    display: block;
}
.guideList__link{
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .guide__inner{
        width: calc(100% - 40px);
    }
    .guideList__item{
        width: 100%;
    }
}

.faq{
    position: relative;
    padding: 60px 0;
}
.faqList{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.faqList__item{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 3;
}
.faqList__item dl{
    
}
.faqList__item dt{
    cursor: pointer;
}
.faqList__item dd{
    margin-top: 15px;
}
.faqList__item dd a{
    text-decoration: underline;
}
.faqList__item dt span{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 1px;
    transition: all 0.3s ease-in-out;
}
.faqList__item dt span::before,
.faqList__item dt span::after{
    content: "";
    background-color: #FFA81B;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faqList__item dt span::before{
    width: 100%;
    height: 2px;
}
.faqList__item dt span::after{
    width: 2px;
    height: 100%;
}
.faqList__item .is-active dt span{
    transform: rotate(180deg);
}
.faqList__item .is-active dt span::after{
    opacity: 0;
}
.faqList__item dt,
.faqList__item dd{
    font-size: 15px;
    line-height: 22px;
    padding-left: 35px;
    padding-right: 25px;
    position: relative;
}
.faqList__item dt::before,
.faqList__item dd::before{
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: -2px;
    left: 0;
}
.faqList__item dt::before{
    content: "Q.";
    color: #FFA81B;
}
.faqList__item dd::before{
    content: "A.";
    color: #FDEE36;
}
.faq__link{
    margin-top: 30px;
}
@media screen and (max-width: 767px) {

}

.blog{
    position: relative;
    padding: 60px 0;
}
.blog::before{
    content: "";
    width: 100%;
    height: calc(100% + 60px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.blog .blogList__item{
    max-width: 365px;
    width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
    .blog .blogList{
        flex-direction: column;
        align-items: center;
    }
    .blog .blogList__item{
        width: 100%;
    }
}




.home__illust01,
.home__illust02,
.home__illust03,
.home__illust04,
.home__illust05,
.home__illust06,
.home__illust07{
    position: absolute;
    z-index: 2;
}
.home__illust01{
    width: 272px;
    bottom: -50px;
    right: 20px;
}
.home__illust02{
    width: 322px;
    bottom: 0px;
    left: 20px;
}
.home__illust03{
    width: 280px;
    bottom: -50px;
    right: 0px;
}
.home__illust04{
    width: 236px;
    bottom: 60px;
    left: 40px;
}
.home__illust05{
    width: 180px;
    bottom: -82px;
    right: 0px;
}
.home__illust06{
    width: 200px;
    bottom: -10px;
    left: 0px;
}
.home__illust07{
    width: 260px;
    bottom: -20px;
    right: 30px;
}
@media screen and (max-width: 1023px) {
    .home__illust01{
        width: 240px;
        bottom: -70px;
    }
    .home__illust02 {
        width: 280px;
        bottom: -60px;
        left: -31px;
    }
    .home__illust03{
        width: 250px;
        bottom: -120px;
    }
    .home__illust04 {
        width: 200px;
        bottom: -40px;
        left: -20px;
    }
    .home__illust05 {
        width: 150px;
        bottom: -146px;
    }
    .home__illust06{
        left: -20px;
        bottom: -90px;
    }
    .home__illust07{
        width: 220px;
        bottom: -50px;
        right: -10px;
    }
}
@media screen and (max-width: 767px) {

}


.link__btn{
    width: fit-content;
    min-width: 320px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.link__btn a{
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3C441;
    border-radius: 40px;
    position: relative;
    gap: 10px;
    padding: 18px 40px;
    border: 1px solid #F3C441;
}
.link__txt{
    font-size: 15px;
    color: #FFA81B;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    width: max-content;
    margin-left: auto;
}
.link__btn span,
.link__txt span{
    content: "";
    width: 14px;
    height: 14px;
    background-color: #FFA81B;
    border-radius: 14px;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.link__btn span::before,
.link__txt span::before{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}
.link__btn span{
    background-color: #fff;
}
.link__btn span::before{
    border-top: solid 1px #FFA81B;
    border-right: solid 1px #FFA81B;
}
@media screen and (max-width: 767px) {
    .link__btn{
        
    }
}
