@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
#contents {
    width: 100%;
    padding-bottom: 0;
}
.l-page * {
    font-family: "Noto Sans JP", sans-serif;
}
[class*="cnt__ttl"] {
    font-family: "Zen Maru Gothic";
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-top: 2px;
}
.pg__inner {
    width: 1140px;
    margin: 0 auto;
}

/*//////// MV ///////*/
.mv__wrap {
    width: 100%;
}
.md-mv-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 310px;
    overflow: hidden;
    background: url(../images/mv.webp) no-repeat center bottom / cover;
    margin-block: 0;
}

.md-mv-heading__headline {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding-left: 13px;
}
.mv__bottom {
    background: #ecffe8;
    box-shadow: 0 0 5.35px rgba(0, 0, 0, 0.15);
}
.mv__bottom .pg__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 0;
    box-sizing: border-box;
}
.mv__bottom__txt {
    margin: 0;
    color: #6db55c;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}
.mv__bottom__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 300px;
    height: 60px;
    padding: 10px 15px;
    border: 1px solid #1ea6d0;
    border-radius: 9999px;
    background: #1ea6d0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
}
.mv__bottom__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 22px;
    height: 15px;
    background: url(../images/icon_arrow.svg) no-repeat center / contain;
    transform: translateY(-50%);
    transition: 0.4s;
}
.mv__bottom__btn:hover {
    background: #fff;
    color: #1ea6d0;
    opacity: 1;
}
.mv__bottom__btn:hover::after {
    background: url(../images/icon_arrow_on.svg) no-repeat center / contain;
}

/*//////// MERIT ///////*/
.cmn__section--merit {
    padding: 92px 0;
    background: #fff;
}
.merit__headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 40px;
}
.merit__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.merit__fukidashi {
    display: block;
    width: 340px;
    height: auto;
}
.merit__ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.merit__ttl-en {
    margin: 0 0 -3px;
    color: #6db55c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.merit__ttl {
    margin: 0;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.merit__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.merit__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
}
.merit__item::before {
    content: "";
    position: absolute;
    top: -63px;
    width: 172px;
    height: 172px;
    border: 1px solid #6db55c;
    border-radius: 50%;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 0;
}
.merit__item--left::before {
    left: -66px;
}
.merit__item--right::before {
    right: -66px;
}
.merit__img {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 390px;
    height: 293px;
    overflow: hidden;
    border-radius: 10px;
}
.merit__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.merit__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 710px;
}
.merit__content-ttl {
    margin: 0;
    color: #6db55c;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.merit__content-txt {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

/*//////// FEATURES ///////*/
.cmn__section--feature {
    padding: 92px 0;
    background: #f6fff4;
}
.feature__ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}
.feature__ttl-en {
    margin: 0 0 -3px;
    color: #6db55c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.feature__ttl {
    margin: 0;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.feature__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
.feature__item {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 100%;
    min-height: 345px;
}
.feature__illust {
    flex-shrink: 0;
    width: 419px;
    height: 345px;
}
.feature__illust img {
    display: block;
    width: 100%;
    height: 100%;
}
.feature__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 671px;
}
.feature__content-ttl {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.feature__content-ttl span {
    color: #39a221;
}
.feature__content-txt {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.feature__merit-list {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.feature__merit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 364px;
    padding-bottom: 25px;
    border: 1px solid #6db55c;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}
.feature__merit-num {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 58px;
    background: #6db55c;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: 11px;
}
.feature__merit-num-label {
    font-size: 20px;
}
.feature__merit-num-value {
    font-size: 34px;
    line-height: 1.1;
}
.feature__merit-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 306px;
    margin-top: 20px;
    text-align: center;
}
.feature__merit-ttl {
    margin: 0;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.feature__merit-txt {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

/*//////// MANAGEMENT PLAN ///////*/
.cmn__section--plan {
    padding: 92px 0;
    background: #fff;
}
.plan__ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}
.plan__ttl-en {
    margin: 0 0 -3px;
    color: #6db55c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.plan__ttl {
    margin: 0;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.plan__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 19px 30px;
    box-sizing: border-box;
    width: 886px;
    margin: 0 auto 38px;
    padding: 50px;
    border-radius: 20px;
    background: #f6fff4;
    list-style: none;
}
.plan__item {
    display: flex;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
    width: 171px;
    padding-bottom: 4px;
    border-bottom: 1px solid #bfe0b7;
}
.plan__item-icon {
    display: block;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}
.plan__item-txt {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    white-space: nowrap;
}
.plan__item--etc {
    gap: 0;
    border: none;
}
.plan__item--etc .plan__item-txt {
    font-size: 16px;
}
.plan__lead {
    margin: 0;
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
/*//////// ACHIEVE ONE'S IDEALS ///////*/
.cmn__section--achieve {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 722px;
    padding: 92px 0;
    overflow: hidden;
    background: url(../images/ideals.webp) no-repeat center bottom / cover;
}

.cmn__section--achieve .pg__inner {
    position: relative;
    z-index: 1;
}
.achieve__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
    width: 1140px;
    padding: 50px;
    border-radius: 20px;
    background: #fff;
}
.achieve__ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.achieve__ttl-en {
    margin: 0 0 -3px;
    color: #6db55c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.achieve__ttl {
    margin: 0;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.achieve__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}
.achieve__txt {
    margin: 0;
    color: #565656;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.achieve__btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 300px;
    height: 60px;
    padding: 10px 15px;
    border: 1px solid #1ea6d0;
    border-radius: 9999px;
    background: #1ea6d0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
}
.achieve__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 22px;
    height: 15px;
    background: url(../images/icon_arrow.svg) no-repeat center / contain;
    transform: translateY(-50%);
    transition: 0.4s;
}
.achieve__btn:hover {
    background: #fff;
    color: #1ea6d0;
    opacity: 1;
}
.achieve__btn:hover::after {
    background: url(../images/icon_arrow_on.svg) no-repeat center / contain;
}

/*//////// HELPFUL TIPS / BLOG ///////*/
.cmn__section--blog {
    padding: 92px 0 0;
    background: #fff;
    overflow: hidden;
}
.blog__ttl-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}
.blog__ttl-en {
    margin: 0 0 -3px;
    color: #6db55c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.blog__ttl {
    margin: 0;
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.cmn__section--blog .js-swiper {
    width: 100%;
    overflow: hidden;
}
.blog__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog__item {
    width: 264px;
    height: auto;
}
.blog__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.blog__img {
    width: 100%;
    height: 181px;
    margin: 0 0 7px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #f5f5f5;
}
.blog__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s;
}
.blog__link:hover .blog__img img {
    transform: scale(1.08);
    opacity: 1;
}
.blog__detail {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 4px;
    min-height: 94px;
}
.blog__item-ttl,
.blog__content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog__item-ttl {
    margin: 0;
    color: #103578;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
.blog__content {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.blog__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 28px;
}
.blog__category {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 106px;
    height: 28px;
    margin: 0;
    padding: 0 11px;
    background: #f3f3f3;
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.blog__date {
    margin: 0;
}
.blog__date time {
    color: #0d6fb8;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
}
.js-swiper--center .swiper-wrapper {
    justify-content: center;
}
.cmn__section--blog .swiper-option-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.cmn__section--blog .swiper-button-prev,
.cmn__section--blog .swiper-button-next,
.cmn__section--blog .swiper-pagination {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
}
.cmn__section--blog .swiper-button-prev,
.cmn__section--blog .swiper-button-next {
    width: 45px;
    height: 45px;
}
.cmn__section--blog .swiper-button-prev::after,
.cmn__section--blog .swiper-button-next::after {
    content: none;
}
.cmn__section--blog .swiper-button-prev {
    background: url(../images/swiper_prev.svg) no-repeat center / contain;
}
.cmn__section--blog .swiper-button-next {
    background: url(../images/swiper_next.svg) no-repeat center / contain;
}
.cmn__section--blog .swiper-button-prev:hover {
    background: url(../images/swiper_prev_on.svg) no-repeat center / contain;
}
.cmn__section--blog .swiper-button-next:hover {
    background: url(../images/swiper_next_on.svg) no-repeat center / contain;
}
.cmn__section--blog .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: fit-content;
    display: flex;
    gap: 2px;
}
.cmn__section--blog .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    margin: 0;
    border-radius: 4px;
    background: #e1e1e1;
    opacity: 1;
}
.cmn__section--blog .swiper-pagination-bullet-active {
    background: #6db55c;
}
.blog__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 50px;
    margin: 30px auto 0;
    border: 1px solid #6db55c;
    border-radius: 25px;
    background: #6db55c;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
    text-decoration: none;
    transition: 0.4s;
}
.blog__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 11px;
    height: 8px;
    background: url(../images/icon_arrow.svg) no-repeat center / contain;
    transform: translateY(-50%);
    transition: 0.4s;
}
.blog__btn:hover {
    background: #fff;
    color: #6db55c;
    opacity: 1;
}
.blog__btn:hover::after {
    background-image: url(../images/icon_arrow_green.svg);
}

/*//////// CONTACT ///////*/
.cmn__section--contact {
    padding: 92px 0 80px;
    background: #fff;
}
.contact__inner {
    box-sizing: border-box;
    width: 1290px;
    margin: 0 auto;
    padding: 92px 0;
    border-radius: 20px;
    background: #0d6fb8;
}
.cnt__ttl--contact,
.cnt__ttl--contact span {
    color: #fff;
    text-align: center;
}
.cnt__ttl--contact {
    margin: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
}
.cnt__ttl--contact span {
    display: block;
    margin-bottom: -3px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.contact__list {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}
[class*="contact__item"] {
    position: relative;
    box-sizing: border-box;
    width: 342px;
    height: 211px;
    padding-top: 90px;
    border-radius: 8px;
    background: #fff;
}
[class*="contact__item"]::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.contact__item--tel::before {
    background: url(/images/top/contact_tel-icn.svg) no-repeat center / contain;
}
.contact__item--line::before {
    background: url(/images/top/contact_line-icn.svg) no-repeat center / contain;
}
.contact__item--mail::before {
    background: url(/images/top/contact_mail-icn.svg) no-repeat center / contain;
}
.tel__num {
    margin: 0;
    color: #333;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.company__time {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 14px;
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
}
.company__time-item {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}
.contact__txt {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
.contact__bt {
    margin-top: 14px;
}
[class*="contact__bt-link"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-decoration: none;
    transition: opacity 0.3s;
}
[class*="contact__bt-link"]:hover {
    opacity: 0.85;
}
.contact__bt-link--line {
    background: #0fa24b;
}
.contact__bt-link--mail {
    background: #1ea6d0;
}
[class*="contact__bt-link"]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 11px;
    height: 8px;
    margin: auto;
    background: url(/images/top/arrow_w.svg) no-repeat center / contain;
}

