/* ----------------------------------------------------------------
 01. Utility
----------------------------------------------------------------- */

/**
 * Reset
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6, p ,li {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
blockquote:before, blockquote:after, q:before, q:after { content: none }
nav, ul, ol, dl { list-style: none }
blockquote, q { quotes: none }
a {
	background: transparent;
	color: inherit;
	display: block;
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	outline: none;
}
input[type="text"]:focus {
  outline: none;
}

.mgb0{margin-bottom:0px!important;}
.mgb1em { margin-bottom: 1em !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb70 { margin-bottom: 70px !important; }
.mgt0{margin-top:0!important;}
.mgr0{margin-right:0!important;}
.pd0{padding:0px!important;}
.pdb0{padding-bottom:0px!important;}
.pdr0{padding-right:0px!important;}

.tac{text-align:center!important;}
.tal{text-align:left!important;}
.tar{text-align:right!important;}
.taj { text-align: justify!important; }
.fwn{font-weight:normal!important;}
.wsn{white-space:nowrap!important;}
.vam{vertical-align:middle!important;}
.vat{vertical-align:top!important;}
.vab{vertical-align:bottom!important;}
.dpb{display:block!important;}
.dpi{display:inline!important;}
.dpn{display:none!important;}
.dpib{display:inline-block!important;}
.psr{position:relative!important;}
.fll{float:left!important;}
.flr{float:right!important;}
.clb{clear:both;}
.tdu{text-decoration:underline;}
.bdn{border:none!important;}
.lh0 { line-height: 0;}
.lh1_6{line-height:1.6;}
.lh1_8{line-height:1.8;}
.ovfh{overflow:hidden;}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}
*:focus {
  outline: none;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}




/* font setting */




/* other */

.img100 {
	width: 100%;
}


.move,
.move:hover {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.link_line {
	text-decoration: underline;
}
.link_line:hover {
	opacity: 0.6;
}

.list_disc li {
	list-style: disc outside;
	margin: 0 0 0 25px;
}






	
/* ==== General settings ====*/

.op_01:hover { opacity: 0.6; }

.only_pc {
	display: inherit;
}
.only_pc_dpib {
	display: inline-block;
}
.only_pc_th {
	display: table-header-group;
}
.only_sp {
	display: none;
}
@media screen and (max-width: 736px) {
	.only_pc,
	.only_pc_dpib,
	.only_pc_th {
		display: none !important;
	}
	.only_sp {
		display: inherit;
	}
	.op_01:hover { opacity: 1; }
}


.hidden_box {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  margin: 0 0 0 0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
		.hidden_box {
			-webkit-transform: translateY(20px);
			-moz-transform: translateY(20px);
			transform: translateY(20px);
			opacity: 0;
		}
}





/* ==== Structure ====*/
html{ height:100%;} 

body {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	color: #555;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings :"palt" ;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.6;
	overflow-x: hidden;
	overflow-wrap: break-word;
	width: 100%;
}
body {
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
		body {
			font-size: 16px;
		}
}



/*==== gmenu ====*/

.menu-trigger,
.menu-trigger span,
.drawer-close .menu-trigger,
.drawer-close .menu-trigger span{
	cursor: pointer;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger,
.drawer-close .menu-trigger{
	background: none;
	border: none;
	box-sizing: border-box;
  position: fixed; top: 20px; right: 20px;
  width: 40px;
  height: 40px;
	z-index: 100;
}
.menu-trigger span,
.drawer-close .menu-trigger span{
  position: absolute;
  left: 0px;
  width: 40px;
  height: 3px;
  background-color: #ef9e79;
}
.menu-trigger span:nth-of-type(1),
.drawer-close .menu-trigger span:nth-of-type(1){
  top: 10px;
}
.menu-trigger span:nth-of-type(2),
.drawer-close .menu-trigger span:nth-of-type(2){
  top: 20px;
}
.menu-trigger span:nth-of-type(3),
.drawer-close .menu-trigger span:nth-of-type(3){
  top: 30px;
}
@media only screen and (min-width: 768px) {
		.menu-trigger,
		.drawer-close .menu-trigger{
			display: none;
		}
	}

	.menu-trigger .txt,
	.drawer-close .menu-trigger .txt {
		color: #3e3e3e;
		font-size: 85%;
		position: absolute; bottom: 0; left: 0;
		text-align: center;
		width: 40px;
	}
	.menu-trigger:hover span:nth-child(1),
	.menu-trigger:hover span:nth-child(2),
	.menu-trigger:hover span:nth-child(3) {
		transform: rotateY(360deg)
	}
	.drawer-open .menu-trigger:hover span {
		transform: none;
	}
	.sns_wrap li:nth-child(3) {
		-webkit-animation-duration: 1.9s;
		-moz-animation-duration: 1.9s;
		animation-duration: 1.9s;
	}

	@-webkit-keyframes rotate3 {
	0% {-webkit-transform: rotateY(0deg); opacity: 100;} 
	50% {-webkit-transform: rotateY(20deg); opacity: 100;}
	51% {-webkit-transform: rotateY(180deg); opacity: 100;}
	100% {-webkit-transform: rotateY(360deg); opacity: 100;}
	}
	@-moz-keyframes rotate3 {
	0% {-moz-transform: rotateY(0deg); opacity: 100;} 
	50% {-moz-transform: rotateY(20deg); opacity: 100;}
	51% {-moz-transform: rotateY(180deg); opacity: 100;}
	100% {-moz-transform: rotateY(360deg); opacity: 100;}
	}
	@keyframes rotate3 {
	0% {transform: rotateY(0deg); opacity: 100;} 
	50% {transform: rotateY(20deg); opacity: 100;}
	51% {transform: rotateY(180deg); opacity: 100;}
	100% {transform: rotateY(360deg); opacity: 100;}
	}

	.drawer-open .menu-trigger {
		background: none;
		cursor: pointer;
		position: fixed; top: 20px; right: 20px;
		height: 40px;
		width: 40px;
		z-index: 1001;
	}
	.drawer-open .menu-trigger span:nth-of-type(1) {
		background: #ef9e79;
		top: 17px;
		right: 30px;
		transform:rotate(45deg);
		width: 40px;
	}

	.drawer-open .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.drawer-open .menu-trigger span:nth-of-type(3) {
		background: #ef9e79;;
		bottom: inherit;
		top: 17px;
		transform:rotate(-45deg);
		right: 30px;
		width: 40px;
	}
	.drawer-open .menu-trigger .txt {
		opacity: 0;
	}
	@media only screen and (min-width: 768px) {
			.drawer-open .menu-trigger {
				display: none;
			}
}

.drawer-nav {
	background-size: 8px , 100%;
	overflow-y: scroll;
	padding: 10px 0 0;
	width: 100%;
	z-index: 90;
}
.drawer--right .drawer-nav {
    right: -100%;
}
.drawer-menu {
	font-size: 140%;
	font-weight: 500;
	margin: 0 auto;
	padding: 44px 0 0;
	position: relative;
	text-align: center;
	width: 80%;
}
.drawer-menu li a {
	color: #ef9e79;
	margin: 0 0 40px;
	line-height: 40px;
}
.drawer-menu li:last-child a {
	background: #ef9e79;
	border-radius: 40px;
	color: #fff;
	line-height: 30px;
	margin: auto;
	padding: 15px 0;
	width: 60%;
}
.drawer-menu li a.current {
	border-bottom: solid 1px rgba(0,0,0,.5);
	border-top: solid 1px rgba(0,0,0,.5);
}
@media only screen and (min-width: 768px) {
		.drawer-nav {
			background: rgba(255,255,255,0);
			display: block !important;
			height: 46px !important;
			overflow-y: hidden;
			margin: 0 auto 60px;
			max-width: 1160px;
			padding: 0px 0px 0 0 !important;
			position: relative !important; top: 0px !important;	right: inherit !important;
			z-index: 90;
			width: 98%;
		}
		.drawer-menu {
			box-sizing: border-box;
			display: flex;
			flex-wrap: wrap;
			height: 46px !important;
			justify-content: space-between;
			padding: 0;
			position: relative ;
			text-align: left;
			width: 98%;
		}
		.drawer-menu:before {
			display: none;
		}
		.drawer-menu li {
			font-size: 90%;
			height: 46px !important;
			line-height: 1;
			margin: 0;
			text-align: center;
			width: 32%;
		}
		.drawer-menu li:last-child {
			margin: 0;
		}
		.drawer-menu li a {
			border: solid 2px #ef9e79;
			border-radius: 40px;
			font-size: 17px;
			height: 40px;
			line-height: 40px;
			overflow: auto;
			padding: 0 0 0px;
			position: relative;
		}
		.drawer-menu li:last-child a {
			border-radius: 40px;
			color: #fff;
			line-height: 40px;
			padding: 0;
			width: 100%;
		}
		.drawer-menu li a:hover {
			opacity: .6
		}
		.drawer-menu li a.current {
			animation-name: rotate1;
			background: none;
			color: rgba(0,0,0,.2);
			border: none;
			transition: all .6s;
		}
		.drawer-menu li a.current {
			-webkit-animation-duration: 0.6s;
			-moz-animation-duration: 0.6s;
			animation-duration: 0.6s;
		}
		.drawer-nav {
			padding: 50px 0 0;
		}
}
		@-webkit-keyframes rotate1 {
		0% {-webkit-transform: rotateX(0deg); opacity: 100;} 
		50% {-webkit-transform: rotateX(20deg); opacity: 100;}
		51% {-webkit-transform: rotateX(180deg); opacity: 100;}
		100% {-webkit-transform: rotateX(360deg); opacity: 100;}
		}
		@-moz-keyframes rotate1 {
		0% {-moz-transform: rotateX(0deg); opacity: 100;} 
		50% {-moz-transform: rotateX(20deg); opacity: 100;}
		51% {-moz-transform: rotateX(180deg); opacity: 100;}
		100% {-moz-transform: rotateX(360deg); opacity: 100;}
		}
		@keyframes rotate1 {
		0% {transform: rotateX(0deg); opacity: 100;} 
		50% {transform: rotateX(20deg); opacity: 100;}
		51% {transform: rotateX(180deg); opacity: 100;}
		100% {transform: rotateX(360deg); opacity: 100;}
		}


.main_wrap {
	margin: 0 0 30px;
	position: relative;
}
.main_wrap .image {
	height: auto;
	width: 100%;
}
.main_wrap .txt_01 {
	color: #fff;
	font-size: 6vw;
	font-weight: 900;
	line-height: 1;
	position: absolute; top: 10%; left: 5%;
	text-align: center;
	width: 90%;
}
.main_wrap .logo {
	position: absolute; top: 18%; left: 20%;
	width: 60%;
}
.main_wrap .txt_02 {
	color: #fff;
	font-size: 3.5vw;
	font-weight: 900;
	letter-spacing: 0;
	position: absolute; top: 32%; left: 7%;
	text-shadow: 3px 3px 40px #5d98bc, -3px -3px 40px #5d98bc;
	width: 86%;
}
@media only screen and (min-width: 768px) {
		.main_wrap {
			align-items: center;
			background: #f7f7f7;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			margin: 20px auto 30px;
			max-width: 1400px;
			overflow: hidden;
			width: 98%;
		}
		.main_wrap .image {
			height: auto;
		}
		.main_wrap .img_wrap {
			flex-basis: auto;
			order: 1;
			width: 50%;
		}
		.main_wrap .txt_wrap {
			flex-basis: auto;
			order: 1;
			width: 50%;
		}
		.main_wrap .txt_01 {
			color: #555555;
			font-size: 30px;
			left: 50px;
			margin: 0 0 15px;
			position: relative;
			text-align: left;
			width: calc(100% - 100px);
		}
		.main_wrap .logo {
			position: relative !important; left: 50px;
			margin: 0 0 15px;
			width: 300px;
		}
		.main_wrap .txt_02 {
			color: #555;
			font-size: 19px;
			font-weight: 500;
			left: 50px;
			position: relative;
			text-shadow: none;
			width: calc(100% - 100px);
		}
}





.ttl_top_01 {
	color: #69b2df;
	font-size: 1.33rem;
	font-weight: 900;
	margin: 0 auto 15px;
	text-align: center;
	width: 90%;
}
.txt_top_01 {
	margin: 0 auto 30px;
	text-align: justify;
	width: 90%;
}
@media only screen and (min-width: 768px) {
		.ttl_top_01 {
			font-size: 30px;
			margin: 0 auto 40px;
			text-align: center;
			width: 90%;
		}
		.txt_top_01 {	
			font-size: 16px;
			font-weight: 500;
			margin: 0 auto 60px;
			width: 700px;
		}
}




.graph_wrap {
	background: url("../img/bg_01.jpg") no-repeat 75% 0;
	background-size: auto 100%;
	border-bottom: solid 5px #69b2df;
	padding: 30px 0;
}
.graph_wrap .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	width: 90%;
}
.graph_wrap .inner .box {
	flex-basis: auto;
	width: 45%;
}
.graph_wrap .inner .box .ttl {
 color: #fff;
 height: 4.8em;
 font-weight: 900;
 margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
		.graph_wrap {
			background: url("../img/bg_01.jpg") no-repeat 0;
			background-size: cover;
			border-bottom: solid 5px #69b2df;
			margin: 0 0 60px;
			padding: 30px 0;
		}
		.graph_wrap .inner {
			max-width: 700px;
			width: 90%;
		}
		.graph_wrap .inner .box {
			flex-basis: auto;
			width: 38%;
		}
		.graph_wrap .inner .box .ttl {
		 color: #fff;
		 height: 4.8em;
		 font-weight: 900;
		 margin: 0 0 10px;
		}
}




.three_wrap {
	margin: auto;
	width: 90%;
}
.three_wrap .ttl_three {
	color: #69b2df;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0 auto 15px;
	text-align: center;
	width: 90%;
}
.three_wrap .ttl_three span {
	font-size: 2.66rem;
}
.three_wrap .step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.three_wrap .step li {
	margin: 0 0 40px;
}
.three_wrap .step li img {
	line-height: 0;
	margin: 0 0 10px;
}
.three_wrap .step li .ttl {
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 10px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
		.three_wrap {
			margin: auto;
			max-width: 950px;
			padding: 0 0 50px;
			width: 90%;
		}
		.three_wrap .ttl_three {
			font-size: 30px;
			margin: 0 auto 40px;
		}
		.three_wrap .ttl_three span {
			font-size: 60px;
		}
		.three_wrap .step {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.three_wrap .step li {
			margin: 0 0 40px;
			width: 30%;
		}
		.three_wrap .step li img {
			line-height: 0;
			margin: 0 auto 20px;
			width: 80%;
		}
		.three_wrap .step li .ttl {
			font-size: 24px;
			margin: 0 0 20px;
		}
}




.howto_wrap {
	background: #f7f7f7;
	padding: 30px 5% 40px;
}
.ttl_howto {
	color: #f09ca3;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 0 0 30px;
	text-align: center;
}
.ul_howto {
	margin: auto;
}
.ul_howto li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px;
}
.ul_howto li .icn {
	flex-basis: auto;
	width: 30%;
}
.ul_howto li .txt {
	flex-basis: auto;
	width: 65%;
}
.ul_howto li .txt .ttl {
 	font-size: 1.05rem;
	font-weight: 900;
}
@media only screen and (min-width: 768px) {
		.howto_wrap {
			padding: 60px 5% 20px;
		}
		.ttl_howto {
			font-size: 30px;
			margin: 0 0 60px;
		}
		.ul_howto {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 950px;
		}
		.ul_howto li {
			flex-basis: auto;
			margin: 0 0 60px;
			width: 47%;
		}
		.ul_howto li .icn {
			flex-basis: auto;
			width: 80px;
		}
		.ul_howto li .txt {
			flex-basis: auto;
			width: calc(100% - 100px);
		}
		.ul_howto li .txt .ttl {
			font-size: 24px;
			font-weight: 900;
		}
}




.signin_wrap {
	background: url("../img/bg_02.jpg") no-repeat;
	background-size: cover;
	margin: 0 0 30px;
	padding: 30px 5% 40px;
}
.ttl_signin {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 900;
	margin: 0 0 60px;
	text-align: center;
	text-shadow: 3px 3px 10px #ccc, -3px -3px 10px #ccc;
}

.btn_signin {
  border: solid 3px #fff;
	border-radius: 50px;
  background-image: -moz-linear-gradient( 0deg, rgb(158,190,227) 0%, rgb(240,160,184) 50%, rgb(230,155,119) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(158,190,227) 0%, rgb(240,160,184) 50%, rgb(230,155,119) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(158,190,227) 0%, rgb(240,160,184) 50%, rgb(230,155,119) 100%);
	box-sizing: border-box;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 50px;
  margin: 0 auto;
	text-align: center;
  width: 80%;
}
.btn_signin span {
	background: url("../img/icn_arrow.png") no-repeat 95%;
	background-size: 20px;
	padding: 0 40px 0 0;
	transition:all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
		.signin_wrap {
			background: url("../img/bg_02_pc.jpg") no-repeat;
			background-size: cover;
			margin: 0 0 60px;
			padding: 60px 5% 70px;
		}
		.ttl_signin {
			font-size: 30px;
			margin: 0 0 120px;
		}

		.btn_signin {
			border: solid 3px #fff;
			border-radius: 80px;
			color: #fff;
			font-size: 28px;
			font-weight: 900;
			line-height: 80px;
			margin: 0 auto;
			text-align: center;
			
			width: 380px;
		}
		.btn_signin:hover span {
			background: url("../img/icn_arrow.png") no-repeat 100%;
			background-size: 20px;
			color: #ffff00;
			padding: 0 40px 0 0;
			transition:all 0.3s ease-in-out;
		}
}




.footer {
	padding: 0 0 30px;
}
.logo_foot {
	margin: 0 auto 30px;
	width: 30%;
}
.menu_foot {
	margin: 0 auto 60px;
	text-align: center;
}
.menu_foot li {
	display: inline-block;
	font-size: 3vw;
	margin: 0 10px 0 0;
}
.menu_foot li:last-child {
	margin: 0;
}
.copyright {
	font-size: 10px;
	text-align: center;
}
@media only screen and (min-width: 768px) {
		.footer {
			padding: 0 0 60px;
		}
		.logo_foot {
			margin: 0 auto 40px;
			width: 200px;
		}
		.menu_foot {
			margin: 0 auto 60px;
			text-align: center;
		}
		.menu_foot li {
			font-size: 14px;
			margin: 0 20px 0 0;
		}
		.menu_foot li a:hover {
			text-decoration: underline;
		}
		.copyright {
			font-size: 10px;
			text-align: center;
		}
}