* {
    color: #191919;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", sans-serif
}
html.lp01 {
    margin-top: 0!important;
}
html, body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
a {
    text-decoration: none!important;
    transition: .3s;
}
a:hover {
    opacity: .75;
    text-decoration: none;
}
.c-title {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #013938;
}
.u-text--center {
    text-align: center;
}
.u-text--center > p {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
}
.u-text--center > p span {
    position: relative;
}
.u-text--center > p span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -25px;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform: rotate(75deg) translateY(-50%);
}
.u-text--center > p span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -25px;
    width: 16px;
    height: 2px;
    background-color: #000;
    transform: rotate(-75deg) translateY(-50%);
}
.p-flow__days.u-text--center > p span::before,
.p-flow__days.u-text--center > p span::after {
    content: none;
}
.c-button {
    position: relative;
    display: inline-flex;
    justify-content: center;
    width: 470px;
    padding: 28px 0;
    font-size: 22px;
    font-weight: bold;
    background-color: #D01123;
    box-shadow: 0px 0px 13px #2327278A;
}
.c-button > span {
    position: relative;
    align-content: center;
    color: #fff;
}
.c-button::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.c-button > img {
    width: 33px;
    padding-right: 8px;
}
.c-button > img.sm {
    width: 28px;
}
.l-header {
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 20px;
    align-content: center;
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}
.l-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-header__logo img {
    width: 135px;
    vertical-align: middle;
}
.l-header__menu {

}
.l-header__btn {
    display: inline-block;
    text-align: center;
    width: 170px;
    padding: 9px 0;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-color: #D01123;
}
.p-mv {
    display: flex;
    justify-content: center;
    height: 580px;
    margin: 0 auto;
    background: url(../images/lp01/mv_bg.png) top center / cover no-repeat;
    overflow: hidden;
}
.p-mv__left {
    position: relative;
    max-width: 740px;
    transform: translateY(40px);
}
.p-mv__left::after {
    /* position: absolute;
    content: "";
    bottom: -10%;
    right: -54%;
    display: block;
    width: 473px;
    height: 566px;
    background: url(../images/lp01/mv_01.png) top center / cover no-repeat; */
}
.p-mv__right {
    width: 473px;
    height: 566px;
}
.p-mvContent {
    text-align: center;
    margin: 0 0 24px auto;
    padding: 50px 26px 35px;
    background: rgba(255, 255, 255, .5);
}
.p-mvContent h1 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}
.p-mvContent h2 {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 1.35;
    font-weight: bold;
    color: #014F4D;
}
.p-mv .c-feature__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    margin: 0 auto;
}
.p-mv .c-feature__items {
    box-sizing: border-box;
    max-width: 220px;
    padding: 0 23px;
}
.p-mv .c-feature__items::before,
.p-mv .c-feature__items::after {
    width: 34px;
    height: 82px;
}
.p-mv .c-feature__items img {
    width: 37px;
}
.p-mv .c-feature__items img.sm {
    width: 31px;
}
.p-mv .c-feature__content.lg {
    transform: translateX(-5px);
}
.p-mv .c-feature__content h3 {
    display: inline-block;
    min-width: 110px;
    margin-bottom: 5px;
    font-size: 11px;
}
.p-mv .c-feature__content h3.sm {
    min-width: 95px;
}
.p-mv .c-feature__content span {
    font-size: 40px;
}
.p-mv .c-feature__content p span.text,
.p-mv .c-feature__content p.area span.br {
    font-size: 20px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
.p-service {
    padding: 75px 0 85px;
    background-color: #DEEBEB;
}
.p-service .c-title {
    position: relative;
    margin-bottom: 80px;
}
.p-service .c-title::after {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 33px;
    height: 3px;
}
.p-service__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 1020px;
    margin: 0 auto 40px;
    padding: 0 20px;
}
.p-service__items {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
    max-width: 325px;
    box-shadow: 0px 0px 13px #6188885C;
}
.p-service__items img {
    width: 100%;
    vertical-align: top;
}
.p-service__content {
    padding: 10px 15px;
    background-color: #fff;
}
.p-service__content h3 {
    display: inline-block;
    margin-left: -15px;
    margin-bottom: 12px;
    padding: 7px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #013938;
}
.p-service__content p {
    font-size: 14px;
    font-weight: bold;
}
.p-service__banner {
    display: block;
    max-width: 925px;
    margin: 0 auto 40px;
}
.p-service__banner img {
    width: 100%;
}
.c-feature {
    padding: 70px 0 60px;
    background-color: #fff;
}
.c-feature .c-title {
    margin-bottom: 56px;
}
.c-feature__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 30px;
    max-width: 1020px;
    margin: 0 auto 45px;
}
.c-feature__items {
    position: relative;
    display: flex;
    justify-content: center;
    width: 315px;
}
.c-feature__items img {
    width: 44px;
    margin-right: 6px;
}
.c-feature__items img.sm {
    width: 35px;
}
.c-feature__items::before {
    position: absolute;
    content: "";
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    width: 55px;
    height: 110px;
    background: url(../images/lp01/figure01.png) center center / cover no-repeat;
}
.c-feature__items::after {
    position: absolute;
    content: "";
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    width: 55px;
    height: 110px;
    background: url(../images/lp01/figure02.png) center center / cover no-repeat;
}
.c-feature__content {
    text-align: center;
}
.c-feature__content h3 {
    display: inline-block;
    text-align: center;
    min-width: 130px;
    margin-bottom: 5px;
    padding: 3px 7px;
    border: 1px solid #013938;
    border-radius: 16px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #013938;
}
.c-feature__content p {
    color: #D01123;
    line-height: 1;
}
.c-feature__content span {
    align-content: center;
    font-size: 66px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #D01123;
}
.c-feature__content span.text {
    font-size: 27px;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}
.c-feature__content p.area {
    display: flex;
    justify-content: center;
}
.c-feature__content p.area span.br {
    font-size: 23px;
}
.p-cta {
    padding: 80px 0;
    background-color: #DEEBEB;
}
.p-flow {
    box-sizing: border-box;
    max-width: 1140px;
    margin: 0 auto 75px;
    padding: 82px 80px 58px;
    background-color: #fff;
    box-shadow: 5px 3px 18px #6188883C;
}
.p-flow .c-title {
    margin-bottom: 25px;
}
.p-flow__text {
    text-align: center;
    margin-bottom: 38px;
    font-size: 16px;
}
.p-flow__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 160px));
    column-gap: 4px;
    row-gap: 4px;
    margin-bottom: 18px;
}
.p-flow__items {
    text-align: center;
    padding: 20px 14px 14px;
    background-color: #DEEBEB;
}
.p-flow__items span {
    display: inline-block;
    margin-bottom: 18px;
    padding: 1px 8px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: bold;
    background-color: #013938;
    color: #fff;
}
.p-flow__items h3 {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #013938;
}
.p-flow__items img {
    width: 130px;
    aspect-ratio: 130 / 65;
}
.p-flow__days {
    width: 1020px;
    height: 80px;
    margin-bottom: 35px;
    transform: translateX(-40px);
    background: url(../images/lp01/yazirushi.png), left -40px center / contain no-repeat;
}
.p-flow__days p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-top: -8px;
    margin-bottom: 0;
    font-size: 24px;
}
.p-flow__days p span {
    margin-top: 20px;
}
.p-faq .c-title {
    margin-bottom: 45px;
}
.p-faq__wrapper {
    max-width: 770px;
    margin: 0 auto;
}
.p-faq__content:not(:first-of-type) {
    margin-top: 10px;
}
.p-faq__content:last-of-type {
    margin-bottom: 10px;
}
.p-faq__question {
    display: flex;
    align-items: baseline;
    padding: 30px 35px;
    background-color: #FFFFFF;
}
.p-faq__question > span {
    padding-right: 6px;
    white-space: nowrap;
    font-size: 23px;
    font-weight: bold;
    color: #013938;
}
.p-faq__question p {
    align-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #013938;
}
.p-faq__answer {
    display: flex;
    align-items: baseline;
    padding: 25px 35px;
}
.p-faq__answer > span {
    padding-right: 6px;
    white-space: nowrap;
    font-size: 23px;
    font-weight: bold;
    color: #D01123;
}
.p-faq__answer p {
    align-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #191919;
}
.p-document {
    padding: 65px 0;
}
.p-document .c-title {
    margin-bottom: 50px;
}
.p-document__list {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}
.p-document__items {
    max-width: 310px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
}
.p-document__items img {
    width: 100%;
}
.p-document__items p {
    margin: 15px 0;
    font-size: 14px;
    color: #1a1a1a;
}
.p-document__btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #013938;
    background-color: #fff;
}
.p-document__btn > span {
    position: relative;
    color: #013938;
}
.p-document__btn > span::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/lp01/dl-icon.png) center center / cover no-repeat;
}