@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding-bottom: 10rem;
}
#main .mainVisual {
	margin: 0.5rem 0 10rem;
	padding: 13.4rem 0 2.7rem;
	min-height: 55.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	background: url(../img/index/main_bg.png) no-repeat left center / cover;
}
#main .mainVisual.top {
	margin-top: 10rem;
	min-height: 27.2rem;
	padding-top: 8.8rem;
	padding-bottom: 5rem;
}
#main .mainVisual .title {
	color: #000;
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.35em;
}
#main .mainVisual .title .en {
	margin-bottom: -0.6rem;
	display: block;
	color: #0074A5;
	font-size: 9rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
}
#main .h2Ttl {
	margin-bottom: 5rem;
	padding: 1.7rem 2rem 1.5rem;
	color: #FFF;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	background-color: #E1738E;
}
#main .h2Ttl span {
	padding: 0 2.7rem;
	display: block;
	position: relative;
}
#main .h2Ttl span::before {
	position: absolute;
	top: 0.5rem;
	left: 0;
	bottom: 0.7rem;
	width: 0.5rem;
	background-color: #FFF;
	content: '';
}
#main .tabList > li {
	margin-bottom: 4.9rem;
	border: 1px solid #969696;
}
#main .tabList li:last-child {
	margin-bottom: 0;
}
#main .tabList .ttlBox {
	padding: 2.4rem 2.7rem 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF0F5;
}
#main .tabList .ttlBox .txt {
	width: calc(100% - 14rem);
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	line-height: 1.31;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .tabList .ttlBox .specTxt {
	letter-spacing: 0.2em;
}
#main .tabList .ttlBox .num {
	width: 13.5rem;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: right;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .tabList .innerBox {
	padding: 0 2.7rem;
}
#main .tabList .innerBox .topBox {
	padding: 1.4rem 0 1.1rem 0;
	min-height: 8.7rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
	box-sizing: border-box;
	border-bottom: 1px solid #969696;
}
#main .tabList .innerBox .topBox .txt {
	width: calc(100% - 21rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: 0.15em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .tabList .innerBox .topBox .txt01 {
	font-size: 3.5rem;
	font-weight: 500;
	letter-spacing: 0.11em;
}
#main .tabList .innerBox .topBox .amount {
	width: 21rem;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 3.5rem;
	letter-spacing: 0.04em;
	line-height: 1.34;
	text-align: right;
}
#main .tabList .innerBox .topBox .amount .sml {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	vertical-align: 0.3rem;
}
#main .tabList .innerBox .topBox .amount .subSml {
	margin-top: -0.2rem;
	display: block;
	color: #000;
	font-size: 1.7rem;
	letter-spacing: 0;
	font-family: Meiryo, "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#main .tabList .innerBox .pLink {
	margin: 2.2rem -0.8rem 1.8rem 0;
	text-align: right;
}
#main .tabList .innerBox .pLink a {
	padding-left: 3.5rem;
	display: inline-block;
	color: #969696;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background: url(../img/common/icon02.png) no-repeat left center / 2.4rem;
}
#main .tabList .innerBox .pLink a .status02 {
	display: none;
}
#main .tabList .innerBox .pLink a:hover {
	opacity: 0.7;
}
#main .sec01,
#main .sec02 {
	margin-bottom: 10rem;
}
#main .sec02 .h2Ttl {
	background-color: #00A543;
}
#main .sec02 .tabList .ttlBox {
	background-color: #EBF5F5;
}
#main .sec03 .h2Ttl {
	background-color: #DC7850;
}
#main .sec03 .tabList .ttlBox {
	background-color: #FEF7F2;
}
#main .sec03 .specBox .txt {
	width: 22rem;
}
#main .sec03 .specBox .num {
	width: calc(100% - 22rem);
	font-size: 2.4rem;
	text-align: right;
}
#main .sec03 .tabList .innerBox .topBox .txt {
	width: calc(100% - 32rem);
}
#main .sec03 .tabList .innerBox .topBox .txt .sml {
	font-size: 2.5rem;
	font-weight: 700;
}
#main .sec03 .tabList .innerBox .topBox .amount {
	width: 32rem;
}
#main .subInner {
	padding: 4rem 0 2rem;
	display: none;
}
#main .textList > li:not(:last-child) {
	margin-bottom: 3.4rem;
}
#main .textList .title {
	margin-bottom: 1.4rem;
	padding-bottom: 0.3rem;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #969696;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .textList .text {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.07em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .textList .subUl {
	padding-top: 0.4rem;
}
#main .textList .subUl li {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.28;
	text-align: justify;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#main .tableBox {
	margin: 4.3rem auto 0;
	width: 61.8rem;
}
#main .tableBox th,
#main .tableBox td {
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
	word-break: break-all;
	border: 1px solid #323232;
}
#main .tableBox th {
	padding: 1.3rem 0 1.1rem 2rem;
	width: 38.7%;
	font-size: 3.1rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	background-color: #FFF0F5;
}
#main .tableBox td {
	padding: 0.8rem 0.5rem 0;
	width: 11.5%;
	text-align: center;
}
#main .tableBox td img {
	width: 2.9rem;
}
#main .tabList .innerBox .pLink a.on {
	margin-bottom: 0.9rem;
	background-image: url(../img/common/icon02_on.png);
}
#main .tabList .innerBox .pLink a.on .status01 {
	display: none;
}
#main .tabList .innerBox .pLink a.on .status02 {
	display: block;
}
#main .sec02 .textList .subUl li,
#main .sec03 .textList .subUl li {
	line-height: 1.38;
}

#main .online {
	padding-top: 13.2rem;
}
#main .c-ttl01 {
	background: linear-gradient(to right,#005FA5,#47ABD0);
	padding: 2.3rem 4rem 2.3rem 1.8rem;
}
#main .c-ttl01__txt {
	font-size: 3.2rem;
	letter-spacing: 0.26em;
	color: #fff;
	padding-left: 1.7rem;
	position: relative;
}
#main .c-ttl01__txt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #fff;
	width: 0.5rem;
	height: 4.1rem;
}
#main .onlinecont {
	margin-top: 10rem;
}
#main .online-list {
	margin-top: 3.2em;
	padding-right: 1.5rem;
	padding-left: 3.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.8rem;
}
#main .online-list li {
	width: calc((100% - 6.8rem)/2);
	flex-grow: 1;
}
#main .online-list .txt {
	font-weight: 500;
	margin-top: 2rem;
	text-align: center;
}
#main .online-list .txt .small {
	display: block;
	font-size: 2.3rem;
	letter-spacing: 0.15em;
}
#main .online-list .txt .big {
	border-bottom: dashed 1px;
	font-weight: bold;
	font-size: 3.2rem;
	color: #0074A5;
	letter-spacing: 0.15em;
}
#main .online-list li .img {
	max-width: 16.9rem;
	margin: auto;
}

#main .online-sec02 {
	margin-top: 10rem;
}
#main .online-sec02 .txt {
	margin-top: 4.4rem;
	font-weight: 500;
	font-size: 2.7rem;
	letter-spacing: 0.15em;
	text-align: center;
	color: #323232;
}

#main .flow-ttl {
	display: flex;
}
#main .flow-ttl__icon {
	width: 11.4rem;
}
#main .flow-ttl__txt {
	padding-top: 4.5rem;
	padding-left: 2.3rem;
	width: calc(100% - 11.4rem);
	font-size: 3.1rem;
	letter-spacing: 0.15em;
	line-height: 1.3;
	font-weight: bold;
	color: #0074A5;
	white-space: nowrap;
}
#main .flow-sec03 .flow-ttl__txt {
	padding-top: 4.8rem;
}
#main .flow-sec04 .flow-ttl__txt {
	padding-top: 3.6rem;
}

#main .flow-box {
	background: #F5F6F7;
	padding: 2.6rem 1.6rem 4.8rem 3.4rem;
}
#main .flow-box.ptn02 {
	padding-left: 3.4rem;
	padding-right: 27rem;
	position: relative;
}
#main .flow-box.flex {
	display: flex;
}
#main .flow-box.flex .flow-box__ttl {
	width: 36.8rem;
}
#main .flow-box.flex .img {
	padding-top: 4.3rem;
	padding-left: 1.3rem;
	width: 22.9rem;
}

#main .flow-num-list {
	margin-top: 4.7rem;
	counter-reset: num 0;
}
#main .flow-num-list .flow-num-list__li {
	position: relative;
}
#main .flow-num-list 
.flow-num-list__li + .flow-num-list__li {
	margin-top: 6rem;
	position: relative;
}
#main .flow-num-list 
.flow-num-list__li + .flow-num-list__li::before {
	display: block;
	content: "";
	position: absolute;
	top: -3.2rem;
	left: 26rem;
	background: #005FA5;
	width: 7.6rem;
	height: 3rem;
	clip-path: polygon(51% 76%, 0 0, 100% 0);
}
#main .flow-num-list .flow-num-list__li .flow-num-list__cap {
	font-weight: 500;
	font-size: 2.5rem;
	letter-spacing: 0.17em;
	margin-top: 3.2rem;
}
#main .flow-num-list .flow-num-list__ttl {
	display: flex;
	gap: 0.8rem;
}
#main .flow-num-list .flow-num-list__ttl
.flow-num-list__num {
	width: 5rem;
	height: 5rem;
	background: #0074A5;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
#main .flow-num-list .flow-num-list__ttl
.flow-num-list__num::after {
	content: counter(num);
	counter-increment: num 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: bold;
	font-size: 3.2rem;
	color: #fff;
}

#main .flow-num-list .flow-num-list__ttl
.flow-num-list__ttl02 {
	font-weight: 500;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	white-space: nowrap;
	margin-top: 0.8rem;
}
#main .flow-num-list .flow-num-list__ttl
.flow-num-list__ttl02 .blue {
	color: #0074A5;
	font-weight: bold;
}

#main .flow-note {
	margin-top: 2.3rem;
	font-weight: 500;
	font-size: 1.7rem;
	letter-spacing: -0.1em;
}

#main .flow-sec01 .flow-btn {
	margin-top: 4.4rem;
}
#main .flow-btn .c-btn01 {
	background: linear-gradient(to right,#28A838,#AED595);
	padding: 2rem 5.9rem 1.5rem 2.3rem;
	border-radius: 3.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0.5rem 0.5rem 0.4rem rgba(0,0,0,0.4);
	transition: .3s;
}
@media(hover) {
	#main .flow-btn .c-btn01:hover {
		transform: translate(0.3rem,0.3rem);
		box-shadow: none;
	}
}
#main .flow-btn .c-btn01 
.c-btn01__box {
	display: flex;
	gap: 0.22em;
}
#main .flow-btn .c-btn01 
.c-btn01__box .img {
	width: 8.7rem;
}
#main .flow-btn .c-btn01 
.c-btn01__box .txt {
	color: #fff;
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.02em;
}
#main .flow-btn .c-btn01 
.c-btn01__dec {
	width: 6.6rem;
	height: 6.6rem;
}

#main .flow-sec02 .img {
	position: absolute;
	top: 7rem;
	right: -1rem;
	width: 29.9rem;
	height: 59.6rem;
	z-index: 3;
}
#main .flow-sec02 .img img {
	width: 100%;
	height: 100%;
}
#main .flow .flow-cap {
	font-weight: 500;
	font-size: 2.5rem;
	letter-spacing: 0.17em;
	line-height: 1.6;
}
#main .flow .flow-sec02 .flow-cap {
	letter-spacing: 0.15em;
	margin-top: 4.8rem;
}

#main .flow .flow-blue {
	background: #0074A5;
	padding: 3rem 6rem 3rem 7.4rem;
}
#main .flow .flow-blue__txt {
	color: #fff;
}
#main .flow .flow-blue .flow-blue__txt {
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.15em;
	color: #fff;

}

#main .flow .flow-sec02 {
	margin-top: 4.4rem;
}
#main .flow .flow-sec02 .flow-blue  {
	position: relative;
}
#main .flow .flow-sec02 .flow-blue::after {
	content: "";
	background: #0074A5;
	clip-path: polygon(51% 76%, 0 0, 100% 0);
	width: 7.6rem;
	height: 3rem;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
}
#main .flow .flow-sec02 .flow-blue .flow-blue__dec {
	font-size: 5.0rem;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	top: 4.8rem;
	left: -4.8rem;
	transform: rotate(90deg);
	opacity: 0.5;
	font-weight: bold;
}

#main .flow .flow-blue {}

#main .flow-sec03 {
	margin-top: 5rem;
	position: relative;
}
#main .flow-sec03::after {
	content: "";
	background: #0074A5;
	clip-path: polygon(51% 76%, 0 0, 100% 0);
	width: 7.6rem;
	height: 3rem;
	position: absolute;
	top: 99%;
	left: 50%;
	transform: translateX(-50%);
}
#main .flow-sec03 .flow-cap {
	margin-top: 4.7rem;
}


#main .flow-sec04 {
	margin-top: 5.5rem;
}
#main .flow-sec04 .flow-ttl {
	align-items: center;
}
#main .flow-sec04 .flow-cap {
	margin-top: 5rem;
	letter-spacing: 0.13em;
}
#main .flow-sec04 .flow-blue {
	padding: 3.0rem 3rem 3.3rem 4.0rem;
}
#main .flow-sec04 .flow-blue .ttl {
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.15rem;
	color: #fff;
}

#main .flow-sec05 {
	margin-top: 10rem;
}
#main .flow-sec05 .ttl {
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: 0.15rem;
	color: #0074A5;
	border-bottom: solid 1px;
	padding-bottom: 2.0rem;
}
#main .flow-sec05 .flow-btn.top {
	margin-top: 5.3rem;
}
#main .flow-sec05 .flow-btn+.flow-btn {
	margin-top: 5.5rem;
}

#main .flow-sec05 .flow-btn .c-btn02 {
	display: block;
	height: 100%;
	background: linear-gradient(to right,#005FA5,#47ABD0);
	border-radius: 3.6rem;
	padding: 2.5rem 4rem 2rem;
	box-shadow: 0.5rem 0.5rem 0.4rem rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
	transition: .3s;
}
@media(hover) {
	#main .flow-sec05 .flow-btn .c-btn02:hover {
		transform: translate(0.3rem,0.3rem);
		box-shadow: none;
	}
}

#main .flow-sec05 .flow-btn .c-btn02::after {
	display: block;
	content: "";
	background: url(../img/index/blue_btn.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 6.7rem;
	height: 6.7rem;
	position: absolute;
	top: 50%;
	right: 2.5rem;
	transform: translateY(-50%);
}
#main .flow-sec05 .flow-btn .c-btn02 .small{
	display: inline-block;
	color: #fff;
	font-size: 2.5rem;
	letter-spacing: 0;
	border-bottom: dashed 1px;
	font-weight: bold;
}
#main .flow-sec05 .flow-btn .c-btn02 .big {
	display: block;
	font-size: 4.4rem;
	letter-spacing: -0.02em;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}
#main .flow-sec05 .flow-btn .c-btn02 .big .middle {
	font-size: 3.8rem;
	letter-spacing: -0.07em;
	color: #fff;
	font-weight: 500;
}

#main .flow-sec05 .flow-btn .c-btn02.mail::before {
	display: block;
	content: "";
	mask-image: url(../img/index/flow-btn_dec01.svg);
	mask-size: cover;
	mask-position: center;
	background: #fff;
	width: 15.4rem;
	height: 15.8rem;
	position: absolute;
	top: 0;
	right: -4rem;
	opacity: 0.4;
}

#main .flow-sec05 .flow-btn .c-btn02.tel::before {
	display: block;
	content: "";
	mask-image: url(../img/index/flow-btn_dec02.svg);
	mask-size: cover;
	mask-position: center;
	background: #333;
	width: 18.4rem;
	height: 16.2rem;
	position: absolute;
	top: 0;
	right: -4.8rem;
	opacity: 0.4;
}
#main .flow-sec05 .flow-btn .c-btn02.tel .big {
	position: relative;
	padding-left: 5rem;
	letter-spacing: 0.15em ;
}
#main .flow-sec05 .flow-btn .c-btn02.tel .big::before {
	display: block;
	content: "";
	background: url(../img/index/icon-tel.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}


#main .flow-sec05 .flow-btn .c-btn02.tel {}
#main .flow-sec05 .flow-btn .c-btn02.tel {}
#main .flow-sec05 .flow-btn .c-btn02.tel {}
#main .flow-sec05 .flow-btn .c-btn02.tel {}


#main .flow-sec05 {}
#main .flow-sec05 {}
#main .flow-sec05 {}



