@charset "UTF-8";

/* ---------------------------------------------
*   common
--------------------------------------------- */
.l-contents *, 
.l-contents *::before,
.l-contents *::after {
	box-sizing: border-box;
}

.l-contents a,
.l-contents a:hover {
	text-decoration: none;
}

.l-contents img {
	 width: 100%;
}

.l-contents {
	position: relative;
	padding-bottom: 150px;
	background-color: #fff;
}

@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;
    }
}

.mgt-15 {
	margin-top: 15px;
}
.mgb-15 {
	margin-bottom: 15px;
}

.text-red {
	color: #E6002D!important;
}
.text-blue {
	color: #414d99!important;
}

.u-text-center {
	text-align: center!important;
}
.u-text-right {
	text-align: right!important;
}
.u-text-left {
	text-align: left!important;
}

/* ---------------------------------------------
*   sction-cp
--------------------------------------------- */
.sction-cp-fv {
	background-color: #fff;
	padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .sction-cp-fv {
		padding-inline: calc(15 / 375 * 100vw);
    }
}

.section-cp-middle {
	background-color: #f4f4f4;
}

.section-cp-bottom {
	background-color: #fff;
}

/*  keyvisual
--------------------------------------------- */
.keyvisual {
	width: 100%;
}
@media screen and (max-width: 767px) {
    .keyvisual {
		margin-top: 10px;
    }
}

/*  keyvisual cp-closed
--------------------------------------------- */
.keyvisual.cp-closed {
	position: relative;
}

.keyvisual.cp-closed:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;sction-cp-fv
	background: rgba(0,0,0,0.5);
	z-index: 1;
}

.cp-closed-text {
	width: max-content;
	max-width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
	font-size: 20px;
	z-index: 2;
}

/*  note-inline-center
--------------------------------------------- */
.note-inline-center {
	text-align: center;
}

.note-inline-center .c-notes-list {
	display: inline-block;
	margin-inline: auto;
	text-align: left;
	margin-top: 20px;
}

/* ---------------------------------------------
*   c-block-btn__wide
--------------------------------------------- */
.c-block-btn__wide {
	width: 590px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.c-block-btn__wide {
		width: calc(345 / 375 * 100vw);
	}
}

/*  c-btn-1
--------------------------------------------- */
.c-btn-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(270deg, #5185C5 -3.71%, #424D99 76.29%, #424D99 96.29%);
	box-shadow: 0px 5px 3px 0px rgba(68, 68, 68, 0.25);
	border-radius: 1000px 1000px;
	border: 3px solid #ffffff;
	padding: 10px;
	padding-right: 20px;
	min-height: 85px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.025em;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	position: relative;
}
.c-btn-1 em {
	background-color: #ffe810; /*色確認*/
	border-radius: 5px;
	padding: 5px 5px 8px 5px;
	font-size: 25px;
	color: #1764af;
	line-height: 1;
	margin-right: 0.3em;
}

@media screen and (max-width: 767px) {
	.c-btn-1 {
		font-size: 16px;
		min-height: 75px;
	}
	.c-btn-1 em {
		font-size: 17px;
		letter-spacing: 0.05em;
	}
	span.c-btn-1 {
		font-size: 16px;
	}
}

.c-btn-arrow-1:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 10px;
	height: 20px;
	background: url("../img/btn-icon_arrow-1.svg") center center no-repeat;
	transform: translateY(-45%);
}

.c-btn-1:hover {
	color: #FFFFFF;
	background: linear-gradient(270deg, #85AAD6 0%, #7B82B8 80%, #7B82B8 100%);
}

span.c-btn-1 {
	color: #FFFFFF;
	background: linear-gradient(270deg, #85AAD6 0%, #7B82B8 80%, #7B82B8 100%);
}


.c-btn-1.contact {
	font-size: 25px;
}
.c-btn-1.telephone {
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.c-btn-1.contact {
		font-size: 19px;
	}
	.c-btn-1.telephone {
		font-size: 24px;
	}
}

/* ---------------------------------------------
*   heading-border
--------------------------------------------- */
.heading-border {
	border-top: 4px solid #414d99;
	background-color: #ebefff;
	position: relative;
	min-height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.heading-border {
		min-height: auto;
		padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
	}
}

.heading-border:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -32px;
	border-style: solid;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	border-top: 32px solid #ebefff;
	border-bottom: 0;
	transform: translateX(-50%);
}

/*  c-ttl-image
--------------------------------------------- */
.c-ttl-image.c-step img {
	max-height: 130px;
}
.c-ttl-image.c-merit img {
	max-height: 131px;
}
.c-ttl-image.c-safty img {
	max-height: 65px;	
}
.c-ttl-image.c-hojokin img {
	max-height: 220px;	
}
@media screen and (max-width: 767px) {
	.c-ttl-image.c-step img {
		max-height: calc(77 / 375 * 100vw);
	}
	.c-ttl-image.c-safty img {
		max-height: calc(80 / 375 * 100vw);
	}
	.c-ttl-image.c-merit img {
		max-height: calc(114 / 375 * 100vw);
	}
	.c-ttl-image.c-hojokin img {
		max-height: calc(187 / 375 * 100vw);
	}
}
.c-ttl-image img {
	width: auto;
}



/* ---------------------------------------------
*   c-cont-body
--------------------------------------------- */
.c-cont-body {
	max-width: 970px;
	margin-inline: auto;
	padding: 64px 10px 0;
}
.section-cp-middle .c-cont-body {
	padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
	.c-cont-body {
		max-width: calc(345 / 375 * 100vw);
		padding: calc(55 / 375 * 100vw) 0 0;
	}
	.section-cp-middle .c-cont-body {
		padding-bottom: calc(55 / 375 * 100vw);
	}
}

/* ---------------------------------------------
*   c-notes-list
--------------------------------------------- */
.c-notes-list {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.c-notes-list {
	}
}

.c-notes-item {
	display: grid;
	grid-template-columns: 2em 1fr;
}

.c-notes-item__num {
	display: grid;
	grid-template-columns: 2.7em 1fr;
}

/*  c-step-list
--------------------------------------------- */
.c-step-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding-inline: 35px;
}
@media screen and (max-width: 767px) {
	.c-step-list {
		grid-template-columns: auto;
		gap: 30px;
		padding-inline: calc(30 / 375 * 100vw);
	}
}

.c-step-list__item {
	display: grid;
	grid-template-rows: 95px 1fr;
}
@media screen and (max-width: 767px) {
	.c-step-list__item {
	}
}


.step-num-block {
	background-color: #414d99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px 16px 0 0;
	padding: 8px;
}

.step-num-block img {
	width: auto;
	max-height: 84px;
	transform: translateY(-10px);
}

.step3 .step-num-block img {
	max-height: 81px;
}

.step-detail {
	border: 3px solid #414d99;
	border-radius: 0 0 16px 16px;
	border-top: none;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	gap: 0.5em;
	padding: 1rem;
}

.step1 .step-detail img {
	max-width: 162px;
}
.step2 .step-detail img {
	max-width: 220px;
}
.step3 .step-detail img {
	max-width: 235px;
}

.step-detail-text {
	font-size: 1.1875rem;
	font-weight: 500;
	text-align: center;
}

/*  c-merit-list
--------------------------------------------- */
.c-merit-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding-inline: 35px;
}
@media screen and (max-width: 767px) {
	.c-merit-list {
		grid-template-columns: auto;
		gap: 20px;
		padding-inline: calc(30 / 375 * 100vw);
	}
}

.c-merit-list__item {
	display: grid;
	grid-template-rows: 110px 1fr auto;
}
@media screen and (max-width: 767px) {
	.c-merit-list__item {
	}
}

.merit-ttl-block {
	background-color: #414d99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 16px 16px 0 0;
	padding: 8px;
}
.merit-ttl-block img {
	width: auto;
	max-height: 68px;
}
.merit-ttl-block.merit03 img {
	width: auto;
	max-height: 29px;
}

.merit-detail {
	border: 3px solid #414d99;
	border-radius: 0 0 16px 16px;
	border-top: none;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0.5em;
}

.merit-detail-text {
	font-size: 1.0625rem;
	padding: 0.7em;
}

.merit-notes__num {
	font-size: 0.8rem;
	padding: 1em;
}

/*  c-safty-box
--------------------------------------------- */
.c-safty-box {
	background-color: #fff;
	border-radius: 12px;
	padding: 45px 35px;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.c-safty-box {
		padding: 45px 15px;
		flex-direction: column;
		align-items: center;
		gap: calc(30 / 375 * 100vw)
	}
}

.safty-illust {
	max-width: 215px;
}

/*  c-safty-list
--------------------------------------------- */
.c-safty-list {
	
}

.c-safty-list__item {
	position: relative;
	padding-left: 55px;
	font-size: 1.375rem;
	font-weight: 700;
}

.c-safty-list__item:before {
    content: "";
    width: 38px;
    height: 38px;
	position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icon_check.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.c-safty-list__item + .c-safty-list__item {
	margin-top: 2.5rem;
}


/*  c-hojokin
--------------------------------------------- */
.heading-band + .heading-border {
	border-top: none;
	padding: 40px;
}
@media screen and (max-width: 767px) {
	.heading-band + .heading-border {
		padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
	}
}

.heading-band {
	background-color: #414d99;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	text-align: center;
	padding: 0.3em;
}

/*  c-hojokin-box
--------------------------------------------- */
.c-hojokin-box {
	background-color: #fff;
	border-radius: 12px;
	padding: 45px 35px;
}
@media screen and (max-width: 767px) {
	.c-hojokin-box {
		padding: 45px 15px;
	}
}

.c-hojokin-ttl {
	text-align: center;	
}

.c-hojokin-lv3 {
	display: inline-block;
	padding-left: 65px;
	position: relative;
	margin-bottom: 2rem;
	font-size: 22px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-hojokin-lv3 {
		text-align: left;
		padding-left: 77px;
		border-bottom: 3px solid;
	}
}

.c-hojokin-lv3:before {
    content: "";
	position: absolute;
	top: -8px;
	left: 0;
    width: 42px;
    height: 58px;
    background: url(../img/icon_keisan.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
	.c-hojokin-lv3:before {
		top: 0;
		left: 0;
	}
}

.ttl-lv3-border {
	padding-bottom: 0.5em;
	border-bottom: 2px solid;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.ttl-lv3-border {
		border-bottom: none;
	}
}

.c-hojokin-ex {
	text-align: center;
	margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
	.c-hojokin-ex {
		text-align: left;
		font-size: 16px;
	}
}

.c-hojokin-table {
	margin-bottom: 2rem;
	
}
@media screen and (max-width: 767px) {
	.c-hojokin-table {
		width: 100%;
		height: auto;
		overflow-x: scroll;
		margin-bottom: 1em;
	}
	.image-scroll {
		width: calc(880 / 375 * 100vw);
		max-width: 880px;
	}
	.c-hojokin-table + p {
		margin-bottom: 2rem;
	}
}


.c-hojokin-lv4 {
	font-size: 15px;
	background-image: linear-gradient(90deg, rgba(219, 219, 219, 1), rgba(229, 229, 229, 0) 100%, rgba(219, 219, 219, 1) 42%);
	padding: 5px 1em;
	margin-bottom: 1em;
}

.c-hojokin-box .c-notes-item__num + .c-notes-item__num {
	margin-top: 0.5em;
}


/* ---------------------------------------------
*   c-ttl-cp__common
--------------------------------------------- */
.c-ttl-cp__common {
	background-color: #414d99;
	border-radius: 24px 24px 0 0;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #fff;
	min-height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 54px;
}
@media screen and (max-width: 767px) {
	.c-ttl-cp__common {
		font-size: 22px;
		margin-top: 10px;
		text-align: center;
	}
}

.c-block-body {
	background-color: #f4f4f4;
	padding: 35px;
}
@media screen and (max-width: 767px) {
	.c-block-body {
		padding: 15px;
	}
}

.c-block-body__inner {
	background-color: #fff;
	border-radius: 7px;
	padding: 35px;
}
@media screen and (max-width: 767px) {
	.c-block-body__inner {
		border-radius: 12px;
		padding: 28px 17px;
	}
}

.c-block-ttl {
	background-color: #ebefff;
	padding: 0.3em 1em;
	font-size: 1rem;
	font-weight: 700;
}

.c-block-ttl:not(:first-child) {
	margin-top: 1rem;
}


.scroll-area > p,
.scroll-area > ul {
	padding: 1rem;
}
.scroll-area > p + ul,
.scroll-area > ul + ul {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.scroll-area > p,
	.scroll-area > ul {
		padding-right: 0;
	}
}

.scroll-area {
	position: relative;
	width: 100%;
	height: 507px;
	overflow-y: scroll;
	background-color: #fff;
	padding: 35px;
	padding-right: 40px;;

}
@media screen and (max-width: 767px) {
	.scroll-area {
		padding: 28px 17px;
	}
}

/* ---------------------------------------------
*   c-list-faq
--------------------------------------------- */
.js-acc-target {
    display: none;
}

.c-list-faq {
}


.list-faq__item {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}

.list-faq__item:nth-of-type(n + 2) {
    margin-top: 10px;
}

.list-faq__cont-q {
    position: relative;
    padding: 16px 70px 16px 75px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
	background-color: #ebefff;
}
@media screen and (max-width: 767px) {
    .list-faq__cont-q {
		padding: 16px 30px 16px 53px;
	}
}

.list-faq__cont-q:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 20px;
    right: 16px;
    background: url(../img/icon_plus.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}

.is-acc-open .list-faq__cont-q::after {
    width: 18px;
    height: 18px;
    background: url(../img/icon_minus.svg) 0 0 no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 767px) {
    .list-faq__cont-q:after {
		top: 20px;
		right: 10px;
	}
	.is-acc-open .list-faq__cont-q::after {
		top: 20px;
		right: 10px;
	}
}

@media screen and (min-width: 768px) {
    .list-faq__cont-q {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        will-change: transform;
    }

    .list-faq__cont-q:hover {
        opacity: 0.8;
    }
}

.list-faq__icon-q {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #404d9b;
	font-size: 24px;
}

.list-faq__icon-a {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #515151;
	font-size: 24px;
}

.list-faq__cont-a {
	position: relative;
    padding: 16px 16px 16px 75px;
    background-color: #f7f7f7;
	line-height: 1.66;
	font-size: 15.5px;
}
@media screen and (max-width: 767px) {
	.list-faq__icon-q {
    	top: 9px;
    	left: 10px;
	}
	.list-faq__icon-a {
    	top: 9px;
    	left: 10px;
	}
    .list-faq__cont-a {
		font-size: 15px;
		padding: 16px 16px 16px 53px;
	}
	.list-faq__item:nth-child(n+10) .list-faq__icon-q,
	.list-faq__item:nth-child(n+10) .list-faq__icon-a {
    	top: 10px;
		left: 5px;
		font-size: 23px;
	}
}


/*  c-block-contact
--------------------------------------------- */
.c-block-contact-ttl {
	font-size: 1.625rem;
	font-weight: 700;
	color: #414d99;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .c-block-contact-ttl {
		font-size: 20px;
		letter-spacing: 0.05em;
	}
}

.c-block-contact_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
@media screen and (max-width: 767px) {
    .c-block-contact_wrapper {
		grid-template-columns: auto;
	}
}

.c-block-contact_item > *:not(:last-child) {
	margin-bottom: 1.5em;
}
.c-block-contact_item > p {
	font-weight: 500;
}
.c-block-contact_item .c-notes-list {
	letter-spacing: -0.03em;
}

@media screen and (max-width: 767px) {
    .c-block-contact_item > p {
		text-align: center;
		font-size: 17px;
	}
}

/* ---------------------------------------------
*   footer-btn-bg
--------------------------------------------- */
.footer-btn-bg {
	width: 100%;
	background-color: rgba(242, 242, 242, 0.8);
	display: none;
	padding-top: 15px;
	padding-bottom: 20px;
	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(242, 242, 242, 1);
}
@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: 590px 85px;
	justify-content: center;
	gap: 18px;
}
@media screen and (max-width: 767px) {
    .footer-btn_wrap {
		grid-template-columns: calc(268 / 375 * 100vw) calc(70 / 375 * 100vw);
		gap: calc(10 / 375 * 100vw); 
	}
}

/* footer-btn__pagetop
--------------------------------------------- */
.footer-btn__pagetop {
	background-color: #7f7f7f;
	border-radius: 8px;
	border: 3px solid #fff;
	box-shadow: 4px 4px 3px 0px rgba(68, 68, 68, 0.25);
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 767px) {
    .footer-btn__pagetop {
		box-shadow: 4px 4px 3px 0px rgba(68, 68, 68, 0.25);
    }
}

@media screen and (min-width: 768px) {
    .footer-btn__pagetop:hover {
		background-color: #afafaf;
    }
}

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

.btn_pagetop_text:before {
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 18px;
	transform: rotate(-90deg);
	aspect-ratio: 10/20;
	mask: url(../img/btn-icon_arrow-1.svg) no-repeat center/contain;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
    .btn_pagetop_text:before {
        width: 8px;
		height: 15px;
        top: 6px;
		left: 43%;
    }
}


/* 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;
}

@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::after {
        content: "";
        display: block;
        width: 7px;
        aspect-ratio: 7/14;
        mask: url(../img/btn-icon_arrow-1.svg) no-repeat center/contain;
        background-color: #fff;
        position: absolute;
        top: 50%;
        right: calc(20/375*100vw);
        transform: translateY(-50%);
    }
}

/*  u-text-indent
--------------------------------------------- */
.u-text-indent_1 {
	text-indent: -1em;
	padding-left: 1em;
}
.u-text-indent_1 + .u-text-indent_1 {
	margin-top: 0.5rem;
}

.u-text-indent_2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	margin-left: -0.5em;
}

/*  u-text-link
--------------------------------------------- */
a.u-text-link {
	color: #424D99;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}
a.u-text-link:hover {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
		pointer-events: none;
	}
}

