@charset "UTF-8";

/* ページ全体の設定
=========================================== */
.p-mb-container {
    max-width: 1100px;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.c-mb-section {
    padding-top: 50px;
}

/* 共通
=========================================== */

/* テキスト
---------------------------- */

.c-text-style01 {
	font-size: 138.5%;
	line-height: 1.67;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .c-text-style01 {
        font-size: 182%;
        line-height: 1.67;
        font-weight: 600;
    }
}

.c-text-style01 + .c-text-style01 {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .c-text-style01 + .c-text-style01 {
        margin-top: 40px;
    }
}

.c-text-style02 {
    margin-bottom: 60px;
    font-size: 138.5%;
    font-weight: 700;
    line-height: 1.916;
}

@media screen and (min-width: 768px) {
    .c-text-style02 {
        margin-bottom: 100px;
        font-size: 182%;
    }
}

.c-text-style03 {
    font-size: 138.5%;
    font-weight: 500;
    line-height: 1.81;
}

@media screen and (min-width: 768px) {
    .c-text-style03 {
        font-size: 167%;
    }
}

.c-text-style03 + .c-text-style03 {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .c-text-style03 + .c-text-style03 {
        margin-top: 40px;
    }
}

/* タイトル
---------------------------- */
.c-title-style01 {
    margin-bottom: 50px;
    padding: .4em 1em;
    border-radius: 10px;
    font-size: 197%;
    background: #6EB679;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 980px) {
    .c-title-style01 {
        padding: .25em 1em;
        margin-bottom: 80px;
        font-size: 308.642%;
    }
}

/* c-text-marker
---------------------------- */

.c-text-marker {
    background: linear-gradient(transparent 60%, #FFFF14 0%);
    font-weight: 700;
}

/* c-content-list
---------------------------- */

.c-content-list__item:not(:last-of-type) {
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .c-content-list__item:not(:last-of-type) {
        margin-bottom: 150px;
    }
}


/* c-mb-wrap
---------------------------- */
.c-mb-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column-reverse;
}

@media screen and (min-width: 980px) {
    .c-mb-wrap {
        flex-direction: row;
        margin-bottom: 38px;
    }
}

.c-mb-wrap__img img {
    border-radius: 20px;
}

.c-mb-wrap__text {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

@media screen and (min-width: 980px) {
    .c-mb-wrap__text {
        margin-left: 39px;
        margin-bottom: 0;
    }
}

.c-mb-wrap__text span {
    flex-shrink: 0;
}

.c-mb-wrap__text img {
    width: 24px;
}

@media screen and (min-width: 980px) {
    .c-mb-wrap__text img {
        width: auto;
    }
}

.c-mb-wrap__text p {
    color: #2DAA40;
    font-size: 182%;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 20px;
}

@media screen and (min-width: 980px) {
    .c-mb-wrap__text p {
        margin-left: 16px;
        font-size: 277.778%;
    }
}

/* c-mb-point
---------------------------- */
.c-mb-point {
    position: relative;
    margin-top: 60px;
    padding: 45px 30px 40px;
    border-radius: 10px;
    background: #FFFDD3;
}

@media screen and (min-width: 980px) {
    .c-mb-point {
        margin-top: 85px;
        padding: 65px 60px;
    }
}

.c-mb-point__wrap {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

@media screen and (min-width: 980px) {
    .c-mb-point__wrap {
        flex-direction: row;
    }
}

.c-mb-point__label {
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 1;
    padding: 6px 23px;
    border-radius: 0 10px 10px 0;
    transform: translateY(-50%);
    background: #004097;
    color: #fff;
    font-size: 138.5%;
    font-weight: 900;
    line-height: 1.2;
}

@media screen and (min-width: 980px) {
    .c-mb-point__label {
        left: -38px;
        font-size: 246.9133%;
    }
}

.c-mb-point__label::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 20px 0 0px 15px;
	border-color: #0D165A transparent transparent transparent;
}

@media screen and (min-width: 980px) {
    .c-mb-point__label::after {
        border-width: 27px 0 0px 38px;
    }
}

.c-mb-point__text {
    line-height: 1.91;
    margin-top: 25px;
}

.c-mb-point__text p {
    font-size: 138.5%;
    font-weight: 700;
}

.c-mb-point__text span {
    font-size: 123.1%;
}

@media screen and (min-width: 980px) {
    .c-mb-point__text {
        margin-right: 38px;
        margin-top: 0;
    }
    .c-mb-point__text p {
        font-size: 182%;
    }
    .c-mb-point__text span {
        font-size: 167%;
    }
}

.c-mb-point__img {
    flex-shrink: 0;
}

.c-mb-point__img img {
    border-radius: 20px;
}


/* ボタン
---------------------------- */

.c-button01 {
    margin-top: 35px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-button01 {
        margin-top: 50px;
    }
}

.c-button01 a {
    display: block;
    position: relative;
    width: 100%;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
}

.c-button01__box {
    display: block;
    position: relative;
    padding: .5em 25px;
    border: 3px solid #6EB67A;
    border-radius: 100vh;
    background: #fff;
    color: #6EB67A;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    transition: all .3s;
}

.c-button01__text {
    font-size: 138.5%;
}

.c-button01__caution {
    font-size: 108%;
}

@media screen and (min-width: 768px) {
    .c-button01__box:hover {
        transform: translate(7px, 7px);
    }
    .c-button01__box {
        padding: .2em 25px;
    }
    .c-button01__text {
        font-size: 182%;
    }
    .c-button01__caution {
        font-size: 138.5%;
    }
}

.c-button01__deco {
    position: absolute;
    bottom: -7px;
    right: -7px;
    border-radius: 100vh;
    background: #4B9657;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/* c-mb-separator
---------------------------- */

.c-mb-separator {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 30px;
}

@media screen and (min-width: 768px) {
    .c-mb-separator {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 100px 0 50px;
    }
}

.c-mb-separator__border {
    width: calc(100% - 80px);
    background-image: linear-gradient(to right, #F7B400, #F7B400 9px, transparent 2px, transparent 8px);
    background-size: 24px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
    display: block;
    height: 3px;
}

/* utility
----------------- */

.u-mb-mt50 {
    margin-top: 50px;
}
.u-mb-mt60 {
    margin-top: 60px;
}

.u-br-sp-only {
    display: block;
}

@media print, screen and (min-width: 481px) {
    .u-br-sp-only {
        display: none;
    }
}

.u-br-sp {
    display: block;
}
@media screen and (min-width: 768px) {
    .u-br-sp {
        display: none;
    }
}

.u-br-pc {
    display: none;
}

@media print, screen and (min-width: 768px) {
    .u-br-pc {
        display: block;
    }
}

/* .p-mb-mv
=========================================== */
.p-mb-mv {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .p-mb-mv {
        margin-bottom: 85px;
    }
}

.p-mb-mv__list {
    display: flex;
}

.p-mb-mv__item {
    position: relative;
    width: calc(100% / 3);
}

.p-mb-mv__item::before {
    display: block;
    padding-top: 56.875%;
    content: '';
}

.p-mb-mv__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-mb-mv__title {
    text-align: center;
    padding: 0.49em 1em;
    font-size: 182%;
    font-weight: 600;
    background: #6EB679;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .p-mb-mv__title {
        font-size: 231.481%;
    }
}

@media screen and (min-width: 1280px) {
    .p-mb-mv__title {
        font-size: 424.383%;
    }
}


/* .p-mb-index
=========================================== */

.p-mb-index {
    margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .p-mb-index {
        margin-bottom: 140px;
    }
}

.p-mb-index__title {
    margin-bottom: 20px;
    font-size: 182%;
    color: #6EB679;
}

@media screen and (min-width: 768px) {
    .p-mb-index__title {
        font-size: 270.062%;
    }
}

.p-mb-index__box {
    padding: 18px 23px;
    border-radius: 10px;
    border: 3px solid #6EB679;
}

@media screen and (min-width: 768px) {
    .p-mb-index__box {
        padding: 53px;
        border: 5px solid #6EB679;
    }
}

.p-mb-index__list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.p-mb-index__item {
    position: relative;
    padding-left: 1.1em;
    font-size: 138.5%;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .p-mb-index__item {
        padding-left: 1.1em;
        font-size: 197%;
    }
}

.p-mb-index__item::before {
    position: absolute;
    top: 30px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    content: "";
}

@media screen and (min-width: 768px) {
    .p-mb-index__item::before {
        position: absolute;
        top: 33px;
        left: 8px;
        width: 6px;
        height: 6px;
    }
}

.p-mb-index__item a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: opacity .5s;
}

@media screen and (min-width: 768px) {
    .p-mb-index__item a:hover {
        opacity: .4;
    }
}

.p-mb-index__item:not(:last-of-type) {
    background-image: linear-gradient(to right, #F7B400, #F7B400 9px, transparent 2px, transparent 8px);
    background-size: 24px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

/* .p-mb-intro
=========================================== */

.p-mb-intro {
    margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
    .p-mb-intro {
        margin-bottom: 100px;
    }
}

.p-mb-intro .c-text-style01 {
    line-height: 2.09;
}

@media screen and (min-width: 768px) {
    .p-mb-intro .c-text-style01 {
        font-size: 167%;
    }
}

/* .p-mb-cta
=========================================== */

.p-mb-cta {
    margin-top: 150px;
    padding-top: 30px;
}

@media screen and (min-width: 980px) {
    .p-mb-cta {
        margin-top: 230px;
        padding-top: 50px;
    }
}

.p-mb-cta__inner {
    background: #F0F8F1;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .p-mb-cta__inner {
        padding-bottom: 140px;
    }
}

.p-mb-cta__wrap {
    padding-top: 0;
    max-width: 1100px;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
}

.p-mb-cta__wrap .c-title-style01 {
    transform: translateY(-50%);
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .p-mb-cta__wrap .c-title-style01 {
        margin-bottom: 40px;
    }
}

.p-mb-cta__wrap .c-text-style01 {
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-image: linear-gradient(to right, #696969, #696969 9px, transparent 2px, transparent 8px);
    background-size: 24px 3px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {
    .p-mb-cta__wrap .c-text-style01 {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

.p-mb-cta__img {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 25px 60px;
    text-align: center;
}

.p-mb-cta__img p {
    font-size: 123.1%;
    text-align: left;
    margin-top: 14px;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .p-mb-cta__img {
        flex-direction: row;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .p-mb-cta__img p {
        font-size: 167%;
    }
}

.p-mb-cta__text {
    color: #2EA940;
    margin-top: 50px;
    font-size: 153.9%;
    font-weight: 700;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-mb-cta__text {
        margin-top: 88px;
        font-size: 216.049%;
    }
}