@charset 'UTF-8';

.bg-contain img {
	object-fit: contain!important;
}

.slider-content .swell-block-fullWide__inner {
    max-width: 100%;	
}

.section_ttl {
    font-size: 30px!important;
    color: #f8b62d!important;
}

.flow .flow-title {
    margin-bottom: 50px;
}

.flow .flow-title p {
    color: #f8b62d!important;
    font-weight: bold;
    font-size: 30px!important;
    line-height: 1;
}

.flow .flow-title p strong {
    color: #999999!important;
    font-size: 20px!important;
}


.flow .flow-item {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

.flow .flow-item:nth-child(2) {
    border: 5px solid #ffe9be;
}

.flow .flow-item:nth-child(3) {
    border: 5px solid #ffd278;
}

.flow .flow-item:nth-child(4) {
    border: 5px solid #ffc147;
}

.flow .flow-item:nth-child(5) {
    border: 5px solid #f8b62d;
}

.flow .flow-item div:first-child {
    color: #f8b62d;
    font-weight: bold;
    font-size: 20px;
}

.flow .flow-item div:first-child span {
    display: block;
    color: black;
    font-size: 25px;
}

.access>div {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.access iframe {
    width: 100%;
    max-width: 100%;
    max-height: 380px;
}

.reason .reason-item {
    padding: 0 70px;
    min-height: 460px;
}

.reason .reason-item .wp-block-cover__background {
    background-color: unset!important;
}

.reason .reason-item .mark {
    background-color: #faee00;
    padding: 15px;
    border-radius: 10px;
}

.reason .reason-item .reason-title>div:last-child {
    padding-bottom: .5em;
    background-image: radial-gradient(
      circle at 2px center,
      #f8b62d,
      #f8b62d 2px,
      transparent 2px,
      transparent 100%
    );
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 10px 6px;
    font-size: 30px;
    font-weight: bold;
    color: #d25873;
}

.reason .reason-item .reason-title .swl-marker {
    background: linear-gradient(transparent 50%, #faee00 50%);
}

.reason .reason-item-other {
    padding: 50px;
}

.reason .reason-item-other .reason-title-other {
    color: #d25873!important;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    background-image: unset;
    width: 100%;
    padding: 0;
    display: block;
}

/* .reason .reason-item .reason-title-other:after {
    content: "";
    position: absolute;
    left: 27px;
    top: -17px;
    width: 50px;
    height: 50px;
    background-image: url(./assets/img/sec02-subtitle-other.png);
    background-size: contain;
    background-repeat: no-repeat;
} */

.reason .reason-item-other .reason-text-other p {
    padding-bottom: .5em;
    background-image: radial-gradient(
      circle at 2px center,
      #f8b62d,
      #f8b62d 2px,
      transparent 2px,
      transparent 100%
    );
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 10px 6px;
    font-weight: bold;
    width: fit-content;
    padding: 0px 10px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reason .reason-item-other .reason-text-other p:last-child {
    background-image: unset;    
    text-align: left;
    display: block;
}

.reason .reason-item-other .reason-text-other p:last-child .mark_yellow {
    background: linear-gradient(transparent 64%, #faee00 0%);
}


@media screen and (max-width:800px) {
    .bg-contain .wp-block-cover__image-background {
        display: none;
    }

    .reason .reason-item {
        background-color: #ffffff7a;
        padding: 50px 30px;
        border-radius: 20px;
    }

    .reason .reason-item-other {
        padding: 30px;
        background-color: #ffffff7a;
        border-radius: 20px;
    }

    .reason .reason-item-other .reason-title-other {
        font-size: 27px;
        margin-bottom: 30px;
    }

    .reason .reason-item-other .reason-text-other p:last-child {
        font-size: 16px;
        text-align: left;
    }
}


#main_visual .post_content {
    height: 100%;
}


#main_visual .post_content .mv-copy {
    position: absolute;
    top: -60px;
    bottom: 0;
    margin: auto!important;
    height: max-content;
    padding: 1.5em 0!important;
}

#main_visual .post_content .mv-copy h2 {
    margin-bottom: 0px;
}

#main_visual .post_content .mv-copy h2 strong {
    background-color: #ffef00;
    margin-left: 10px;
    padding: 5px;
}

.p-mainVisual__textLayer {
    position: relative;
}

.p-mainVisual__textLayer .mv-text {
    position: absolute;
    top: 20px;
    margin: 0;
    color: black;
    font-weight: bold;
}

.p-mainVisual__textLayer .mv-text p {
    margin: 0;
    line-height: 1.4;
    text-shadow: 1px 1px 0px rgb(255 255 255 / 20%);
}

.p-mainVisual__textLayer .mv-text p .mark_yellow {
    background: linear-gradient(transparent 64%, #ffef00 0%);
    display: inline-block;
}

.p-mainVisual__textLayer .mv-text p:first-child {
    color: #f8b62d;
    text-shadow: none;
    font-size: 26px;
    border: 2px solid #f8b62d;
    display: inline-block;
    padding: 0px 6px;
    margin-bottom: 3px;
}

.l-header__bar {
    height: 15px;
    background-color: #f8b62d!important;
}

.c-gnav > .menu-item:last-of-type > a {
    background-color: #d25873!important;
}

.follow-banner .has-text-color, .follow-banner a {
    background-color: #f8b62d!important;
}

.swiper-backface-hidden .swiper-slide img {
    border-radius: 20px;
    object-fit: cover;
    height: 320px;
    width: 100%;
}

.wpcf7 .wpcf7-submit {
    background-color: #f8b62d;
    color: white;
    max-width: 200px;
    border: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}

#contact .swell-block-fullWide__inner {
    max-width: 100%;
    padding: 0;
}

#contact .is-style-section_ttl {
    background-color: #d25873;
    color: white !important;
    padding: 40px 0;
}

.c-fixBtn {
    border: #f8b62d!important;
    color: #f8b62d!important;
}

.c-fixBtn:hover {
    background-color: #f8b62d!important;
}

.mv-check .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
}

.mv-check .wp-block-group__inner-container p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 10px;
    color: white;
    font-weight: bold;
    background-color: #f8b62d;
    padding: 6px 20px;
    border-radius: 50%;
    text-shadow: unset;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    text-align: center;
    /* background-image: radial-gradient(#7bd6de 30%, transparent 30%);
    background-size: 7px 7px; */
    width: 150px;
    height: 150px;
    display: flex;
    flex-flow: column;
}

.mv-check .wp-block-group__inner-container p span {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.mv-check .wp-block-group__inner-container p span img {
    width: 60px!important;
}

.c-headLogo__link {
    display: flex!important;
    align-items: center;
}

.c-headLogo__img {
    height: auto!important;
    width: 210px!important;
}

@media screen and (max-width:960px) {
    .c-headLogo__img {
        width: 150px!important;
    }
}

@media screen and (max-width:600px) {
    #main_visual .post_content .mv-copy {
        top: 0;
    }
    .mv-check .wp-block-group__inner-container {
        top: 180px;
    }
}

@media screen and (max-width:500px) {
    #main_visual .post_content .mv-copy {
        top: -60px;
        padding: 1em 0 !important;
    }

    .p-mainVisual__textLayer .mv-text p:first-child {
        font-size: 20px;
    }

    .mv-check .wp-block-group__inner-container p {
        font-size: 18px;
        width: 135px;
        height: 135px;
    }

    .mv-check .wp-block-group__inner-container p span img {
        width: 50px !important;
    }

    .mv-check .wp-block-group__inner-container {
        top: 140px;
        gap: 10px;
    }
}

.side-fix {
    display: none;
}

.side-fix a {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 110px;
    background-color: #f8b62d;
    color: white;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 15px;
    line-height: 1.3;
    border-radius: 20px 0 0 20px;
    font-size: 18px;
    letter-spacing: 1px;
}

.side-fix img {
    width: 20px;
    margin-bottom: 5px;
}

.sp-header-content {
    display: none;
}

@media screen and (max-width:960px) {
    header {
        height: 50px;
        display: flex;
    }

    .sp-header-content {
        display: block;
        position: fixed;
        right: 15px;
        z-index: 1000;
        font-size: 13px;
        text-align: center;
        line-height: 1.3;
        color: #333;
        margin-top: 7px;
    }

    .sp-header-content a {
        color: #333;
        font-size: 14px;
        line-height: 1.1;
    }

    .sp-header-content span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #f8b62d;
    }
}

@media screen and (max-width:500px) {
    .side-fix a {
        padding: 15px 12px;
        border-radius: 20px 0 0 20px;
        font-size: 16px;
        bottom: 80px;
    }

    header .l-header__inner {
        justify-content: flex-start;
    }

    header .l-header__inner .l-header__logo {
        padding: 0;
    }
}

.swiper-button-next, .swiper-button-prev {
    color: #f8b62d!important;
}

.p-mainVisual__slide {
    height: auto!important;
    display: flex;
    flex-flow: row-reverse;
}

.c-filterLayer__img {
    width: 80%!important;
    position: relative!important;
    height: auto!important;
}

.p-mainVisual__textLayer {
    transform: none!important;
    position: relative!important;
    left: 0!important;
    padding: 0!important;
    margin: 50px 0;
}

#main_visual .post_content .mv-copy {
    width: 100%!important;
    position: unset;
    margin: 30px 0px!important;
    padding: 30px 0!important;
}

.mv-check .wp-block-group__inner-container {
    top: 200px;
    position: unset;
}

.p-mainVisual__textLayer .mv-text {
    position: unset;
    padding: 0px 40px;
    text-align: center;
}

.mv-check .wp-block-group__inner-container p {
    background-image: linear-gradient(147deg, rgba(255, 222, 0, 1), rgba(248, 182, 45, 1));
    text-shadow: none;
    gap: 0;
    width: 170px;
    height: 170px;
}

.mv-check .wp-block-group__inner-container p strong {
    font-size: 25px;
    margin-top: 5px;
}

.p-mainVisual__textLayer .mv-text p:first-child {
    background: #00b9ef;
    margin-bottom: 15px;
    color: white;
    padding: 10px 40px;
    border-radius: 100px;
    border: unset;
    background-image: linear-gradient(147deg, rgba(226, 110, 136, 1), rgba(210, 88, 115, 1));
}

.p-mainVisual__inner {
    height: auto!important;
}

.p-mainVisual__scrollArrow {
    fill: #f8b62d!important;
}

.p-mainVisual__scrollLabel {
    color: #f8b62d;
}

@media screen and (min-width:960px) {
    .p-mainVisual__inner {
        height: auto!important;
    }
}

@media screen and (max-width:760px) {
    .p-mainVisual__slide {
        display: flex;
        flex-flow: column-reverse;
    }
    .c-filterLayer__img {
        position: absolute!important;
        width: 100%!important;
        height: 100% !important;
    }
    .c-filterLayer__img {
        max-height: 250px;
    }
    .p-mainVisual__textLayer {
        margin-top: 215px;
    }
    .mv-check .wp-block-group__inner-container p {
        width: 150px;
        height: 150px;
    }
    .mv-check .wp-block-group__inner-container p strong {
        font-size: 20px;
    }
    .mv-check .wp-block-group__inner-container p span img {
        width: 50px !important;
    }
}

.scrollBox {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    background-color: #f7f7f7;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.scrollBox p, .scrollBox h2 {
    text-align: left;
}
.scrollBox h2 {
    font-size: 18px!important;
    font-weight: bold!important;
    background-color: transparent!important;
    color: black!important;
    margin: 20px 0 10px 0!important;
}
.scrollBox h2::before {
    content: unset!important;
}
.scrollBox p {
    font-size: 15px;
}

.cta-btn {
    margin-bottom: 50px;
}

.cta-btn a {
    background-color: #d25873;
    color: white!important;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 240px;
    border-radius: 10px;
    margin: 0 auto;
    font-weight: bold;
}

.cta-btn a img {
    width: 30px!important;
}