@charaset "UTF-8";
/* ============
common
================*/
:root {
    --primary-white: #fff;
    --primary-whiteLow: #FFFBF5;
    --primary-black: #313131;
    --primary-orange: #FF7028;
    --sub-orange:#FFAF46;
    --primary-beige: #CDC1AD;
    --primary-pink: #FFA781;
    --primary-blue: #49A3BB;
    --primary-darkblue: #007797;
    --primary-red: #E55B15;
    }

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Zen Maru Gothic",
        Arial,
        sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--primary-black);
    background-color: var(--primary-whiteLow);
    line-height: 1.5;
}

.container {
    overflow-x: hidden;
}

img{
    max-width: 100%;
    height: auto;
}

.imgsp {
    display: none;
}

/* common SP */
@media screen and (max-width:768px) {
    .imgsp {
        display: block;
    }

    .imgpc {
        display: none;
    }
}

/* SP 768px */

/* ============
header
================*/
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 24px 0px 24px;
}

.header h1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header__logo {
    width: 206px;
    height: 33px;
}

.header__title {
    font-size: 1.6rem;
    margin-top: 7px;
}

.header__reservation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.reservation__text {
    display: inline-block;
    color: var(--primary-orange);
    font-size: 2.4rem;
    align-items: center;
    background-image: url(../images/header__textBackground.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 508px;
    height: 54px;
    padding: 10px 39px 15px 20px;
}

.reservation__btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.reservation__btn {
    width: 193px;
    padding: 18px 24px 18px 38px;
    background-color: var(--primary-orange);
    border-radius: 50px;
    color: var(--primary-white);
    font-size: 2.4rem;
}

.reservation__btn img {
    width: 23px;
    height: 23px;
}

.SPbtntext {
    display: none;
}

/* header SP */

@media screen and (max-width:1024px) {
    .header {
        padding: 12px 12px 0px 12px;
    }
    
    .header__logo {
        width: 149px;
        height: 24px;
    }
    
    .header__title {
        font-size: 1.2rem;
        margin-top: 0px;
    }
        
    .reservation__text {
        display: none
    }

    .reservation__btn {
        width: 156px;
        padding: 5px 10px 3px 10px;
    }
    
    .SPbtntext {
        display: block;
        font-size: 1rem;
        text-align: center;
    }

    .reservation__btn img {
        width: 23px;
        height: 23px;
        transform: translateY(10%);
    }

    .reservation__btn div {
        margin-top: -3px;
        font-size: 2rem;
    }
    
}

/* 1024px SP */

/* ============
main
================*/
/* mainVisual */
.mainVisual {
    margin-top: 14px;
    background-color: var(--primary-pink);
}


.mainVisual_img {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}

.mainVisual_imgSP {
    display: none;
}

.mainVisual_imgPC2 {
    display: none;
}

/* mainVisual SP */
@media screen and (min-width:1441px) {
    .mainVisual_imgPC2 {
        display: block;
    }

    .mainVisual_img {
        width: 1440px;
    }

    .mainVisual_imgPC {
        display: none;
    }

    .mainVisual_imgSP {
        display: none;
    }
}

/* 1440px PCover */

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

    .mainVisual_img {
        width: 100%;
        max-width: 768px;
        height: auto;
        margin: 0 auto;
    }

    .mainVisual_imgPC {
        display: none;
    }
}
/* SP 768px */

/* mainTopics */
.mainTopics {
    margin: 64px auto 0;
    text-align: center;
    background-image: url(../images/maintopics_background.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mainTopics__sub {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    position: relative;
    display: block;
    width: 375px;
    margin: 0 auto;
}

.mainTopics__sub::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/maintopics_subDecoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -25px;
    bottom: 7px;
}

.mainTopics__sub::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/maintopics_subDecoration2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -25px;
    bottom: 7px;
}

.mainTopics__title {
    font-size: 4rem;
    font-weight: 600;
    margin-top: 15px;
}

.mainTopics__title span {
    display: block;
}

.title__large {
    width: 545px;
    margin: 0 auto;
    font-size: 6.4rem;
    border: 4px solid var(--primary-pink);
    background-color: var(--primary-white);
}

.title__small {
    margin-top: 15px;
}

.mainTopics__text {
    margin-top: 25px;
    font-size: 2.4rem;
}

.mainTopics__text span {
    display: inline-block;
    margin:0 auto;
    background: linear-gradient(90deg, #FFA314 0%, #FFA8AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* mainTopics SP */
@media screen and (max-width:768px) {
    .mainTopics {
        margin:25px auto 0;
        background-image: none;
    }
    
    .mainTopics__sub {
        font-size: 1.6rem;
        font-weight: 400;
        position: relative;
        display: block;
        width: 240px;
    }
    
    .mainTopics__sub::before {
        width: 12px;
        height: 12px;
        left: -15px;
        bottom: 5px;
    }
    
    .mainTopics__sub::after {
        width: 12px;
        height: 12px;
        right: -15px;
        bottom: 5px;
    }
    
    .mainTopics__title {
        font-size: 2rem;
        margin-top: 10px;
    }
    
    .mainTopics__title span {
        display: block;
    }
    
    .title__large {
        width: 215px;
        font-size: 2.4rem;
        border: 1px solid var(--primary-pink);
    }
    
    .title__small {
        margin-top: 5px;
    }
    
    .mainTopics__text {
        margin-top: 25px;
        font-size: 1.6rem;
    }   
}

/* SP 768px */

/* convertion */

.article__header .convertionBtn {
    width: 346px;
    position: relative;
    margin: 70px auto 0;
    cursor: pointer;
    transition: 0.4s;
}

.convertionBtn__movie {
    display: inline-flex;
    padding: 24px 43px 15px 51px;
    align-items: center;
    border-radius: 100px;
    background: var(--primary-orange);
    color: var(--primary-white);
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.24px;
    text-align: center;
}

.convertionBtn__movieSubtext {
    display: block;
    font-weight: 600;
    text-align: center;
    color: #5C4016;
    padding: 4px 17px;
    border-radius: 50px;
    border: 2px solid var(--primary-orange);
    background-color: var(--primary-white);
    position: absolute;
    top: -17px;
    left: 35px;
}

.convertionBtn__movie img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.convertionBtn__movieDecoration {
    position: absolute;
    top: -33px;
    left: -51px;
    width: 86px;
    height: 86px;
}

/* convertion SP */
@media screen and (max-width:768px) {
    .article__header .convertionBtn {
        margin: 50px auto 0;
    }
    
    .convertionBtn__movieDecoration {
        position: absolute;
        top: -33px;
        left: -12px;
        width: 63px;
        height: 63px;
        z-index: 100;
    }
}

/* SP 768px */

/* check */
.check {
    margin-top: 134px;
    z-index: 100;
}

.check_box {
    position: relative;
    width: 633px;
    height: 328px;
    margin: 0 auto;
    border-radius: 20px;
    border: 5px solid #AF9680;
    background: #FFF;
    background-color: var(--primary-white);
    position: relative;
}

.check_box::before {
    content: "";
    display: block;
    background-image: url(../images/checkbox__ilust.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 299px;
    height: 464px;
    position: absolute;
    left: -230px;
    bottom: -20px;
}

.checkbox__title {
    display: block;
    width: 537px;
    height: 49px;
    text-align: center;
    align-items: center;
    font-size: 3.2rem;
    letter-spacing: 4.8px;
    color:var(--primary-white);
    position: absolute;
    top: -27px;
    left: 50px;
    background-color: #AF9680;
    border-radius: 10px;
}

.checkbox__contents {
    position: absolute;
    top:  58px;
    left: 106px;
    font-size: 2.4rem;
    letter-spacing: 1.2px;
}

.checkbox__contents li {
    margin-top: 11px;
}

.checkbox__contents li:first-of-type {
    margin-top: 0;
}

.checkbox__contents img {
    width: 28px;
    height: 26px;
    margin-right: 12px;
}

.checkbox__contents span {
    color: var(--primary-orange);
}

.check__maybe {
    width: 867px;
    height: 354px;
    background-image: url(../images/checkbox_maybeBackground.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -112px auto 0;
    padding-top: 147px;
    color: var(--primary-white);
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    z-index: 100;
}

.check__maybe p:nth-child(2) {
    font-size: 4rem;
}

/* checkbox SP */ 
@media screen and (max-width:872px){
    .check {
        margin-top: 50px;
    }
    
    .check_box {
        width: 295px;
        height: 225px;
        border: 3px solid #AF9680;
    }
    
    .check_box::before {
        display: none;
    }
    
    .checkbox__title {
        display: block;
        width: 235px;
        height: 30px;
        font-size: 1.6rem;
        letter-spacing: 0.8px;
        top: -15px;
        left: 25px;
    }
    
    .checkbox__contents {
        position: absolute;
        top:  35px;
        left: 17px;
        font-size: 1.6rem;
        letter-spacing: 0.8px;
    }
    
    .checkbox__contents li {
        margin-top: 10px;
    }
    
    .checkbox__contents img {
        width: 17px;
        height: auto;
        margin-right: 12px;
    }

    .check__maybe {
        width: 327px;
        height: 143px;
        background-image: url(../images/checkbox_maybeBackgroundSP.png);
        margin: -50px auto 0;
        padding-top: 55px;
        font-size: 1.6rem;
    }
    
    .check__maybe p:nth-child(2) {
        font-size: 1.8rem;
    }

    .check__maybe img {
        width: 23px;
        height: 23px;
    }
}

/* SP 872px */

/* point */
.section--point {
    background-color: #FFF1EE;
    text-align: center;
    padding-bottom:  180px;
    padding-top: 220px;
    z-index: -100;
    position: relative;
    margin-top: -220px;
}

.point__title {
    display: inline-block;
    margin: 90px auto 0;
    width: 75%;
}

.point__titleSP {
    display: none;
}

.point__contents {
    margin: 145px auto 0;
    width: 83.4%;
    max-width: 1202px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 20px;
}

.point__contents:nth-child(2n) {
    flex-direction: row;
}

.point__item {
    display: block;
    width: 542px;
    margin-top: 350px;
    position: relative;
}

.point__item::before {
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(../images/point_icon01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: -200px;
    transform: translateX(-50%);
}

.point__item02::before {
    background-image: url(../images/point_icon02.png);
}

.point__item03::before {
    background-image: url(../images/point_icon_03PC.png);
    width: 159px;
    height: 320px;
    top: -370px;
}

.point__item04::before {
    background-image: url(../images/point_icon04.png);
}

.point__item::after {
    content: '';
    display: block;
    width: 250px;
    height: 416px;
    background-image: url(../images/point_decoration01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -200px;
    top: -550px;
    transform: translateX(-50%);
}

.point__item02::after {
    background-image: url(../images/point_decoration02.png);
    right: -70px;
    top: -600px;
}

.point__item03::after {
    background-image: url(../images/point_decoration03-2.png);
    top: -600px;
    right: -200px;
}

.point__item04::after {
    background-image: url(../images/point_decoration04.png);
    top: -600px;
    right: 10px;
}

.point__name{
    margin-left: 25px;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.32px;
    text-align: left;
}


.point__name::before {
    content: '';
    display: block;
    width: 24px;
    height: 104px;
    background-image: url(../images/point_itemdecoration.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    transform: translateX(50%);
}


.point__text{
    margin-top: 30px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: -0.24px;
    text-align: left;
}

.point__text span {
    display: inline-block;
    padding: 0 5px;
    font-size: 600;
    color: var(--primary-white);
    background-color: #99815B;
}

.point__nameSP {
    display: none;
}

/* point SP */
@media screen and (max-width:768px) {
    .section--point {
        padding-bottom:  150px;
        padding-top: 80px;
        margin-top: -80px;
    }
    
    .point__titleSP {
        display: inline-block;
    }

    .point__titlePC {
        display: none;
    }

    .point__title {
        margin-top: 50px;
        width: 100%;
    }

    .point__contents {
        margin: 52px auto 0;
        width: 90%;
        flex-direction: column;
        gap: 20px;
    }
    
    .point__contents:nth-child(2n) {
        flex-direction: column;
    }
    
    .point__item {
        display: block;
        width: 90%;
        margin-top: 0;
    }
    
    .point__item::before {
        display: none;
    }

    .point__img::before {
        content: '';
        display: block;
        width: 75px;
        height: 75px;
        background-image: url(../images/point_icon01.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        top: -50%;
        transform: translateY(-50%);
    }
    
    .point__image02::before {
        background-image: url(../images/point_icon02.png);
    }
    
    .point__image03::before {
        background-image: url(../images/point_icon_03PC.png);
        width: 159px;
        height: 320px;
        top: -370px;
    }
    
    .point__image04::before {
        background-image: url(../images/point_icon04.png);
    }

    .point__item::after {
        display: none;
    }
    
    .point__text::before {
        content: '';
        display: block;
        width: 344px;
        height: 144px;
        background-image: url(../images/point_decoration01SP.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        right: -55px;
        top: -160px;
    }
    
    .point__text02::before {
        background-image: url(../images/point_decoration02SP.png);
        height: 144px;
        right: -55px;
        top: -155px;
    }
    
    .point__text03::before {
        background-image: url(../images/point_decoration03SP.png);
        height: 160px;
        right: -55px;
        top: -170px;
    }
    
    .point__text04::before {
        background-image: url(../images/point_decoration04SP.png);
        height: 117px;
        right: -55px;
        top: -130px;
    }
    
    .point__nameSP {
        display: inline-block;
    }

    .point__namePC {
        display: none;
    }
    
    .point__name{
        margin-left: 10px;
        font-size: 2rem;
    }
    
    
    .point__name::before {
        width: 15px;
        height: 60px;
        left: -20px;
    }
    
    
    .point__text{
        margin-top: 25px;
        font-size: 1.6rem;
        letter-spacing: -0.16px;
        position: relative;
    }
    
    .point__text span {
        display: inline-block;
        padding: 0 3px;
    }

}

/* SP 768px */

/* support */
.section--support {
    background-color: #D5E8EF;
    position: relative;
    text-align: center;
    padding-bottom: 90px;
}

.support__h4 {
    display: block;
    background-color: #9FD1DF;
    width: 100%;
    height: 150px;
    position: relative;
}

.support__h4 .sp {
    display: none;
}

.support__h4 img {
    width: 70%;
    max-width: 1009px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-62%);
}

.section--support h3 span:first-child{
    display: block;
    margin: 0 auto;
    color: var(--primary-white);
    text-align: center;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--primary-darkblue);
    font-size: 9.6rem;
    font-weight: 900;
    letter-spacing: 8.64px;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
}

.section--support h3 span:last-child {
    display: block;
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: -0.36px;
    margin-top: 52px;
}

.support__point {
    width: 643px;
    margin-top: 90px;
}

.E-learning {
    width: 82%;
    max-width: 1188px;
    margin: 0 auto;
    margin-top: 135px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 4%;
    position: relative;
    background-color: var(--primary-white);
    align-items: center;
}

.E-learning h5:first-child {
    display: block;
    width: 540px;
    color: var(--primary-white);
    text-align: center;
    font-size: 3.6rem;
    font-weight: 700;
    background-color: var(--primary-blue);
    border-radius: 5px;
    padding: 9px 51px 15px;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
}

.E-learning__point {
    margin: 30px auto 0;
    width: 100%;
}

.support__before {
    width: 84%;
}

.E-learning__point p {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: -0.24px;
    background: linear-gradient(180deg, #4AA3BB 0%, #83C0B0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.supportPoint__item {
    margin-top: 10px;
    width: 86%;
}

.supportPoint__itemSP {
    display: none;
}

.E-learning__lesson {
    margin-top: 76px;
    padding-right: 2%;
}

.E-learning__lesson h6 {
    display: block;
    width: 210px;
    background-color: var(--primary-blue);
    padding: 4px 0 4px 9px;
    text-align: left;
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
}

.E-learning__lesson p {
    margin-top: 19px;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
}

.E-learning__lesson .imgpc {
    margin-top: 19px;
}

.scroll-wrapper {
    display: none;
}

.support__point2-3 {
    margin: 0 auto;
    margin-top: 124px;
    width: 82%;
    max-width: 1188px;
    display: flex;
    justify-content: center;
    gap: 4.3%;
    flex-flow: row;
    align-items: stretch;
}

.ChatGPT, .LIVElesson {
    width: 47.85%;
    max-width: 568px;
    padding-bottom: 34px;
    position: relative;
    background-color: var(--primary-white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.support__point2-3 h5 {
    color: var(--primary-white);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    background-color: var(--primary-blue);
    border-radius: 5px;
    padding: 12px 30px;
    margin: 0 auto;
    margin-top: -34px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 386px;
}

.ChatGPTicon {
    margin-top: 29px;
    width: 121px;
}

.skillup__icon {
    width: 83%;
    margin-top: -32px;
}

.ChatGPT div {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 23px;
}

.ChatGPT div img {
    width: 53px;
    height: 53px;
}

.ChatGPT p {
    font-size: 2rem;
    font-weight: 500;
    text-align: start;
}

.ChatGPT p span {
    color: var(--primary-orange);
}

.LIVElesson img {
    width: 50%;
}

.LIVElesson .text {
    color: var(--primary-darkblue);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: start;
}

.LIVElesson .text:nth-of-type(2) {
    display: block;
    width: 86%;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--primary-black);
    margin-top: 20px;
}

.LIVElesson .text span {
    color: var(--primary-orange);
}

/* support 1200px */
@media screen and (max-width:1200px) {
    .E-learning__point {
        width: 120%;
    }
}

/* support 1000px */
@media screen and (max-width:1000px) {
    .support__point2-3 {
        margin: 0 auto;
        margin-top: 79px;
        width: 90%;
        justify-content: center;
        gap: 61px;
        flex-flow: column;
        align-items: center;
    }

    .ChatGPT, .LIVElesson {
        width: 100%;
        padding-bottom: 30px;
    }


    .support__point2-3 h5 {
        font-size: 2rem;
        border-radius: 5px;
        padding: 8px 13px;
        /* margin-top: -23px; */
    }

    .ChatGPTicon {
        margin-top: 16px;
        width: 111px;
    }

    .skillup__icon {
        width: 85%;
        margin-top: 0;
    }

    .ChatGPT div {
        gap: 9px;
        margin-top: 15px;
    }

    .ChatGPT div img {
        width: 36px;
        height: 36px;
    }

    .ChatGPT p {
        font-size: 1.6rem;
    }


    .LIVElesson img {
        width: 53%;
    }

    .LIVElesson .text {
        font-size: 2rem;
    }

    .LIVElesson .text:nth-of-type(2) {
        width: 80%;
        font-size: 1.6rem;
        margin-top: 10px;
    }
}

/* support SP */
@media screen and (max-width:768px) {
    .section--support {
        padding-bottom: 64x;
    }
    
    .support__h4 {
        height: 70px;
    }

    .support__h4 .sp {
        display: block;
    }

    .support__h4 .pc {
        display: none;
    }
    
    .support__h4 img {
        width: 323px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section--support h3 span:first-child{
        -webkit-text-stroke-width: 2px;
        font-size: 4.6rem;
        font-weight: 700;
        letter-spacing: 4.32px;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .section--support h3 span:last-child {
        font-size: 2.4rem;
        letter-spacing: -0.24px;
        margin-top: 20px;
    }
    
    .support__point {
        width: 340px;
        margin: 17px auto 0;
    }
    
    .E-learning {
        width: 90%;
        margin-top: 60px;
        padding-bottom: 35px;
        gap: 4%;
        flex-direction: column;
    }
    
    .E-learning h5:first-child {
        display: block;
        width: 280px;
        font-size: 2rem;
        font-weight: 700;
        padding: 7px 22px 7px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .E-learning__point {
        margin-top: 20px;
        width: 100%;
        max-width: 450px;
    }
    
    .support__before {
        width: 95%;
        margin-left: 15px;
    }
    
    .E-learning__point p {
        font-size: 2rem;
        letter-spacing: -0.2px;
    }
    
    .supportPoint__itemSP {
        display: block;
    }

    .supportPoint__item {
        margin: 20px auto 0;
        width: 76%;
    }
    
    .supportPoint__itemPC {
        display: none;
    }

    .E-learning__lesson {
        margin-top: 25px;
        padding-right: 6%;
        padding-left: 6%;
    }
    
    .E-learning__lesson h6 {
        width: 170px;
        padding: 4px 0 4px 8px;
        font-size: 1.6rem;
    }
    
    .E-learning__lesson p {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    
    /* スクロールバー */

    .scroll-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: relative;
        margin: 10px auto 0;
    }
    
    .scroll-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        width: 80%;
        scroll-behavior: smooth;
    }
    
    .scroll-container img {
        width: 320px;
        height: auto;
        scroll-snap-align: start;
        border-radius: 10px;
        padding: 10px;
    }
    
    .scroll-container::-webkit-scrollbar {
        border-radius: 20%;
    }
    
    /* ボタンのスタイル */
    button {
        color: #49A3BB;
        border: none;
        cursor: pointer;
        font-size: 3rem;
        font-weight: 700;
    }
    
    button:hover {
        background-color: #DFF9FF;
    }
    
    
    
}

/* 768px SP */

/* convertion */
.section--support .convertionBtn {
    width: 514px;
    position: relative;
    margin: 108px auto 0;
}

.convertionBtn__work {
    display: inline-flex;
    padding: 24px 40px 24px 70px;
    align-items: center;
    border-radius: 100px;
    background: var(--primary-orange);
    color: var(--primary-white);
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -0.24px;
    text-align: center;
}

.convertionBtn__workSubtext {
    display: block;
    font-weight: 600;
    text-align: center;
    color: #5C4016;
    padding: 4px 17px;
    border-radius: 50px;
    border: 2px solid var(--primary-orange);
    background-color: var(--primary-white);
    position: absolute;
    left: 100px;
    margin-top: -100px;
}

.convertionBtn__work img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.convertionBtn__workDecoration {
    position: absolute;
    top: -43px;
    right: -30px;
    width: 86px;
    height: 86px;
}

/* convertion SP */
@media screen and (max-width:768px) {
    .section--support .convertionBtn {
        width: 343px;
        margin: 77px auto 0;
    }
    
    .convertionBtn__work {
        padding: 15px;
        font-size: 1.8rem;
        letter-spacing: -0.18px;
    }
    
    .convertionBtn__workSubtext {
        padding: 2px 21px 3px 14px;
        border: 2px solid var(--primary-orange);
        background-color: var(--primary-white);
        left: 19px;
        margin-top: -80px;
        font-size: 1.4rem;
    }
    
    .convertionBtn__work img {
        width: 21px;
        height: 21px;
        margin-left: 8px;
    }
    
    .convertionBtn__workDecoration {
        top: -52px;
        right: -9px;
        width: 68px;
        height: 68px;
    }
}

/* 768px SP */

/* schedule */
.section--schedule {
    text-align: center;
}

.section--schedule h3 {
    margin-top: 58px;
    color: #58411E;
    font-size: 9.6rem;
    font-weight: 900;
    letter-spacing: 8.64px;
}

.section--schedule h4 {
    display: block;
    margin: 8px auto 0;
    width: 779px;
    height: 57px;
    color: #58411E;
    text-align: center;
    font-size: 3.6rem;
    font-weight: 600;
    background-image: url(../images/schedule__subtitleBackground.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.section--schedule .text {
    margin-top: 23px;
    color: #58411E;
    font-size: 2.4rem;
}

.schedule__graph {
    width: 77%;
    max-width: 1106px;
    margin: 77px auto 0;
    padding: 25px;
    background-color: #F8F2E9;
}

.schedule__graph .text {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.schedule__graph h5 {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    color: #58411E;
}

.schedule__graph .contents {
    position: relative;
}

.schedule__graph img {
    width: 56%;
}

.contents .comment {
    font-size: 1.8rem;
    font-weight: 500;
}

.contents .comment span {
    color: var(--primary-ora);
}

.contents .comment:first-child {
    display: block;
    width: 292px;
    height: 156px;
    padding: 61px 45px 17px 15px;
    text-align: start;
    align-items: end;
    background-image: url(../images/schedule__commentBackground.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 120px;
}

.contents .comment-2 {
    display: block;
    width: 262px;
    height: 173px;
    padding: 73px 7px 22px 48px;
    text-align: start;
    align-items: end;
    background-image: url(../images/schedule__commentBackground02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 300px;
    right: 0px;
}

.schedule__tour {
    margin: 80px auto 0;
    background-color: var(--primary-white);
    width: 77%;
    max-width: 1106px;
    position: relative;
    border: 3px solid #58411E;
}

.schedule__tour::after {
    content: "";
    display: block;
    width: 25%;
    height: 50%;
    flex-shrink: 0;
    background-image: url(../images/bicycle.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -30px;
    right: -10%;
}

.schedule__tour h5 {
    display: block;
    width: 235px;
    color: var(--primary-white);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 12px 33px;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 100px;
    background-color: #58411E;
}

.guideschedulePC {
    display: block;
    width: 80%;
    margin: 60px auto 30px;
}

.schedule__mompoint {
    margin: 160px auto 0;
    width: 64%;
    max-width: 960px;
    background-color: #FFE8E8;
    position: relative;
    padding: 43px 5.2% 34px;
}

.schedule__mompoint::before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    background-image: url(../images/mompoint_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -68.6px;
    left: 50%;
    transform: translateX(-50%);
}

.schedule__mompoint .mompoint_title p {
    display: inline-block;
}

.schedule__mompoint .mompoint_title .text {
    color: var(--primary-black);
    font-size: 2.4rem;
    font-weight: 500;
    background-color: var(--primary-white);
    padding: 0 5px;
}

.schedule__mompoint .mompoint_title .text span {
    color: var(--primary-pink);
}

.schedule__mompoint .mompoint_title .title {
    font-size: 3.2rem;
    font-weight: 700;
    margin-left: 15px;
}

.schedule__mompoint .mompoint_title .title span{
    color: var(--primary-pink);
}

.schedule__mompoint img {
    width: 100%;
    margin-top: 20px;
}

.workSubtext--schedule {
    left: 120px;
}

.workDecoration--schedule {
    right: -10px;
}

.section--schedule .convertionBtn {
    width: 514px;
    position: relative;
    margin: 108px auto 0;
}

/* schedule 1300px */
@media screen and (max-width:1300px) {
    .contents .comment:first-child {
        display: block;
        width: 292px;
        height: 156px;
        padding: 61px 45px 17px 15px;
        text-align: start;
        align-items: end;
        background-image: url(../images/schedule__commentBackground.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50px;
        left: -100px;
    }
    
    .contents .comment-2 {
        display: block;
        width: 262px;
        height: 173px;
        padding: 73px 7px 22px 48px;
        text-align: start;
        align-items: end;
        background-image: url(../images/schedule__commentBackground02.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 200px;
        right: -100px;
    }
}

/* schedule SP */
@media screen and (max-width:768px) {
    .section--schedule h3 {
        margin-top: 77px;
        font-size: 4.8rem;
        letter-spacing: 4.32px;
    }
    
    .section--schedule h4 {
        margin: 4px auto 0;
        width: 375px;
        height: 34px;
        font-size: 2rem;
        background-image: url(../images/schedule__subtitleBackgroundSP.png);
    }
    
    .section--schedule .text {
        margin-top: 18px;
        font-size: 1.6rem;
    }
    
    .schedule__graph {
        width: 93%;
        max-width: 460px;
        margin: 24px auto 0;
        padding: 5px 5px 40px;
    }
    
    .schedule__graph .text {
        text-align: center;
        font-size: 1.4rem;
        font-weight: 700;
    }
    
    .schedule__graph h5 {
        font-size: 2rem;
    }
    
    .schedule__graph .contents {
        position: relative;
    }
    
    .schedule__graph img {
        width: 100%;
    }
    
    .contents .comment:first-child {
        display: none;
    }
    
    .contents .comment {
        display: none;
    }
    
    .contents .commentSP {
        width: 85%;
        max-width: 340px;
        margin: 0 auto;
    }

    .schedule__tour {
        margin: 48px auto 0;
        width: 84%;
        max-width: 450px;
    }
    
    .schedule__tour::after {
        width: 200px;
        height: 118px;
        bottom: -30px;
        right: -50px;
    }
    
    .schedule__tour h5 {
        width: 164px;
        font-size: 2rem;
        padding: 4px 12px;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .guideschedulePC {
        display: none;
    }
    
    .guidescheduleSP {
        display: block;
        width: 90%;
        margin: 33px auto 53px;
    }
    
    .schedule__mompoint {
        margin: 126px auto 0;
        width: 90%;
        max-width: 460px;
        padding: 30px 2% 21px;
    }
    
    .schedule__mompoint::before {
        content: "";
        display: block;
        width: 192px;
        height: 192px;
        background-image: url(../images/mompoint_icon.png);
        top: -68.6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .schedule__mompoint .mompoint_title p {
        display: inline-block;
    }
    
    .schedule__mompoint .mompoint_title .text {
        font-size: 2rem;
        margin-top: 0px;
    }
    
    .schedule__mompoint .mompoint_title .title {
        font-size: 2.4rem;
        margin-left: 15px;
    }
    
    .schedule__mompoint .mompoint_title .title span{
        color: var(--primary-pink);
    }
    
    .schedule__mompoint img {
        width: 100%;
        margin-top: 6px;
    }

    .schedule__mompoint .imgPC {
        display: none;
    } 
    
    .workSubtext--schedule {
        left: 40px;
    }
    
    .workDecoration--schedule {
        right: 10px;
    }
    
    .section--schedule .convertionBtn {
        width: 343px;
        margin: 82px auto 0;
    }
}

/* 768px SP */

/* voice */
.section--voice {
    margin-top: 90px;
    padding: 96px 0 106px;
    background-color: #D6E5DC;
    text-align: center;
    background-image: url(../images/voice_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.voice__contentsbox {
    width: 100%;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}

.section--voice .decoration {
    width: 194px;
}

.voice_backgroundDeco {
    display: block;
    position: absolute;
    width: 26%;
    max-width: 388px;
    min-width: 336px;
    left: 0;
    bottom: 300px;
}

.voice_backgroundDeco2 {
    display: block;
    position: absolute;
    width: 37%;
    max-width: 492px;
    min-width: 446px;
    right: 0;
    bottom: 0;
}

.section--voice h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-top: -30px;
}

.section--voice h3 span{
    color: var(--primary-white);
    font-size: 9.6rem;
    font-weight: 900;
    letter-spacing: 8.64px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--primary-black);
}

.section--voice .text {
    margin-top: 39px;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.voice__box {
    margin: 95px auto 0;
    width: 63%;
    max-width: 911px;
    min-width: 500px;
    position: relative;
}

.section--voice dl {
    background-color: var(--primary-white);
    margin-top: 62px;
    max-width: 708px;
    position: relative;
    border-radius: 0 100px 0 0;
}

.section--voice dl::after {
    content: '';
    display: block;
    width: 328px;
    height: 274px;
    background-image: url(../images/voice_image01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -85px;
}

.section--voice dl:nth-child(2)::after {
    width: 175px;
    height: 233px;
    background-image: url(../images/voice_image02.png);
    left: 10px;
}

.section--voice dl:nth-child(3)::after {
    width: 210px;
    height: 242px;
    background-image: url(../images/voice_image03.png);
    right: 10px;
    bottom: -10px;
}


.section--voice dl:nth-child(4)::after {
    width: 210px;
    height: 247px;
    background-image: url(../images/voice_image04.png);
    left: -5px;
    bottom: -37px;
} 

.section--voice dl:nth-child(2n) {
    margin: 62px 0 0 auto;
}

.section--voice dt {
    color: var(--primary-white);
    font-size: 2rem;
    font-weight: 500;
    background-color: var(--primary-blue);
    padding: 5px 13px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.section--voice dd {
    padding: 81px 40px 36px 40px;
    text-align: left;
}

.section--voice .right {
    text-align: right;
}


.section--voice dd .title {
    color: var(--primary-darkblue);
    font-size: 3.2rem;
    font-weight: 700;
    text-align: left;
    width: 480px;
    display: inline-block;
}

.section--voice dd .text {
    font-weight: 400;
    text-align: left;
    /* max-width: 470px; */
    width: 470px;
    display: inline-block;
}

/* voice SP */
@media screen and (max-width:1200px) {
    .voice__box {
        margin: 120px auto 0;
        width: 90%;
        max-width: 500px;
        min-width: 340px;
    }
    
    .section--voice dl {
        margin-top: 96px;
        max-width: 708px;
        border-radius: 0 0 0 0;
    }
    
    .section--voice dl::after {
        content: '';
        display: block;
        width: 158px;
        height: 121px;
        background-image: url(../images/voice_image01.png);
        top: -121px;
        right: -20px;
    }
    
    .section--voice dl:nth-child(2)::after {
        width: 101px;
        height: 135px;
        background-image: url(../images/voice_image02.png);
        left: auto;
        right: 10px;
    }

    .section--voice dl:nth-child(3)::after {
        width: 113px;
        height: 131px;
        background-image: url(../images/voice_image03.png);
        right: 10px;
        bottom: auto;
        top: -125px;
    }
    
    .section--voice dl:nth-child(4)::after {
        width: 113px;
        height: 134px;
        background-image: url(../images/voice_image04.png);
        left: auto;
        right: 0px;
        bottom: auto;
        top: -113px;
    } 
    
    .section--voice dl:nth-child(2n) {
        margin: 93px 0 0 auto;
    }

    .section--voice dt {
        color: var(--primary-white);
        font-size: 1.6rem;
        left:0;
        top: -33px;
    }
    
    .section--voice dd {
        padding: 14px 3.5% 22px 3.5%;
        text-align: left;
    }
    
    .section--voice .right {
        text-align: left;
    }
    
    .section--voice dd .title {
        font-size: 2rem;
        width: 310px;
    }
    
    .section--voice dd .text {
        width: 93%;
        margin-top: 14px;
    }
}

/* 1200px SP */

@media screen and (max-width:768px) {
    .section--voice {
        margin-top: 66px;
        padding: 37px 0 60px;
    }
    
    .voice__contentsbox {
        width: 100%;
    }
    
    .section--voice .decoration {
        width: 121px;
    }
    
    .voice_backgroundDeco,.voice_backgroundDeco2 {
        display: none;
    }
    
    .section--voice h3 {
        font-size: 2.4rem;
        margin-top: -12px;
    }
    
    .section--voice h3 span{
        font-size: 4.8rem;
        letter-spacing: 4.32x;
    }
    
    .section--voice .text {
        margin-top: 27px;
        font-size: 1.6rem;
    }
}

/* 768px SP */

/* message */
.section--message {
    padding-top: 90px;
    width: 80%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5.4%;
}

.message__photo {
    width: 333px;
    /* max-width: 333px; */
}

.message__summary {
    width: 745px;
}

.section--message p {
    font-size: 2rem;
    line-height: 1.7;
    margin-top: 30px;
    max-width: 745px;
}

.section--message p:first-of-type {
    margin-top: 44px;
}

/* message SP */
@media screen and (max-width:768px) {
    .section--message {
        padding-top: 60px;
        width: 89%;
        max-width: 460px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 27px;
        align-items: center;
    }
    
    .message__photo {
        width: 178px;
    }
    
    .message__summary {
        width: 100%;
    }
    
    .section--message p {
        font-size: 1.6rem;
        margin-top: 10px;
        max-width: 460px;
    }
    
    .section--message p:first-of-type {
        margin-top: 27px;
    }
}

/* 768px SP */

/* movie */
.section--movie {
    margin-top: 198px;
    position: relative;
    text-align: center;
    padding-top: 108px;
    padding-bottom: 100px;
    background-image: url(../images/movie__backgroundGroupPC.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section--movie h4 {
    color: var(--primary-white);
    text-align: center;
    font-size: 3.6rem;
    letter-spacing: 4.32px;
    display: block;
    margin: 0 auto;
    width: 543px;
    height: 54px;
    background-image: url(../images/movieh4__background.png);
    background-repeat: repeat;
    background-size: contain;
    position: relative;
}

.section--movie h4::before {
    content: "";
    display: block;
    width: 147px;
    height: 129px;
    position: absolute;
    top: 0;
    left: -147px;
    background-image: url(../images/movie_decoration.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section--movie h5 {
    margin-top: 17px;
    text-align: center;
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 2.4px;
    display: inline-block;
    background: linear-gradient(90deg, #FFA418 0%, #FF7028 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section--movie p {
    margin-top: 45px;
    font-size: 2.4rem;
    line-height: 1.5;
}

.section--movie .youtube {
    width: 60%;
    aspect-ratio:16 / 9;
    margin-top: 45px;
}

.section--movie .spbr{
    display: none;
} 

/* movie SP */
@media screen and (max-width:768px) {
    .section--movie {
        margin-top: 70px;
        padding-top: 60px;
        padding-bottom: 100px;
        background-image: url(../images/movie__backgroundGroup.png);
        background-color: transparent;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .section--movie h4 {
        font-size: 1.6rem;
        letter-spacing: 1.92px;
        width: 209px;
        height: 26px;
        background-image: url(../images/movieh4__background.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .section--movie h4::before {
        width: 60px;
        height: 53px;
        top: -5px;
        left: -70px;
        background-image: url(../images/movie_decoration.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .section--movie h5 {
        margin-top: 7px;
        font-size: 2.4rem;
        letter-spacing: 1.2px;
    }
    
    .section--movie p {
        margin-top: 22px;
        padding: 0px 5% ;
        font-size: 1.6rem;
    }

    .section--movie .spbr{
        display: block;
    } 
    
    .section--movie .youtube {
        width: 93%;
        max-width: 460px;
        margin-top: 28px;
    }
}

/* 768px SP */

/* recruit */
.section--recruit {
    margin-top: 200px;
    text-align: center;
    padding-bottom: 130px;
}

.section--recruit h3 {
    display: block;
    width: 170px;
    margin: 0 auto;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 8.16px;
    position: relative;
}

.section--recruit h3::before {
    content: "";
    display: block;
    width: 336px;
    height: 216px;
    position: absolute;
    top: -100px;
    left: -90px;
    background-image: url(../images/recruit_decoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -100;
}

table {
    margin: 70px auto 0;
    font-size: 2.4rem;
}

th {
    text-align: center;
    background-color: #FFE6DB;
    font-weight: 500;
    padding: 12px 25px 12px 25px;
    height: 76px;
    border: solid 6px var(--primary-whiteLow); 
    position: relative;
}

td {
    text-align: left;
    background-color: var(--primary-white);
    padding: 12px 100px 12px 25px;
    border: solid 6px var(--primary-whiteLow); 
}

/* recruit SP */
@media screen and (max-width:768px) {
    .section--recruit {
        margin-top: 98px;
        padding-bottom: 60px;
    }
    
    .section--recruit h3 {
        width: 120px;
        font-size: 2.4rem;
        letter-spacing: 5.76px;
    }
    
    .section--recruit h3::before {
        width: 231px;
        height: 121px;
        top: -70px;
        left: -70px;
        background-image: url(../images/recruit_decoration.png);
        z-index: -100;
    }
    
    table {
        margin: 48px auto 0;
        font-size: 1.6rem;
        width: 93%;
        max-width: 460px;
    }
    
    th {
        padding: 25px 32px 25px 32px;
        height: 72px;
        border: solid 6px var(--primary-whiteLow); 
        position: relative;
        vertical-align: middle;
    }
    
    td {
        text-align: left;
        background-color: var(--primary-white);
        padding: 13px 24px 13px 25px;
        border: solid 6px var(--primary-whiteLow); 
        vertical-align: middle;
    }
}

/* 768px SP */

/* step */
.section--step {
    width: 100%;
    padding-top: 156px;
    padding-bottom: 22px;
    background-image: url(../images/step_background.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.step01box {
    background: linear-gradient(90deg, #FFA314 0%, #FFA8AE 100%);
    border-radius: 20px;
    padding: 4px;
    width: 73%;
    max-width: 1042px;
    margin: 100px auto 0;
}

.step01 {
    text-align: center;
    background-color: var(--primary-white);
    border-radius: 20px;
    padding-bottom: 60px;
}

.section--step h3 {
    display: block;
    width: 780px;
    margin: 0 auto;
    position: relative;
}

.step__title01 {
    display: block;
    color: #FF8446;
    text-align: left;
    font-size: 3.2rem;
    font-weight: 700;
    position: absolute;
    top:0;
    left:0;
}

.step__title01::before {
    content: "";
    display: block;
    width: 25px;
    height: 29px;
    background-image: url(../images/steptitle_Decoration2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -33px;
    bottom: 7px;
}

.step__title01::after {
    content: "";
    display: block;
    width: 25px;
    height: 29px;
    background-image: url(../images/steptitle_Decoration3.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    bottom: 7px;
}

.step__title02 {
    color: #FF8446;
    text-align: left;
    font-size: 4.8rem;
    font-weight: 700;
    z-index: 100;
    }

.step__title03 {
    color: var(--primary-white);
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FF7028;
    font-size: 9.6rem;
    font-weight: 900;
    letter-spacing: 8.64px;
    position: relative;
    z-index: 100;
}

.step__title03::before {
    content: "";
    display: block;
    width: 327px;
    height: 204px;
    position: absolute;
    top: -50px;
    left: -20px;
    background-image: url(../images/step_titleDecoration.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -50;
}


.step01 h4 {
    display: block;
    color: var(--primary-white);
    font-size: 3.6rem;
    letter-spacing: -0.36px;
    background: linear-gradient(90deg, #FFA314 0%, #FFA8AE 100%);
    border-radius: 16px 16px 0 0;
    padding:10px;
    position: relative;
}

.step01 .spbr {
    display: none;
}

.step01 h4 span {
    display: inline-block;
    color: #FF8446;
    background-color: var(--primary-white);
    margin-right: 20px;
    padding: 0 15px;
    border-radius: 10px;
}

.step01__text {
    text-align: center;
    font-size: 3.2rem;
    margin-top: 50px;
}

.step01__text span {
    color: #00C300;
    text-decoration: underline;
}

.step01__present {
    margin-top: 5px;
    font-size: 4.8rem;
    background: linear-gradient(90deg, #FFA418 0%, #FF7028 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step01 .convertionBtn {
    margin-top: 26px;
    text-align: center;
}

.convertionBtn__line img{
    width: 54%;
    min-width: 500px;
}

.step01__remarks {
    display: block;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 50px;
    font-size: 2.4rem;
    text-align: left;
    margin-top: 50px;
}

.important {
    color: #E55B15;
    text-decoration: underline;
}

.small {
    font-size: 1.6rem;
}

.lastmessage {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 70px;
}

.cat {
    display: block;
    width: 341px;
    margin: 0 auto;
}

.copy {
    text-align: center;
}

/* step SP */
@media screen and (max-width:1200px) {
    .section--step h3 {
        width: 490px;
    }
    
    .step01box {
        margin-top: 90px;
    }

    .step01 .spbr {
        display: block;
    }

    .step__title01 {
        font-size: 2.4rem;
    }
    
    .step__title01::before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../images/steptitle_Decoration2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: -20px;
        bottom: 7px;
    }
    
    .step__title01::after {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../images/steptitle_Decoration3.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: -20px;
        bottom: 7px;
    }
    
    .step__title02 {
        font-size: 3rem;
    }
    
    .step__title03 {
        text-align: center;
        font-size: 5.6rem;
        letter-spacing: 4.32px;
        line-height: 9.6rem;
        margin-left: 20px;
    }
    
    .step__title03::before {
        width: 320px;
        height: 130px;
        top: -40px;
        left: -30px;
    }

    .step01 .pcbr {
        display: none;
    }

    .step01__text {
        font-size: 2.4rem;
    }

    .step01__present {
        font-size: 3.2rem;
    }

}

/* 1200px */

@media screen and (max-width:768px) {
    .section--step {
        width: 100%;
        padding-top: 49px;
        padding-bottom: 18px;
        background-image: url(../images/step_background.png);
    }
    
    .step01box {
        padding: 4px;
        width: 90%;
        max-width: 500px;
        margin: 70px auto 0;
    }
    
    .step01 {
        text-align: center;
        background-color: var(--primary-white);
        border-radius: 20px;
        padding-bottom: 40px;
    }

    .step01 .spbr {
        display: block;
    }
    
    .section--step h3 {
        display: block;
        width: 300px;
        position: relative;
        line-height: 30px;
    }
    
    .step__title01 {
        display: block;
        color: #FF8446;
        text-align: center;
        font-size: 1.6rem;
        position: relative;
        margin: 0 auto;
    }
    
    .step__title01::before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../images/steptitle_Decoration2.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 30px;
        bottom: 7px;
    }
    
    .step__title01::after {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background-image: url(../images/steptitle_Decoration3.png);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 30px;
        bottom: 7px;
    }
    
    .step__title02 {
        display: block;
        text-align: center;
        font-size: 2rem;
        margin: 0 auto;
        }
    
    .step__title03 {
        text-align: center;
        font-size: 4.8rem;
        letter-spacing: 4.32px;
        line-height: 6rem;
        margin-left: 108px;
    }
    
    .step__title03::before {
        background-image: url(../images/step_titleDecorationSP.png);
        width: 240px;
        top: -10px;
        left: -100px;
    }
    
    .step01 h4 {
        font-size: 2rem;
        letter-spacing: -0.2px;
        border-radius: 16px 16px 0 0;
        padding:5px auto 5px;
        position: relative;
        text-align: center;
    }

    .step01 h4 span {
        display: inline-block;
        color: #FF8446;
        background-color: var(--primary-white);
        margin-right: 20px;
        padding: 0 15px;
        border-radius: 10px;
    }
    
    .step01__text {
        display: block;
        width: 80%;
        font-size: 1.6rem;
        margin: 24.5px auto 0;
    }
    
    .step01__present {
        font-size: 2.4rem;
    }

    .step01__remarks {
        font-size: 1.6rem;
    }

    .step01 .convertionBtn {
        margin-top: 14px;
        text-align: center;
    }
    
    .convertionBtn__line img{
        width: 88%;
        min-width: 300px;
        max-width: 340px;
    }
    
    .lastmessage {
        text-align: center;
        font-size: 1.6rem;
        margin-top: 38px;
    }
    
    .cat {
        display: block;
        width: 237px;
        margin: 0 auto;
    }
    
    .copy {
        text-align: center;
    }
}

/* CAREERバッジと見出し */
.career-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 auto 40px auto;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 0;
}
.career-badge {
  display: inline-block;
  background: #e6f0ff;
  color: #3a5ca8;
  font-weight: bold;
  font-size: 2.2rem;
  border-radius: 30px;
  padding: 8px 28px;
  letter-spacing: 2px;
  box-shadow: 0 2px 8px rgba(58,92,168,0.08);
}
.career-title {
  font-size: 4.2rem;
  font-weight: 700;
  color: #23408e;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .career-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 40px;
    margin-bottom: 24px;
  }
  .career-badge {
    font-size: 1.4rem;
    padding: 4px 16px;
  }
  .career-title {
    font-size: 2.2rem;
  }
}

