@charset "utf-8";

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

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4a4a56;
}
h1, h2, h3, h4, h5, h6, p, figure, ul, ol, li, header, footer, nav, dl, dt, dd, section, article {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}



.l-header__top {
	max-width: 1920px;
	margin: 0 auto;
	padding: 16px 20px;
	box-sizing: border-box;
}
.l-header__top h1 {
	margin-bottom: 10px;
	text-align: center;
}
.l-header__img {
	position: relative;
	width: 100%;
	height: 650px;
	background-image: url("../img/top/top-header-img.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.l-header__img h2 {
	position: absolute;
	top: 20px;
	right: 10%;
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	line-height: 60px;
	letter-spacing: -5px;
	text-shadow: 0 0 26px #070a3a;
}
.l-header__img h2 span {
	font-size: 20px;
}
.l-header__img h2 span.weight-black {
	font-size: 36px;
	font-weight: 900;
}
.l-header__block {
	position: absolute;
	top: 50%;
	right: 20px;
	width: calc(100% - 40px);
	padding: 20px 22px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
}
.l-header__block h3 {
	margin-bottom: 21px;
	font-size: 24px;
	text-align: center;
}
@media (min-width: 600px){
	.l-header__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.l-header__top h1 {
		margin-bottom: 0;
		text-align: inherit;
	}
	.l-header__img {
		height: 550px;
	}
	.l-header__img h2 {
		top: 15%;
		font-size: 45px;
		line-height: 77px;
	}
	.l-header__img h2 span {
		font-size: 30px;
	}
	.l-header__img h2 span.weight-black {
		font-size: 45px
	}
	.l-header__block {
		top: 70%;
		right: 50%;
		transform: translateX(50%);
		width: 512px;
	}
	.l-header__btn-group {
		display: flex;
		justify-content: space-between;
	}
}
@media (min-width: 768px){
	.l-header__top {
		padding: 16px 80px;
	}
	.l-header__img {
		height: 680px;
	}
	.l-header__img h2 {
		top: 15%;
		right: 17%;
		font-size: 67px;
		line-height: 89px;
		letter-spacing: 0;
	}
	.l-header__img h2 span {
		font-size: 50px;
	}
	.l-header__img h2 span.weight-black {
		font-size: 67px;
	}
	.l-header__block {
		top: 65%;
		right: 17%;
		transform: none;
	}
}

.l-footer {
	border-bottom: 1px solid #a4a4b1;
}
.l-footer__top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px;
}
.l-footer__top img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0 auto 20px;
}
.l-footer__top nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.l-footer__top nav ul li:not(:last-child) {
	margin-right: 10px;
}
.l-footer__top nav ul li a {
	font-size: 14px;
	color: #a4a4b1;
}
.l-footer__copyright {
	padding: 20px 0;
	font-size: 12px;
	color: #a4a4b1;
	text-align: center;
}
@media (min-width: 600px){
	.l-footer__top nav ul {
		flex-direction: row;
	}
}
@media (min-width: 700px){
	.l-footer__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.l-footer__top img {
		margin: 0;
	}
}
@media (min-width: 768px){
	.l-footer__top nav ul li:not(:last-child){
		margin-right: 30px;
	}
}



.p-top__section01 {
	padding: 40px 0;
	background-image: url("../img/top/top-bg1.png");
	background-position: 40% center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-top__section01--wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.p-top__section01--wrap h2 {
	margin-bottom: 60px;
	font-size: 24px;
	text-align: center;
}
.p-top__section01--inner {
	margin-bottom: 60px;
}
.p-top__section01--text {
	margin-bottom: 20px
}
.p-top__section01--tokucho {
	width: 190px;
	height: 32px;
	margin-bottom: 25px;
	background-color: #ff7200;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 32px;
}
.p-top__section01--text h3 {
	margin-bottom: 25px;
	font-size: 24px;
	color: #2f36b2;
}
.p-top__section01--text p:nth-child(3){
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}
.p-top__section01--text p:last-child {
	font-size: 18px;
}
.p-top__section01--img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media (min-width: 600px){
	.p-top__section01--wrap h2 {
		font-size: 36px;
	}
	.p-top__section01--text h3 {
		font-size: 39px;
	}
}
@media (min-width: 768px){
	.p-top__section01 {
		padding: 105px 0 175px;
	}
	.p-top__section01--wrap h2 {
		margin-bottom: 135px;
	}
	.p-top__section01--inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 170px;
	}
	.p-top__section01--text,
	.p-top__section01--img {
		width: calc((100% - 40px) / 2);
	}
	.p-top__section01--text.reverse {
		order: 2;
	}
}

.p-top__section02 {
	padding: 40px 0;
	background-image: url("../img/top/top-bg02.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-top__section02 h2 {
	margin-bottom: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.p-top__section02--wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 20px;
}
.p-top__section02--block {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.p-top__section02--block h3 {
	margin-bottom: 30px;
	font-size: 20px;
}
.p-top__section02--block.block01 h3 {
	color: #ff7200;
}
.p-top__section02--block.block02 h3 {
	color: #2f36b2;
}
.p-top__section02--block.block03 h3 {
	color: #36d24e;
}
.p-top__section02--block h4 {
	font-size: 18px;
	color: #2c2e52;
}
.p-top__section02--block.block01 p {
	margin-bottom: 30px;
}
.p-top__section02--img {
	text-align: center;
}
.p-top__section02--img img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
@media (min-width: 600px){
	.p-top__section02 h2 {
		font-size: 36px;
	}
	.p-top__section02--block h3 {
		font-size: 26px;
	}
}
@media (min-width: 768px){
	.p-top__section02 {
		padding: 75px 0 90px;
	}
	.p-top__section02--block {
		padding: 50px 30px;
	}
	.p-top__section02--block.block01 {
		display: flex;
		align-items: center;
	}
	.p-top__section02--block.block01 .p-top__section02--text {
		width: 75%;
	}
	.p-top__section02--block.block01 .p-top__section02--img {
		width: 40%;
	}
}
@media (min-width: 850px){
	.p-top__section02--block.block01 p:last-child {
		overflow: visible;
		white-space: nowrap;
	}
}

.p-top__section03 {
	padding: 40px 0;
	background-image: url("../img/top/top-bg03.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p-top__section03--block {
	max-width: 1200px;
	margin: 0 20px;
	padding: 30px 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
}
.p-top__section03--block h2 {
	margin-bottom: 40px;
	font-size: 24px;
	color: #36d24e;
	text-align: center;
}
.p-top__section03--card {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 10px;
	background-color: #f5f5ff;
	border: 2px solid #d5d5f2;
	border-radius: 8px;
}
.p-top__section03--card h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #2c2e52;
	text-align: center;
}
.p-top__section03--card:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 20px;
	background-color: #b0b0e2;
	border-left: 1px solid #d5d5f2;
	border-right: 1px solid #d5d5f2;
}
@media (min-width: 600px){
	.p-top__section03--block h2 {
		font-size: 36px;
	}
}
@media (min-width: 1080px){
	.p-top__section03 {
		padding: 65px 0 75px;
	}
	.p-top__section03--wrap {
		display: flex;
		justify-content: space-between;
	}
	.p-top__section03--card {
		width: calc((100% - 80px) / 5);
		height: 248px;
		padding: 30px 15px 0;
		box-sizing: border-box;
	}
	.p-top__section03--card:not(:last-child):after {
		top: 50%;
		bottom: 0;
		left: inherit;
		right: -24px;
		transform: translateY(-50%);
		width: 22px;
		height: 7px;
	}
}
@media (min-width: 1240px){
	.p-top__section03--block {
		margin: 0 auto;
	}
}

.p-top__contents04 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 20px;
}
.p-top__contents04 h2 {
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
}
.p-top__contents04 dl {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b7c0c5;
}
.p-top__contents04 dl:last-child {
	margin-bottom: 0;
}
.p-top__contents04 dt {
	display: flex;
	margin-bottom: 10px;
}
.p-top__contents04 dt p {
	margin-right: 10px;
	padding: 6px 14px;
	background-color: #5f63a7;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
@media (min-width: 768px){
	.p-top__contents04 {
		padding: 91px 20px 81px;
	}
	.p-top__contents04 h2 {
		font-size: 36px;
	}
}
@media (min-width: 1024px){
	.p-top__contents04 dl {
		display: flex;
		margin-bottom: 27px;
		padding-bottom: 27px;
	}
	.p-top__contents04 dt {
		margin-bottom: 0;
		margin-right: 48px;
	}
	.p-top__contents04 dt p {
		margin-right: 48px;
	}
}

.p-top__contents05 {
	padding: 40px 20px;
	background-image: url("../img/top/top-bg04.jpg");
	background-position: 70% center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-top__contents05 h2 {
	margin-bottom: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.p-top__contents05--inner {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 10px;
}
@media (min-width: 600px){
	.p-top__contents05 h2 {
		font-size: 36px;
	}
	.p-top__contents05--inner {
		width: 70%;
	}
}
@media (min-width: 768px){
	.p-top__contents05 {
		padding: 80px 20px;
	}
	.p-top__contents05--inner {
		width: 540px;
	}
}



.c-btn__d-blue {
	display: block;
	width: 276px;
	height: 48px;
	margin: 0 auto;
	background-color: #2c2e52;
	border-radius: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
@media (min-width: 600px){
	.c-btn__d-blue {
		margin: 0;
	}
}
.c-btn-s__bl-gr {
	display: block;
	width: 64.62%;
	height: 48px;
	margin: 0 auto 20px;
	background: linear-gradient(90deg, #6767de, #35d44b);
	border-radius: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
@media (min-width: 600px){
	.c-btn-s__bl-gr {
		width: 47%;
		margin: 0;
	}
}
.c-btn-s__white {
	display: block;
	width: 64.62%;
	height: 48px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #2f36b2;
	border-radius: 24px;
	font-weight: 700;
	color: #2f36b2;
	text-align: center;
	line-height: 44px;
}
@media (min-width: 600px){
	.c-btn-s__white {
		width: 47%;
	}
}
.c-btn-l__bl-gr {
	display: block;
	width: 64.62%;
	height: 64px;
	margin: 0 auto 16px;
	background: linear-gradient(90deg, #6767de, #35d44b);
	border-radius: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 64px;
}
.c-btn-l__white {
	display: block;
	width: 64.62%;
	height: 64px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #2f36b2;
	border-radius: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #2f36b2;
	text-align: center;
	line-height: 64px;
}



.font-blue {
	color: #2f36b2;
}
.font-bold {
	font-weight: 700;
}