@charset "utf-8";

/* =============================================================


fv


*  ============================================================= */

.fv {
	background-image: url(../img/home/fv-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 40px;
	padding-top: 180px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.fv {
		background-size: 126%;
		padding-top: 120px;
	}
}

/* =======================================================
fv-upper
*  ======================================================= */

.fv .fv-upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
	width: 90%;
	max-width: 1210px;
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper {
		flex-wrap: wrap;
		padding-bottom: 80px;
		padding-top: 0;
		width: 92%;
		max-width: 600px;
	}
}

/* ------------------------------------------
upper-left
*  ------------------------------------------ */

.fv .fv-upper .upper-left {
	width: 100%;
	z-index: 10;
}

/* h2.upper-ttl -------------- */

.fv .fv-upper .upper-left h2.left-ttl {
	background-color: #fff;
	display: inline;
	font-size: clamp(1.30rem, 0.48vw + 0.81rem, 1.50rem);
	font-weight: 900;
	line-height: 1.4em;
	padding-right: 10px;
	box-decoration-break: clone;
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper .upper-left h2.left-ttl {
		background-color: transparent;
		display: block;
		font-size: clamp(1.30rem, 0.38vw + 1.21rem, 1.60rem);
		padding-right: 0;
		text-align: center;
	}
}

/* p.upper-txt -------------- */

.fv .fv-upper .upper-left .left-txt {
	margin-top: 10px;
}

.fv .fv-upper .upper-left .left-txt p {
	background-color: #fff;
	display: inline;
	font-size: clamp(3.20rem, 3.86vw + -0.76rem, 4.80rem);
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 40px;
	padding-right: 10px;
	box-decoration-break: clone;
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper .upper-left .left-txt p {
		background-color: transparent;
		display: block;
		font-size: clamp(3.20rem, 2.04vw + 2.71rem, 4.80rem);
		line-height: 1.2em;
		margin-top: 16px;
		padding-right: 0;
		text-align: center;
	}
}

/* left-sbi -------------- */

.fv .fv-upper .upper-left .left-sbi {
	margin-top: 16px;
	width: clamp(160px, 24%, 200px);
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper .upper-left .left-sbi {
		margin: 16px auto 0;
		width: clamp(180px, 24%, 220px);
	}
}

/* left-btn -------------- */

.fv .fv-upper .upper-left .left-btn {
	margin-top: 24px;
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper .upper-left .left-btn {
		margin-top: 0;
		position: absolute;
			bottom: 0;
			left: 50%;
		transform: translateX(-50%);
	}
}

.fv .fv-upper .upper-left .left-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	height: 56px;
	overflow: hidden;
	position: relative;
	width: clamp(200px, 32%, 320px);
	transition: all .5s;
}

.fv .fv-upper .upper-left .left-btn a::before {
	content: '';
	background: linear-gradient(180deg, #205ecb 0%, #00153a 100%);
	height: 100%;
	position: absolute;
		left: 0;
	transition: all .5s;
	width: 100%;
	z-index: -1;
}

.fv .fv-upper .upper-left .left-btn a::after {
	content: '';
	background: linear-gradient(180deg, #205ecb 0%, #205ecb 100%);
	height: 100%;
	position: absolute;
		left: 0;
	width: 100%;
	z-index: -2;
}

.fv .fv-upper .upper-left .left-btn a:hover::before {
	opacity: 0;
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper .upper-left .left-btn a {
		font-size: 1.5rem;
		width: 240px;
	}
}

/* ------------------------------------------
upper-right
*  ------------------------------------------ */

.fv .fv-upper .upper-right {
	position: absolute;
		top: 50%;
		right: -5%;
	transform: translateY(-50%);
	width: clamp(680px, 72%, 840px);
}

@media screen and (max-width: 1024px) {
	.fv .fv-upper .upper-right {
		margin-top: 20px;
		position: static;
		transform: translateY(0);
		width: 100%;
	}
}

/* =======================================================
fv-lower
*  ======================================================= */

.fv .fv-lower {
  margin-top: 2.4%;
}

@media screen and (max-width: 1024px) {
	.fv .fv-lower {
		margin-top: 32px;
	}
}

/* ------------------------------------------
lower-ttl
*  ------------------------------------------ */

.fv .fv-lower .lower-ttl {
  margin: 0 auto;
  width: 410px;
}

@media screen and (max-width: 1024px) {
	.fv .fv-lower .lower-ttl {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {
	.fv .fv-lower .lower-ttl {
		width: 80%;
	}
}

/* ------------------------------------------
ul.lower-achievements
*  ------------------------------------------ */

.fv .fv-lower ul.lower-achievements {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto 0;
	width: 800px;
}

@media screen and (max-width: 1024px) {
	.fv .fv-lower ul.lower-achievements {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	.fv .fv-lower ul.lower-achievements {
		flex-wrap: wrap;
		width: 64%;
	}
}

.fv .fv-lower ul.lower-achievements li {
	width: 262px;
}

@media screen and (max-width: 1024px) {
	.fv .fv-lower ul.lower-achievements li {
		width: 32%;
	}
}

@media screen and (max-width: 767px) {
	.fv .fv-lower ul.lower-achievements li {
		margin: 10px auto 0;
		width: 100%;
	}
	.fv .fv-lower ul.lower-achievements li:first-of-type {
		margin-top: 0;
	}
}

/* =============================================================


section01


*  ============================================================= */

.section01 {
	background-image: linear-gradient(180deg, rgba(233, 242, 249, 1) 10%, rgba(255, 255, 255, 1) 20%);
	padding-bottom: 40px;
	padding-top: 60px;
	position: relative;
	width: 100%;
}

.section01 .section01-inn {
	margin: 0 auto;
	width: clamp(640px, 90%, 1020px);
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn {
		width: 90%;
	}
}

/* =======================================================
h2.inn-ttl
*  ======================================================= */

.section01 .section01-inn h2.inn-ttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn h2.inn-ttl {
		font-size: clamp(1.80rem, 0.85vw + 1.53rem, 2.40rem);
	}
}

/* =======================================================
ul.inn-feature
*  ======================================================= */

.section01 .section01-inn ul.inn-feature {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px auto 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.section01 .section01-inn ul.inn-feature {
		display: block;
	}
}

/* ------------------------------------------
ul.inn-feature li
*  ------------------------------------------ */

.section01 .section01-inn ul.inn-feature li {
	width: clamp(200px, 32%, 320px);
}

.section01 .section01-inn ul.inn-feature li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #002a74;
	border-radius: 10px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	height: 80px;
	position: relative;
	width: 100%;
	transition: all .3s;
}

.section01 .section01-inn ul.inn-feature li a::after{
	content: '';
	background-image: url(../img/home/section01-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 8px;
	position: absolute;
		bottom: 14px;
		left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
	width: 14px;
}

.section01 .section01-inn ul.inn-feature li a:hover::after {
	position: absolute;
    bottom: 8px;
    left: 50%;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature li {
		width: clamp(120px, 32%, 320px);
	}
	.section01 .section01-inn ul.inn-feature li a {
		font-size: 1.4rem;
	}
	.section01 .section01-inn ul.inn-feature li a::after{
		height: 6px;
		position: absolute;
			bottom: 10px;
			left: 50%;
		transition: none;
		width: 12px;
	}
	.section01 .section01-inn ul.inn-feature li a:hover::after {
		position: absolute;
	    bottom: 10px;
	    left: 50%;
	}
}

@media screen and (max-width: 767px) {
	.section01 .section01-inn ul.inn-feature li {
		margin: 10px auto 0;
		width: 80%;
	}
	.section01 .section01-inn ul.inn-feature li a {
		font-size: 1.6rem;
	}
}

/* =======================================================
ul.inn-feature-detail
*  ======================================================= */

.section01 .section01-inn ul.inn-feature-detail {
	margin: 0 auto;
	width: 100%;
}

/* ------------------------------------------
ul.inn-feature-detail li.detail-01
*  ------------------------------------------ */

.section01 .section01-inn ul.inn-feature-detail li.detail-01 {
	background-image: url(../img/home/detail-01-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 300px;
	margin-top: 120px;
	padding-top: 120px;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-01 {
		background-size: 32%;
		margin-top: 80px;
		padding-top: 80px;
	}
}

/* ttl-blk -------------- */

.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk {
	display: flex;
	justify-content: start;
	align-items: start;
	margin-left: 6.4%;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk {
		margin-left: 0;
	}
}

.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk h3 {
	color: #002a74;
	font-size: 4.8rem;
	font-weight: 700;
	margin-right: 22px;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk h3 {
		font-size: clamp(3.20rem, 2.27vw + 2.47rem, 4.80rem);
		margin-right: 0;
	}
}

.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left: 8px;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-01 .ttl-blk p {
		margin-left: 2px;
		margin-top: 16px;
	}
}

/* img-blk -------------- */

.section01 .section01-inn ul.inn-feature-detail li.detail-01 .img-blk {
	margin-right: 6.4%;
	margin-top: 20px;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-01 .img-blk {
		margin-right: 0;
	}
}

/* ------------------------------------------
ul.inn-feature-detail li.detail-02
*  ------------------------------------------ */

.section01 .section01-inn ul.inn-feature-detail li.detail-02 {
	background-image: url(../img/home/detail-02-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 300px;
	margin-top: 120px;
	padding-top: 140px;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-02 {
		background-size: 32%;
		margin-top: 80px;
		padding-top: 80px;
	}
}

/* ttl-blk -------------- */

.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk {
	display: flex;
	justify-content: start;
	align-items: start;
	margin-left: 6.4%;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk {
		margin-left: 0;
	}
}

.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk h3 {
	flex-shrink: 0;
	color: #002a74;
	font-size: 4.8rem;
	font-weight: 700;
	margin-right: 22px;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk h3 {
		font-size: clamp(3.20rem, 2.27vw + 2.47rem, 4.80rem);
		margin-right: 0;
	}
}

.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left: 8px;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-02 .ttl-blk p {
		margin-left: 2px;
		margin-top: 16px;
	}
}

/* img-blk -------------- */

.section01 .section01-inn ul.inn-feature-detail li.detail-02 .img-blk {
	margin-left: 5%;
	margin-top: 30px;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-02 .img-blk {
		margin-left: 0;
	}
}

/* ------------------------------------------
ul.inn-feature-detail li.detail-03
*  ------------------------------------------ */

.section01 .section01-inn ul.inn-feature-detail li.detail-03 {
	display: flex;
	justify-content: space-between;
	align-items: start;
	background-image: url(../img/home/detail-03-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 426px;
	margin-top: 160px;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-03 {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-03 {
		background-size: 40%;
		margin-top: 80px;
	}
}

/* ttl-blk -------------- */

.section01 .section01-inn ul.inn-feature-detail li.detail-03 .ttl-blk {
	margin-left: 6.4%;
	padding-top: 120px;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-03 .ttl-blk {
		margin-left: 0;
		padding-top: 64px;
		width: 100%;
	}
}

.section01 .section01-inn ul.inn-feature-detail li.detail-03 .ttl-blk h3 {
	color: #002a74;
	font-size: 4.8rem;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-03 .ttl-blk h3 {
		font-size: clamp(3.20rem, 2.27vw + 2.47rem, 4.80rem);
	}
}

.section01 .section01-inn ul.inn-feature-detail li.detail-03 .ttl-blk p {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left: 8px;
	margin-top: 16px;
}

/* img-blk -------------- */

.section01 .section01-inn ul.inn-feature-detail li.detail-03 .img-blk {
	width: 475px;
}

@media screen and (max-width: 1320px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-03 .img-blk {
		margin: 20px auto 0;
	}
}

@media screen and (max-width: 1024px) {
	.section01 .section01-inn ul.inn-feature-detail li.detail-03 .img-blk {
		width: 72%;
	}
}

/* =============================================================


section02


*  ============================================================= */

.section02 {
	background-image: url(../img/home/section02-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
	width: 100%;
}

.section02 .section02-inn {
	margin: 0 auto;
	position: relative;
	padding-bottom: 32px;
	padding-top: 32px;
	width: clamp(640px, 90%, 1020px);
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.section02 .section02-inn {
		padding-bottom: 56px;
		padding-top: 56px;
		width: 80%;
	}
}

/* =======================================================
inn-guide
*  ======================================================= */

.section02 .section02-inn .inn-guide img {
	position: absolute;
		bottom: 0;
		left: 0;
	width: 187px;
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn .inn-guide img {
		display: none;
	}
}

/* =======================================================
inn-conts
*  ======================================================= */

.section02 .section02-inn .inn-conts {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-left: 140px;
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn .inn-conts {
		display: block;
		margin-left: 0;
	}
}

/* ------------------------------------------
conts-txt
*  ------------------------------------------ */

.section02 .section02-inn .inn-conts .conts-txt {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 30px 30px 48px;
	width: calc(100% - 180px);
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn .inn-conts .conts-txt {
		background-color: #fff;
		border-radius: 10px;
		padding: 20px;
		width: 100%;
	}
}

.section02 .section02-inn .inn-conts .conts-txt p {
	font-size: 1.6rem;
	line-height: 1.6;
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn .inn-conts .conts-txt p {
		font-size: 1.5rem;
	}
}

/* ------------------------------------------
conts-btn
*  ------------------------------------------ */

.section02 .section02-inn .inn-conts .conts-btn {
	width: 160px;
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn .inn-conts .conts-btn {
		margin-top: 20px;
		width: 100%;
	}
}

.section02 .section02-inn .inn-conts .conts-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	transition: all .5s;
	z-index: 10;
}

.section02 .section02-inn .inn-conts .conts-btn a::before {
	content: '';
	background: transparent linear-gradient(58deg, #366ce5 0%, #002d7c 100%);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .5s;
	z-index: -1;
}

.section02 .section02-inn .inn-conts .conts-btn a::after {
	content: '';
	background: transparent linear-gradient(58deg, #366ce5 0%, #366ce5 100%);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}

.section02 .section02-inn .inn-conts .conts-btn a:hover::before {
	opacity: 0;
}

@media screen and (max-width: 1024px) {
	.section02 .section02-inn .inn-conts .conts-btn a {
		height: 56px;
	}
}

/* =============================================================


section03


*  ============================================================= */

.section03 {
	background-image: url(../img/home/section03-bg.png);
	background-position: top left 40px;
	background-repeat: no-repeat;
	background-size: 264px;
	margin-top: 60px;
	padding-top: 80px;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.section03 {
		background-position: top left 10px;
		background-size: 32%;
		margin-top: 40px;
		padding-top: 40px;
	}
}

.section03 .section03-inn {
	margin: 0 auto;
	width: clamp(640px, 90%, 1078px);
}

@media screen and (max-width: 1024px) {
	.section03 .section03-inn {
		width: 90%;
	}
}

/* =======================================================
inn-figure
*  ======================================================= */

.section03 .section03-inn .inn-figure {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.section03 .section03-inn .inn-figure {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.section03 .section03-inn .inn-figure img {
		width: 200vw;
	}
}

/* =============================================================


section04


*  ============================================================= */

.section04 {
	background-color: #f5f5f5;
	margin-top: 60px;
	padding-top: 60px;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.section04 {
		margin-top: 40px;
		padding-top: 40px;
	}
}

.section04 .section04-inn {
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
	width: clamp(640px, 90%, 1020px);
}

@media screen and (max-width: 1024px) {
	.section04 .section04-inn {
		width: 90%;
	}
}

/* =======================================================
inn-guide
*  ======================================================= */

.section04 .section04-inn .inn-guide img {
	position: absolute;
		bottom: 0;
		right: 0;
	width: 220px;
	z-index: 10;
}

@media screen and (max-width: 1024px) {
	.section04 .section04-inn .inn-guide img {
		display: none;
	}
}

/* =======================================================
h2.inn-ttl
*  ======================================================= */

.section04 .section04-inn h2.inn-ttl {
	color: #002a74;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.section04 .section04-inn h2.inn-ttl {
		font-size: clamp(1.80rem, 0.14vw + 1.76rem, 1.90rem);
	}
}

/* =======================================================
inn-figure
*  ======================================================= */

.section04 .section04-inn .inn-figure {
	margin: 20px auto 0;
	width: 660px;
}

@media screen and (max-width: 1024px) {
	.section04 .section04-inn .inn-figure {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.section04 .section04-inn .inn-figure {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.section04 .section04-inn .inn-figure img {
		width: 200vw;
	}
}

/* =======================================================
p.inn-txt
*  ======================================================= */

.section04 .section04-inn p.inn-txt {
	color: #212121;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 30px auto 0;
	width: 650px;
}

@media screen and (max-width: 1024px) {
	.section04 .section04-inn p.inn-txt {
		width: 88%;
	}
}
