@charset "UTF-8";
/* ---------------------------------------------
*   font
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */

.l-contents {
    /*max-width: 1920px;*/
    margin-inline: auto;
    background-color: #fff;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
	position: relative;
}
.l-contents hr[id^=anchor-] {
    display: block;
    width: auto;
    height: 0;
    border: 0;
    background: 0;
    pointer-events: none;
}

/* ---------------------------------------------
*   l-container
--------------------------------------------- */

.l-container {
    padding-inline: 20px;
    max-width: 980px;
    margin-inline: auto;
    /*overflow: hidden;*/
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
    .l-container {
        padding-inline: 10px;
        width: calc(330/355*100%);
    }
}
.l-container--960 {
    max-width: 960px;
}
.l-container--blue {
    background-color: #e3f2f9;
}
.l-container--gray {
    background-color: #F5F5F6;
}
.l-container-gray {
    background-color: #F5F5F6;
	padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
    .l-container-gray {
        padding-bottom: calc(165/375*100vw);
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */

.c-block-bg {
    padding-top: 118px;
    background-color: #ffe5e6;
    position: relative;
}
@media screen and (max-width: 767px) {
    .c-block-bg {
        padding-top: 13.0666666667vw;
    }
}
/* ---------------------------------------------
*   c-block-contact
--------------------------------------------- */

.c-block-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*@media screen and (max-width: 767px) {
    .c-block-contact {
        padding-bottom: 8vw;
    }
}*/
.c-block-contact__title {
    font-size: 14px;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .c-block-contact__title {
        /*font-size: 3.7333333333vw;*/
        font-size: 14px;
    }
}
.c-block-contact__main {
    line-height: 1.4;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 32px;
    gap: 10px;
}
.c-block-contact__main>*:not(:last-child) {
    margin-bottom: 4px;
}
.c-block-contact__main a {
    color: #181A24;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .c-block-contact__main a {
        pointer-events: none;
    }
}
@media screen and (max-width: 767px) {
    .c-block-contact__main a {
        /*font-size: 8.5333333333vw;*/
        font-size: 32px;
        white-space: nowrap;
        margin-top:  calc(-2/375*100vw);
    }
}
.c-block-contact__main img {
    width: 43px;
}
@media screen and (max-width: 767px) {
    .c-block-contact__copy {
        /*font-size: 3.7333333333vw;*/
        font-size: 13px;
    }

    .c-block-contact__main {
        gap: calc(3/375*100vw);
    }

    .c-block-contact__main span {
        flex-shrink: 0;
    }

    .c-block-contact__main img {
        width: calc(45/375*100vw);
    }
}
.c-block-contact>*:not(:last-child) {
    margin-bottom: 5px;
}
.c-block-contact__main-large {
    position: relative;
    font-size: 40px;
}
.c-block-contact__main-large::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
}
@media screen and (max-width: 767px) {
    .c-block-contact__main-large {
        /*font-size: calc(40/375*100vw);*/
        font-size: 40px;
    }
    .c-block-contact__main-large::after {
        /*bottom: calc(6/375*100vw);*/
        bottom: 6px;
    }
    .c-block-contact>*:not(:last-child) {
        margin-bottom: calc(11/375*100vw);
    }
}
/* ---------------------------------------------
*   c-block-btn
--------------------------------------------- */

.c-block-btn {
    padding: 30px 0;
}
.c-block-btn--point {
    padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
    .c-block-btn {
        padding: calc(28/375*100vw) 0 calc(27/375*100vw);
    }
    .c-block-btn--point {
        padding-bottom: calc(50/375*100vw);
    }
}
/* ---------------------------------------------
*   c-block-more
--------------------------------------------- */

.c-block-more__content {
    position: relative;
    overflow: hidden;
    height: 115px;
}
.c-block-more--acc .c-block-more__content {
    height: 0;
}
@media screen and (max-width: 767px) {
    .c-block-more__content {
        height: 115px;
    }

    .c-block-more--acc .c-block-more__content {
        height: 0;
    }
}
.c-block-more__content::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 120%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%);
    content: "";
    transition: .3s;
}
.c-block-more--acc .c-block-more__content::after {
    display: none;
}
.is-open .c-block-more__content::after {
    z-index: -1;
    opacity: 0;
}
.c-block-more__txt {
    line-height: 2;
}
.c-block-more__btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding-right: 13px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.c-block-more__btn:hover {
    opacity: .8;
}
.c-block-more__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    aspect-ratio: 8/7;
    background: url(../img/icon_triange.svg) no-repeat center/contain;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
    .c-block-more__btn {
        padding-right: calc(10/375*100vw);
        /*font-size: calc(10/375*100vw);*/
        font-size: 10px;
    }
    .c-block-more__btn::after {
        /*width: calc(7/375*100vw);*/
        width: 7px;
    }
}
.is-open .c-block-more__btn::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}
.is-open .c-block-more__btn-txt--open {
    display: none;
}
.c-block-more__btn-txt--close {
    display: none;
}
.is-open .c-block-more__btn-txt--close {
    display: inline-block;
}
.c-block-more__btn-txt {
    position: relative;
}
.c-block-more--acc .c-block-more__btn {
    padding-right: 0;
    width: 200px;
    height: 38px;
    margin: 25px auto 0;
    background-color: #fff;
    border-radius: 999px;
}

@media screen and (max-width: 767px) {
    .c-block-more--acc .c-block-more__btn {
        width: calc(150/375*100vw);
        height: calc(29/375*100vw);
        /*margin-top: calc(20/375*100vw);*/
        margin-top: 5px;
    }
}

.c-block-more__btn--acc::after {
    display: none;
}
/*.c-block-more__btn--acc .c-block-more__btn-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -45px;
    display: block;
    width: 8px;
    aspect-ratio: 8/7;
    background: url(../img/icon_triange.svg) no-repeat center/contain;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.is-open .c-block-more__btn--acc .c-block-more__btn-txt::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}*/

.c-block-more__btn--acc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    aspect-ratio: 8/7;
    background: url(../img/icon_triange.svg) no-repeat center/contain;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.is-open .c-block-more__btn--acc::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

/* ---------------------------------------------
*   c-block-point
--------------------------------------------- */

.c-block-point {
    position: relative;
    padding: 51px 0 125px;
    background-color: #E3F2F9;
    margin-top: calc(58/1280*100vw);
    margin-bottom: calc(76/1280*100vw);
}
.c-block-point::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(-58/1280*100vw);
    display: block;
    width: 100vw;
    height: calc(113/1280*100vw);
    background: url(../img/bg_wave_2.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-block-point::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: calc(-81/1280*100vw);
    display: block;
    width: 100vw;
    height: calc(132/1280*100vw);
    background: url(../img/bg_wave_3.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.c-block-point__list {
    position: relative;
    z-index: 2;
}
.c-block-point__item {
    padding: 20px 40px 30px;
    border-radius: 10px;
    background-color: #fff;
}
.c-block-point__item+.c-block-point__item {
    margin-top: 50px;
}
.c-block-point__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    gap: 17px;
    margin-bottom: 16px;
}
.c-block-point__point {
    display: block;
    width: 81px;
    flex-shrink: 0;
}
.c-block-point__ttl {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #E6002D;
    font-size: 20px;
    font-weight: 900;
    line-height: calc(35/20);
    margin-top: -13px;
}
.c-block-point__ttl::before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: .3em;
    left: 0;
    display: block;
    width: 100%;
    height: 0.6em;
    background-color: #FFE5E6;
}
.c-block-point__ttl-strong {
    font-size: 32px;
    margin-left: 5px;
}
.c-block-point__txt-wrap {
    padding: 10px 25px;
    display: block;
    width: calc(634/880*100%);
    margin: 0 auto;
    border-radius: 999px;
    background-color: #E3F2F9;
}
.c-block-point__txt {
    display: inline;
    font-size: 16px;
    font-weight: 700;
    line-height: calc(21/16);
}
.c-block-point__txt--strong {
    color: #E6002D;
}

.c-block-point__txt sup {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
}

.c-block-point__note {
    padding: 22px calc(30/960*100%) 0;
}
@media screen and (max-width: 767px) {
    .c-block-point {
        padding: calc(35/375*100vw) 0 calc(93/375*100vw);
        margin-top: calc(29/375*100vw);
    }
    .c-block-point::before {
        top: calc(-34/375*100vw);
        height: calc(93/375*100vw);
        background: url(../img/sp/bg_wave_2.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .c-block-point::after {
        bottom: calc(-41/375*100vw);
        height: calc(74/375*100vw);
        background: url(../img/sp/bg_wave_3.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
    .c-block-point__list {
        width: 88%;
        margin: 0 auto;
    }
    .c-block-point__item {
        padding: calc(17/375*100vw) calc(10/375*100vw) calc(10/375*100vw);
    }
    .c-block-point__item+.c-block-point__item {
        margin-top: calc(39/375*100vw);
    }
    .c-block-point__head {
        gap: calc(9/375*100vw);
        margin-bottom: calc(12/375*100vw);
    }
    .c-block-point__point {
        width: calc(60/375*100vw);
    }
    .c-block-point__ttl {
        font-size: calc(16/375*100vw);
        margin-top: calc(-10/375*100vw);
        white-space: nowrap;
    }
    .c-block-point__ttl-strong {
        font-size: calc(24/375*100vw);
        margin-left: 0;
    }
    .c-block-point__ttl-strong {
        margin-left: calc(5/375*100vw);
    }
    .c-block-point__ttl-strong--20 {
        font-size: calc(20/375*100vw);
    }
    .c-block-point__txt-wrap {
        padding: calc(13/375*100vw) calc(18/375*100vw);
        border-radius: calc(15/375*100vw);
        width: 83%;
    }
    .c-block-point__txt {
        font-size: calc(14/375*100vw);
    }
    .c-block-point__txt sup {
        font-size: calc(8/375*100vw);
    }
    .c-block-point__note {
        padding: calc(17/375*100vw) calc(10/375*100vw) 0;
    }
}
/* ---------------------------------------------
*   c-box-trouble
--------------------------------------------- */

.c-box-trouble {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: stretch;
    align-items: stretch;
    gap: 10px;
}
.c-box-trouble__contents {
    padding: 22px 20px;
    background-color: #F5F5F6;
    width: calc(420/960*100%);
	text-align: center;
}
.c-box-trouble__contents .c-list-other {
    margin-top: 10px;
}
.c-box-trouble__contents--center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.c-box-trouble__ballorn {
    display: block;
    width: calc(198/400*100%);
    margin: 0 auto 3px;
}
.c-box-trouble__contents-bottom {
	display: inline-block;
	text-align: left;
}
.c-box-trouble__contents .c-block-contact__text {
	font-size: 13px;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .c-box-trouble {
        display: block;
    }
    .c-box-trouble__contents {
        padding: calc(23/375*100vw) calc(7/375*100vw);
        width: auto;
    }
    .c-box-trouble__contents + .c-box-trouble__contents {
        margin-top: calc(17/375*100vw);
    }

    .c-box-trouble__contents .c-list-other {
        margin-top:  calc(14/375*100vw);
    }
    .c-box-trouble__ballorn {
        width: calc(191/375*100vw);
        margin: 0 auto calc(5/375*100vw);
    }
	.c-box-trouble__contents .c-block-contact__text {
		margin-top:  calc(14/375*100vw);
	}

}
/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */

.c-btn-1 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding: 19px 0 21px;
    max-width: 432px;
    width: calc(432/960*100%);
    background-color: #E6002D;
    text-align: center;
    box-shadow: 0 5px 0 #181A24;
    border-radius: 999px;
    border: 2px solid #E6002D;
    transition: background-color 300ms, box-shadow 300ms, border 300ms;
    cursor: pointer;
}
.safari .c-btn-1 {
    overflow: hidden;
}
.c-btn-1:hover {
    color: #E6002D;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
}
.c-btn-1--blue {
    border: 2px solid #004098;
}
.c-btn-1--blue:hover {
    background-color: #004098;
    opacity: .8;
}
.c-btn-1__txt {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: bold;
    transition: color 300ms;
}
.c-btn-1__txt::after {
    content: "";
    display: block;
    width: 7px;
    aspect-ratio: 7/11;
    mask: url(../img/ico_arrow-2.svg) no-repeat center/contain;
    background-color: #fff;
    position: absolute;
    top: 55%;
    right: 0;
    transform: translateY(-50%);
    transition: background-color 300ms;
}
.c-btn-1:hover .c-btn-1__txt {
    color: #E6002D;
}
.c-btn-1:hover .c-btn-1__txt::after {
    background-color: #E6002D;
}
.c-btn-1--blue .c-btn-1__txt {
    padding-right: 0;
}
.c-btn-1--blue .c-btn-1__txt::after {
    display: none;
}
.c-btn-1--blue::after {
    content: "";
    display: block;
    width: 7px;
    aspect-ratio: 7/11;
    background: url(../img/ico_arrow-2.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.c-btn-1--blue:hover .c-btn-1__txt {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .c-btn-1 {
        max-width: inherit;
        width: calc(280/330*100%);
        padding: 5.533333vw 0;
        box-shadow: 0 calc(5/375*100vw) 0 #181A24;
    }
    .c-btn-1__txt {
        /*font-size: calc(14/375*100vw);*/
        font-size: 14px;
        padding-right: calc(19/375*100vw);
    }
    .c-btn-1__txt::after {
        display: none;
        /*width: calc(7/375*100vw);*/
/*        width: 7px;
        right: calc(-14/375*100vw);*/
    }
    .c-btn-1::after {
        content: "";
        display: block;
        width: 7px;
        aspect-ratio: 7/11;
        mask: url(../img/ico_arrow-2.svg) no-repeat center/contain;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: calc(15/375*100vw);
        transform: translateY(-50%);
        /*width: calc(7/375*100vw);*/
        /*right: calc(-14/375*100vw);*/
    }
}
.c-btn-1--blue {
    width: 100%;
    background-color: #004098;
    box-shadow: 0 0 0 transparent;
    transition: opacity .3s;
}

/* ---------------------------------------------
*   c-btn-2
--------------------------------------------- */
.c-btn-2 {
    position: relative;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 19px 0 21px;
    max-width: 422px;
    width: calc(422/880*100%);
    background-color: #fff;
    text-align: center;
    border-radius: 999px;
    transition: opacity 300ms;
    cursor: pointer;
    border: 2px solid #004098;
}
.c-btn-2:hover {
    text-decoration: none;
    opacity: .8;
}
.c-btn-2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 12px;
    aspect-ratio: 12/15;
    background: url(../img/icon_pdf.svg) no-repeat center/contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-btn-2--yoyaku:after {
    right: 60px;
    display: block;
    width: 7px;
    aspect-ratio: 7/11;
    background: url(../img/ico_arrow-3.svg) no-repeat center/contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-btn-2__txt {
    position: relative;
    display: inline-block;
    color: #004098;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-btn-2 {
        padding: calc(19/375*100vw) calc(19/375*100vw) calc(21/375*100vw);
        max-width: inherit;
        width: 100%;
    }
    .c-btn-2--yoyaku {
        width: auto;
    }
    .c-btn-2:after {
        right: calc(16/375*100vw);
        /*width: calc(13/375*100vw);*/
        width: 13px;
    }
    .c-btn-2--yoyaku:after {
        right: calc(17/375*100vw);
        /*width: calc(7/375*100vw);*/
        width: 7px;
    }
    .c-btn-2__txt {
        /*font-size: calc(14/375*100vw);*/
        font-size: 14px;
    }
    .c-btn-2--yoyaku .c-btn-2__txt {
        /*font-size: calc(16/375*100vw);*/
        font-size: 16px;
    }
    .edge .c-btn-2--yoyaku .c-btn-2__txt {
        padding-right: calc(10/375*100vw);
    }
}

/* ---------------------------------------------
*   c-btn_btm__txt
--------------------------------------------- */
.c-btn_btm__txt {
	font-size: 12px;
	margin-top: 1em;
	text-align: center;
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */

.c-kv {
    position: relative;
    z-index: 0;
    padding: 28px 0 0;
    margin-bottom: calc(58/1280*100vw);
    background-color: #E3F2F9;
}
.c-kv__img {
    width: calc(620/960*100%);
    margin: 0 auto;
}
.c-kv::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: calc(-58/1280*100vw);
    display: block;
    width: 100vw;
    height: calc(104/1280*100vw);
    background: url(../img/bg_wave_1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
    .c-kv {
        padding: 0 0 calc(13/375*100vw);
        margin-bottom: calc(36/375*100vw);
    }
    .c-kv__img {
        width: 95%;
    }
    .c-kv::after {
        bottom: calc(-36/375*100vw);
        height: calc(81/375*100vw);
        background: url(../img/sp/bg_wave_1.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }
}
/* ---------------------------------------------
*   c-link-1
--------------------------------------------- */

.c-link-1 {
    display: inline-block;
    transition: opacity 300ms;
}
.c-link-1::after {
    content: "";
    display: inline-block;
    width: 18px;
    aspect-ratio: 15/8;
    background: url(../img/ico_arrow-1.svg) no-repeat center/contain;
    transform: translate(7px, 1px);
}
@media screen and (max-width: 767px) {
    .c-link-1::after {
        width: 4.2666666667vw;
        transform: translate(1.6vw, 0);
    }
}
.c-link-1__txt {
    color: #004097;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #004097;
}
@media screen and (max-width: 767px) {
    .c-link-1__txt {
        font-size: 4vw;
    }
}
.c-link-1:hover {
    text-decoration: none;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .c-link-1:hover .c-link-1__txt {
        border-color: transparent;
    }
}
/* ---------------------------------------------
*   c-list-kaketsuke
--------------------------------------------- */

.c-list-kaketsuke__item+.c-list-kaketsuke__item {
    margin-top: 18px;
}
.c-list-kaketsuke__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-list-kaketsuke__item+.c-list-kaketsuke__item {
        margin-top: calc(10/375*100vw);
    }
}
/* ---------------------------------------------
*   c-list-other
--------------------------------------------- */

.c-list-other {
    padding-top: 8px;
    padding-bottom: 12px;
}
.c-list-other__item--note {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 4px;
    margin-bottom: 7px;
}
.c-list-other__txt {
    padding-left: 1em;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21/14);
    text-indent: -1em;
}
.c-list-other__txt--note {
    padding-left: 0;
    font-size: 12px;
    text-indent: 0;
}
.c-list-other__txt--ch {
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .c-list-other {
        /*padding: calc(8/375*100vw) 0 calc(12/375*100vw);*/
        padding: 8px 0 12px;
    }
    /*.c-list-other__item+.c-list-other__item {
        margin-top: calc(-5/375*100vw);
    }*/
    .c-list-other__item--note {
        margin-top: calc(5/375*100vw);
        margin-bottom: calc(5/375*100vw);
    }
    .c-list-other__txt {
        /*font-size: calc(12/375*100vw);*/
        font-size: 12px;
    }
}
.c-list-other--p0 {
    padding: 0;
}
/* ---------------------------------------------
*   c-section-worry
--------------------------------------------- */

.c-section-worry {
    padding: 35px 0;
    overflow: hidden;
}
.c-section-worry__head {
    margin-bottom: 14px;
}
.c-section-worry__ttl {
    display: block;
    width: calc(530/960*100%);
    margin: 0 auto;
}
.c-section-worry__img {
    display: block;
    width: calc(948/960*100%);
    margin: 0 auto;
    -webkit-transform: translateX(calc(10/960*100%));
    -ms-transform: translateX(calc(10/960*100%));
    -o-transform: translateX(calc(10/960*100%));
    transform: translateX(calc(10/960*100%));
}
@media screen and (max-width: 767px) {
    .c-section-worry {
        padding: calc(7/375*100vw) 0;
    }
    .c-section-worry__head {
        margin-bottom: calc(12/375*100vw);
    }
    .c-section-worry__ttl {
        width: calc(265/330*100%);
    }
    .c-section-worry__img {
        width: 99.4vw;
        margin: 0 calc(50% - 49.7vw);
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .windows .c-section-worry__img {
        width: 96vw;
        margin: 0 calc(50% - 48vw);
    }
}
/* ---------------------------------------------
*   c-section-kaketsuke
--------------------------------------------- */

.c-section-kaketsuke {
    padding: 12px 0;
}
.c-section-kaketsuke__head {
    margin-bottom: 58px;
}
.c-section-kaketsuke__ttl {
    display: block;
    width: calc(652/960*100%);
    margin: 0 auto;
    -webkit-transform: translateX(calc(6/960*100%));
    -ms-transform: translateX(calc(6/960*100%));
    -o-transform: translateX(calc(6/960*100%));
    transform: translateX(calc(6/960*100%));
}
@media screen and (max-width: 767px) {
    .c-section-kaketsuke {
        padding: calc(30/375*100vw) 0 calc(19/375*100vw);
    }
    .c-section-kaketsuke__head {
        margin-bottom: calc(43/375*100vw);
    }
    .c-section-kaketsuke__ttl {
        width: 95%;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
/* ---------------------------------------------
*   c-section-other
--------------------------------------------- */

.c-section-other {
    padding: 15px 0;
}
.c-section-other__head {
    position: relative;
    margin-bottom: 5px;
}
.c-section-other__head::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.c-section-other__head--mizu::before {
    background-color: #01A0E8;
}
.c-section-other__head--denki::before {
    background-color: #F39800;
}
.c-section-other__ttl {
    position: relative;
    padding: 0 25px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.c-section-other__ttl--mizu {
    color: #01A0E8;
}
.c-section-other__ttl--denki {
    color: #F39800;
}
@media screen and (max-width: 767px) {
    .c-section-other {
        padding: calc(13/375*100vw) 0;
    }
    .c-section-other__head {
        margin-bottom: calc(4/375*100vw);
    }
    .c-section-other__ttl {
        /*padding: 0 calc(10/375*100vw);*/
        /*font-size: calc(14/375*100vw);*/
        padding: 0 13px;
        font-size: 14px;
    }
}
/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */

.c-section-1 {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    background-color: #F5F5F6;
    margin-top: -20px;
}

@media screen and (min-width: 768px) {
    .c-section-1--faq {
        padding-bottom: 60px;
    }
}
.c-section-1__head {
    margin-bottom: 40px;
}
.c-section-1__foot {
    margin-top: 67px;
}
@media screen and (max-width: 767px) {
    .c-section-1 {
        padding-bottom: calc(56/375*100vw);
        margin-top: 0;
    }
    .c-section-1__head {
        margin-bottom: calc(34/375*100vw);
    }
    .c-section-1__foot {
        margin-top: calc(65/375*100vw);
    }
}
/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */

.c-section-2 {
    padding-top: 75px;
    padding-bottom: 125px;
    background-color: #F5F5F6;
}
.c-section-2__head {
    margin-bottom: 8px;
}
.c-section-2__foot {
    margin-top: 47px;
}
@media screen and (max-width: 767px) {
    .c-section-2 {
        padding-top: calc(45/375*100vw);
        padding-bottom: calc(68/375*100vw);
    }
    .c-section-2__head {
        margin-bottom: calc(10/375*100vw);
    }
    .c-section-2__foot {
        margin-top: calc(52/375*100vw);
    }
}
/* ---------------------------------------------
*   c-card
--------------------------------------------- */

.c-card {
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
    border-radius: 10px;
}
.c-card__inner {
    padding: 37px 40px;
}
.c-card__list {
    margin-bottom: 27px;
}
.c-card__term {
    margin-bottom: 15px;
}
.c-card__desc .c-txt-1 {
    margin-top: 17px;
}
.c-card__note {
    margin-top: 30px;
}
.c-card__btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.c-card__btn-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 35px;
}
.c-card--yoyaku .c-card__inner {
    padding-top: 13px;
}
.c-card--yoyaku .c-card__term {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .c-card {
        width: 93%;
        margin: 0 auto;
    }
    .c-card__inner {
        padding: calc(22/375*100vw) calc(17/375*100vw);
    }
    .c-card__list {
        margin-bottom: calc(19/375*100vw);
    }
    .c-card__list:last-of-type {
        margin-bottom: 0;
    }
    .c-card__term {
        margin-bottom: calc(13/375*100vw);
    }
    .c-card__desc .c-txt-1 {
        /*font-size: calc(14/375*100vw);*/
        font-size: 14px;
        line-height: calc(22/14);
        margin-top: calc(17/375*100vw);
    }
    .c-card__btn-wrap {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: calc(21/375*100vw);
        margin-top: calc(23/375*100vw);
    }
    .c-card__btn {
        margin-top: calc(17/375*100vw);
    }
    .c-card__note {
        margin-top: calc(23/375*100vw);
    }
    .c-card--yoyaku .c-card__term {
        margin-bottom: calc(18/375*100vw);
    }
}
/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */

.c-ttl-1 {
    font-size: 2.25rem;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-ttl-1 {
        /*font-size: 5.8666666667vw;*/
        font-size: 22px;
        line-height: 1.3636363636;
    }
}
.c-ttl-1::after {
    content: "";
    display: block;
    width: 154px;
    height: 12px;
    margin: 15px auto 0;
    background: linear-gradient(to bottom, #004098 0%, #004098 50%, #fff 50%, #fff 100%);
}
@media screen and (max-width: 767px) {
    .c-ttl-1::after {
        width: 21.3333333333vw;
        width: 80px;
        /*height: 1.6vw;*/
        height: 6px;
        /*margin-top: 2.8vw;*/
        margin-top: 10.5px;
    }
}
.c-ttl-1-wrap {
    margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .c-ttl-1-wrap {
        margin-bottom: 6vw;
    }
}
/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */

.c-ttl-2 {
    font-size: 22px;
    font-weight: 700;
}
/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */

.c-txt-1 {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21/14);
}
.c-txt-1 sup {
    top: -0.5em;
    font-size: 9px;
}
@media screen and (max-width: 767px) {
    .c-txt-1 {
        /*font-size: calc(12/375*100vw);*/
        font-size: 12px;
        line-height: calc(22/14);
    }
    .c-txt-1 sup {
        /*font-size: calc(10/375*100vw);*/
        font-size: 10px;
    }
}
/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */

.c-txt-2 {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: calc(17/12);
}
@media screen and (max-width: 767px) {
    .c-txt-2 {
        /*font-size: calc(15/375*100vw);*/
        font-size: 15px;
    }
}
/* ---------------------------------------------
*   タブ切り替え
--------------------------------------------- */

/*  js-tab-target
--------------------------------------------- */

.js-tab-target {
    display: none;
}
.js-tab-target.is-current {
    display: block;
}
/*  c-tab
--------------------------------------------- */

.c-tab {
    display: block;
    width: calc(670/960*100%);
    margin: 0 auto;
}
.c-tab__selector-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #181A24;
}
.c-tab__selector {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: calc(328/670*100%);
    height: 52px;
    background-color: #B9BABD;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.c-tab__selector.is-current {
    -webkit-transform: scaleY(calc(65/52));
    -ms-transform: scaleY(calc(65/52));
    -o-transform: scaleY(calc(65/52));
    transform: scaleY(calc(65/52));
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    pointer-events: none;
}
.c-tab__selector:hover {
    opacity: .8;
}
.c-tab__selector--mizu.is-current {
    background-color: #0081CC;
}
.c-tab__selector--denki.is-current {
    background-color: #F39800;
}
.c-tab__selector.is-current .c-tab__selector-txt {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.c-tab__selector.is-current .c-tab__selector-txt img {
    -webkit-transform: scaleY(calc(52/65));
    -ms-transform: scaleY(calc(52/65));
    -o-transform: scaleY(calc(52/65));
    transform: scaleY(calc(52/65));
}
.c-tab__selector-txt--mizu {
    width: calc(155/335*100%);
}
.c-tab__selector-txt--denki {
    width: calc(160/335*100%);
}
.c-tab__selector-txt img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.c-tab__contents-wrap {
    padding-top: 17px;
}
@media screen and (max-width: 767px) {
    .c-tab {
        width: 95%;
    }
    .c-tab__selector {
        height: calc(38/375*100vw);
        width: calc(160/330*100%);
    }
    .c-tab__selector.is-current .c-tab__selector-txt {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .c-tab__contents-wrap {
        padding-top: calc(13/375*100vw);
    }
    .c-tab__selector-txt--mizu {
        width: calc(101/160*100%);
    }
    .c-tab__selector-txt--denki {
        width: calc(94/160*100%);
    }
}
/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */

/*  .c-acc-block
--------------------------------------------- */

@media screen and (max-width: 767px) {
    .c-acc-block {
        padding-bottom: 8vw;
    }
}
.c-acc-block__item {
    border-radius: 8px;
    border: 1px solid #f8f8ff;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-acc-block__item {
        border-radius: 1.0666666667vw;
    }
}
.c-acc-block__item.is-acc-open {
    border-color: transparent;
}
.c-acc-block__item:not(:last-of-type) {
    margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .c-acc-block__item:not(:last-of-type) {
        margin-bottom: 5.3333333333vw;
    }
}
.c-acc-block__trigger {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: left;
    touch-action: manipulation;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
    .c-acc-block__trigger {
        padding: 2.6666666667vw 3.3333333333vw;
        font-size: 3.7333333333vw;
    }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .c-acc-block__trigger:hover {
        background-color: #f8f8ff;
    }
}
.is-acc-open .c-acc-block__trigger {
    background-color: #f8f8ff;
}
.c-acc-block__trigger::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 25px;
    background: url(../img/ico_plus-2.svg) no-repeat center/contain;
    flex-shrink: 0;
    transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
    .c-acc-block__trigger::after {
        width: 4.2666666667vw;
        height: 4.2666666667vw;
        margin-left: 3.3333333333vw;
    }
}
.is-acc-open .c-acc-block__trigger::after {
    background-image: url(../img/ico_minus-2.svg);
}
.c-acc-block__contents {
    padding: 32px 40px;
    font-size: 0.875rem;
    line-height: 1.5;
    background-color: #edeefa;
}
@media screen and (max-width: 767px) {
    .c-acc-block__contents {
        padding: 2.6666666667vw 3.3333333333vw;
        font-size: 3.7333333333vw;
    }
}
.c-acc-block p:not(:last-of-type) {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .c-acc-block p:not(:last-of-type) {
        margin-bottom: 6.6666666667vw;
    }
}
.c-acc-block__link {
    text-decoration: underline;
}
.c-acc-block__link:hover {
    text-decoration: none;
}
.c-acc-block__txt-attention {
    font-size: 0.6875rem;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .c-acc-block__txt-attention {
        font-size: 2.9333333333vw;
    }
}
.c-acc-block__txt-list {
    display: flex;
    gap: 5px;
}
@media screen and (max-width: 767px) {
    .c-acc-block__txt-list {
        gap: 1.3333333333vw;
    }
}
/*  c-heading
--------------------------------------------- */

.c-heading3-border {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 7px;
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
    .c-heading3-border {
        /*font-size: 4.8vw;*/
        font-size: 18px;
        line-height: 1.1666666667;
        /*padding-bottom: 2.1vw;*/
        padding-bottom: 8px;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .c-heading3-border--type2 {
        font-size: 4.2666666667vw;
    }
}
.c-heading3-border::before {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D8DAF2;
}
.c-heading3-border::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #9DACF2;
}
.c-heading3-border sup {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .c-heading3-border::after {
        /*width: 10.733333vw;*/
        width: 40.5px;
    }
}
@media print, screen and (min-width: 901px) {
    .c-heading3-border {
        display: flex;
        align-items: center;
    }
}
/*  c-tag
--------------------------------------------- */

.c-tag {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    padding: 4px 11px 5px;
    background-color: #004098;
    border-radius: 999px;
}
.c-tag__txt {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .c-tag {
        /*padding: calc(4/375*100vw) calc(11/375*100vw) calc(5/375*100vw);*/
        padding: 4px 11px 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: -o-fit-content;
        width: fit-content;
        /*margin-bottom: calc(10/375*100vw);*/
        margin-bottom: 10px;
    }
    .c-tag__txt {
        /*font-size: calc(12/375*100vw);*/
        font-size: 12px;
    }
}
/*  c-button
--------------------------------------------- */

.c-button {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 1.3;
    padding: 1.25em 1.2em;
    border-radius: 8px;
    transition-property: background color border;
    transition-duration: 0.3s;
}
.c-button:hover {
    text-decoration: none;
}
.c-button--simu {
    position: relative;
    padding-right: 24px;
    padding-right: 2.2em;
    font-weight: 600;
    color: #004098;
    border: 1px solid #004098;
    background-color: #fff;
    box-shadow: 5px 5px 0 #004098;
}
.c-button--simu:hover:not(.disabled) {
    color: #3359CC;
    border: 1px solid #3359CC;
    background-color: #EDEEFA;
}
@media screen and (max-width: 767px) {
    .c-button--simu {
        font-size: 3.7333333333vw;
        box-shadow: 0.6666666667vw 0.6666666667vw 0 #004098;
    }
}
.c-button--simu::before {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translate(-15px, 4px) rotate(45deg);
    transform-origin: top right;
    border-top: 2px solid #004098;
    border-right: 2px solid #004098;
    width: 10px;
    height: 10px;
    transition-property: top, right, bottom, left;
    transition-duration: 0.3s;
}
.c-button--full {
    display: block;
    width: 100%;
    min-width: auto;
}
.c-button-set {
    max-width: 432px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .c-button-set {
        max-width: initial;
        margin-top: 5.3333333333vw;
    }
}
.c-button-set__main {
    text-align: center;
}
/*  c-table
--------------------------------------------- */

.c-table {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .c-table {
        margin-top: 3.4666666667vw;
    }
}
.c-table th, .c-table td {
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    text-align: left;
    padding: 12px;
}
@media screen and (max-width: 767px) {
    .c-table th, .c-table td {
        padding: 1.6vw;
        font-size: 3.7333333333vw;
    }
}
.c-table th {
    background-color: #F5F5F6;
    font-weight: normal;
}
/*  other
--------------------------------------------- */

.c-frame>*:not(:last-child), .c-more-read__taeget>*:not(:last-child) {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .c-frame>*:not(:last-child), .c-more-read__taeget>*:not(:last-child) {
        margin-bottom: 3.2vw;
    }
}
.c-gutter-2s>*:not(:last-child) {
    margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
    .c-gutter-2s>*:not(:last-child) {
        margin-bottom: 2vw;
    }
}
/*  u-icon-pdf
--------------------------------------------- */

.u-icon-pdf {
    position: relative;
    margin-left: 5px;
    padding-left: 10px;
}
.u-icon-pdf::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5LjYyNiIgaGVpZ2h0PSIxMS41OTkiIHZpZXdCb3g9IjAgMCA5LjYyNiAxMS41OTkiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMzg2MSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMzg2MSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIxMCAtMjU0Ljg2MSkiPgogICAgPHBhdGggaWQ9IuODkeOCuV8yNTI4IiBkYXRhLW5hbWU9IuODkeOCuSAyNTI4IiBkPSJNMzY3LjY0NCw2OTEuOTUzYTEuMDc2LDEuMDc2LDAsMCwwLS4yMjUtLjMzN2wtMi41NjMtMi41NjNhMS4wNjksMS4wNjksMCwwLDAtLjMzMi0uMjIyLDEsMSwwLDAsMC0uNDExLS4wODdIMzU5LjE0YTEuMDYsMS4wNiwwLDAsMC0xLjAzNiwxLjA0djkuNTI0YTEuMDU4LDEuMDU4LDAsMCwwLDEuMDM1LDEuMDM1SDM2Ni43YTEuMDYsMS4wNiwwLDAsMCwxLjAzNS0xLjA0VjY5Mi4zNkExLjAyNCwxLjAyNCwwLDAsMCwzNjcuNjQ0LDY5MS45NTNabS0zLjguMDQ4YS42LjYsMCwwLDAsLjE5Mi40MjMuNTczLjU3MywwLDAsMCwuNDI3LjE2M2gyLjAyNlY2OTkuMWgtNy4xNDh2LTkuMTE5aDQuNVY2OTJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ4LjEwNCAtNDMzLjg4MykiIGZpbGw9IiMwMDQwOTgiLz4KICAgIDxwYXRoIGlkPSLlkIjkvZNfMSIgZGF0YS1uYW1lPSLlkIjkvZMgMSIgZD0iTS02NTUzLjg4MywyMzAzLjhhLjYzMS42MzEsMCwwLDEtLjA5Mi0uNTQ4Yy4wNTYtLjIyLjI2NS0uNjM4LDEuMDMzLS45NzRhNi40MTYsNi40MTYsMCwwLDEsLjc2Mi0uMzExLDE0LjYzOCwxNC42MzgsMCwwLDAsLjctMS42LDQuOSw0LjksMCwwLDEtLjQ5My0xLjI4bDAtLjAwOGExLjA4MSwxLjA4MSwwLDAsMSwuMjExLS44NDkuNjQ5LjY0OSwwLDAsMSwuNS0uMjI5LjY3MS42NzEsMCwwLDEsLjU3Ni4yNzZjLjI3MS4zODIuMjE5LDEuMTItLjE1MSwyLjJhNS45NCw1Ljk0LDAsMCwwLC43Ljk1Niw2LjE3NCw2LjE3NCwwLDAsMSwxLjI3OC0uMTE1Yy44MTkuMDUxLDEuMDI5LjQ0OSwxLjA2MS43NzVsMCwuMDExLDAsLjAxMWEuODU5Ljg1OSwwLDAsMS0uMzcyLjU5Mi44NTQuODU0LDAsMCwxLS40NzkuMTQ2Ljg5MS44OTEsMCwwLDEtLjIwOS0uMDI2bC0uMDA4LDBhMy40NjYsMy40NjYsMCwwLDEtMS4zNzItLjg3Yy0uMTg1LjA0MS0uOTEyLjI1LTEuMzQ2LjM3My0uNjE3LDEuMDg3LTEuMjc1LDEuNzA5LTEuODExLDEuNzA5QS42MDguNjA4LDAsMCwxLTY1NTMuODgzLDIzMDMuOFptLjU3NC0uODE0Yy0uMjE2LjItLjIyOS4zNTgtLjIyNC40MTRhLjE0MS4xNDEsMCwwLDAsLjA1Ni4xMS4xLjEsMCwwLDAsLjAxNywwLDEuMzQ1LDEuMzQ1LDAsMCwwLC42NTgtLjQ3NiwyLjE3NywyLjE3NywwLDAsMCwuMzU3LS41MjNBMi41MTUsMi41MTUsMCwwLDAtNjU1My4zMDksMjMwMi45ODFabTMuNjUtMS4xNTVhMy4wODIsMy4wODIsMCwwLDAsLjc1NS4zNDVjLjIzLjAyOC4zNzItLjAzNi4zNzItLjE2OSwwLS4wNTgsMC0uMjE0LS40LS4yMzRsLS4wOTQsMHYwaC0uMDIzQTIuNzQ1LDIuNzQ1LDAsMCwwLTY1NDkuNjU5LDIzMDEuODI2Wm0tMS42NzgtLjExMmMuMjMyLS4wNjYuNTQ2LS4xNC43MzUtLjE4My0uMTE5LS4xNDMtLjMwNi0uMzczLS40MjgtLjUzMUMtNjU1MS4xMjUsMjMwMS4yNDItNjU1MS4yMjcsMjMwMS40ODEtNjU1MS4zMzcsMjMwMS43MTRabS4wMTEtMy4xNzljLS4xMi4wMTUtLjIyOS4wODctLjIuNTE4YTIuNTMxLDIuNTMxLDAsMCwwLC4yMzIuNzIsMy42NjMsMy42NjMsMCwwLDAsLjEzOC0uNjI3di0uMDA3YS43NjQuNzY0LDAsMCwwLS4wMjgtLjU2MS4xMzEuMTMxLDAsMCwwLS4xMDgtLjA0N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDY3NjUuNzEzIC0yMDM5Ljg3KSIgZmlsbD0iIzAwNDA5OCIvPgogIDwvZz4KPC9zdmc+Cg==) no-repeat left center;
}
/*  u-center
--------------------------------------------- */

.u-center {
    text-align: center !important;
}
/*  mod-acc
--------------------------------------------- */

.mod-acc {
    position: relative;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    border-radius: 36px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .mod-acc {
        width: 94%;
        margin: 0 auto;
        border-radius: 4.8vw;
        overflow: visible;
    }
}
.mod-acc.mod-acc--2 {
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .mod-acc.mod-acc--2 {
        margin-bottom: 10.6666666667vw;
    }
}
.mod-acc.mod-acc--3 {
    background-color: #fff;
}
.mod-acc.mod-acc--3 .mod-acc__contents {
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .mod-acc.mod-acc--3 .mod-acc__contents {
        width: 80vw;
        max-width: 100%;
        padding: 0;
    }
}
.mod-acc--wide {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .mod-acc--wide {
        margin-top: 16vw;
    }
}
@media screen and (max-width: 767px) {
    .mod-acc--option {
        width: 76vw;
        margin-right: auto;
        margin-left: auto;
    }
}
.mod-acc__head {
    position: relative;
    cursor: pointer;
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .mod-acc__head {
        transition: opacity 300ms;
    }
    .mod-acc__head:hover {
        opacity: 0.7;
    }
}
.mod-acc__ttl {
    color: #004097;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #004097;
    border-radius: 36px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .mod-acc__ttl {
        display: grid;
        place-content: center;
        /*font-size: 3.4666666667vw;*/
        font-size: 13px;
        line-height: 1;
        height: 9.6vw;
        /*height: 36px;*/
        padding: 0;
        border-width: 0.5333333333vw;
        border-radius: 4.8vw;
    }
}
.is-open .mod-acc__ttl {
    background-color: #fff;
    border-color: transparent;
}
.mod-acc__icon {
    position: absolute;
    top: 27px;
    right: 20px;
    display: block;
    width: 22px;
    height: 22px;
    background: url(../img/ico_plus.svg) 0 0 no-repeat;
    background-size: contain;
    transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
    .mod-acc__icon {
        /*top: 2.9333333333vw;*/
        top: 50%;
        /*top: 11px;*/
        right: 7.3333333333vw;
/*        width: 4.2666666667vw;
        height: 4.2666666667vw;*/
        width: 16px;
        height: 16px;
        background-size: 87.5%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*.iphone.safari .mod-acc__icon {
        top: 3.0666666667vw;
    }*/
}
.is-open .mod-acc__icon {
    background-image: url(../img/ico_minus.svg);
}
.mod-acc__body {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .mod-acc__body {
        margin-top: 2.6666666667vw;
    }
}
.mod-acc__body--step {
    margin-top: 0;
}
.mod-acc__contents {
    padding: 1px 30px 38px;
}
@media screen and (max-width: 767px) {
    .mod-acc__contents {
        padding: 0 2.6666666667vw 8vw;
    }
}
.mod-acc__contents--step {
    padding: 0 62px 30px;
}
@media screen and (max-width: 767px) {
    .mod-acc__contents--step {
        padding: 0 8vw 8vw;
    }
}
/*  close-bar
--------------------------------------------- */

.close-bar {
    text-align: center;
    background-color: #E8E8E8;
    padding: 30px 0;
    position: relative;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .close-bar {
        transition: opacity 300ms;
    }
    .close-bar:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 767px) {
    .close-bar {
        display: grid;
        place-content: center;
        padding: 0;
        height: 9.8666666667vw;
        border-radius: 0 0 4.8vw 4.8vw;
    }
}
.close-bar:hover {
    cursor: pointer;
}
.close-bar__txt {
    color: #85878F;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .close-bar__txt {
        /*font-size: 3.4666666667vw;*/
        font-size: 13px;
    }
}
.close-bar__icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    width: 22px;
}
@media screen and (max-width: 767px) {
    .close-bar__icon {
        right: 7.3333333333vw;
        /*width: 3.7333333333vw;*/
        width: 14px;
    }
}
.js-acc-multi-target {
    display: none;
}
@media print and (min-width: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .sp-hide {
        display: none !important;
    }
}

/******************************************************************
component - accordion-framelist
******************************************************************/

.c-accordion-framelist {
    /*margin-bottom: 56px;*/
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist {
        width: 95%;
        margin: 0 auto 16px;
    }
}
.c-accordion-framelist__item {
    border-radius: 8px;
    overflow: hidden;
}
.c-accordion-framelist__item:not(:last-child) {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist__item:not(:last-child) {
        margin-bottom: 16px;
    }
}
.c-accordion-framelist__btn {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist__btn {
        font-size: 14px;
    }
}
.c-accordion-framelist__btn button {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 1.7;
    display: block;
    background-color: #fff;
    transition-property: background color border;
    transition-duration: 0.3s;
    position: relative;
    padding: 1.25em 3.2em 1.25em 1.5em;
    width: 100%;
    height: 100%;
    text-align: left;
}
.c-accordion-framelist__btn button:hover {
    color: inherit;
    text-decoration: none;
}
.c-accordion-framelist__btn button::before, .c-accordion-framelist__btn button::after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}
.c-accordion-framelist__btn button::before {
    border-top: 2px solid #004098;
    width: 16px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.c-accordion-framelist__btn button::after {
    border-left: 2px solid #004098;
    width: 0;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 7px;
    transition-property: all;
    transition-duration: 0.3s;
}
.c-accordion-framelist__btn button::after {
    right: 22px;
}
.c-accordion-framelist__btn button::before {
    right: 15px;
}
.c-accordion-framelist__btn button:hover {
    background-color: #F8F8FF;
}
.c-accordion-framelist__btn button:hover::after {
    border-color: #3359CC;
}
.c-accordion-framelist__btn button:hover::before {
    border-color: #3359CC;
}
.is-open.c-accordion-framelist__btn button::after {
    height: 0;
}
.c-accordion-framelist__item span{
    color: #004098;
    font-size: 18px;
    font-weight: 700;
	padding-right: 5px;
}
.c-accordion-framelist__main {
    background-color: #EDEEFA;
    padding: 32px 40px 40px 40px;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist__main {
        padding: 16px;
    }

    .c-accordion-framelist__item span{
        /*font-size: calc(18/375*100vw);*/
        font-size: 18px;
    }
}
.c-accordion-framelist__main>*:not(:last-child) {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist__main>*:not(:last-child) {
        margin-bottom: 16px;
    }
}
.c-accordion-framelist__main-inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist__main-inner {
        padding: 16px;
    }
}
.c-accordion-framelist__main-inner>*:not(:last-child) {
    margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
    .c-accordion-framelist__main-inner>*:not(:last-child) {
        margin-bottom: 16px;
    }
}

/* ---------------------------------------------
*   footer-btn-bg
--------------------------------------------- */
.footer-btn-bg {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	padding-top: 20px;
	padding-bottom: 10px;
	position: fixed;
	z-index: 100;
	text-align: center;
}
@media screen and (max-width: 767px) {
    .footer-btn-bg {
		padding: 15px calc(12 / 375 * 100vw) 10px;
    }
}

.footer-btn-bg.is-absolute {
    position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
    .footer-btn-bg.is-absolute {
		/*padding-bottom: calc(62 / 375 * 100vw);*/
    }
}

/* footer-btn_wrap
--------------------------------------------- */
.footer-btn_wrap {
	display: grid;
	grid-template-columns: 625px 73px;
	justify-content: center;
	gap: 16px;
}
@media screen and (max-width: 767px) {
    .footer-btn_wrap {
		grid-template-columns: 1fr 1fr;
		gap: calc(10 / 375 * 100vw); 
	}
}

/* footer-btn__pagetop
--------------------------------------------- */
.footer-btn__pagetop {
	width: 73px;
	height: 65px;
	background-color: #7f7f7f;
	border-radius: 8px;
	box-shadow: 0px 8px 0px 0px rgba(38, 38, 38, 0.8);
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
    .footer-btn__pagetop {
        width: calc(50 / 375 * 100vw);
		height: calc(50 / 375 * 100vw);
		box-shadow: 0px 6px 0px 0px rgba(38, 38, 38, 0.8);
    }
}

.btn_pagetop_text {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding-top: 24px;
	position: relative;
}
@media screen and (max-width: 767px) {
    .btn_pagetop_text {
        font-size: min(calc(10 / 375 * 100vw), 15px);
		padding-top: calc(20 / 375 * 100vw);
    }
}

.btn_pagetop_text:before {
	content: "";
	width: 11px;
	height: 22px;
	position: absolute;
	top: 4px;
	left: 18px;
	transform: rotate(-90deg);
	aspect-ratio: 11/22;
	mask: url(../img/ico_arrow-4.svg) no-repeat center/contain;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
    .btn_pagetop_text:before {
        width: calc(7 / 375 * 100vw);
		height: calc(13 / 375 * 100vw);
        top: calc(6 / 375 * 100vw);
		left: calc(11 / 375 * 100vw);
    }
}

.footer-btn-area a,
.footer-btn-area button {
	transition: opacity 500ms;
	will-change: transform;
}
.footer-btn-area a:hover,
.footer-btn-area button:hover {
	text-decoration: none;
	opacity: 0.6;
}

/* c-btn-footer
--------------------------------------------- */
.c-btn-footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 0 21px;
    max-width: 625px;
    background-color: #E6002D;
    text-align: center;
    box-shadow: 0 5px 0 #181A24;
    border-radius: 999px;
    border: 2px solid #E6002D;
    transition: background-color 300ms, box-shadow 300ms, border 300ms;
    cursor: pointer;
}
.safari .c-btn-footer {
    overflow: hidden;
}
.c-btn-footer:hover {
    color: #E6002D;
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 0 transparent;
}
.c-btn-footer__txt {
    position: relative;
    padding-right: 20px;
    display: inline-block;
    color: #fff;
	font-size: 24px;
	letter-spacing: 0.08em;
    line-height: 1;
    font-weight: bold;
    transition: color 300ms;
}
.c-btn-footer__txt::after {
    content: "";
    display: block;
    width: 10px;
    aspect-ratio: 11/21;
    mask: url(../img/ico_arrow-4.svg) no-repeat center/contain;
    background-color: #fff;
    position: absolute;
    top: 55%;
    right: -70px;
    transform: translateY(-50%);
    transition: background-color 300ms;
}
.c-btn-footer:hover .c-btn-footer__txt {
    color: #E6002D;
}
.c-btn-footer:hover .c-btn-footer__txt::after {
    background-color: #E6002D;
}

@media screen and (max-width: 767px) {
    .c-btn-footer {
        max-width: inherit;
        width: calc(288/375*100vw);
        padding: calc(15.5/375*100vw) 0;
        box-shadow: 0 calc(5/375*100vw) 0 #181A24;
    }
    .c-btn-footer__txt {
        font-size: 15px;
		letter-spacing: 0;
        padding-right: calc(19/375*100vw);
    }
    .c-btn-footer__txt::after {
        display: none;
    }
    .c-btn-footer::after {
        content: "";
        display: block;
        width: 7px;
        aspect-ratio: 7/14;
        mask: url(../img/ico_arrow-4.svg) no-repeat center/contain;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: calc(20/375*100vw);
        transform: translateY(-50%);
    }
}

.footer-btn-area .c-btn_btm__txt {
	font-size: 13px;
	color: #fff;
}
@media screen and (max-width: 767px) {
    .footer-btn-area .c-btn_btm__txt {
        font-size: 12px;
    }
}

