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


body {
	overflow-x: hidden;
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	color: #0172BA;
	text-align: left;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}

/* テキストリンク
=========================================================================*/
a:hover,
a:active {
	outline: none;
}


/* IEバグ対策
=========================================================================*/
input,
label,
select {
	vertical-align: middle;
}

/* 画像サイズ
=========================================================================*/
img {
	width: 100%
}

picture {
	display: block;
}

/* Header
=========================================================================*/
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, .16);
	z-index: 11;
}

header .header_container {
	height: 90px;
	background-color: #FFF;
}

/* ハンバーガーメニュー部分
------------------------------------------------------- */
.icon_animation {
	display: none;
}

/* ----- グローバルメニュー ----- */
header nav {
	margin: 0 auto;
	width: fit-content;
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 0 40px;
	height: 100%;
}

header nav ul li {
	position: relative;
}

header nav ul li a {
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: .05em;
	text-align: center;
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}

@media(hover: hover) {
	header nav ul li a:hover {
		color: #0373BC;
	}
}

header nav ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #0373BC;
	transform: scale(0);
	transition: 0.3s;
}

@media(hover: hover) {
	header nav ul li a:hover::before {
		transform: scale(1);
	}
}

/*  900px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:900px) {
	header {
		background-color: transparent;
		box-shadow: none;
	}

	header.fix::before {
		overflow-x: hidden;
		position: fixed;
		display: block;
		content: '';
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		opacity: .5;
		z-index: -1;
	}

	header .header_container {
		width: 100%;
		height: 60px;
		/*background-color: transparent;*/
		z-index: 10;
	}

	/* ----- ロゴ ----- */
	header .header_container p.logo {
		display: block;
		padding-left: 15px;
		color: #CAE7EB;
		font-family: 'Barlow Condensed', sans-serif;
		font-weight: 900;
		font-size: 40px;
		letter-spacing: .1em;
	}

	/* ハンバーガーメニュー部分
	------------------------------------------------------- */
	.icon_animation {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		cursor: pointer;
		background: #0373BC;
	}

	/* ----- line ----- */
	.icon_animation .bar {
		position: absolute;
		top: 23px;
		left: 17px;
		display: block;
		width: 30px;
		height: 2px;
		background: #FFF;
		transition: all .3s;
		transform-origin: left top;
	}

	.icon_animation .bar.bottom {
		top: 38px;
		transform-origin: left bottom;
	}

	/* ----- line animation ----- */
	.icon_animation.is_open .bar.top {
		top: 20px;
		left: 20px;
		width: 30px;
		transform: rotate(45deg);
	}

	.icon_animation.is_open .bar.bottom {
		top: 41px;
		left: 20px;
		width: 30px;
		transform: rotate(-45deg);
	}

	/* メニュー閉じるボタン */
	.icon_close {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 70px;
		cursor: pointer;
		z-index: 2;
	}

	/* ----- グローバルメニュー ----- */
	header nav {
		display: none;
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		height: auto;
		padding: 70px 0 40px;
		background-color: #FFF;
	}

	/* is_open */
	header nav.is_open {
		visibility: visible;
	}

	header nav ul:nth-child(1) {
		position: relative;
		top: auto;
		left: 0;
		margin: 40px 0 25px;
		width: 100%;
		height: auto;
	}

	header nav ul:nth-child(1) li {
		padding: 15px 20px;
		width: 100%;
		text-align: center;
	}

	header nav ul:nth-child(1) li a {
		display: inline-block;
		font-size: 17px;
	}
}

/* ページ共通
=========================================================================
=========================================================================*/
.sp {
	display: none
}

.pc {
	display: block
}

.inner {
	position: relative;
	margin: 0 auto;
	width: 1120px;
}

@media (max-width:1150px) {
	.inner {
		padding: 0;
		width: 100%;
	}
}

.floating_cta {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 30px;
	width: 320px;
	border-radius: 20px;
	z-index: 1000;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	transition: 0.3s;
}

@media (hover: hover) {
	.floating_cta:hover {
		opacity: .8;
	}
}

/* 01
=========================================================================*/
.section01 {
	overflow: hidden;
	position: relative;
	margin-top: 90px;
	background-image: url(../images/section01_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-color: #F2FCFF;
}

@media screen and (max-width:900px) {
	.section01 {
		margin-top: 60px;
	}
}

.section01 .site_title {
	margin-bottom: 20px;
	padding: 15px 0;
	background-color: #2CAFED;
}

.section01 .site_title img {
	display: block;
	margin: 0 auto;
	max-width: 704px;
}

.section01 .button_cta {
	position: absolute;
	top: calc(530 / 800 * 100%);
	left: calc(60 / 1120 * 100%);
	width: calc(494 / 1120 * 100%);
	border-radius: 20px;
	background-color: #FFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16) ;
	transition: 0.3s;
}

@media (hover: hover) {
	.section01 .button_cta:hover {
		opacity: .8;
	}
}

/* 02
=========================================================================*/
.section02 {
	padding: 100px 0;
	background-color: #BFE6FF;
}
/* 03
=========================================================================*/
.section03 {
	padding: 100px 0;
	background-color: #F2FCFE;
}
/* 04
=========================================================================*/
.section04 {
	padding: 100px 0;
	background-color: #BFE6FF;
}
/* 05
=========================================================================*/
.section05 {
	padding: 100px 0;
	background-color: #F2FCFE;
}
/* 06
=========================================================================*/
.section06 {
	padding: 100px 0;
	background-color: #BFE6FF;
}
/* 07
=========================================================================*/
.section07 {
	padding: 0 0 100px;
	background-color: #F2FCFE;
}

.section07 .title {
	margin-bottom: 80px;
	padding: 15px 0;
	background-color: #0373BC;
}

.section07 .title img {
	display: block;
	margin: 0 auto;
	max-width: 550px;
}
/* 08
=========================================================================*/
.section08 {
	padding: 0 0 100px;
	background-color: #FFF;
}

.section08 .title {
	margin-bottom: 80px;
	padding: 15px 0;
	background-color: #0373BC;
}

.section08 .title img {
	display: block;
	margin: 0 auto;
	max-width: 350px;
}
/* 09
=========================================================================*/
.section09 {
	display: none;
	padding: 0 0 100px;
	background-color: #FFF;
}

.section09 .title {
	margin-bottom: 80px;
	padding: 15px 0;
	background-color: #0373BC;
}

.section09 .title img {
	display: block;
	margin: 0 auto;
	max-width: 120px;
}
/* 10
=========================================================================*/
.section10 {
	display: none;
	padding: 0 0 100px;
	background-color: #FFF;
}

.section10 .title {
	margin-bottom: 80px;
	padding: 15px 0;
	background-color: #0373BC;
}

.section10 .title img {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}

/* フッター
=========================================================================*/
footer {
	padding: 30px 15px;
	text-align: center;
	background-color: #0172BA;
}

footer a {
	position: relative;
	color: #FFF;
	text-decoration: none;
	transition: all 1s;
}

footer a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #FFF;
	transform: scale(0);
	transition: 0.3s;
}

@media(hover: hover) {
	footer a:hover::before {
		transform: scale(1);
	}
}

footer a:visited {
	color: #FFF;
}

footer ul {
	display: flex;
	gap: 0 60px;
	margin: 0 auto;
	width: fit-content;
}

/*  Mobile（767px以下）
=========================================================================
=========================================================================*/
@media (max-width:767px) {

	body {
		font-size: 14px;
	}

	/* ページ共通
	=========================================================================*/
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.inner {
		max-width: 750px;
	}

	.floating_cta {
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		padding: 15px 0;
		width: 100%;
		border-radius: 0;
		background-color: #03C755;
		box-shadow: none;
	}

	.floating_cta a {
		display: block;
		margin: 0 auto;
		width: calc(686 / 750 * 100%);
	}

	/* 01
	=========================================================================*/
	.section01 {
		background-image: url(../images/section01_bg@2x.png);
	}

	.section01 .site_title {
		margin-bottom: 10px;
		padding: 15px 0;
	}

	.section01 .site_title img {
		max-width: calc(704 / 750 * 100%);
	}

	.section01 .button_cta {
		display: none;
	}

	/* 02
	=========================================================================*/
	.section02 {
		padding: 0;
	}

	/* 03
	=========================================================================*/
	.section03 {
		padding: 0;
	}

	/* 04
	=========================================================================*/
	.section04 {
		padding: 0;
	}

	/* 05
	=========================================================================*/
	.section05 {
		padding: 0;
	}

	/* 06
	=========================================================================*/
	.section06 {
		padding: 0;
	}

	/* 07
	=========================================================================*/
	.section07 {
		padding: 0;
	}

	.section07 .title {
		display: none;
	}


	/* 08
	=========================================================================*/
	.section08 {
		padding: 0;
	}

	.section08 .title {
		display: none;
	}

	/* 09
	=========================================================================*/
	.section09 {
		padding: 0;
	}

	.section09 .title {
		display: none;
	}

	/* 10
	=========================================================================*/
	.section10 {
		padding: 0;
	}

	.section10 .title {
		display: none;
	}

}

/*  Mobile（480px以下）
=========================================================================
=========================================================================*/
@media (max-width:480px) {}
