@charset "UTF-8";
/* CSS Document */

	
/******************************************************

PC設定 1551px以上の場合に適用 

*******************************************************/


/* 全体の設定 */
html {
	color: #222;
	}

body {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	min-width: 1370px;
	font-size: 18px;
	}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	}

p {
	color: #333;
	line-height: 1.8;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}
	
.wrapper {
	width: 1370px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 1030px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}



/* mv */
.mv {
	background-color: #EFF3FC;
}

.mv__img {
	display: block;
	width: 100%;
	height: auto;
}



/* overview */
.overview {
	background-color: #EFF3FC;
	padding: 75px 0 100px 0;
}

.overview__wrapper {
	width: 1300px;
	display: flex;
	margin-left: calc(((100% - 1300px) / 2) + 130px);
}

.overview__left {
	width: 755px;
	margin-top: 100px;
}

.overview__ttl {
	display: block;
	width: 608px;
	height: auto;
	margin-bottom: 90px;
}

.overview__txt {
	font-weight: 700;
}

.overview__txt > span {
	display: block;
	width: 100%;
	line-height: 1.1;
	padding-bottom: 10px;
	border-bottom: 4px dotted #1D4ED9;
}


.overview__right {
	width: 545px;
}

.overview__img {
	display: block;
	width: 100%;
	height: auto;
}



/* benefit */
.benefit {
	background-color: #EFF3FC;
	padding-bottom: 110px;
}

.benefit__img {
	display: block;
	width: 100%;
	height: auto;
}

.benefit__ttl {
	font-size: 45px;
	text-align: center;
	font-weight: 500;
	margin-top: -30px;
	margin-bottom: 30px;
}

.benefit__ttl-small {
	font-size: 35px;
}

.benefit__ttl-dot {
	background-image: radial-gradient(circle at center, #1D4ED9 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
	padding-top: .3em; /* 縦方向の位置調整 */
}

.benefit__txt {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 500;
}

.benefit__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.benefit__item {
	width: 47%;
}

.benefit__item-img {
	display: block;
	width: 100%;
	height: auto;
}

.benefit__remarks {
	text-align: center;
	font-weight: 500;
	margin-bottom: 50px;
}

.benefit__remarks-link {
	color: #3894FF;
	text-decoration: underline;
}

.benefit__outline-item {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	border: 5px solid #1D4ED9;
	border-radius: 70px;
	height: 115px;
	overflow: hidden;
}

.benefit__outline-item-ttl {
	width: 280px;
	background-color: #1D4ED9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.benefit__outline-item-ttl p {
	font-size: 35px;
	color: #FFF;
	font-weight: 600;
	letter-spacing: .2em;
	padding-left: .2em;
}

.benefit__outline-item--subject .benefit__outline-item-ttl p {
	letter-spacing: 1.8em;
	padding-left: 1.8em;
}

.benefit__outline-item-content {
	width: 750px;
	padding-left: 55px;
	display: flex;
	align-items: center;
	background-color: #FFF;
}

.benefit__outline-item-content p {
	font-weight: 900;
}

.benefit__outline-item--period .benefit__outline-item-content p {
	font-size: 65px;
	font-family: futura;
	font-weight: 500;
}

.benefit__outline-item-content .small {
	font-weight: 700;
}

.benefit__outline-item--period .benefit__outline-item-content .small {
	font-size: 35px;
}

.benefit__outline-item--period .benefit__outline-item-content .day {
	font-size: 35px;
	background-color: #333;
	display: inline-block;
	width: 55px;
	height: 55px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	line-height: 55px;
	border-radius: 55px;
	margin-left: 10px;
	vertical-align: 10px;
}

.benefit__outline-item hr {
	width: 75px;
	height: 3px;
	margin: 0 30px;
	background-color: #333;
}

.benefit__outline-item--subject .benefit__outline-item-content p {
	font-size: 35px;
	font-weight: 700;
}



/* flow */
.flow {
	background-color: #1D4ED9;
	padding: 100px 0 150px 0;
	position: relative;
}

.flow__bg--01 {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 500px;
	height: 576px;
	background-image: url("img/bg_flow_01.png");
	background-position: top 0 right 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.flow__bg--02 {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 500px;
	height: 576px;
	background-image: url("img/bg_flow_02.png");
	background-position: top 0 right 0;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 0;
}

.flow__wrapper {
	background-color: #FFF;
	box-shadow: 0 0 15px #333;
	border-radius: 40px;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

.flow__wrapper-innner {
	width: 1030px;
	margin: 0 auto;
	text-align: center;
}

.flow__ttl {
	display: inline-block;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	border-left: 10px solid #1D4ED9;
	border-right: 10px solid #1D4ED9;
	padding: 0 70px;
	margin-bottom: 70px;
}

.flow__item {
	margin-bottom: 50px;
	display: flex;
	position: relative;
	background-color: #EFF3FC;
	border-radius: 10px;
	margin-left: 88px;
	padding: 50px 0;
}

.flow__step {
	display: block;
	background-color: #1D4ED9;
	width: 176px;
	height: 176px;
	position: absolute;
	left: -88px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100px;
}

.flow__step-txt {
	font-size: 30px;
	color: #FFF;
	font-family: futura;
	line-height: 1.1;
	padding-top: 33px;
}

.flow__step-txt span {
	font-size: 70px;
	display: block;
}

.flow__item-content {
	margin-left: 135px;
	margin-right: 42px; 
	width: 365px;
	display: flex;
	align-items: center;
}

.flow__item-ttl {
	text-align: left;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.flow__item-txt {
	text-align: left;
	font-weight: 500;
}

.flow__item-thumbnail {
	margin-right: 50px;
	width: 350px;
	display: flex;
	justify-content: center;
}

.flow__item-img {
	display: block;
	width: auto;
	height: 250px;
}

.flow__btn {
	display: block;
	width: 530px;
	height: 115px;
	background: linear-gradient(-20deg, #ffc54b, #fc7a2a);
	border-radius: 100px;
	margin: 70px auto 0 auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow__btn .btn__inner {
	width: 510px;
	height: 95px;
	border-radius: 100px;
	line-height: 95px;
	transition: .2s;
}

.flow__btn .btn__txt {
	font-size: 45px;
	font-weight: 700;
	color: #FFF;
}

.flow__btn .small {
	font-size: 35px;
}

.flow__btn:hover .btn__inner {
	background-color: #FFF;
}

.flow__btn:hover .btn__txt {
	background: linear-gradient(-20deg, #ffc54b, #fc7a2a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



/* howto */
.howto {
	padding: 125px 0 150px 0;
	background-image: url("img/bg_howto.jpg");
	background-size: cover;
	background-position: center center;
}

.howto__overview {
	position: relative;
	width: 100%;
	height: 280px;
}

.howto__overview-ttl {
	display: block;
	width: 645px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 0;
}

.howto__overview-img {
	display: block;
	width: 480px;
	height: auto;
	position: absolute;
	right: 25px;
	bottom: -50px;
	
}

.howto__method {
	border: 5px solid #1D4ED9;
	background-color: #FFF;
	border-radius: 30px;
	padding: 50px 0 40px 0;
	display: flex;
	position: relative;
	margin-bottom: 90px;
}

.howto__method-item {
	width: 33.333%;
	border-right: 4px dotted #BEBEBE;
	padding: 0 60px;
}

.howto__method-item:last-child {
	border-right: none;
}

.howto__method-thumbnail {
	width: 170px;
	height: 170px;
	margin: 0 auto 35px auto;
	background-size: cover;
	background-position: center center;
}

.howto__method-item--personal .howto__method-thumbnail {
	background-image: url("img/icon_howto_01.png");
}

.howto__method-item--group .howto__method-thumbnail {
	background-image: url("img/icon_howto_02.png");
}

.howto__method-item--sns .howto__method-thumbnail {
	background-image: url("img/icon_howto_03.png");
}

.howto__method-ttl {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.howto__method-txt {
	font-weight: 500;
	display: inline-block;
}

.howto__notPossible {
	border: 5px solid #1D4ED9;
	background-color: #FFF;
	border-radius: 30px;
	padding: 75px 75px 40px 75px;
	position: relative;
}

.howto__notPossible-ttl {
	width: 470px;
	height: 80px;
	background-color: #FAFF50;
	position: absolute;
	top: -42px;
	left: 50px;
	border: 5px solid #1D4ED9;
	font-size: 30px;
	font-weight: 700;
	line-height: 70px;
	padding-left: 70px;
	color: #1D4ED9;
}

.howto__notPossible-ttl::before {
	display: inline-block;
	content: "";
	width: 45px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: 15px;
	background-image: url("img/icon_howto_04.png");
	background-size: cover;
}

.howto__notPossible-ttl::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 24px 40px 0;
	border-color: #1D4ED9 transparent transparent transparent;
	transform: rotate(180deg);
	position: absolute;
	left: -29px;
	top: -45px;
}

.howto__notPossible-txt {
	font-weight: 500;
	text-align: center;
	margin-bottom: 35px;
}

.howto__notPossible-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.howto__notPossible-item {
	width: 46%;
	border-bottom: 3px solid #1D4ED9;
	padding-bottom: 7px;
	position: relative;
	padding-left: 55px;
	font-weight: 500;
	margin-bottom: 25px;
}

.howto__notPossible-item::before {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 3px solid #1D4ED9;
	font-size: 25px;
	font-family: futura;
	color: #1D4ED9;
	text-align: center;
	line-height: 37px;
	position: absolute;
	left: 0;
	bottom: -3px;
	background-color: #FAFF50;
}

.howto__notPossible-item--01::before {
	content: "1";
}

.howto__notPossible-item--02::before {
	content: "2";
}

.howto__notPossible-item--03::before {
	content: "3";
}

.howto__notPossible-item--04::before {
	content: "4";
}



/* rule */
.rule {
	padding: 125px 0 150px 0;
	background-color: #F7F7F7;
	text-align: center;
}

.rule__ttl {
	display: inline-block;
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	border-left: 10px solid #1D4ED9;
	border-right: 10px solid #1D4ED9;
	padding: 0 70px;
	margin-bottom: 70px;
}

.rule__txt {
	font-weight: 500;
	margin-bottom: 60px;
}


.rule__wrapper {
	width: 840px;
}

.rule__content {
	border: 1.5px solid #BEBEBE;
	border-radius: 15px;
	background-color: #FFF;
	padding: 75px 100px 40px 100px;
	text-align: left;
}

.rule__content-ttl {
	font-weight: 700;
}

.rule__content-txt {
	margin-bottom: 35px;
}

.rule__content-txt a {
	color: #3894FF;
	text-decoration: underline;
}



/* entry */
.entry__headline {
	padding: 65px 0 70px 0;
	text-align: center;
	background: linear-gradient(90deg, #1d4fd9, #329ff0);
}

.entry__headline-ttl {
	color: #FFF;
	font-size: 45px;
	font-weight: 700;
}

.entry__headline-ttl span {
	font-weight: 400;
	display: block;
	letter-spacing: .3em;
	padding-left: .3em;
	font-size: 35px;
}

.entry__content {
	background-color: #EFF3FC;
	margin: 100px auto;
	padding: 70px 0;
	border-radius: 15px;
}



/* footer */
.footer__content {
	background-color: #1D4ED9;
	padding: 70px 0;
}

.footer__wrapper {
	width: 800px;
	display: flex;
	justify-content: space-between;
}

.footer__left {
	width: 50%;
	display: flex;
	align-items: center;
}

.footer__logo {
	display: block;
	width: 350px;
	height: auto;
}

.footer__txt {
	font-size: 16px;
	color: #FFF;
	line-height: 1.7;
}

.footer__copyright {
	background-color: #FFF;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 10px;
	font-weight: 400;
}




/******************************************************

PC設定 1561px以上の場合に適用 

*******************************************************/

@media screen and (max-width: 1560px){
	
/* overview */
.overview__wrapper {
	margin-left: auto;
}
	
	
}


	
/******************************************************

SPの設定 440px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 440px){

/* 全体の設定 */
body {
	min-width: 100%;
	max-width: 440px;
	font-size: 12px;
	}
	
.pc {
	display: none;
	}

.sp {
	display: block;
	}

.wrapper,
.wrapper_small {
	width: calc(100% - 30px);
	}
	
	
	
/* overview */
.overview {
	padding: 25px 0 50px 0;
}

.overview__wrapper {
	width: calc(100% - 30px);
	display: block;
	margin-left: auto;
}

.overview__left {
	width: 100%;
	margin-top: 0;
}

.overview__ttl {
	width: 223px;
	margin: 0 auto 40px auto;
}

.overview__txt {
	text-align: center;
	width: calc(100% - 60px);
	margin: 0 auto;
}

.overview__txt > span {
	border: none;
	padding-bottom: 10px;
}
	
.overview__txt > span > span {
	display: block;
	width: 100%;
	border-bottom: 2px dotted #1D4ED9;
	padding-bottom: 5px;
}


.overview__right {
	width: 100%;
}

.overview__img {
	display: block;
	width: 100%;
	height: auto;
}

	
	
/* benefit */
.benefit {
	padding-bottom: 20px;
}
	
.benefit__ttl {
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.benefit__ttl-small {
	font-size: 15px;
}

.benefit__txt {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
}

.benefit__box {
	display: block;
	margin-bottom: 70px;
}

.benefit__item {
	width: 100%;
	max-width: 250px;
	position: relative;
	margin: 0 auto 20px auto;
}

.benefit__item-img {
	display: block;
	width: 100%;
	height: auto;
}

.benefit__remarks.sp {
	font-size: 10px;
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: auto;
}

.benefit__remarks-link {
	color: #3894FF;
	text-decoration: underline;
}

.benefit__outline-item {
	margin-bottom: 55px;
	display: block;
	border: none;
	height: auto;
	overflow: visible;
	position: relative;
}

.benefit__outline-item-ttl {
	width: 138px;
	height: 35px;
	position: absolute;
	top: -35px;
	border-radius: 10px 10px 0 0;
}

.benefit__outline-item-ttl p {
	font-size: 17px;
}

.benefit__outline-item-content {
	width: 100%;
	padding-left: 25px;
	border: 2px solid #1D4ED9;
	border-radius: 0 10px 10px 15px;
	height: 60px;
}

.benefit__outline-item--period .benefit__outline-item-content p {
	font-size: 29px;
	line-height: 60px;
}

.benefit__outline-item--period .benefit__outline-item-content .small {
	font-size: 15px;
}

.benefit__outline-item--period .benefit__outline-item-content .day {
	font-size: 15px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	vertical-align: 5px;
}

.benefit__outline-item hr {
	width: 34px;
	height: 3px;
	margin: 0 12px;
}

.benefit__outline-item--subject .benefit__outline-item-content p {
	font-size: 17px;
	line-height: 55px;
}
	
	
	
/* flow */
.flow {
	padding: 35px 0;
}

.flow__bg--01 {
	width: 150px;
	height: 173px;
}

.flow__bg--02 {
	width: 150px;
	height: 173px;
}

.flow__wrapper {
	box-shadow: 0 0 10px #333;
	border-radius: 15px;
	padding: 35px 0;
}

.flow__wrapper-innner {
	width: calc(100% - 40px);
}

.flow__ttl {
	font-size: 20px;
	border-left: 5px solid #1D4ED9;
	border-right: 5px solid #1D4ED9;
	padding: 0 25px;
	margin-bottom: 30px;
}

.flow__item {
	margin-bottom: 15px;
	margin-left: 28px;
	padding: 20px 0;
}

.flow__step {
	width: 56px;
	height: 56px;
	left: -28px;
}

.flow__step-txt {
	font-size: 12px;
	padding-top: 10px;
}

.flow__step-txt span {
	font-size: 25px;
}

.flow__item-content {
	margin-left: 38px;
	margin-right: 0;
	width: 365px;
	display: flex;
	align-items: center;
	padding-right: 5px;
}

.flow__item-ttl {
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}

.flow__item-txt {
	text-align: left;
}

.flow__item-thumbnail {
	display: none;
}

.flow__btn {
	width: 243px;
	height: 53px;
	margin: 30px auto 0 auto;
}

.flow__btn .btn__inner {
	width: 233px;
	height: 43px;
	line-height: 43px;
	transition: .2s;
}

.flow__btn .btn__txt {
	font-size: 20px;
}

.flow__btn .small {
	font-size: 17px;
}

	
	
/* howto */
.howto {
	padding: 35px 0 50px 0;
}

.howto__overview {
	height: 120px;
}

.howto__overview-ttl {
	width: 285px;
	left: 0;
}

.howto__overview-img {
	width: 164px;
	right: 0;
	bottom: -25px;
}

.howto__method {
	border: 2px solid #1D4ED9;
	background-color: #FFF;
	border-radius: 15px;
	padding: 10px 30px 5px 30px;
	display: block;
	margin-bottom: 50px;
}

.howto__method-item {
	width: 100%;
	border-right: none;
	border-bottom: 2px dotted #BEBEBE;
	padding: 25px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.howto__method-item:last-child {
	border-bottom: none;
}
	
.howto__method-item:nth-of-type(2) {
	flex-direction: row-reverse;
}

.howto__method-thumbnail {
	width: 95px;
	height: 95px;
	background-position: center center;
	margin: 0;
}
	
.howto__method-content {
	width: calc(100% - 115px);
}

.howto__method-ttl {
	font-size: 17px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 5px;
}

.howto__notPossible {
	border: 2px solid #1D4ED9;
	border-radius: 15px;
	padding: 45px 30px 10px 30px;
	position: relative;
}

.howto__notPossible-ttl {
	width: 285px;
	height: 45px;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid #1D4ED9;
	font-size: 18px;
	font-weight: 700;
	line-height: 43px;
	padding-left: 50px;
}

.howto__notPossible-ttl::before {
	width: 27px;
	height: 24px;
	left: 12px;
	top: 9px;
}

.howto__notPossible-ttl::after {
	border-width: 20px 24px 20px 0;
	left: -25px;
	top: -22px;
}

.howto__notPossible-txt {
	text-align: left;
	margin-bottom: 25px;
}

.howto__notPossible-box {
	display: block;
}

.howto__notPossible-item {
	width: 100%;
	border-bottom: 2px solid #1D4ED9;
	padding-bottom: 7px;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
	font-weight: 700;
}

.howto__notPossible-item::before {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #1D4ED9;
	font-size: 25px;
	font-family: futura;
	font-weight: 500;
	color: #1D4ED9;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: -2px;
	background-color: #FAFF50;
}

	
	
/* rule */
.rule {
	padding: 35px 0 50px 0;
	background-color: #F7F7F7;
	text-align: center;
}

.rule__ttl {
	font-size: 20px;
	border-left: 5px solid #1D4ED9;
	border-right: 5px solid #1D4ED9;
	padding: 0 25px;
	margin-bottom: 20px;
}

.rule__txt {
	font-weight: 500;
	margin-bottom: 30px;
}

.rule__wrapper {
	width: calc(100% - 30px);
}

.rule__content {
	border-radius: 10px;
	padding: 20px 15px 25px 15px;
	height: 450px;
	overflow-y: scroll;
}

.rule__content-ttl {
	margin-bottom: 10px;
}

.rule__content-txt {
	line-height: 2.2;
	margin-bottom: 30px;
}
	
.rule__content-txt:last-child {
	margin-bottom: 0;
}

	
	
/* entry */
.entry__headline {
	padding: 25px 0;
}

.entry__headline-ttl {
	font-size: 20px;
}

.entry__headline-ttl span {
	font-size: 17px;
}

.entry__content {
	margin: 35px auto;
	padding: 35px 15px;
	border-radius: 10px;
}
	
	
	

/* footer */
.footer__content {
	background-color: #1D4ED9;
	padding: 15px 0;
}

.footer__wrapper {
	width: calc(100% - 30px);
}

.footer__left {
	width: 145px;
}

.footer__logo {
	width: 100%;
}

.footer__txt {
	font-size: 10px;
}

.footer__copyright {
	height: 35px;
	line-height: 35px;
	font-size: 10px;
}
	
	
	


}