@charset "utf-8";
/*	ヘッダー
---------------------------------*/
:root{
	--header: 60px;
	scroll-padding: var(--header);
    --mc: #004EA2;
}
@media screen and (min-width: 768px){
    :root{
        --header: 90px;
        --mq: 10.24;
    }
}
@media screen and (max-width: 767px){
    :root{
        --mq: 7.5;
    }
}
@media screen and (min-width: 1230px){
    :root{
        --header: 130px;
    }
}
.dn{
    display: none;
}
.gjs-dashed .dn{
    display: block;
}

.hd-h1{
    display: none;
}
.click_event{
    pointer-events: none;
}
.gjs-dashed .header{
}
.header{
    background-color: #2D1F08;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}
.hd-inr{
    height: 80px;
    padding: 10px 20px;
    position: relative;
}
.hd-logo{
    width: 48px;
    position: relative;
    align-items: center;
    z-index: 2;
}
.hd-logo a{
    display: block;
    position: relative;
}
.hd-right__inr{
    display: none;
}
@media screen and (min-width: 768px){
    .hd-inr{
        height: 120px;
        padding: 15px 20px;
    }
    .hd-logo{
        display: block;
        width: auto;
    }
}
@media screen and (min-width: 1100px){
    .hd-right__inr{
        display: block;
        margin-right: 120px;
    }
    .hd-right__nav--ul{
        display: flex;
        flex-wrap: wrap;
        gap: 0 50px;
    }
    .hd-right__nav--li{
        text-align: center;
    }
    .hd-right__nav--link{
        display: block;
    }
    .hd-right__nav--jp{
        font-size: 2rem;
        font-weight: 700;
        color: #F6D78E;
    }
    .hd-right__nav--en{
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
    }
}
@media screen and (min-width: 1230px){
    .hd-inr{
        height: auto;
        padding: 20px 30px;
    }
    .hd-logo{
        width: auto;
    }
    .hd-right__inr{
        margin-right: min(15.625vw, 300px);
    }
}

/*---------- ハンバーガーメニュー ----------*/
.hd-nav{
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 500px;
    width: 100%;
    background-color: #2D1F08;
    -webkit-overflow-scrolling: touch;
    padding: 90px 15px 20px;
    position: fixed;
    top: 0;
    right: -500px;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    transition: all .5s;
}
.open .hd-nav{
    right: 0;
    opacity: 1;
}
.gjs-dashed .hd-nav{
    top: 132px;
    right: 0;
    opacity: 1;
}
.hd-nav__li{
    border-bottom: 1px solid #CDC7B4;
    position: relative;
}
.hd-nav__link{
    display: block;
    padding: 0 15px;
    transition-duration: 0.2s;
}
.hd-nav__txt{
    letter-spacing: 0.05em;
    line-height: 3.125;
    color: #F6D78E;
}
.hd-nav__toggle-btn{
    display: block;
    width: 40px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .5s;
    cursor: pointer;
}
.hd-nav__toggle-line{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}
.hd-nav__toggle-line:nth-of-type(1){
    top: 0;
}
.hd-nav__toggle-line:nth-of-type(2){
    top: 50%;
}
.hd-nav__toggle-line:nth-of-type(3){
    top: 100%;
}
.open .hd-nav__toggle-line{
    background-color: #F6D78E;
}
.open .hd-nav__toggle-line:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.open .hd-nav__toggle-line:nth-child(2) {
    opacity: 0;
}
.open .hd-nav__toggle-line:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.hd-nav__cont{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_hd_nav01.jpg);
    padding: 50px 15px;
    margin: 40px -15px -20px;
    position: relative;
}
.hd-nav__cont:before{
    content: '';
    background-color: rgba(255, 237, 194, .9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.hd-nav__cont--inr{
    position: relative;
    z-index: 1;
}
.hd-nav__desc{
    text-align: center;
    color: #340008;
    margin-bottom: 40px;
}
.hd-nav__btn{
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto 30px;
}
.hd-nav__btn:last-of-type{
    margin-bottom: 0;
}
.hd-nav__btn a{
    display: block;
    text-align: center;
}
.hd-nav__btn p{
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    color: #7B692A;
    line-height: 4;
    position: relative;
}
.hd-nav__btn.hd-nav__btn--line p,
.hd-nav__btn.hd-nav__btn--mail p{
    padding-left: 60px;
}
.hd-nav__btn.hd-nav__btn--line p:before,
.hd-nav__btn.hd-nav__btn--mail p:before{
    content: '';
    background: no-repeat center center / contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.hd-nav__btn.hd-nav__btn--line p:before{
    background-image: url(/system_panel/uploads/images/icon_line01.png);
}
.hd-nav__btn.hd-nav__btn--mail p:before{
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
}
@media screen and (min-width: 768px){
    .hd-nav{
    }
    .hd-nav__toggle-btn{
        width: 50px;
        height: 30px;
        right: 50px;
    }
}
@media screen and (min-width: 1080px){
}

/*	フッター共通コンテンツ
---------------------------------*/
.ft-contact{
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_ft01.jpg);
    position: relative;
}
.ft-contact:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(253, 232, 181, .9);
    position: absolute;
    top: 0;
    left: 0;
}
.machinepilates .ft-contact:before{
    background-color: rgba(213, 240, 252, .9);
}
.ft-contact__txt{
    color: #340008;
    margin-bottom: calc(min(80px,(80/var(--mq)*1vw)));
    position: relative;
    z-index: 1;
}
.ft-contact__btn{
    position: relative;
    z-index: 1;
}
.ft-contact__btn--item{
    max-width: 380px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto 30px;
}
.ft-contact__btn--item:last-of-type{
    margin-bottom: 0;
}
.ft-contact__btn--link{
    display: block;
}
.ft-contact__btn--txt{
    display: inline;
    font-size: 2rem;
    font-weight: 700;
    color: #7B692A;
    line-height: 4.17;
    position: relative;
}
.ft-contact__btn--item.ft-contact__btn--line .ft-contact__btn--txt{
    padding-left: 70px;
}
.ft-contact__btn--item.ft-contact__btn--line .ft-contact__btn--txt:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_line01.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-contact__btn--item.ft-contact__btn--mail .ft-contact__btn--txt{
    padding-left: 70px;
}
.ft-contact__btn--item.ft-contact__btn--mail .ft-contact__btn--txt:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_mail01.png);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.ft-info{
    background-color: #2D1F08;
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
}
.ft-info__cont{

}
.ft-info__left{
    margin-bottom: 40px;
}
.ft-info__logo{
    text-align: center;
    margin-bottom: 30px;
}
.ft-info__add{
    font-weight: 700;
    color: #fff;
}
.ft-info__desc{
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}
.ft-info__payment--ttl{
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}
.ft-copy{
    background-color: #2D1F08;
    padding: 25px 0;
}
@media screen and (min-width: 768px){
    .ft-contact__txt{
        font-size: min(2.4vw, 2rem);
        text-align: center;
    }
    .ft-contact__btn--txt{
        font-size: 2.4rem;
    }
    .ft-info__add,
    .ft-info__desc{
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1024px){
    .ft-contact__btn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0 40px;
    }
    .ft-contact__btn--item{
        width: calc((100% - 80px) / 3);
        margin: 0;
    }
    .ft-info__cont{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 100px;
    }
    .ft-info__left{
        max-width: 420px;
        margin: 0;
    }
    .ft-info__right{
        flex: 1;
    }
}
@media screen and (min-width: 1230px){
}

/*	フッター
---------------------------------*/
@media screen and (min-width:768px){
}
@media screen and (min-width:1024px){
}
@media screen and (min-width:1080px){
}

/*	マップ
---------------------------------*/
.access-map{
    width: 100%;
    height: 250px;
}
.access-map iframe{
    width: 100%;
    height: 250px;
}
@media screen and (min-width:768px){
    .access-map{
        height: 400px;
    }
    .access-map iframe{
        height: 400px;
    }
}
@media screen and (min-width:1024px){
    .access-map{
        height: 600px;
    }
    .access-map iframe{
        height: 600px;
    }
}

/*ページトップへ戻るボタン*/
.btn-pagetop {
    width: 50px;
    cursor: pointer;
}
@media screen and (max-width:1023px){
    .btn-pagetop{
        display: none !important;
    }
}
.pagetop-sp{
    display: block;
}
.pagetop-sp a {
    display: block;
    height: 67.5px;
    background-color: #000;
    text-align: center;
    position: relative;
}
.pagetop-sp a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
    height: 25px;
}
.pagetop-sp a div:before {
    content: '';
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (min-width:1024px) {
    .pagetop-sp {
        display: none;
    }
}

/*コピーライト（ｐタグ）*/
.copyright {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
@media screen and (min-width:768px) {
    .copyright {
        font-size: 1.2rem;
    }
}

/*	固定スクロール
---------------------------------*/
.scroll__band{
}
.scroll__band__cont{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -5;
}
@media screen and (min-width: 768px) {
    .scroll__band{
        height: 600px;
    }
    .scroll__band__cont{
        height: 100vh;
        position: fixed;
    }
    .scroll__band__cont.ojf:before{
        content: none;
    }
    .gjs-dashed .scroll__band__cont{
        height: auto;
        position: relative;
        z-index: 0;
    }
    .gjs-dashed .scroll__band__cont.ojf:before{
        content: "";
        padding-top: 600px;
    }
}

/*	アニメーション（fadein）
---------------------------------*/
.fadein{
    opacity: 0;
    transform: translateY(20px);
}
.gjs-dashed .fadein{
    opacity: 1;
    transform: translateY(0);
}
.fadein.fadein-active{
    animation: fadein 0.7s ease-out forwards;
}
@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*	メイン画像
---------------------------------*/
.top-mv{
    position: relative;
}
.main-img-otr{
    position: relative;
}
.main-img{
    max-height: 800px;
    height: 50vh;
}
.main-img.ojf:before{
    content: none;
}
.top-mv__catch{
    max-width: 450px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (min-width:768px){
    .top-mv{
    }
    .main-img-otr{
    }
    .main-img{
        max-height: 900px;
        height: 70vh;
    }
    .top-mv__catch{
        max-width: max-content;
        width: 80%;
    }
}
@media screen and (min-width:1024px){
    .top-mv{
    }
    .main-img-otr{
    }
    .main-img{
        max-height: 960px;
        height: min(60vw, 95vh);
    }
}
@media screen and (min-width:1080px){
}
@media screen and (min-width:1230px){
    .top-mv{
    }
    .top-mv__catch{
    }
}

/*	トップページ
---------------------------------*/
.por{
    position: relative;
}
.bg-white{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -4;
}
.bg-yellow{
    background-color: #fde8b5;
}
.bg-brown01{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_brown01.jpg);
}
.bg-brown02{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_brown02.jpg);
}
.top-overflow{
    overflow: hidden;
}
.top-ttl{
    text-align: center;
    margin-bottom: calc(min(60px,(60/var(--mq)*1vw)));
    position: relative;
    z-index: 1;
}
.top-ttl:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_about_feature_titleBg01.png);
    width: 350px;
    height: 115px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.top-ttl.left{
    text-align: left;
}
.top-ttl__jp{
    font-size: 3rem;
    font-weight: 700;
    color: #F8CC64;
}
.top-ttl__en{
    font-weight: 700;
    color: #fff;
}
.top-ttl.vertical{
    display: flex;
    align-items: flex-end;
}
.top-ttl.vertical .top-ttl__jp,
.top-ttl.vertical .top-ttl__en{
    writing-mode: vertical-rl;
    margin: 0;
}
.top-ttl.white .top-ttl__jp{
    color: #fff;
}
.top-ttl.white .top-ttl__en{
	-webkit-text-stroke: 1px #fff;
    text-shadow: -4px 4px rgba(246, 246, 246, .6);
}
.top-ttl.mb0{
    margin-bottom: 0;
}

.top-about{
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
}
.top-about__hd{
    margin-bottom: 40px;
}
.top-about__ttl{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #340008;
}
.top-about__img{
    margin-bottom: 40px;
}
.top-about__img--inr{
    text-align: center;
}
.top-about__img img{
    border-radius: 0 80px 0 80px;
}
.top-about__desc{
    color: #340008;
}
.top-about-rec{
    max-width: 800px;
    width: 100%;
    background-color: #fff;
    border: solid 2px #F6D78E;
    border-radius: 10px;
    padding: 30px 15px;
    margin: calc(min(80px,(80/var(--mq)*1vw))) auto 0;
}
.top-about-rec__ttl{
    font-size: 2.4rem;
    color: #340008;
    text-align: center;
    margin-bottom: 30px;
}
.top-about-rec__cont{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.top-about-rec__txt{
    color: #340008;
    padding-left: 40px;
    margin-bottom: 5px;
    position: relative;
}
.top-about-rec__txt::before{
    content: "";
    width: 25px;
    height: 20.16px;
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/icon_check01.png);
    position: absolute;
    top: 5px;
    left: 0;
}
.top-about .btn-cmn01__wrap{
    margin-top: calc(min(60px,(60/var(--mq)*1vw)));
}
.top-about .btn-cmn01__wrap .btn-cmn01{
    margin: 0 auto;
}
.top-menu{
    background: no-repeat center center / cover;
    background-image: url(/system_panel/uploads/images/bg_top_menulist.jpg);
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
    position: relative;
}
.top-menu:before{
    content: '';
    background-color: rgba(45, 31, 8, .86);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.top-menu__cont{
    position: relative;
    z-index: 1;
}
.top-menu__item{
    display: block;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
    border-radius: 0 80px 0 80px;
    margin: 0 auto 40px;
    position: relative;
}
.top-menu__item:last-of-type{
    margin-bottom: 0;
}
.top-menu__img.ojf:before{
    padding-top: 76%;
}
.top-menu__img img{
    border-radius: 0 80px 0 80px;
}
.top-menu__txt{
    width: 300px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    text-align: center;
    padding: 5px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-menu__txt:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(/system_panel/uploads/images/img_button_icon.png);
    width: 66px;
    height: 85px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);

    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.top-menu__item:hover .top-menu__txt:before{
    opacity: 1;
    visibility: visible;
}
.top-menu__txt--jp{
    font-size: 2rem;
    font-weight: 700;
    color: #2D1F08;
}
.top-menu__txt--en{
    font-weight: 700;
    color: #2D1F08;
}
.top-beginner{
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
}
.top-beginner__cont{
    margin-bottom: calc(min(120px,(120/var(--mq)*1vw)));
}
.top-beginner__hd{
    margin-bottom: 40px;
}
.top-beginner__ttl{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #F6D78E;
}
.top-beginner__img{
    margin-bottom: 40px;
}
.top-beginner__img--inr{
    text-align: center;
}
.top-beginner__img img{
    border-radius: 80px 0 0 0;
}
.top-beginner__desc{
    color: #fff;
    margin-bottom: calc(min(60px,(60/var(--mq)*1vw)));
}
.top-beginner__concept{
}
.top-beginner__concept--ttl{
    font-size: 3rem;
    font-weight: 700;
    color: #F6D78E;
    margin-bottom: calc(min(50px,(50/var(--mq)*1vw)));
}
.top-beginner__concept--txt{
    font-size: 1.8rem;
    color: #fff;
}
.top-recruit{
    padding-top: calc(min(160px,(160/var(--mq)*1vw)));
}
.top-store{
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
}
.top-2column__hd{
    margin-bottom: 40px;
}
.top-2column__ttl{
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #F6D78E;
}
.top-2column__ttl strong{
    font-weight: 600;
}
.top-2column__ttl strong br{
    display: none;
}
.top-2column__img{
    margin-bottom: 40px;
}
.top-2column__img--inr{
    text-align: center;
}
.top-2column__img img{
    border-radius: 0 80px 0 80px;
}
.top-2column__desc{
    color: #fff;
    margin-bottom: calc(min(60px,(60/var(--mq)*1vw)));
}
.top-news{
    padding: calc(min(160px,(160/var(--mq)*1vw))) 0;
}
.top-news__cont{
    margin-bottom: 50px;
}
.top-news__cont .webgene-blog{
}
.top-news__cont .webgene-item{
    border-bottom: solid 1px #CDC7B4;
}
.top-news__cont .webgene-item a{
    display: block;
    padding: 15px 0;
}
.top-news__cont .blog-item .blogdate{
    font-size: 1.4rem;
    color: #fff;
    padding: 0 30px 0 0;
}
.top-news__cont .blog-item .blogcate{
    min-width: 100px;
    background-color: #F6D78E;
    border-radius: 5px;
    font-size: 1.4rem;
    color: #2D1F08;
    line-height: 2;
    text-align: center;
}
.top-news__cont .blog-item .blogttl{
    width: 100%;
    color: #fff;
    margin-top: 5px;
}
.top-news__btn .btn-cmn01{
    margin: 0 auto;
}
@media screen and (min-width: 768px){
    .top-ttl__jp{
        font-size: 4rem;
    }
    .top-about__ttl{
        font-size: 4rem;
    }
    .top-about-rec{
        padding: 50px 15px;
    }
    .top-about-rec__ttl{
        font-size: 3rem;
    }
    .top-about-rec__txt{
        padding-left: 50px;
    }
    .top-about-rec__txt::before{
        width: 31px;
        height: 25px;
    }
    .top-menu__cont{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: calc(min(80px,(80/var(--mq)*1vw))) 50px;
    }
    .top-menu__item{
        width: calc((100% - 50px) / 2);
        margin: 0;
    }
    .top-menu__txt--jp{
        font-size: 2.4rem;
    }
    .top-menu__txt:before{
        width: 90px;
        height: 85px;
    }
    .top-beginner__ttl{
        font-size: 3.2rem;
    }
    .top-beginner__concept--ttl{
        font-size: 4rem;
    }
    .top-beginner__concept--txt{
        font-size: 2rem;
    }
    .top-2column__ttl{
        font-size: 3.2rem;
    }
    .top-news__cont{
        margin-bottom: 80px;
    }
    .top-news__cont .webgene-blog{
    }
    .top-news__cont .webgene-item a{
        padding: 25px 0;
    }
    .top-news__cont .blog-item .blogdate{
        font-size: 1.6rem;
        padding-left: 15px;
    }
    .top-news__cont .blog-item .blogcate{
        min-width: 120px;
        font-size: 1.6rem;
    }
    .top-news__cont .blog-item .blogttl{
        padding: 0 15px;
    }
}
@media screen and (min-width: 1024px){
    .top-about__cont{
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 35% 1fr;
        grid-template-areas:
        "top-about__img top-about__hd"
        "top-about__img top-about__info";
        gap: 60px;
    }
    .top-about__hd{
        grid-area: top-about__hd;
        margin-bottom: 0;
    }
    .top-about__img{
        grid-area: top-about__img;
        margin-bottom: 0;
    }
    .top-about__img--inr{
        margin-left: -15px;
    }
    .top-about__info{
        grid-area: top-about__info;
        margin-bottom: 0;
    }
    .top-menu__cont{
        gap: calc(min(80px,(80/var(--mq)*1vw))) 100px;
    }
    .top-menu__item{
        width: calc((100% - 100px) / 2);
    }
    .top-beginner__cont{
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr 50%;
        grid-template-areas:
        "top-beginner__hd   top-beginner__img"
        "top-beginner__info top-beginner__img";
        gap: 60px;
    }
    .top-beginner__hd{
        grid-area: top-beginner__hd;
        margin-bottom: 0;
    }
    .top-beginner__ttl{
        font-size: min(2.5vw, 3.2rem);
    }
    .top-beginner__img{
        grid-area: top-beginner__img;
        margin-bottom: 0;
    }
    .top-beginner__img--inr{
        margin-right: -15px;
    }
    .top-beginner__info{
        grid-area: top-beginner__info;
        margin-bottom: 0;
    }
    .top-2column__cont{
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 50% 1fr;
        grid-template-areas:
        "top-2column__img top-2column__hd"
        "top-2column__img top-2column__info";
        gap: 60px;
    }
    .top-beginner__concept--txt{
        font-size: min(1.8vw, 2rem);
    }
    .top-2column__hd{
        grid-area: top-2column__hd;
        margin-bottom: 0;
    }
    .top-2column__ttl.top-2column__ttl--small{
        font-size: min(2.7vw, 3.2rem);
    }
    .top-2column__ttl strong br{
        display: block;
    }
    .top-2column__img{
        grid-area: top-2column__img;
        margin-bottom: 0;
    }
    .top-2column__info{
        grid-area: top-2column__info;
        margin-bottom: 0;
    }
    .top-2column__cont.top-2column__cont--reverse{
        grid-template-columns: 1fr 50%;
        grid-template-areas:
        "top-2column__hd   top-2column__img"
        "top-2column__info top-2column__img";
    }
    .top-news__cont{
    }
    .top-news__cont .webgene-item a{
    }
    .top-news__cont .blog-item .blogdate{
        padding: 0 15px 0 0;
    }
    .top-news__cont .blog-item .blogttl{
        padding: 0;
    }
}
@media screen and (min-width: 1230px){
    .top-about__cont{
        grid-template-columns: 46% 1fr;
    }
    .top-about__img--inr{
        margin-left: max(calc((1200px - 100vw) / 2), -200px);
    }
    .top-beginner__img--inr{
        margin-right: max(calc((1200px - 100vw) / 2), -360px);
    }
    .top-2column__ttl strong br{
        display: none;
    }
}

.page{
    padding-top: 80px;
}
@media screen and (min-width: 768px){
    .page{
        padding-top: 120px;
    }
}
@media screen and (min-width: 1024px){
}
@media screen and (min-width: 1230px){
    .page{
        padding-top: 132px;
    }
}

/* 250729 追従バナー追加 */
.topBnr_wrap {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 2;
    right: 1%;
    text-align: center;
}

.topBnr_link {
    padding: 40px 15px;
    border-radius: 50%;
    margin-top: 10px;
    background-color: #fff8e8;
    font-weight: bold;
}
.topBnr_text {
    color: #7B692A;
}

@media screen and (max-width: 767px){
    .topBnr_wrap {
        right: 10px;
    }
    .topBnr_link {
        padding: 25px 8px;
        border-radius: 36px;
        margin-top: 5px;
    }
    .topBnr_text {
        font-size: 1.3rem;
    }
}