@charset "UTF-8";

/* メイン
***************************************************************************************/
/* キービジュアル */
#mv {
	background-image: url("../images/img_bg_mv.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#visual {
	width: 1000px;
	margin: auto;
	background-image: url(../images/img_mv_over.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 352px;
	padding: 80px 0 110px;
}

#visual p {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	line-height: 1.8;
}

#visual p span {
	color: #FFC524;
}

#visual h1 {
	font-size: 22px;
	color: #fff;
	line-height: 1.1;
	margin: 45px 0 0;
	font-weight: 500;
  text-shadow: 1px 1px 5px #6a6a6a;
}

#visual h1 span {
	font-size: 70px;
	display: inline-block;
	font-weight: bold;
}


.stage01 {
	padding: 100px 0;
}

.stage01 h2 {
	text-align: center;
}

.stage01 h2+p {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 2.4;
	margin: 55px 0 0;
}

.stage01 p+p {
	text-align: center;
	margin: 80px 0 0;
}

.stage02 {
	padding: 80px 0 180px;
	position: relative;
	background-image: url(../images/bg_triangle.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

.stage02 h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.8;
}

.stage02 .fbox {
	display: flex;
	justify-content: space-around;
	margin: 85px 0 0;
}

.stage02 .fbox>div {
	width: 285px;
}

.stage02 .fbox p {
	color: #2F72AB;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 0;
}

.stage02 .fbox p+p {
	margin: 30px 0 0;
}

.stage03 {
	padding: 100px 0;
}

.stage03 h2 {
	text-align: center;
	font-size: 30px;
	line-height: 1.8;
}

.stage03 h2+p {
	margin: 75px 0 0;
}

.stage03 .point {
	background-color: #F5F8FB;
	padding: 40px 58px 60px;
	margin: 70px 0 0;
}

.stage03 .point h3 {
	color: #2F72AB;
	font-size: 30px;
	margin: 0;
	border-bottom: 2px solid #2F72AB;
	padding: 0 0 10px 0;
  position: relative;
}
.stage03 .point h3::before{
  content: "";
  position: absolute;
  bottom: -21px;
  left: 89px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 20px 0 0;
  border-color: #2F72AB transparent transparent transparent;
}
.stage03 .point h3::after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 87px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 20px 20px 0 0;
  border-color: #F5F8FB transparent transparent transparent;
}

.stage03 .point h4 {
	font-size: 22px;
	color: #2f72ab;
	font-weight: bold;
	background-image: url(../images/icon_check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	padding: 0 0 0 43px;
	margin: 47px 0 0;
}

.stage03 .point h4+p {
	margin: 15px 200px 0 43px;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 500;
}

.stage04 {
	padding: 120px 0;
	background-color: #e0eaf2;
}

.stage04 h2 {
	text-align: center;
	font-size: 30px;
	margin: 0;
}

.stage04 h2+p {
	text-align: center;
	font-size: 14px;
	margin: 40px 0 0;
}

.stage04 .fbox {
	display: flex;
	margin: 80px 0 0;
	justify-content: space-between;
}

.stage04 .fbox:first-of-type {
	margin-top: 100px;
}

.stage04 .fbox>div:last-of-type {
	width: 670px;
}

.stage04 .fbox p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	padding: 0 20px;
	background: linear-gradient(to bottom, transparent, transparent 35%, #c1d5e6 35%, #c1d5e6 68%, transparent 68%, transparent);
}

.stage04 .fbox p span {
	font-size: 48px;
	margin: 0 0 0 14px;
	color: #2f72ab;
	display: inline-block;
	line-height: 1;
}

.stage04 .fbox h3 {
	color: #2f72ab;
	font-size: 24px;
	margin: 0;
}

.stage04 .fbox ul {
	margin: 20px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

.stage04 .fbox ul li {
	position: relative;
	text-indent: -1.5em;
	margin: 0 0 0 1.5em;
}

.stage04 .fbox ul li:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1em;
	height: 1em;
	background: #000;
	border-radius: 50%;
	margin-right: 8px;
}

.stage04 .fbox ul li+li {
	margin-top: 6px;
}

.stage05 {
	padding: 120px 0;
}

.stage05 h2 {
	text-align: center;
	font-size: 30px;
}

.stage05 h2+p {
	text-align: center;
	margin: 38px 0 0;
	font-size: 16px;
}

.stage05 table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	margin: 60px 0 0;
}

.stage05 table th {
	background-color: #8693b0;
	border: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 20%;
}

.stage05 table th:first-of-type {
	background-color: #eff3f8;
	color: #000;
	text-align: left;
	padding: 20px 30px;
}

.stage05 table tr:first-of-type th:first-of-type {
	text-align: center;
}

.stage05 table th:nth-child(2) {
	background-color: #2f72ab;
}

.stage05 table td {
	border: 1px solid #fff;
	background-color: #dbe2ec;
	text-align: center;
	padding: 18px 0;
	width: 20%;
	color: #9b9b9b;
	font-size: 20px;
}

.stage05 table td:nth-child(2) {
	background-color: #d5e3ee;
	color: #598ebc;
	font-weight: 700;
}

.stage05 table+p {
	text-align: right;
	font-size: 12px;
}

.stage06 {
	padding: 120px 0 0;
}

.stage06 h2 {
	font-size: 30px;
	text-align: center;
}

.stage06 h2+p {
	margin: 85px 0 0;
}

.more {
	background-color: #F5F5F5;
	position: relative;
	z-index: 2;
	margin: 75px 0 0;
	padding: 35px 0 100px;
}

.more::before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 190px 30vw 0 30vw;
	border-color: #fff transparent #fff transparent;
	margin: auto;
}

.more .inner>p {
	font-size: 50px;
	color: #2F72AB;
	z-index: 5;
	position: relative;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 1;
}

.more h2 {
	font-size: 30px;
	margin: 55px 0 0;
	position: relative;
	z-index: 5;
}

.more .inner h2+p {
	margin: 38px 0 0;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}

.more .fbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 60px 0 0;
}

.more .fbox>div {
	width: 274px;
	margin: 0 25px;
}

.more .fbox>div:nth-child(n+4) {
	margin-top: 50px;
}

.more .fbox h3 {
	margin: 35px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #2F72AB;
	text-align: center;
}

.more .fbox p {
	margin: 25px 0 0;
	font-size: 14px;
	line-height: 1.8;
}

.more .fbox p:first-of-type {
	text-align: center;
}

.more .fbox img {
	width: 170px;
}


.stage07 {
	padding: 120px 0;
}

.stage07 h2 {
	text-align: center;
	font-size: 30px;
}
.stage07 h2 +p{
  text-align: center;
  font-size: 14px;
  margin: 35px 0 0;
}

.stage07 .fbox {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 80px 0 0;
}

.stage07 .fbox::after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 90%;
	background-color: #2F72AB;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

.stage07 .fbox>div {
	width: 200px;
}

.stage07 .fbox>div p {
	margin: 0;
}

.stage07 .fbox>div p:first-of-type {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	border-radius: 200px;
	margin: auto 40px;
	position: relative;
	z-index: 5;
}

.stage07 .fbox>div p:first-of-type span {
	display: block;
	font-size: 34px;
	line-height: 1;
	color: #2F72AB;
}

.stage07 .fbox>div p:nth-child(2) {
	text-align: center;
	margin: 32px 0 0;
}

.stage07 .fbox>div p img {
	width: 80px;
}

.stage07 .fbox h3 {
	text-align: center;
	font-size: 20px;
	margin: 40px 0 0;
}

.stage07 .fbox h3+p {
	margin: 20px 0 0;
	font-size: 14px;
}

.stage08 {
	background-color: #E0EAF2;
	padding: 115px 0;
}

.stage08 h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.stage08 h2+p {
	text-align: center;
	margin: 35px 0 0;
	font-size: 14px;
}

.stage08 table {
	border-collapse: collapse;
	width: 100%;
	margin: 65px 0 0;
}

.stage08 table th {
	vertical-align: middle;
	background-color: #598EBC;
	color: #fff;
	font-size: 18px;
	width: 258px;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

.stage08 table td {
	background-color: #fff;
	border-bottom: 1px solid #2F72AB;
	font-size: 14px;
	padding: 20px 50px;
}

.stage08 table tr:last-of-type td:last-of-type {
	border: none;
}

.stage08 table span {
	font-size: 12px;
}

.stage08 table dl {
	margin: 0;
	padding: 0;
}

.stage08 table dl dt {
	font-size: 14px;
	margin: 0;
}

.stage08 table dl dd {
	margin: 0 0 0 1em;
	font-size: 12px;
}



.inquiry {
	background-color: #2f72ab;
	padding: 100px 0;
}

.inquiry h2 {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.inquiry p {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 30px 0 0;
}

.inquiry p img {
	width: 30px;
	vertical-align: middle;
	margin: 0 0 5px;
}

.inquiry p span {
	font-size: 12px;
	margin: 0 0 0 15px;
}

.mega_link {
	background-color: #2F72AB;
	padding: 80px 0;
}

.mega_link p {
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.mega_link p a {
	display: block;
	background-color: #FFC524;
	color: #000;
	text-decoration: none;
	border-radius: 10px;
	padding: 45px 0;
	position: relative;
}

.mega_link p a:after {
	content: "";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	top: 50%;
	right: 23%;
	margin-top: -6px;
	transform: rotate(45deg);
}




/* タブレット
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:1080px) {

	/* メイン
***************************************************************************************/
	#visual {
		width: auto;
		background-position: right 20px bottom;
		background-size: 30%;
		padding: 60px 20px 110px;
	}

	#visual p {
		font-size: 24px;
	}


	#visual h1 {
		font-size: 20px;
	}

	#visual h1 span {
		font-size: 60px;
	}




	.stage01 h2+p {
		font-size: 20px;
	}




	.stage02 .fbox {
		margin: 65px 0 0;
	}

	.stage02 .fbox>div {
		width: 30%;
	}


	.stage03 .point h4+p {
		margin: 15px 80px 0 43px;
	}


	.stage04 .fbox>div:last-of-type {
		width: 470px;
	}


	.stage05 table th:first-of-type {
		padding: 20px 10px;
	}


	.more::before {
		border-width: 15vmin 30vmin 0 30vmin;
	}

	.more .fbox>div {
		width: 25%;
	}


	.stage07 {
		padding: 120px 0;
	}


	.stage07 .fbox::after {
		top: 10%;
	}

	.stage07 .fbox>div {
		width: 20%;
	}


	.stage07 .fbox>div p:first-of-type {
		margin: auto 30px;
	}

}

/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:767px) {

	/* メイン
***************************************************************************************/
	/* キービジュアル */
	#mv {
		background-image: url("../images/img_bg_mv.png");
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#visual {
		width: auto;
		margin: auto;
		background-size: 36vmin;
		padding: 10.66vmin 2.6666vmin 14.66vmin;
	}

	#visual p {
		font-size: 3.7333vmin;
	}

	#visual h1 {
		font-size: 2.9333vmin;
		margin: 6vmin 0 0;
	}

	#visual h1 span {
		font-size: 9.3333vmin;
	}


	.stage01 {
		padding: 13.333vmin 0;
	}


	.stage01 h2+p {
		font-size: 2.5vmin;
		margin: 7.333vmin 0 0;
	}

	.stage01 p+p {
		margin: 10.6666vmin 8vmin 0;
	}

	.stage02 {
		padding: 10.666vmin 0 24vmin;
    background-position: center bottom -1px;
	}

	.stage02 h2 {
		font-size: 4vmin;
	}

	.stage02 .fbox {
		margin: 9.333vmin 13vmin 0;
		flex-direction: column;
	}

	.stage02 .fbox>div {
		width: auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.stage02 .fbox>div+div {
		margin-top: 4vmin;
	}

	.stage02 .fbox p {
		font-size: 2.4vmin;
		text-align: left;
		width: 20vmin;
	}

	.stage02 .fbox p+p {
		margin: 0 0 0 5vmin;
		width: 50vmin;
	}

	.stage03 {
		padding: 13.333vmin 0;
	}

	.stage03 h2 {
		font-size: 4vmin;
	}

	.stage03 h2+p {
		margin: 10vmin 0 0;
	}

	.stage03 .point {
		padding: 5.333vmin 7.7333vmin 8vmin;
		margin: 9.333vmin 0 0;
	}

	.stage03 .point h3 {
		font-size: 4vmin;
		padding: 0 0 1.333vmin 0;
	}
  .stage03 .point h3::before{
    bottom: -2.7vmin;
    left: 12.3vmin;
    border-width: 2.666vmin 2.666vmin 0 0;
    border-color: #2F72AB transparent transparent transparent;
  }
  .stage03 .point h3::after{
    bottom: -2.6vmin;
    left: 11.8vmin;
    border-width: 2.666vmin 2.666vmin 0 0;
    border-color: #F5F8FB transparent transparent transparent;
  }

	.stage03 .point h4 {
		font-size: 2.9333vmin;
		background-size: 3.333vmin;
		padding: 0 0 0 5.73333vmin;
		margin: 6.2666vmin 0 0;
	}

	.stage03 .point h4+p {
		margin: 2vmin 0 0 5.7333vmin;
		font-size: 1.86666vmin;
	}

	.stage04 {
		padding: 16vmin 0;
	}

	.stage04 h2 {
		font-size: 4vmin;
	}

	.stage04 h2+p {
		font-size: 1.8666vmin;
		margin: 5.3333vmin 0 0;
	}

	.stage04 .fbox {
		margin: 10.6666vmin 0 0;
	}

	.stage04 .fbox:first-of-type {
		margin-top: 13.333vmin;
	}

	.stage04 .fbox>div:first-of-type {
		width: 29vmin;
	}



	.stage04 .fbox>div:last-of-type {
		width: 60vmin;
	}

	.stage04 .fbox p {
		font-size: 2.13333vmin;
		padding: 0 2.666vmin;
	}

	.stage04 .fbox p span {
		font-size: 6.4vmin;
		margin: 0 0 0 1.86666vmin;
	}

	.stage04 .fbox h3 {
		font-size: 3.2vmin;
	}

	.stage04 .fbox ul {
		margin: 2.6666vmin 0 0;
		font-size: 1.86666vmin;
	}

	.stage04 .fbox ul li:before {
		margin-right: 1.0666vmin;
	}

	.stage04 .fbox ul li+li {
		margin-top: .8vmin;
	}

	.stage05 {
		padding: 16vmin 0;
	}

	.stage05 h2 {
		font-size: 4vmin;
	}

	.stage05 h2+p {
		margin: 5.0666vmin 0 0;
		font-size: 2.13333vmin;
	}

	.stage05 table {
		font-size: 1.86666vmin;
		margin: 8vmin 0 0;
	}

	.stage05 table th {
		width: 20%;
	}

	.stage05 table th:first-of-type {
		padding: 1.6666vmin 2vmin;
	}

	.stage05 table td {
		padding: 1.4vmin 0;
		font-size: 3vmin;
	}

	.stage05 table+p {
		font-size: 1.6vmin;
	}

	.stage06 {
		padding: 16vmin 0 0;
	}

	.stage06 h2 {
		font-size: 4vmin;
	}

	.stage06 h2+p {
		margin: 11.33333vmin 0 0;
	}

	.more {
		margin: 10vmin 0 0;
		padding: 4.6666vmin 0 13.33vmin;
	}

	.more::before {
		border-width: 15.333vmin 30vw 0 30vw;
	}

	.more .inner>p {
		font-size: 6.666vmin;
	}

	.more h2 {
		font-size: 4vmin;
		margin: 7.333vmin 0 0;
	}

	.more .inner h2+p {
		margin: 5.0666vmin 0 0;
		font-size: 1.86666vmin;
	}

	.more .fbox {
		margin: 8vmin 0 0;
		justify-content: space-between;
	}

	.more .fbox>div {
		width: 44vmin;
		margin: 0;
	}

	.more .fbox>div+div {
		margin-top: 0;
	}

	.more .fbox>div:nth-child(n+3) {
		margin-top: 6vmin;
	}

	.more .fbox h3 {
		margin: 4.6666vmin 0 0;
		font-size: 2.666vmin;
	}

	.more .fbox p {
		margin: 3.3333vmin 0 0;
		font-size: 1.86666vmin;
	}

	.more .fbox p:first-of-type {
		margin: 0 10vmin;
	}

	.more .fbox img {
		width: auto;
	}


	.stage07 {
		padding: 16vmin 0;
	}

	.stage07 h2 {
		font-size: 4vmin;
	}

	.stage07 h2+p {
		font-size: 2.1633vmin;
		margin: 4.666vmin 0 0;
	}

	.stage07 .fbox {
		margin: 10.666vmin 0 0;
	}

	.stage07 .fbox::after {
		top: 11%;
	}

	.stage07 .fbox>div {
		width: 19vmin;
	}

	.stage07 .fbox>div p {
		margin: 0;
	}

	.stage07 .fbox>div p:first-of-type {
		font-size: 2.13333vmin;
		border-radius: 50%;
		margin: auto 2.33vmin;
	}

	.stage07 .fbox>div p:first-of-type span {
		font-size: 4.5333vmin;
	}

	.stage07 .fbox>div p:nth-child(2) {
		margin: 4.2666vmin 0 0;
	}

	.stage07 .fbox>div p img {
		width: 10vmin;
	}

	.stage07 .fbox h3 {
		font-size: 2.666vmin;
		margin: 5.3333vmin 0 0;
	}

	.stage07 .fbox h3+p {
		margin: 2.6666vmin 0 0;
		font-size: 1.8666vmin;
	}

	.stage08 {
		padding: 16vmin 0;
	}

	.stage08 h2 {
		font-size: 4vmin;
	}

	.stage08 h2+p {
		margin: 4.666vmin 0 0;
		font-size: 1.86666vmin;
	}

	.stage08 table {
		margin: 8.6666vmin 0 0;
	}

	.stage08 table th {
		font-size: 2.4vmin;
		width: 30vmin;
	}

	.stage08 table td {
		font-size: 1.8666vmin;
		padding: 2.666vmin 6.6666vmin;
	}


	.stage08 table span {
		font-size: 1.6vmin;
	}

	.stage08 table dl dt {
		font-size: 1.8666vmin;
	}

	.stage08 table dl dd {
		margin: 0 0 0 1em;
		font-size: 1.6vmin;
	}


	.inquiry {
		padding: 13.333vmin 0;
	}

	.inquiry h2 {
		font-size: 2.66666vmin;
	}

	.inquiry p {
		font-size: 4vmin;
		margin: 4vmin 0 0;
	}
  .inquiry p a{
    color: #fff;
  }

	.inquiry p img {
		width: 4vmin;
		margin: 0 0 .6666vmin;
	}

	.inquiry p span {
		font-size: 1.6vmin;
		margin: 0 0 0 2vmin;
	}

	.mega_link {
		padding: 10.6666vmin 0;
	}

	.mega_link p {
		font-size: 3.2vmin;
	}

	.mega_link p a {
		padding: 6vmin 0;
	}

	.mega_link p a:after {
		width: 2.333vmin;
		height: 2.333vmin;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		top: 50%;
		right: 10vmin;
	}



}
