@charset "UTF-8";
.mv__arch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: flex-start;
    width: 100%;
	height: 108px;
    overflow: hidden;
}
.mv__arch.one {
    background-color: #fff;
}
.mv__arch.two {
    background-color: #F8F6F5;
}
.mv__arch-svg {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .mv__arch {
        height: 80px;
    }
    .mv__arch.one {
        height: 40px;
    }
    .mv__arch.two {
        height: 40px;
    }
    .mv__arch-svg {
        min-width: initial;
    }
}
/* -------------------------------- */
.about {
    position: relative;
    margin-top: -1px;
    padding: 100px 5% 100px;
    background: linear-gradient(#fff 50%, rgba(255,255,255,0) 50%);
    overflow: hidden;
    z-index: 2;
}
.about__inner {
    max-width: 1150px;
    margin: 0 auto;
}
.about__title {
    position: relative;
    text-align: center;
}
.about__title .about__title-ja {
    position: relative;
    display: block;
    color: #0F4E39;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 56px;
    z-index: 2;
}
.about__title .about__title-en {
    position: relative;
    display: block;
    color: #006E49;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .12em;
    line-height: 39px;
    z-index: 2;
}
.about__title img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 256px;
}
.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 78px;
}
.description p {
    display: block;
    color: #0F4E39;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 48px;
}
.description__border {
    max-width: 750px;
    margin-top: 17px;
}
.description__border img {
    width: auto;
    height: 8px;
}
@media screen and (max-width: 767px) {
    .about {
        padding: 50px 1rem 60px;
    }
    .about__title {
        position: relative;
        text-align: center;
    }
    .about__title .about__title-ja {
        font-size: 28px;
        letter-spacing: .04em;
        line-height: 1.8;
    }
    .about__title .about__title-en {
        margin-top: 2px;
        font-size: 16px;
        letter-spacing: .06em;
        line-height: 1.8;
    }
    .about__title img {
        max-width: 180px;
    }
    .description {
        margin-top: 60px;
    }
    .description p {
        font-size: 20px;
        letter-spacing: .04em;
        line-height: 1.8;
        text-align: center;
    }
    .description__border {
        max-width: 300px;
        margin-top: 15px;
        overflow: hidden;
    }
}
/* -------------------------------- */
.feature {
    position: relative;
    padding: 115px 5% 100px;
    background-color: #F8F6F5;
}
.feature__inner {
    max-width: 1150px;
    margin: 0 auto;
}
.feature__title {
    display: flex;
    justify-content: center;
}
.feature__title .feature__title-ja {
    display: block;
    color: #058057;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 56px;
    border-bottom: 2px dashed #058057;
}
.feature ul {
    display: flex;
    gap: 0 30px;
    margin-top: 240px;
}
.feature ul li {
    flex: 1;
    padding: 0 38px 35px;
    background-color: #fff;
    border: 4px solid #F5EAF6;
    border-radius: 20px;
}
.feature ul li .feature__visual {
    margin-top: -160px;
}
.feature ul li h3 {
    margin-top: 31px;
    color: #006E49;
	font-size: 31px;
	font-weight: bold;
    letter-spacing: .04em;
	line-height: 42.6px;
    text-align: center;
}
.feature ul li h4 {
    margin-top: 27px;
    padding: 2px;
    background-color: #F5EAF6;
    color: #006E49;
	font-size: 26px;
	font-weight: bold;
    letter-spacing: .04em;
	line-height: 42.6px;
    text-align: center;
    border-radius: 99rem;
}
.feature ul li p {
    margin-top: 20px;
	font-weight: 500;
    letter-spacing: .04em;
	line-height: 32.6px;
}
@media screen and (max-width: 767px) {
    .feature {
        padding: 80px 1rem 60px;
    }
    .feature__title .feature__title-ja {
        font-size: 28px;
        letter-spacing: .04em;
        line-height: 1.8;
    }
    .feature ul {
        flex-direction: column;
        gap: 140px 0;
        margin-top: 140px;
    }
    .feature ul li {
        padding: 0 20px 30px;
    }
    .feature ul li .feature__visual {
        margin-top: -100px;
    }
    .feature ul li h3 {
        margin-top: 20px;
        font-size: 24px;
        letter-spacing: .04em;
        line-height: 1.8;
    }
    .feature ul li h4 {
        margin-top: 20px;
        padding: 2px;
        font-size: 20px;
        letter-spacing: .04em;
        line-height: 1.5;
    }
    .feature ul li p {
        margin-top: 15px;
        letter-spacing: .04em;
        line-height: 1.5;
    }
}
/* -------------------------------- */
.flow {
    position: relative;
    padding: 115px 5% 100px;
}
.flow__inner {
    max-width: 1150px;
    margin: 0 auto;
}
.flow__title {
    display: flex;
    justify-content: center;
}
.flow__title .flow__title-ja {
    display: block;
    color: #058057;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 66px;
    border-bottom: 2px dashed #058057;
}
.flow__description {
    margin-top: 50px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 32.6px;
    text-align: center;
}
.flow ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 50px;
}
.flow ul::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100px;
    width: 10px;
    height: 100%;
    background-color: #D9E5DB;
    z-index: 1;
}
.flow ul li {
    position: relative;
    display: flex;
    gap: 0 53px;
    padding: 30px 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    z-index: 2;
}
.flow ul li .flow__number {
    color: #058057;
	font-size: 60px;
	font-weight: 600;
    font-style: italic;
    letter-spacing: .12em;
	line-height: 1.25;
    white-space: nowrap;
}
.flow ul li .flow__content {
    width: 100%;
}
.flow ul li .flow__content h3 {
    color: #058057;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}
.flow ul li .flow__content dl {
    margin-top: 15px;
	font-weight: 500;
	line-height: 30px;
}
.flow ul li .flow__content dl dd {
    position: relative;
    padding-left: 16px;
}
.flow ul li .flow__content dl dd::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 8px;
    height: 8px;
    background-color: #058057;
    border-radius: 50%;
}
footer {
    background-color: #F8F6F5;
}
@media screen and (max-width: 767px) {
    .flow {
        padding: 80px 1rem 60px;
    }
    .flow__title .flow__title-ja {
        font-size: 24px;
        letter-spacing: .04em;
        line-height: 1.8;
    }
    .flow__description {
        margin-top: 30px;
        letter-spacing: .04em;
        line-height: 1.8;
    }
    .flow ul {
        gap: 30px 0;
        margin-top: 30px;
    }
    .flow ul::after {
        left: 50%;
        transform: translate(-50%,0);
    }
    .flow ul li {
        flex-direction: column;
        gap: 10px 0;
        padding: 30px 20px;
    }
    .flow ul li .flow__number {
        font-size: 40px;
        letter-spacing: .06em;
    }
    .flow ul li .flow__content h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .flow ul li .flow__content dl {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
        margin-top: 15px;
        line-height: 1.5;
    }
    footer {
        background-color: #F8F6F5;
    }
}