@charset "UTF-8";

/* body */

body {
	-webkit-font-smoothing: antialiased;
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	background: transparent;
}


/* .Header */
header {
	display: block;
	background-color: #fff;
	width: 100%;
}

.Header_right--link.-mypage,
.Header_right--link.-agent,
.Header_right--link.-application {
	background-color: #fff;
	border: 1px solid #0044f2;
	border-radius: 24px;
	color: #0044f2;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
	padding: 12px 0;
	will-change: background-color, border-color;
	-webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Header {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
	background-color: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

.Header_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.Header_inner {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

.Header--logo {
	width: 140px;
	margin-left: 26px;
}

@media screen and (max-width: 960px) {
	.Header--logo {
		width: 160px;
		margin-left: 20px;
	}
}

@media screen and (max-width: 767px) {
	.Header--logo {
		max-width: 120px;
		width: 100%;
		margin-right: 10px;
	}
}

.Header--logo_link {
	display: block;
	will-change: opacity;
	-webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Header--logo_link:hover {
	opacity: .6;
	-webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

.Header--logo_img {
	vertical-align: middle;
}


.Header_right--link.-mypage:hover,
.Header_right--link.-application:hover {
	opacity: 0.7;
	-webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0), border-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}


.Header_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 36px 0;
}

@media screen and (max-width: 767px) {
	.Header_right {
		padding: 10px;
	}
}

.Header_right--link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Header_right--link.-mypage {
	width: 150px;
	margin-right: 10px;
}

.Header_right--link.-mypage img {
	display: none;
}

@media screen and (max-width: 960px) {
	.Header_right--link.-mypage {
		width: 130px;
	}
}

@media screen and (max-width: 767px) {
	.Header_right--link.-mypage {
		display: block;
		width: 45px;
		height: auto;
		padding: 6px 0;
		color: #fff;
		font-size: 7px;
		background: #0044f2;
		border-radius: 5px;
	}

	.Header_right--link.-mypage img {
		display: block;
		width: 16px;
		margin: 0 auto 3px;
	}
}

.Header_right--link.-mypage .mypage--img {
	width: 13px;
	margin-right: 6px;
}

.Header_right--link.-agent {
	color: #fff;
	width: 150px;
	margin-right: 30px;
	background: #0044F2;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border: 0;
}

@media screen and (max-width: 960px) {
	.Header_right--link.-agent {
		width: 170px;
	}
}

@media screen and (max-width: 767px) {
	.Header_right--link.-agent {
		display: none;
	}
}

.Header_right--link.-agent .agent--img {
	width: auto;
	height: 17px;
	margin-right: 6px;
}

.Header_right--link.-application {
	color: #fff;
	width: 150px;
	margin-right: 10px;
	background: #0044F2;
	background: linear-gradient(90deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	border: 0;
}

@media screen and (max-width: 960px) {
	.Header_right--link.-application {
		width: 140px;
	}
}

@media screen and (max-width: 767px) {
	.Header_right--link.-application {
		display: none;
	}
}


.Nav {
	position: absolute;
	left: 200px;
	top: 35px;
	display: block;
}

.Nav .Nav--list .Nav--list_item {
	width: auto;
}

.Nav .Nav--list .Nav--list_item .item--link {
	font-weight: 400;
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	.Nav {
		background-color: rgba(0, 0, 0, 0);
		border: none;
		width: 100%;
		height: 100vh;
		overflow-x: hidden;
		pointer-events: none;
		position: absolute;
		top: 60px;
		left: 0px;
		z-index: 5000;
		will-change: background-color;
		-webkit-transition: background-color .1s linear .5s;
		transition: background-color .1s linear .5s;
	}
}

.Nav--list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.Nav--list {
		position: absolute;
		right: -100vw;
		background: linear-gradient(-25deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
		display: block;
		width: 90%;
		height: calc(100% + 380px);
		margin-top: -60px;
		padding: 32px 30px;
		padding-top: 60px;
		will-change: transform;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
		transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
		transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
		transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
	}
}

.Nav--list_item {
	width: 34%;
}

@media screen and (max-width: 767px) {
	.Nav--list_item {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 767px) {
	.Nav--list_item.-border {
		padding-top: 40px;
		border-top: 1px solid rgba(230, 230, 230, 0.1);
	}
}

.Nav--list_item.-app {
	display: none;
}

.Nav--list_item.-my {
	display: none;
}

@media screen and (max-width: 767px) {
	.Nav--list_item.-app {
		display: block;
	}

	.Nav--list_item.-my {
		display: block;
	}
}

.Nav--list_item .item--btn {
	border: 2px solid #fff;
	border-radius: 6px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 240px;
	height: 60px;
	padding: 0;
	position: relative;
}

.Nav--list_item .-w {
	background-color: #fff;
	color: #1D50A2;
}

@media screen and (max-width: 560px) {
	.Nav--list_item .item--btn {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 24px;
	}
}

.Nav--list_item .item--btn::after {
	content: '';
	display: block;
	background-image: url(../img/common/arrow-white.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	opacity: 1;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
}

.Nav--list_item .-w::after {
	content: '';
	display: block;
	background-image: url(../img/common/arrow-blue.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	opacity: 1;
	position: absolute;
	top: calc(50% - 12px);
	right: 20px;
}

@media screen and (max-width: 560px) {
	.Nav--list_item .item--btn::after {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}
}

.Nav--list_item .item--link {
	color: #222;
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 0;
	will-change: background-color;
	-webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 767px) {
	.Nav--list_item .item--link {
		color: #fff;
		text-align: left;
		font-size: 18px;
		padding: 0;
		padding-left: 1em;
		position: relative;
	}

	.Nav--list_item .item--link::before {
		content: '';
		display: block;
		background-color: #fff;
		width: 5px;
		height: 5px;
		position: absolute;
		top: calc(50% - 2.5px);
		left: 0;
	}

	.Nav--list_item .item--link::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 5px);
		right: 28px;
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

.Nav--list_item .item--link:hover {
	background-color: #A3BEE5;
	-webkit-transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: background-color 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 960px) {
	.Nav--list_item .item--link:hover {
		background-color: inherit;
		-webkit-transition: none;
		transition: none;
	}
}

.Nav.open {
	background-color: rgba(0, 0, 0, 0.5);
	pointer-events: auto;
	-webkit-transition: background-color .1s linear;
	transition: background-color .1s linear;
}

@media screen and (max-width: 767px) {
	.Nav.open .Nav--list {
		-webkit-transform: translateX(-100vw);
		transform: translateX(-100vw);
		-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
		transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
		transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
		transition: transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s, -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.75, 0) 0.1s;
	}
}


.Humburgar {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30px;
	height: 20px;
	margin-top: -5px;
}

@media screen and (max-width: 767px) {
	.Humburgar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.Humburgar--bar {
	display: block;
	width: 100%;
	height: 2px;
}

.Humburgar--bar.-one {
	-webkit-transform-origin: left;
	transform-origin: left;
	background-color: #1D50A2;
	-webkit-transition: -webkit-transform .1s linear;
	transition: -webkit-transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar--bar.-two {
	-webkit-transform-origin: center;
	transform-origin: center;
	background-color: #F3981C;
	-webkit-transition: -webkit-transform .1s linear;
	transition: -webkit-transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar--bar.-three {
	background-color: #1D50A2;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.Humburgar.open .Humburgar--bar.-one {
	-webkit-transform: rotate(45deg) translate(2px, -4px);
	transform: rotate(45deg) translate(2px, -4px);
	-webkit-transition: -webkit-transform .1s linear;
	transition: -webkit-transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar.open .Humburgar--bar.-two {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .1s linear;
	transition: -webkit-transform .1s linear;
	transition: transform .1s linear;
	transition: transform .1s linear, -webkit-transform .1s linear;
}

.Humburgar.open .Humburgar--bar.-three {
	opacity: 0;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
}

.Humburgar_bottom {
	display: none;
}

@media screen and (max-width: 767px) {
	.Humburgar_bottom {
		display: block;
		font-size: 8px;
		font-weight: 600;
		color: #1D50A2;
		position: absolute;
		top: 38px;
		right: 9px;
	}
}



/* .Footer */
.Footer_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 60px 20px;
	max-width: 1210px;
	margin: 0 auto;
}

.Footer_top p {
	margin-bottom: 1.5em;
}

.Footer_bottom {
	background-color: #eef2f2;
	padding: 12px 20px 22px;
}

@media screen and (max-width: 1024px) {
	.Footer_top {
		width: 100%;
		padding: 40px 20px;
	}
}

@media screen and (max-width: 560px) {
	.Footer_top {
		width: 100%;
		padding: 40px 20px 20px;
	}

	.Footer_top p {
		width: 100%;
	}
}

footer .Footer_top .flex-box {
	width: 100%;
}

footer .Footer_top .flex-box .flex-box__item {
	width: 50%;
}

@media screen and (max-width: 1024px) {
	footer .Footer_top .flex-box .flex-box__item .-right {
		width: 30%;
		text-align: right;
	}

	footer .Footer_top .flex-box .flex-box__item .-left {
		width: 70%;
	}
}

@media screen and (max-width: 560px) {
	footer .Footer_top .flex-box .flex-box__item {
		width: 100%;
		padding-bottom: 20px;
	}
}

.Footer_bottom--block {
	display: block;
	max-width: 1210px;
	margin: 0 auto;
}

@media screen and (max-width: 560px) {
	.Footer_bottom--block {
		padding-right: 0;
		padding-left: 0;
	}
}

.Footer_bottom--list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	flex-flow: row wrap;
	justify-content: center;
}

@media screen and (max-width: 960px) {
	.Footer_bottom--list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	.Footer_bottom--list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-bottom: 1px solid #fff;
	}
}

.Footer_bottom--list_item {
	margin-top: 10px;
	margin-right: 30px;
}

@media screen and (max-width: 560px) {
	.Footer_bottom--list_item {
		width: 100%;
		margin-top: 0;
		margin-right: 0;
	}
}

.Footer_bottom--list_item .item--link {
	display: block;
	padding: .5em 0;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	will-change: opacity;
	-webkit-transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
	transition: opacity 0.1s cubic-bezier(0.5, 0, 0.75, 0);
}

@media screen and (max-width: 560px) {
	.Footer_bottom--list_item .item--link {
		display: block;
	}
}

.Footer_bottom--p {
	font-size: 11px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.2;
	text-align: center;
}

.Footer_bobun-number {
	display: block;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.Footer_bottom--p {
		font-size: 1.1rem;
		text-align: left;
	}

	.Footer_bobun-number {
		font-size: 1.1rem;
		text-align: left;
	}
}

@media screen and (max-width: 560px) {
	.Footer_bottom--p {
		font-size: 1rem;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.Footer_bobun-number {
		font-size: 1rem;
	}
}

/* .common_footer */
.common_footer {
	padding: 60px 25px;
	background: linear-gradient(-25deg, rgba(0, 68, 242, 1) 0%, rgba(167, 137, 190, 1) 100%);
	}
.common_footer .inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	}
.common_footer .column {
	width: 48%;
	margin: 0;
	padding: 50px 50px 30px;
	background: #fff;
	border-radius: 10px;
	}
@media screen and (max-width: 560px) {
.common_footer .column {
	width: 100%;
	margin: 0 0 20px;
	padding: 50px 30px 30px;
	}
}
.common_footer .column h2 {
	margin: 0 0 28px;
	font-size: 20px;
	font-weight: 600;
	color: #1e51a2;
	text-align: center;
	}
.common_footer .column p {
	font-size: 16px;
	line-height: 2em;
	min-height: 80px;
	}
@media screen and (max-width: 560px) {
.common_footer .column p {
	margin: 0 0 28px;
	font-size: 15px;
	min-height: auto;
	}
}
.common_footer .column a {
	position: relative;
	display: block;
	padding: 20px 0;
	color: #1e51a2;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border: 1px solid #1e51a2;
	border-radius: 40px;
	}
.common_footer .column a:hover {
	color: #fff;
	background: #1e51a2;
	opacity: 1;
	}
.common_footer .column a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #1e51a2;
	border-right: solid 2px #1e51a2;
	transform: rotate(45deg);
	}
.common_footer .column a:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	}
.common_footer .pro {
	margin: 40px auto 0;
	}
@media screen and (max-width: 560px) {
.common_footer .pro {
	width: 100%;
	}
}

.common_footer .pro img{
	width: 40rem;
}

@media screen and (max-width: 560px) {
.common_footer .pro a:hover {
	color: #808080;
	opacity: 1;
	}
.common_footer .pro a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	}
.common_footer .pro a:hover::after {
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	}
}
.common_footer a.tel {
	padding: 0px;
	color: #000;
	font-size: 30px;
	text-align: center;
	border: 0;
	border-radius: 0;
	transition: .3s ease;
	}
.common_footer a.tel:hover {
	color: #000;
	background: #fff;
	opacity: 1;
	}
.common_footer a.tel::after {
	display: none;
	}
.common_footer a.tel img {
	display: inline-block;
	width: 50px;
	margin: -10px 10px -5px 0;
	}

section[id]{
	scroll-margin-top: 120px;
}

@media screen and (max-width: 560px) {
	section[id]{
		scroll-margin-top: 60px;
	}
}


