@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: #485357;
}
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__top--right {
	display: flex;
	gap: 1rem;
}
.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: -2px;
}
.l-header__img--span01 {
	font-size: 40px;
	font-weight: bold;
}
.l-header__img--span02 {
	font-size: 46px;
	font-weight: bold;
}
.l-header__block {
	position: absolute;
	right: 20px;
	width: calc(100% - 40px);
	padding: 20px 22px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 8px;
}
.l-header__block.block01 {
	top: 25%;
}
.l-header__block.block02 {
	top: calc(25% + 230px);
}
.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: 5%;
		font-size: 45px;
		line-height: 77px;
	}
	.l-header__img--span01 {
		font-size: 55px;
	}
	.l-header__img--span02 {
		font-size: 60px;
	}
	.l-header__block {
		right: 20px;
		width: 512px;
	}
	.l-header__block.block01 {
		top: 40%;
	}
	.l-header__block.block02 {
		top: calc(40% + 167px);
	}
	.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__block {
		right: 18%;
	}
	.l-header__block.block01 {
		top: 48.5%;
	}
	.l-header__block.block02 {
		top: calc(48.5% + 167px);
	}
	.l-header__img h2 {
		top: 10%;
		right: 17%;
		font-size: 75px;
		line-height: 107px;
		letter-spacing: 0;
	}
	.l-header__img--span01 {
		font-size: 82px;
	}
	.l-header__img--span02 {
		font-size: 89px;
	}
}

.l-footer {
	border-bottom: 1px solid #889ca4;
}
.l-footer__top {
	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: #889ca4;
}
.l-footer__copyright {
	padding: 20px 0;
	font-size: 12px;
	color: #889ca4;
	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__contents01 {
	padding: 40px 20px;
}
.p-top__contents01 h2 {
	margin-bottom: 71px;
	font-size: 24px;
	text-align: center;
}
.p-top__contents01--text {
	margin-bottom: 30px;
}
.p-top__contents01--text h3 {
	margin-bottom: 30px;
	font-size: 20px;
}
.p-top__contents01--text h3 img {
	margin-right: 10px;
	vertical-align: text-bottom;
}
.p-top__contents01--text p {
	margin-bottom: 45px;
	font-size: 18px;
}
.p-top__contents01--text p:last-child {
	margin-bottom: 0;
}
.p-top__contents01--img img {
	width: 100%;
	height: auto;vertical-align: bottom;
}
@media (min-width: 768px){
	.p-top__contents01 {
		padding: 83px 20px 88px;
	}
	.p-top__contents01 h2 {
		font-size: 36px;
	}
	.p-top__contents01--inner {
		display: flex;
		justify-content: space-between;
	}
	.p-top__contents01--text {
		width: calc((100% - 64px) / 2);
		margin-bottom: 0;
		order: 2;
	}
	.p-top__contents01--img {
		width: calc((100% - 64px) / 2);
	}
}

.p-top__contents02 {
	padding: 40px 20px;
	background-image: url("../img/top/top-back-img.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-top__contents02 h2 {
	margin-bottom: 65px;
	font-size: 24px;
	text-align: center;
}
.p-top__contents02--inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-top__contents02--card {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	min-height: 396px;
	margin-bottom: 40px;
	padding: 0 20px 32px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 14px rgba(0,0,0,0.10);
}
.p-top__contents02--card h3 {
	text-align: center;
	transform: translateY(-18px);
}
.p-top__contents02--card h3 span {
	display: inline-block;
	height: 44px;
	padding: 0 15px;
	background-color: #0daeb1;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	line-height: 44px;
}
.p-top__contents02--card img {
	display: block;
	max-width: 100%;
	margin: 0 auto 25px;
}
.p-top__contents02--card p {
	flex-grow: 1;
}
@media (min-width: 600px){
	.p-top__contents02--card {
		width: calc((100% - 40px) / 2);
	}
}
@media (min-width: 768px){
	.p-top__contents02 {
		padding: 83px 20px 80px;
	}
	.p-top__contents02 h2 {
		font-size: 36px;
	}
	.p-top__contents02--card img {
		height: 151px;
	}
}
@media (min-width: 1024px){
	.p-top__contents02--card {
		width: calc((100% - 80px) / 4);
		margin-bottom: 0;
	}
	.p-top__contents02--card h3 span {
		font-size: 18px;
	}
}
@media (min-width: 1140px){
	.p-top__contents02--card h3 span {
		padding: 0 32px;
	}
}

.p-top__contents03 {
	padding: 40px 20px 80px;
}
.p-top__contents03--inner {
	margin-bottom: 100px;
}
.p-top__contents03--inner:last-child {
	margin-bottom: 0;
}
.p-top__contents03--text {
	margin-bottom: 20px;
}
.p-top__contents03--text h2 {
	margin-bottom: 32px;
	font-size: 24px;
	color: #26aada;
}
.p-top__contents03--text p {
	font-size: 18px;
}
.p-top__contents03--text p:nth-child(2) {
	font-size: 20px;
}
.p-top__contents03--text p:not(:last-child) {
	margin-bottom: 24px;
}
.p-top__contents03--img img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px){
	.p-top__contents03 {
		padding: 120px 20px 150px;
	}
	.p-top__contents03--inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.p-top__contents03--text {
		width: calc((100% - 60px) / 2);
		margin-bottom: 0;
		padding-left: 60px;
		box-sizing: border-box;
	}
	.p-top__contents03--text.text-r {
		padding-left: 0;
		order: 2;
	}
	.p-top__contents03--text h2 {
		font-size: 40px;
	}
	.p-top__contents03--img {
		width: calc((100% - 60px) / 2);
	}
}

.p-top__contents04 {
	padding: 60px 20px;
	background-image: url("../img/top/top-back-img2.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
.p-top__contents04 h2 {
	margin-bottom: 40px;
	font-size: 24px;
}
.p-top__contents04__text {
	display: inline-block;
	margin: 0 auto;
}
.p-top__contents04__text p {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.4px;
}
.p-top__contents04__text p:last-child {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
@media (min-width: 768px){
	.p-top__contents04 {
		padding: 83px 20px 88px;
	}
	.p-top__contents04 h2 {
		font-size: 36px;
	}
}

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

.p-top__contents06 {
	padding: 40px 20px;
	background-image: url("../img/top/top-back-img3.jpg");
	background-position: 70% center;
	background-size: cover;
	background-repeat: no-repeat;
}
.p-top__contents06 h2 {
	margin-bottom: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.p-top__contents06--left,
.p-top__contents06--right {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	background-color: #fff;
	border-radius: 10px;
}
.p-top__contents06--left {
	margin-bottom: 20px;
}
.p-top__contents06--left h3,
.p-top__contents06--right h3 {
	width: 100%;
	margin-bottom: 23px;
	font-size: 24px;
	text-align: center;
}
@media (min-width: 768px){
	.p-top__contents06 {
		padding: 83px 20px 88px;
	}
	.p-top__contents06 h2 {
		font-size: 36px;
	}
	.p-top__contents06--inner {
		display: flex;
		justify-content: space-between;
	}
	.p-top__contents06--left,
	.p-top__contents06--right {
		width: calc((100% - 40px) / 2);
	}
	.p-top__contents06--left {
		margin-bottom: 0;
	}
}



.c-btn__header {
	display: block;
	width: 296px;
	height: 48px;
	margin: 0 auto;
	background-color: #0daeb1;
	border-radius: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 48px;
}
@media (min-width: 600px){
	.c-btn__header {
		margin: 0;
	}
}
.c-btn-s__orange {
	display: block;
	width: 64.62%;
	height: 48px;
	margin: 0 auto 20px;
	background: linear-gradient(#ffb13d, #ff6b29);
	border-radius: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 46px;
}
@media (min-width: 600px){
	.c-btn-s__orange {
		width: 48.3%;
		margin: 0;
	}
}
.c-btn-l__orange {
	display: block;
	width: 64.62%;
	height: 64px;
	margin: 0 auto 16px;
	background: linear-gradient(#ffb13d, #ff6b29);
	border-radius: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 64px;
}
.c-btn-s__white {
	display: block;
	width: 64.62%;
	height: 48px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #26aada;
	border-radius: 24px;
	font-weight: 700;
	color: #26aada;
	text-align: center;
	line-height: 44px;
}
@media (min-width: 600px){
	.c-btn-s__white {
		width: 48.3%;
	}
}
.c-btn-l__white {
	display: block;
	width: 64.62%;
	height: 64px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 2px solid #26aada;
	border-radius: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #26aada;
	text-align: center;
	line-height: 64px;
}
@media (min-width: 600px){
	.c-btn-l__orange,
	.c-btn-l__white {
		width: 45%;
	}
}
@media (min-width: 768px){
	.c-btn-l__orange,
	.c-btn-l__white {
		width: 64.62%;
	}
}



.container01 {
	max-width: 1200px;
	margin: 0 auto;
}
.container02 {
	max-width: 1080px;
	margin: 0 auto;
}
.font-bold {
	font-weight: 700;
}
.font-blue {
	color: #26aada;
}
@media (max-width: 767px){
	.font-55-sp {
		font-size: 55px;
	}
	.font-60-sp {
		font-size: 60px;
	}
	.letter-space-5-sp {
		letter-spacing: 5px;
	}
}
@media (min-width: 768px){
	.font-82-pc {
		font-size: 82px;
	}
	.font-89-pc {
		font-size: 89px;
	}
}