@charset 'UTF-8';

/*--------------------------------------------------------------------------
	 .sec-mv
---------------------------------------------------------------------------*/
.sec-mv-wrapper {
	position: relative;
	z-index: 1;
}

.sec-mv {
	margin: 0;
	width: 100%;
	height: 596px;
	position: relative;
	background: url(../../common/img/bg_mv.png) no-repeat 50% top;
	background-size: cover;
}

.sec-mv .inner {
	position: relative;
	height: 100%;
}
.sec-mv .inner .logo {
	position: absolute;
	top: 54px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.sec-mv .inner .logo h1 {
	margin-top: 10px;
	margin-right: 25px;
	width: 160px;
}
.sec-mv .inner .logo p {
	width: 206px;
}
.sec-mv .inner h2 {
	padding-top: 188px;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-align: left;
	color: #202980;
}
.sec-mv .inner h2 .sub__ttl {
	font-size: 27px;
	line-height: 32px;
	display: block;
	margin-bottom: 40px;
}

.sec-mv .inner h2 .red__txt01 {
	color: #F73022;
	font-size: 58px;
	font-weight: 800;
}
.sec-mv .inner h2 .red__txt02 {
	color: #F73022;
	font-size: 55px;
	font-weight: 800;
}
.sec-mv .inner h2 .red__txt03 {
	display: block;
	color: #F73022;
	font-size: 64px;
	font-weight: 800;
	margin: 25px 0 0 -36px;
}
.sec-mv .inner h2 .red__txt03  .red__txt03_2 {
	font-weight: 500;
}
.sec-mv .inner h2 .txt_normal {
	display: inline-block;
	padding: 0 10px;
	font-weight: 800;
}
.sec-mv .inner .img01 {
	position: absolute;
	top: 66px;
	right: -75px;
}
@media screen and (max-width: 767px){
	.sec-mv {
		height: auto;
		background: url(../../common/img/bg_mv_sp.png) no-repeat;
		padding: 0 0 10% 0;
		background-size: cover;
	}
	.sec-mv .inner {
		padding: 0 4%;
	}
	.sec-mv .inner .logo {
		top: 24px;
		left: 4%;
	}
	.sec-mv .inner .logo h1 {
		width: 40%;
	}
	.sec-mv .inner .logo p {
		width: 45%;
	}
	.sec-mv .inner h2 {
		padding-top: 26%;
		line-height: 1.2;
	}
	
	.sec-mv .inner h2 .sub__ttl {
		font-size: 3.7vw;
		margin-bottom: 0;
		line-height: 1;
	}
	.sec-mv .inner h2 .red__txt01,
	.sec-mv .inner h2 .red__txt02,
	.sec-mv .inner h2 .red__txt03 {
		font-size: 8.2vw;
	}
	.sec-mv .inner h2 .red__txt03 {
		margin: 1% 0 0 -4vw;
	}
	.sec-mv .inner h2 .txt_normal {
		font-size: 5vw;
		padding: 0 1%;
	}
	.sec-mv .inner .img01 {
		position: relative;
		top: auto;
		right: auto;
		width: 70%;
		margin: 10% auto 0;
	}
}

/*--------------------------------------------------------------------------
 .CV
---------------------------------------------------------------------------*/
.CV {
	position: relative;
	z-index: 0;
	background-color: #24408B;
	height: 200px;
}

.CV .flex__item {
	text-align: center;
	color: #fff;
	margin: 0 48px;
}
.CV .flex__item p.txt01 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
.CV .flex__item p.txt02 {
	font-size: 43px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 0.7em;
	position: relative;
}
.CV .flex__item p.txt02::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0.8em;
	height: 0.8em;
	background: url(../../common/img/icon_tel.svg) no-repeat 50% top;
	background-size: contain;
}
.CV .flex__item p.txt03 {
	font-size: 18px;
}
.CV .flex__item .btn01 {
	margin-bottom: 15px;
}
.CV .flex__item .btn01 a {
	width: 405px;
	height: 80px;
	margin: 0 auto;
	background: #f73022;
	filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.3));
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
	border-radius: 80px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.CV .flex__item .btn01 a::after {
	content: '';
	position: absolute;
	left: 50px;
	top: 50%;
	width: 1em;
	height: 1em;
	background: url(../../common/img/icon_check.svg) no-repeat 50% top;
	background-size: cover;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.CV .flex__item .btn01 a:hover {
	background: #fff;
	color: #f73022;
}
.CV .flex__item .btn01 a:hover::after {
	background: url(../../common/img/icon_check_on.svg) no-repeat 50% top;
	background-size: cover;
}
.CV .flex__item .btn02 a {
	width: 405px;
	height: 60px;
	margin: 0 auto;
	background: #ffffff;
	filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.3));
	font-size: 24px;
	font-weight: 700;
	color: #F73022;
	border-radius: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.CV .flex__item .btn02 a:hover {
	background: #f73022;
	color: #fff;
}
.CV .flex__item .btn02 a::after {
	content: '';
	position: absolute;
	left: 50px;
	top: 50%;
	width: 1em;
	height: 1em;
	background: url(../../common/img/icon_search.svg) no-repeat 50% top;
	background-size: cover;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.CV .flex__item .btn02 a:hover::after {
	background: url(../../common/img/icon_search_on.svg) no-repeat 50% top;
	background-size: cover;
}

@media screen and (max-width: 767px){
	.CV {
		height: auto;
		padding: 8% 0;
	}
	.CV .flex__item {
		margin: 0;
		padding: 0 4%;
	}
	.CV .flex__item p.txt01 {
		font-size: 7vw;
		margin: 0 0 3% 0;
	}
	.CV .flex__item p.txt02 {
		font-size: 12.5vw;
		line-height: 1;
		margin-bottom: 2%;
	}
	.CV .flex__item p.txt02::after {
		top: 0.1em;
	}
	.CV .flex__item p.txt03 {
		font-size: 5vw;
	}
	.CV .flex__item .btn01 a,
	.CV .flex__item .btn02 a {
		width: 100%;
		height: auto;
		padding: 4% 0;
		font-size: 6vw;
	}
	.CV .flex__item .btn01 {
		margin: 5% 0;
	}
}

/*--------------------------------------------------------------------------
	 #Sec01
---------------------------------------------------------------------------*/
#Sec01 {
	padding: 80px 0 106px;
}
#Sec01 .inner {
	padding: 0 50px;
}

#Sec01 h2 {
	font-weight: 900;
	font-size: 48px;
	line-height: 45px;
	text-align: center;
	color: #24408b;
	margin-bottom: 94px;
}
#Sec01 .reason01 {
	margin-bottom: 50px;
}
#Sec01 .reason02 {
	margin-bottom: 40px;
}

#Sec01 .reason01 .flex__item-txt {
	margin-top: 20px;
}

#Sec01 .reason .flex__item-img {
	width: 360px;
	margin-right: 30px;
}
#Sec01 .reason02 .flex__item-img {
	width: 373px;
	margin-right: 30px;
}
#Sec01 .reason .flex__item-txt {
	flex: 1;
}
#Sec01 .reason .flex__item-txt h3 {
	font-weight: 900;
	font-size: 24px;
	line-height: 42px;
	color: #202980;
	margin-bottom: 25px;
	letter-spacing: -0.03em;
}
#Sec01 .reason .flex__item-txt .icon {
	background-color: #F73022;
	width: 90px;
	height: 90px;
	border-radius: 90px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-right: 15px;
}
#Sec01 .reason .flex__item-txt .icon span .icon_num{
	display: block;
	font-size: 46px;
}
#Sec01 .reason .flex__item-txt .detail_text {
	font-weight: normal;
	font-size: 16px;
	line-height: 28.8px;
	text-align: left;
	color: #333;
}

@media screen and (max-width: 767px){
	#Sec01 .inner {
		padding: 0 4%;
	}
	#Sec01 h2 {
		line-height: 1.5;
		margin: 0 0 5% 0;
		font-size: 8vw;
	}
	#Sec01 .reason .flex__item-img {
		margin: 0 auto 5%;
		width: 100%;
	}
	#Sec01 .reason .flex__item-txt .icon {
		width: 16vw;
		height: 16vw;
		font-size: 3vw;
		margin: 0 3% 0 0;
		border-radius: 50%;
	}
	#Sec01 .reason .flex__item-txt .icon span .icon_num {
		font-size: 8vw;
	}
	#Sec01 .reason .flex__item-txt h3 {
		font-size: 5vw;
		line-height: 1.5;
	}
	#Sec01 .reason .flex__item-txt h3 p {
		width: calc(100% - 18vw);
	}
	#Sec01 .reason .flex__item-txt .detail_text {
		font-size: 4vw;
		line-height: 1.5;
	}
	#Sec01 .reason01,
	#Sec01 .reason02 {
		margin-bottom: 16%;
	}
}

/*--------------------------------------------------------------------------
	 #Sec02
---------------------------------------------------------------------------*/
#Sec02 {
	padding: 0 0 68px;
	background: url(../../common/img/bg_check.png) repeat 50% top;
	background-size: 21px 21px;
}
#Sec02 .inner {
	padding: 100px 50px 0;
}

#Sec02 h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #2396F3;
	padding: 56px 0;
	position: relative;
}
#Sec02 h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 42.5px 0 42.5px;
	border-color: #2396F3 transparent transparent transparent;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
#Sec02 .flex__item {
	width: 292px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}
#Sec02 .flex__item img{
	border-radius: 10px 10px 0 0;
}
#Sec02 .flex__item h3{
	font-size: 28px;
	font-weight: bold;
	color: #2396F3;
	position: relative;
	padding: 0 0 22px 0;
	margin: 30px 25px 25px;
}
#Sec02 .flex__item h3 span{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	display: block;
	padding-top: 17px;
}
#Sec02 .flex__item h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background-color: #2396F3;
}
#Sec02 .flex__item .detail {
	margin: 0 25px 66px;
}
#Sec02 .flex__item .detail p {
	font-size: 16px;
	font-weight: bold;
}
#Sec02 .flex__item .detail p:nth-of-type(2){
	font-weight: normal;
}
#Sec02 .f-txt {
	text-align: center;
}

@media screen and (max-width: 767px){
	#Sec02 h2 {
		font-size: 6vw;
		padding: 8% 0;
	}
	#Sec02 .inner {
		padding: 10% 4% 0 4%;
	}
	#Sec02 .flex__item {
		width: 100%;
		margin: 0 0 10% 0;
	}
	#Sec02 .flex__item h3 {
		margin: 5% 8% 3% 8%;
		font-size: 7vw;
		line-height: 1.5;
		padding: 0 0 3% 0;
	}
	#Sec02 .flex__item h3 span {
		font-size: 5vw;
		padding-top: 3%;
	}
	#Sec02 .flex__item .detail {
		margin: 0 8%;
		padding: 0 0 5% 0;
	}
	#Sec02 .flex__item .detail p {
		font-size: 4vw;
	}
}

/*--------------------------------------------------------------------------
	 #Sec03
---------------------------------------------------------------------------*/
#Sec03 {
	padding: 0 0 90px;
}
#Sec03 .inner {
	padding: 100px 50px 0;
}

#Sec03 h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #2396F3;
	padding: 56px 0;
	position: relative;
}
#Sec03 h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 42.5px 0 42.5px;
	border-color: #2396F3 transparent transparent transparent;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
#Sec03 h3 {
	font-size: 40px;
	color: #202980;
	margin-bottom: 50px;
	text-align: center;
	font-weight: 900;
}
#Sec03 h3 span {
	font-size: 30px;
	display: block;
	margin-bottom: 25px;
}
#Sec03 .lead {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}
#Sec03 .flex__item {
	width: 210px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #4796f4;
	position: relative;
}
#Sec03 .flex__item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	background: url(../../common/img/arrow.svg) repeat 50% top;
	background-size: cover;
	-webkit-transform: translate(30px, -50%);
	transform: translate(30px, -50%);
}
#Sec03 .flex__item:last-of-type::after {
	display: none;
}
#Sec03 .flex__item .step_txt {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	background-color: #4796f4;
	border-radius: 9px 9px 0 0;
	color: #fff;
	padding: 15px 0;
}
#Sec03 .flex__item .detail {
	padding: 25px 25px 30px;
}
#Sec03 .flex__item .detail h4 {
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	height: 58px;
}
#Sec03 .flex__item .detail p {
	font-size: 18px;
}
#Sec03 .flex__item:nth-child(1) .detail .flex {
	margin-bottom: 23px;
}
#Sec03 .flex__item:nth-child(2) .detail .flex {
	margin-top: 12px;
	margin-bottom: 4px;
}
#Sec03 .flex__item:nth-child(3) .detail .flex {
	margin-top: 18px;
	margin-bottom: 3px;
}
#Sec03 .flex__item:nth-child(4) .detail .flex {
	margin-top: 30px;
	margin-bottom: 32px;
}
@media screen and (max-width: 767px){
	#Sec03 {
		padding: 0 0 10% 0;
	}
	#Sec03 h2 {
		font-size: 6vw;
		padding: 8% 0;
	}
	#Sec03 .inner {
		padding: 10% 4% 0 4%;
	}
	#Sec03 h3 {
		font-size: 7vw;
		line-height: 1.5;
	}
	#Sec03 h3 span {
		font-size: 5vw;
		margin-bottom: 0;
	}
	#Sec03 .lead {
		font-size: 4vw;
	}
	#Sec03 .flex__item {
		width: 100%;
		margin: 0 0 10% 0;
	}
	#Sec03 .flex__item::after {
		top: auto;
		bottom: -6vw;
		right: 50%;
		transform: translate(50%, 0) rotate(90deg);
		width: 5vw;
    	height: 5vw;
	}
	#Sec03 .flex__item .step_txt {
		font-size: 6vw;
	}
	#Sec03 .flex__item .detail h4 {
		font-size: 8vw;
		height: auto;
	}
	#Sec03 .flex__item .detail .flex {
		width: 50%;
		margin: 2% auto;
	}
}


/*--------------------------------------------------------------------------
	 #Sec04
---------------------------------------------------------------------------*/
#Sec04 {
	padding: 0 0 86px;
	background-color: #ECF7FA;
}
#Sec04 .inner {
	padding: 100px 50px 0;
}

#Sec04 h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #2396F3;
	padding: 56px 0;
	position: relative;
}
#Sec04 h2::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 23px 42.5px 0 42.5px;
	border-color: #2396F3 transparent transparent transparent;
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
}
#Sec04 .flex {
	margin-top: 40px;
}
#Sec04 .flex:first-of-type {
	margin-top: 0;
}

#Sec04 .flex__img {
	width: 120px;
	margin-top: 14px;
	line-height: 1;
	text-align: center;
}
#Sec04 .flex__img span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
#Sec04 .detail {
	width: 100%;
	flex: 1;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.05);
	margin-left: 25px;
	padding: 40px;
	position: relative;
}

#Sec04 .detail::after {
	content: '';
	position: absolute;
	left: -16px;
	top: 50%;
	width: 16px;
	height: 20px;
	background: url(../../common/img/sec04_icon.svg) repeat 0 top;
	background-size: cover;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#Sec04 .detail h4 {
	font-size: 24px;
	font-weight: bold;
	color: #2396F3;
}
#Sec04 .detail p {
	font-size: 18px;
	margin-top: 22px;
}
@media screen and (max-width: 767px){
	#Sec04 h2 {
		font-size: 6vw;
		padding: 8% 0;
	}
	#Sec04 .inner {
		padding: 10% 4% 0 4%;
	}
	#Sec04 .flex__img {
		width: 22vw;
		margin: 5% auto 0;
		position: relative;
		z-index: 1;
	}
	#Sec04 .flex__img span {
		font-size: 5vw;
	}
	#Sec04 .detail {
		margin: -11vw 0 0 0;
		padding: 12% 7% 7% 7%;
	}
	#Sec04 .detail::after {
		content: none;
	}
	#Sec04 .detail span {
		text-align: center;
		line-height: 1.5;
		margin: 3% 0 0 0;
		font-weight: bold;
	}
	#Sec04 .detail h4 {
		line-height: 1.5;
		font-size: 5vw;
		margin: 3% 0 0 0;
	}
	#Sec04 .detail p {
		font-size: 4vw;
	}
}
/*--------------------------------------------------------------------------
 .CV-fixed
---------------------------------------------------------------------------*/
.l-cv_fixed {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
    z-index: 100;
	background-color: #24408B;
	padding: 4% 4% 3% 4%;
	color: #ffffff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.l-cv_fixed.floating {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
	transition-delay: 0s;
}
.l-cv_fixed .txt01 {
	font-weight: bold;
}
.l-cv_fixed .txt01 span {
	font-weight: normal;
	margin: 0 0 0 0.5em;
	font-size: 3vw;
}
.l-cv_fixed .txt02 {
	width: max-content;
	font-size: 7vw;
    font-weight: 700;
    padding-left: 1em;
	position: relative;
	line-height: 1;
	margin: 1% auto 3%;
}
.l-cv_fixed .txt02::after {
	content: '';
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 0.8em;
    height: 0.8em;
    background: url(../../common/img/icon_tel.svg) no-repeat 50% top;
    background-size: contain;
}
.l-cv_fixed .btn01,
.l-cv_fixed .btn02 {
	width: 48%;
}
.l-cv_fixed .btn01 a {
	margin: 0 auto;
    background: #f73022;
    filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.3));
    font-size: 4vw;
    font-weight: 700;
    color: #ffffff;
    border-radius: 80px;
    -webkit-transition: all .3s;
    transition: all .3s;
	position: relative;
	padding: 4% 0 4% 1em;
}
.l-cv_fixed .btn01 a::after {
	content: '';
    position: absolute;
    left: 8%;
    top: 50%;
    width: 1em;
    height: 1em;
    background: url(../../common/img/icon_check.svg) no-repeat 50% top;
    background-size: cover;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.l-cv_fixed .btn02 a {
	margin: 0 auto;
    background: #ffffff;
    filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.3));
    font-size: 4vw;
    font-weight: 700;
    color: #F73022;
    border-radius: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
	position: relative;
	padding: 4% 0 4% 1em;
	letter-spacing: 0;
}
.l-cv_fixed .btn02 a::after {
	content: '';
    position: absolute;
    left: 8%;
    top: 50%;
    width: 1em;
    height: 1em;
    background: url(../../common/img/icon_search.svg) no-repeat 50% top;
    background-size: cover;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}