:root{
    --main-color:#059870;
    --sub-color:#A3E9D6;
    --lightblue:#E8FFF7;
    --text-color:#333333;
    --orange:#EF893F;
    --blue: #3F91EF;
}

body{
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 64px;
    overflow-x: hidden;
}

h1 {
    margin: 0;
}

@media screen  and (min-width: 798px){
    h1 {
        background-color: #FFFFFF;
    }
}

a {
    text-decoration: none;
}

.mgb--side--16 {
    margin: 0 16px;
}

.sp {
    display: block;
}

@media  screen and (min-width:768px) {
    .sp{
        display: none;
    }
}

.pc {
    display: none;
}

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

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* aspect-ratio: 16 / 9; */
    background-image: url(../img/kv.png);
    background-size: cover; /* 要素全体を覆うように表示 */
    background-position: center; /* 中央に配置 */
    margin-top:-64px;
}

@media screen and (min-width: 768px) {
    .hero {
        background-image: url(../img/kv-pc.png);
        position: relative;
        min-height: 1080px;
    }
}

.hero-card__image img{

    width: 100%;
    height: auto;
    display: block;
    max-width:343px;
    height:auto;
}

@media  screen and (min-width:768px) {
    .hero-card__image img{
        position: absolute;
        bottom: 0;
        left: 0;
        width:100%;
        max-width:none;
    }
}

.hero__inner{
    display: flex;
    flex-direction: column;
    padding: 64px 16px;
    gap: 32px;
}

@media  screen and (min-width:768px) {
    .hero__inner{
        padding: 0;
        width: 100%;
        align-items: flex-start;
    }
}

.hero__ttl{
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--text-color);
    text-shadow: 
    1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 
    1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

@media screen and (min-width: 768px) {
    .hero__ttl {
        font-family: "Noto Sans JP";
        font-size: 64px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 96px */
        letter-spacing: 5.12px;
        color: var(--sub-color);
        text-shadow: 
        1px 1px 0 #0071BC, -1px 1px 0 #0071BC, 
        1px -1px 0 #0071BC, -1px -1px 0 #0071BC;
        background-color: #ffffff;
        display: flex;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: left;
    }
}

h2 {
    color: var(--main-color);
    display: flex;
    justify-content: center;
    padding: 0px;
    gap: 10px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    text-shadow: 
    1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 
    1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}

@media screen and (min-width: 768px) {
    h2 {
        font-size: 36px;
        font-weight: 700;
        letter-spacing: 2.88px;
        line-height: 48px;
    }
}

h3 {
    width: 100%;
    max-width: 375px;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--text-color);
    margin: 0;
}

@media  screen and (min-width:768px) {
    h3{
        font-size: 28px;
        max-width: 1620px;
    }
}

p {
    flex-grow: 0;
    margin: 0;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--text-color);
}

@media  screen and (min-width:768px) {
    p{
        font-size: 20px;
    }
}

.nml {
    margin: 0;
}


.sentence__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media  screen and (min-width:768px) {
    .sentence__block{
        gap:24px;
    }
}

.hero-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}

@media  screen and (min-width:768px) {
    .hero-card{
        margin-left: 80px;
        gap:56px;
    }
}

.hero-card__body {
    display: flex;
    width: 273px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    margin-bottom: -64px;
}

@media  screen and (min-width:768px) {
    .hero-card__body{
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width:514px;
        gap:56px;
        margin: -112px 0 0;
    }
}

.fv{
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--main-color);
    text-shadow: 
    1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 
    1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
}
@media  screen and (min-width:768px) {
    .fv{
        display: none;
    }
}

.fv::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 70%;
    width: 20px;
    border-top: 1px dashed var(--main-color);
    transform: translateY(-50%) rotate(50deg);
}



/* 右の破線 */
.fv::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 70%;
    width: 20px;
    border-top: 1px dashed var(--main-color);
    transform: translateY(-50%) rotate(-50deg);
}



.hero-card__body p{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width:fit-content;
    padding: 0px 2px 0px 4px;
    gap: 10px;
    background: #FFFFFF;
}

@media screen  and (min-width:768px){
    .hero-card__body .sp{
        display: none;
    }
}

.hero-card__body .pc{
    display: none;
}

@media screen  and (min-width:768px){
    .hero-card__body .pc{
        display: flex;
        flex-direction: column;
    }
}

.hero-card__cta {
    display: flex;
    align-self: stretch;
    height: 48px;
    max-width: 375px;
    padding: 8px 0 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: var(--orange);
    border-radius: 50px;
}

.hero-card__cta.cta-center {
    margin:0 auto;
    max-width: 400px;
    min-width: 320px;
}

@media screen  and (min-width:768px){
    .hero-card__cta.cta-center{
        min-width: 343px;
    }
}

.hero-card__cta a {
    display: flex;

    align-items: center;
    justify-content: center;
    gap: 32px;
    width: 100%;
    height: 100%;

    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 8%;

}

.material-symbols-outlined.right{
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    /* aspect-ratio: 1/1; */
    transform: rotate(180deg);
    margin-top: 8px;
}


.hero-card__cta a{
    color: #FFFFFF;
}

.anchor-navs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:64px;
}

@media  screen and (min-width:768px) {
    .anchor-navs{
        align-items: center;
        gap: 87px;
        align-self: stretch;
        padding: 160px 0;
    }
}

.anchor__nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 375px;
    gap:40px;
}

@media  screen and (min-width:768px) {
    .anchor__nav{
        flex-direction: row;
        justify-content: center;
    }
}

.anchor__btn img {
    animation: float 1.8s infinite ease-in-out;
}

@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(6px); }
    100% { transform: translateY(0); }
}


.anchor__tap-pc {
    display: none;
}

.anchor__btn img {

    width: 100%;
    height: auto;
    display: block;

}

@media  screen and (min-width:768px) {
    .anchor__btn img{
        min-width :467px;
        height: auto;
    }
}

.style {
    background-color: #F6FFE5;
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 0;
    padding: 64px 16px;
}

@media  screen and (min-width:768px) {
    .style{
        padding: 160px 16px;
    }
}

.points{
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.point__ttl {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

@media  screen and (min-width:768px) {
    .point__ttl {
        align-self: stretch;
    }
}

.point-img img{
    display: block;
    width: 100%;
    max-width:120px;
}

@media  screen and (min-width:768px) {
    .point-img img {
        max-width: 240px;
    }
}

.style__point-conts{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.point {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

@media  screen and (min-width:768px) {
    .point{
        align-items: center;
    }
}

.style__point{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.point__boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

@media  screen and (min-width:768px) {
    .point__boxes{
        flex-direction: row;
    }
}

.point__box{
    display: flex;
    /* max-width: 375px; */
    padding: 32px 16px 16px 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: #FFF;
}

@media  screen and (min-width:768px) {
    .point__box{
        width: 100%;
        max-width: 640px;
        min-height: 286px;
        flex-direction: row;
        padding: 32px 32px 32px 0px;
        gap:16px;
    }
}

@media  screen and (min-width:768px) {
    .point__box.box__conts-center{
        width: 100%;
        padding: 32px;
        gap: 0;

    }
}

.point__logo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}

@media screen and (min-width:768px) {
    .point__logo{
        align-self: stretch;

    }
}

.point__logo-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

@media screen and (min-width:768px){
    .point__logo-img {
        align-items: center;
        gap: 10px;
        align-self: stretch;
        width: 340px;
    }
}

.point__logo-img img{
    width:240px;
    height: auto;
}

.point__box h3 {
    color: var(--main-color);
}

@media  screen and (min-width:768px) {
    .point__box h3{
        text-align: left;
    }
}

.point__box-desc {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    transition: all 0.4s ease;

}

@media  screen and (min-width:768px) {
    .point__box-desc{
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
    }
}

@media  screen and (min-width:768px) {
    .point__box-desc.center{
        align-items: center;
    }
}

@media  screen and (min-width:768px) {
    .point__box-desc.center{
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media  screen and (min-width:768px) {
    .point__box-desc h3{
        text-align: center;
    }
}

@media  screen and (min-width:768px) {
    .point__box-desc p{
        font-size: 16px;
    }
}

@media  screen and (min-width:768px) {
    .point__box-desc h3{
        font-size: 20px;
    }
}

.logo-copy{
    color: var(--text-color);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.8px;
    margin: 0;
}

@media screen and (min-width:768px) {
    .logo-copy {
        display: none;
        padding: 0 24px;
        font-size: 16px;
        text-align: center;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.8px;
        font-family: "Noto Sans JP";
    }
}


.point__box.active .point__box-desc {
    display: flex;
}


/* 矢印の回転 */
.point__box .arrow {
    transition: transform 0.3s ease;
}

.point__box.active .arrow {
    transform: rotate(90deg); /* 元が90度なので+180で270 */
}


.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

.arrow {
    font-size: 33px !important;
    transform: rotate(270deg);
    aspect-ratio: 1/1;
    color:var(--sub-color);
}

@media  screen and (min-width:768px) {
    .material-symbols-outlined.arrow{
        display: none;
    }
}


.center {
    display: none;
}

@media  screen and (min-width:768px) {
    .center{
        display: block;
        width: 100%;
        text-align: center;
        color: var(--text-color);
        text-align: center;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 24px */
        letter-spacing: 0.8px;
        margin: 0;
    }
}

.career {
    background-color: var(--lightblue);
    display: flex;
    flex-direction: column;
    gap: 64px;
    margin: 0;
    padding: 64px 16px;
}

@media  screen and (min-width:768px) {
    .career{
        padding: 160px 16px;
    }
}

.review {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background-image: url(../img/review_bg.png);
    padding:0 16px 80px;
    background-size: contain;
}

.review__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width:100%;
    justify-content: center;
    align-items: center;
}

.review__wrapper {
    position: relative;
}

@media screen and (min-width:768px) {
    .review__wrapper {
        display: flex;
        width:100%;
        max-width: 1360px;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
    }
    
}

.review__box-reviwer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

.review__box {
    display: none;
    /* height: 664px; */
    max-width: 375px;
    padding: 32px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background: #FFF;
    opacity: 0;
    pointer-events: none;

}

@media screen and (min-width:768px) {
    .review__box {
        display: flex;
        opacity: 1;
        padding:64px 32px;
        height: auto;
        width:100%;
        min-width: 376px;
        max-width: 488px;
    }
    
}


.review__box.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}


.review__img img {
    width: 100px;
    height: 100px;
}

.info__wrapper{
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

@media  screen and (min-width:768px) {
    .info__wrapper{
        display: flex;
        width: 100%;
        justify-content: flex-start;
        align-self: stretch;
    }
}

.review__arrow img{
    display: block;
    width: 10px;
    height: 10px;
}

@media  screen and (min-width:768px) {
    .review__arrow img{
        width:16px;
        height:16px;
    }
}

.age {
    display: flex;
    align-items: center;
    gap: 4px;
}

.age p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.workplace {
    display: flex;
    align-items: center;
    align-self: stretch;
}

.workplace p {
        color: var(--text-color);
    font-family: "Noto Sans JP";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
}

.income {
    display: flex;
    max-width: 375px;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-top: 1px dashed var(--main-color);
}

.bfr__income{
    color: var(--text-color);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}

@media screen and (min-width:768px) {
    .bfr__income{
        font-size: 14px;
    }
}

.aft__income{
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 66.667% */
}

@media screen and (min-width:768px) {
    .aft__income{
        font-size: 17px;
    }
}

.aft__income.pc{
    font-size: 12px;
}

p.grn{
    color: var(--main-color);
}

.dwn{
    color: var(--blue);
}

p.up {
    color: var(--orange);
}

.review__box-info {
    display: flex;
    max-width: 180px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

@media  screen and (min-width:768px) {
    .review__box-info{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 4px;
        flex: 1 0 0;
        max-width: 308px;
    }
}

.review__conts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

@media  screen and (min-width:768px) {
    .review__conts h3{
        text-align: left;
    }
}

.review__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:40px;
}

@media screen and (min-width:768px) {
    .review__btn {
        display: none;
    }
    
}

.review__nav{
    font-size: 33px !important;
    color: var(--main-color);
}

/* .review__nav.prev {
    transform: translateY(-0%);
} */

.review__nav.next {
    transform: rotate(180deg);
}


.review__dots{
    display: flex;
align-items: center;
gap: 16px;
}

.dot {
    display: flex;
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #A7A7A7;
}

.dot.active {
    background-color: var(--main-color);
}

.offer {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

@media screen and (min-width:768px){
    .offer{
        margin-top: 120px;
    }
}

.offer__wrapper-pc {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media screen and (min-width:768px){
    .offer__wrapper-pc {
        display: flex;
        flex-direction: row;
        max-width: 1360px;
        width:100%;
        gap:16px;
}
}

.offer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    margin:0;
}

@media  screen and (min-width:768px) {
    .offer__wrapper{
        display: flex;
        align-items: flex-start;
        gap: 16px;
        max-width:744px;
        width: 100%;
        /* max-height:911px; */
    }
}

@media  screen and (min-width:768px) {
    .mgb-top{
        margin-top: 240px;
    }
}

.offerbox {
    display: flex;
    width: 100%;
    max-width: 375px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media  screen and (min-width:768px) {
    .offerbox{
        max-width: inherit;
    }
}

.offerbox__conts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.offerbox__conts-img img{
    width: 100%;
    /* max-width: 343px; */
    height: auto;
    aspect-ratio: 7/5;
}

@media  screen and (min-width:768px) {
    .offerbox__conts-img img{
        max-width:744px;
    }
}

.offerbox__income {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 8px;
}

.strong{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
}

@media  screen and (min-width:768px) {
    .strong{
        font-size:24px;
    }
}

.employee {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--main-color);
    background: #FFF;
    color: var(--main-color);
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.6px;
}

@media screen  and (min-width:768px){
    .employee{
        font-size: 20px;
    }
}

.offerbox__desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.offerbox__btn {
    display: flex;
    max-width: 375px;
    padding: 20px 0 23px 0;
    justify-content: center;
    align-self: stretch;
    gap: 16px;
    border-radius: 50px;
    background: var(--orange);
}

.offerbox__btn a{
    display: flex;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 22px; /* 137.5% */
    letter-spacing: 1.6px;
    text-decoration: none;
    gap: 16px;
}

.offerbox__btn .material-symbols-outlined {
    margin-top: 3px;
}

.message {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* aspect-ratio: 16 / 9;  */
    /* background-image: url(../img/message__bg.png); */
    background-size: cover; /* 要素全体を覆うように表示 */
    background-position: center; /* 中央に配置 */
    gap:0;
    .nml{
    text-align: center;
    line-height: 1.8;
    }
}

@media  screen and (min-width:768px) {
    .message{
        padding-top: 128px;
    }
}

.message__conts-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* aspect-ratio: 16 / 9; */
    background-size: cover; /* 要素全体を覆うように表示 */
    background-position: center; /* 中央に配置 */
    flex-direction: column;
    padding-top: 64px;
    background-image: url(../img/message__bg.png);
    justify-content: center;
    width:100%;
}

@media  screen and (min-width:768px) {
    .message__conts-bg{
        background-image: url(../img/message__bg-pc.png);
        padding: 120px 0;
    }
}

.message__conts {
    display: flex;
    flex-direction: column;
    gap:32px;
}

.messages {
    display: flex;
    flex-direction: column;
    gap:16px;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;              /* ←最初は隠す */
    pointer-events: none;
    transition: 0.3s;
    align-self: stretch;
    max-width: 320px;
    min-width: 300px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: var(--orange);
    border-radius: 50px;
}

@media screen and (min-width:768px){
    .floating-btn{
        min-width: 300px;
    }
}

.floating-btn.is-show {
    opacity: 0;
    pointer-events: auto;
    align-self: stretch;
    max-width: 375px;
    min-width: 343px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    background: var(--orange);
    border-radius: 50px;
    display: none;
}

@media screen and (min-width:768px){
    .floating-btn.is-show{
        min-width: 400px;
        display: block;
        opacity: 1;
    }
}

.fade-in {
  opacity: 1;
  transform: translateY(20px);
  transition: 0.5s;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

.sec07 {
        margin-bottom: 61px;
        padding: 39px 0 51px;
        background-size: 258px auto;
        background-color: #F0FFFB;
        width:100%;
}

@media screen and (min-width:768px){
    .sec07{
        margin-bottom: 99px;
        padding: 75px 0 76px;
    }
}
.sec07 .title {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.61;
        color: var(--main-color);
        font-weight: 700;
    }

.sec07 .headLine01 .jp {
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1.54;
    display: block;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.jp .orange {
    color:var(--orange);
}

.sec07 .pTop {
    margin-bottom: 16px;
    line-height: 1.76;
    letter-spacing: 0.05em;
    text-align: center;
}

.content {
    display: flex;
    flex-direction: column;
    width: auto !important;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
}

.sec07 .headLine01 {
    margin-bottom: 27px;
}

.sec07 h2 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 24px;
}

.headLine01 .en {
    margin-bottom: 9px;
    font-size: 16px;
    color: var(--main-color);
}

.sec07 .listUl {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

@media screen and (min-width:768px) {
    .sec07 .listUl {
        margin-bottom: 39px;
    }
}

.sec07 .listUl li {
    margin-bottom: 22px;
    padding: 17px 20px 19px;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #FFF;
}

.sec07 .listUl {
    margin-bottom: 20px;
    display: block;
    position: relative;

}

@media screen and (min-width:768px) {
    .sec07 .listUl {
    margin-bottom: 39px;
    position: relative;
    gap:64px;
    display: flex;
    flex-wrap: wrap;
    }
}

.sec07 .listUl li {
    margin-bottom: 22px;
    padding: 17px 20px 19px;
    width: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #FFF;
}

@media screen and (min-width:768px) {
    .sec07 .listUl li {
    padding: 34px 30px 25px;
    width: 500px;
    }
}


.sec07 .listUl li .photoBox {
    width: 116px;
}

.sec07 .listUl li .photoBox img{
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.sec07 .listUl li .textBox {
    width: calc(100% - 135px);
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

@media screen and (min-width:768px) {
    .sec07 .listUl li .textBox {
    width: 214px;
    }
}

.sec07 .listUl li .textBox h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.53;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: left;
}

@media screen and (min-width:768px) {
    .sec07 .listUl li .textBox h3 {
        margin-bottom: 13px;
        font-size: 20px;
        line-height: 1.41;
    }
}

.sec07 .listUl li:first-child::before {
    margin-top: 0;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -42px;
    transform: rotate(90deg);
    background-size: 17px auto;
    margin: -21px 0 0 -20px;
    width: 21px;
    height: 58px;
    position: absolute;
    background: url(../img/icon08.png) no-repeat left top / 21px;
    content: "";
}

@media screen and (min-width:768px) {
    .sec07 .listUl li:first-child::before {
        right: -21px;
        top: 50%;
        left: 105%;
        bottom: 0;
        transform: rotate(360deg);
    }
}

.sec07 .listUl li .num {
    position: absolute;
    right: 11px;
    font-size: 64px;
    top: -12px;
    color: #D6F6E7;
    font-weight: bold;
}

@media screen and (min-width:768px) {
    .sec07 .listUl li .num {
        right: 20px;
        font-size: 8rem;
    }
}

.sec07 .listUl li .textBox p {
        font-size: 14px;
        line-height: 1.6;
}

.sec07 .comLink {
    margin: 0 auto;
}

@media screen and (min-width:768px) {
    .sec07 .comLink{
        width:400px;
    }
}

.sec07 .comLink a {
    padding: 20px 2px 22px 20px;
    font-size: 1.8rem;
    background-position: right 24px center;
    letter-spacing: 0.05em;
    background-image: url(../img/sp_icon01.png);
    background-size: 10px auto;
    display: flex;
    color: #FFF;
    justify-content: flex-start;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    background: var(--orange) url(../img/icon01.png) no-repeat right 30px center / 13px;
    max-width: 375px;
    min-width: 320px;
}

@media screen and (min-width:768px) {
    .sec07 .comLink a{
        width:400px;
        text-indent:36px;
    }
}

.gHeader img{
    display: block;
    height:22px;
    width:auto;
}

@media screen and (min-width:768px){
    .gHeader img{
        height:30px;
    }
}

.linkArea {
    padding: 24px 14px 23px;
    background-color: #CFECEC;
    margin-top: -126px;
}

@media screen and (min-width:768px){
    .linkArea {
        padding: 25px;
        margin-top: -164px;
    }
}

.linkArea h2 {
    margin-bottom: 13px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.05em;
}

.linkArea .linkList {
    margin: 0 auto 12px;
    width: 272px;
    display: flex;
    justify-content: center;
    gap:16px;
}

.linkArea .linkList li {
    width: 120px;
}

.linkArea p {
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.8;
}

#gFooter {
    margin: 0 15px 98px;
}

#gFooter .borderBox {
    margin: 0 0 21px;
    padding: 20px 19px;
    width: auto;
    display: block;
    border-radius: 12px;
    align-items: flex-start;
    border: 3px solid #00ABEB;
    box-sizing: border-box;
}

@media screen and (min-width:768px){
    #gFooter .borderBox {
        display:flex;
        margin: 0 auto 31px;
        padding: 32px 50px 15px 61px;
        width: 1040px;
        border-radius: 16px;
    }
}

#gFooter .borderBox p {
    margin-right: 0;
    text-align: center;
}

@media screen and (min-width:768px){
    #gFooter .borderBox p{
        margin-right: 12px;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0.05em;
    }
}

header#gHeader img {
    height: 22px;
}

@media screen and (min-width:768px){
    header#gHeader img {
    height: 30px;
}
}

#gFooter .borderBox .tel {
    margin: 0 auto 1px;
    max-width: 301px;
    text-align: center;
    height:114px;
}

@media screen and (min-width:768px){
    #gFooter .borderBox .tel{
        height:82px;
        max-width:500px;
    }
}

#gFooter .borderBox .tel a {
    display: flex!important;
    padding-left: 53px;
    font-size: 3.8rem;
    background: url(../img/icon05.png) no-repeat left center / 47px auto;
    display: block;
    color: #00ABEB;
    font-weight: bold;
    font-family: 'Roboto';
    letter-spacing: normal;
    align-items: center;
    justify-content: center;
    height:100%;
    line-height: 1;
}

@media screen and (min-width:768px){
    #gFooter .borderBox .tel a{
        padding-left: 77px;
        font-size: 5.5rem;
        background: url(../img/icon05.png) no-repeat left center / 67px auto;
    }
}

#main .linkArea .linkList {
    margin: 0 auto 12px;
    width: 272px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.footer-info{
    font-size:10px;
}

@media screen and (min-width:768px) {
    .footer-info{
        width: 1040px;
        margin: 0 auto;
        text-align: left;
        font-size: 10px;
    }
}

#gFooter .textList li .imgBox{
    display: flex;
}

#gFooter .textList li .imgBox .textBox p{
    margin-left: 16px;
}

img.app-img{
    height:100%;
    width:100%;
}

@media screen and (min-width:768px) {
    #gFooter .textList{
        display: flex;
    }
}

.text.fade-up.active{
    font-size:14px;
    margin-bottom: 16px;
    color: var(--text-color);
    letter-spacing: 0.1em;
    text-align: center;
}

html {
    overflow-x: hidden;
}

