@charset "utf-8";


.mq768 {
	display: none;
}
.mq640 {
	display: none;
}
.mq640nn {
	display: block;
}
.mq480 {
	display: none;
}

/* main-visual
-----------------------------------------*/

.main-visual {
	position: relative;
	margin: 0 auto;
	padding-top: 70px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.main-visual .mainimg img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 640px){
.main-visual .mainimg img {
	margin-left: -10%;
	width: 120%;
	height: auto;
}
}
.mcopy {
	position: absolute;
	top: 22%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, 0);
	z-index: 10;
}
.mcopy h1 {
	font-size: 3.4vw;
	font-family: "Noto Sans Japanese";
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.16em;
	line-height: 1.2em;
	text-align: center;
	text-shadow: 4px 4px #0a43a5;
}
.mcopy img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 896px){
.mcopy {
	top: 26%;
}
}
@media only screen and (max-width: 540px){
.mcopy {
	top: 30%;
}
}
@media only screen and (max-width: 460px){
.mcopy {
	top: 36%;
}
}
.mlogo {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 25%;
	transform: translate(-50%, 0);
	z-index: 10;
}
.mlogo.mv01 {
	left: 20%;
}
.mlogo.mv02 {
	left: 50%;
}
.mlogo.mv03 {
	left: 80%;
}
.mlogo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}

.vscroll {
	position  : absolute;
	font-size : 13px;
	color: #fff;
	writing-mode : vertical-rl;
	bottom: 80px;
	left: 50px;
	transform: translateX(-50%) translateY(-50%);
}
.vscroll::after {
	position : absolute;
	content : '';
	display : inline-block;
	background-color: #fff;
	right : 55%;
	bottom : -105px;
	transform : translateX(-50%);
	width : 1px;
	height : 100px;
	animation: scroll 2.5s infinite;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.list {
	position: relative;
	overflow: hidden;
}

.list ul {
	position: relative;
	left: 50%;
	float: left;
	margin-left: -5px;
}
.list ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 10px;
	width: 260px;
	height: 130px;
}
.list ul li a {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 124px;
	padding: 8px 0;
	background: #fff;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
	box-shadow:
		0 0.03em 0.09em #FFAB91,
		0 0.05em 0.06em #000,
		0 0.02em 0.09em #aaaaaa;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list ul li a:hover {
	background: #9b322f;
}
.list ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 150px;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.list ul li a img:nth-of-type(2) {
	opacity: 0;
}
.list ul li a:hover img:nth-of-type(2) {
	opacity: 1;
}
.list ul li a:hover img:nth-of-type(1) {
	opacity: 0;
}
@media only screen and (max-width: 896px){
.main-visual .topcont .topcopy {
	font-size: 4.0vw;
}
}
@media only screen and (max-width: 640px){
.main-visual .topcont .topcopy {
	font-size: 4.5vw;
}
.list ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 10px;
	width: 220px;
	height: 130px;
}
.list ul li a {
	height: 104px;
	padding: 8px 0;
}
.list ul li a img {
	position: absolute;
	width: 140px;
	height: auto;
}

}
@media only screen and (max-width: 480px){
.main-visual .topcont .topcopy {
	font-size: 5.0vw;
}
.list ul {
	position: relative;
	left: 50%;
	float: left;
	margin-left: 0;
}
.list ul li {
	width: 160px;
	height: 120px;
	margin: 0 4px;
}
.list ul li a {
	height: 104px;
	padding: 8px 0;
}


}

/* topcopybox
---------------------------------------------------- */

#topcopybox {
	margin: -10px auto;
}
#topcopybox .box div.copywrap {
	width: 90%;
	margin: 0 auto 30px;
	padding: 24px 0 30px;
	font-size: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	background: #0a43a5;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}
#topcopybox .tpcopy01 {
	font-size: 1.6em;
}
#topcopybox .tpcopy02 {
	padding: 0 0 0 6px;
	font-size: 2.0em;
	background: linear-gradient(transparent 80%, #f9dc36 80%);
}
#topcopybox .tpcopy03 {
	font-size: 1.6em;
	line-height: 1.8;
}
#topcopybox h2 {
	padding: 0 0 26px;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
}
#topcopybox .textbox {
	padding: 0 0 50px;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
	line-height: 2.0;
}

/* pointbox
---------------------------------------------------- */

#pointbox {
	padding: 0px 0 50px;
}
#pointbox .box {
	padding: 30px 0 0;
	background-image: url(../images/iconpoint.png);
	background-repeat: no-repeat;
	background-size: 200px auto;
}
#pointbox .box dl {
	padding: 12px 0 20px 220px;
}
#pointbox .box dt {
	padding: 4px 0 4px;
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 700;
	color: #111;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #0a43a5;
}
#pointbox .box dd {
	padding: 12px 0 4px;
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: 500;
	color: #111;
}


/* stepbox
---------------------------------------------------- */

#stepbox {
	padding: 60px 0 50px;
	background: #eee;
}
#stepbox .box {
}
#stepbox .box ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowwrap;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#stepbox .box ul li {
	width: 30%;
}
#stepbox .box ul li.arrowbox {
	width: 4%;
	margin: 0 0.5%;
	align-items: center;
	align-content: center;
}
#stepbox .box ul li img {
	width: 100%;
	height: auto;
}
#stepbox .box ul li.arrowbox img {
	transform: rotate(-90deg);
}


/* entryline
---------------------------------------------------- */

.entryline {
	overflow: hidden;
	position: relative;
	background: #0a43a5;
}
.entryline .box {
	padding: 60px 0;
}
.entryline .ftinbox {
	overflow: hidden;
}
.entryline .ftinbox .gridWrapper {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #fff !important;
}
.entryline .ftinbox .gridWrapper .grid01 {
	width: 60%;
	overflow: hidden;
	text-align: left;
}
.entryline .ftinbox .gridWrapper .grid01 .inbox {
	padding: 0 40px 0 0;
	color: #fff !important;
}
.entryline .ftinbox .gridWrapper .grid .inbox h1 {
	padding: 0 0 8px;
	font-size: 1.3em;
	text-align: left;
}
.entryline .time {
	margin: 10px 0 14px;
	padding: 18px;
	font-size: 1.3em;
	color: #fff !important;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	border: solid 2px #fff;
	text-align: center;
}
.entryline .entrytxt1,
.entryline .entrytxt2 {
	font-size: 1.1em;
	color: #fff100;
}
.entryline .entrytxt1 {
	margin: 0 0 6px;
}

.entryline .ftinbox .gridWrapper .grid02 {
	width: 40%;
	overflow: hidden;
	border-left: solid 1px #7cb68f;
	text-align: left;
}
.entryline .ftinbox .gridWrapper .grid02 .inbox {
	padding: 0 0 0 40px;
	text-align: left;
}
.entryline .entrytxt3 {
	padding: 0 0 8px;
}

.entryline .entrytxt4 {
	padding: 0;
	font-size: 0.8em;
	line-height: 1.3;
	font-weight: 500;
}
.entryline .entryrbtn a {
	display: block;
	margin: 6px 0 20px;
	padding: 10px 10px;
	font-size: 1.2em;
	color: #0a43a5;
	font-weight: normal;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff100;
	text-align: center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.entryline .entryrbtn2 a {
	display: block;
	width: 80%;
	margin: 6px 0 20px;
	padding: 10px 10px;
	font-size: 1.2em;
	color: #0a43a5;
	font-weight: normal;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1.0;
}
.entryrbtn a:hover,
.entryrbtn2 a:hover {
	opacity: 0.5;
}



/* flowbox
---------------------------------------------------- */

#flowbox {
	margin: 0 auto;
	padding: 40px 0 50px;
}
#flowbox div.flowtitle {
	width: 100%;
	margin: 0 auto 30px;
	padding: 24px 0 30px;
	font-size: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.1em;
	background: #0a43a5;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}
#flowbox .textbox {
	width: 100%;
	margin: 0 auto 30px;
}

.flowarea {
	position: relative;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flowarea .flowcont {
}
.flowarea .flowcont.flow1cont {
	width: 48%;
}
.flowarea .flowcont.flow2cont {
	width: 100%;
}
.flowarea .flowcont h4 {
	padding: 0 0 8px;
	font-size: 1.2em;
	color: #0a43a5;
	font-weight: 500;
	line-height: 1.0em;
	border-bottom: dotted 1px #111;
}
.flowarea .flowcont h4 span {
	color: #ff0000;
}
.circle_number {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	padding-top: 9px;
	background-color: #fff100;
	border-radius: 50%;
	font-size: 18pt;
	color: #111;
	text-align: center;
	box-sizing: border-box;
}
.flowinbox {
	margin: 10px auto 10px;
	border: 4px solid #0a43a5;
	overflow: hidden;
	background-color: #fff;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	overflow:hidden;
	position: relative;
}
#flow01 .flowinbox {
	background: url(../images/smpimg.png) no-repeat right -6px bottom 16px;
	background-size: 120px auto;
}
.floworbox {
	display: none;
}
.flowinbox h2 {
	width: 200px;
	margin: 10px auto 4px;
	padding: 0 0 3px;
	color: #fff;
	background: #0a43a5;
	text-align: center;
}
.flowinbox p {
	margin: 0 0 10px;
	padding: 8px 20px;
	color: #333333;
}
#flow02 .flowinbox {
	background: url(../images/flow02.png) no-repeat right bottom 16px;
	background-size: 260px auto;
}
#flow02 .flowinbox p,
#flow03 .flowinbox p,
#flow04 .flowinbox p,
#flow05 .flowinbox p {
	padding: 28px 20px;
}
.flowinbox p span {
	color: #ff0000;
}
.flowinbox h6 {
	display: block;
	padding: .4em .8em;
	color: #fff;
	text-align: center;
	background-color: #0a43a5;
}
.flowarrow {
	width: 100%;
	padding: 0px 0 6px;
	text-align: center;
}
.flowarrow img {
	text-align: center;
}






/* share
---------------------------------------------------- */

.ixctgsub {
	width: 100%;
	margin: 0 0 30px -6%;
	text-align: left;
	z-index: 9;
}
.ixctgsub img {
	margin: 0 0 30px;
	text-align: left;
}

/* news
---------------------------------------------------- */



/* topcopy
---------------------------------------------------- */

#topcopy {
	padding: 80px 0 50px;
}
#topcopy h1 {
	width: 100%;
	margin: 0 0 30px;
	font-size: 2.6em;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: left;
}
#topcopy .textbox {
	font-size: 1.8em;
	color: #00a263;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}


/* ixcont01
---------------------------------------------------- */




/* 1100
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px){



/* flowbox
---------------------------------------------------- */

#flowbox {
	margin: 0 auto;
	padding: 40px 0 50px;
}
.flowarea .flowcont.flow1cont {
	width: 100%;
}
.floworbox {
	width: 100%;
	display: block !important;
	padding: 20px 0 30px;
	font-size: 1.6em;
	color: #0a43a5;
	text-align: center;
}

}

/* 896
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 896px){

.vscroll {
	position  : absolute;
	font-size : 13px;
	color: #fff;
	writing-mode : vertical-rl;
	bottom: 80px;
	left: 30px;
}

#inforbox h1 {
	width: 100%;
	margin: 0 0 20px;
	font-size: 5.0vw;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: left;
}

/* topcopybox
---------------------------------------------------- */

#topcopybox {
	margin: -10px auto;
}
#topcopybox .box div {
	width: 94%;
	margin: 0 auto 50px;
	padding: 20px 0 24px;
	font-size: 1.0em;
}
#topcopybox .tpcopy01 {
	font-size: 1.5em;
}
#topcopybox .tpcopy02 {
	padding: 0 0 0 6px;
	font-size: 1.8em;
	background: linear-gradient(transparent 80%, #f9dc36 80%);
}


/* pointbox
---------------------------------------------------- */


#pointbox .box {
	padding: 120px 0 0;
	background-image: url(../images/iconpoint.png);
	background-repeat: no-repeat;
	background-size: 180px auto;
}
#pointbox .box dl {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 20px;
}
#pointbox .box dt {
	padding: 4px 0 4px;
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 700;
	color: #111;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #0a43a5;
}
#pointbox .box dd {
	padding: 12px 0 4px;
	font-size: 1.1em;
	line-height: 1.3;
	font-weight: 500;
	color: #111;
}

/* entryline
---------------------------------------------------- */

.entryline {
	overflow: hidden;
	position: relative;
	background: #0a43a5;
}
.entryline .box {
	padding: 60px 0;
}
.entryline .ftinbox {
	overflow: hidden;
}
.entryline .ftinbox .gridWrapper {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	color: #fff !important;
}
.entryline .ftinbox .gridWrapper .grid01 {
	float: none;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.entryline .ftinbox .gridWrapper .grid01 .inbox {
	padding: 0;
	color: #fff !important;
}
.entryline .ftinbox .gridWrapper .grid .inbox h1 {
	padding: 0 0 8px;
	font-size: 1.3em;
	text-align: center;
}
.entryline .time {
	width: 80%;
	margin: 6px auto 14px;
	padding: 10px;
	font-size: 1.1em;
	color: #fff !important;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	border-radius: 12px;
	border: solid 2px #fff;
	text-align: center;
}
.entryline .entrytxt1,
.entryline .entrytxt2 {
	font-size: 1.1em;
	color: #fff100;
}
.entryline .entrytxt2 {
	margin: 0 0 16px;
}

.entryline .ftinbox .gridWrapper .grid02 {
	float: none;
	width: 100%;
	overflow: hidden;
	border-left: none;
	text-align: center;
}
.entryline .ftinbox .gridWrapper .grid02 .inbox {
	padding: 0;
	text-align: center;
}
.entryline .entryrbtn {
	width: 80%;
	margin: 0 auto;
}
.entryline .entryrbtn2 {
	width: 60%;
	margin: 0 auto;
}
.entryline .entryrbtn a,
.entryline .entryrbtn2 a {
	display: block;
	width: 100%;
}
.entryrbtn a:hover,
.entryrbtn2 a:hover {
	opacity: 0.5;
}

/* flowbox
---------------------------------------------------- */

#flow02 .flowinbox p {
	padding: 28px 20px 110px;
}



}


/* 768
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px){

.mq768 {
	display: block;
}


/* stepbox
---------------------------------------------------- */

#stepbox {
	padding: 40px 0 50px;
	background: #eee;
}
#stepbox .box {
}
#stepbox .box ul {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#stepbox .box ul li {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#stepbox .box ul li.arrowbox {
	width: 20%;
	margin: 10px auto;
	text-align: center;
}
#stepbox .box ul li img {
	width: 100%;
	height: auto;
}
#stepbox .box ul li.arrowbox img {
	transform: rotate(0deg);
}



}



/* 640
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){

.mq640 {
	display: block;
}
.mq640nn {
	display: none;
}


/* main-visual
-----------------------------------------*/

.main-visual {
	padding-top: 50px;
}


.vscroll {
	position  : absolute;
	font-size : 13px;
	color: #fff;
	writing-mode : vertical-rl;
	bottom: 60px;
	left: 20px;
	transform: translateX(-50%) translateY(-50%);
}
.vscroll::after {
	position : absolute;
	content : '';
	display : inline-block;
	background-color: #fff;
	right : 55%;
	bottom : -80px;
	transform : translateX(-50%);
	width : 1px;
	height : 75px;
	animation: scroll 2.5s infinite;
}


/* topcopybox
---------------------------------------------------- */

#topcopybox {
	margin: 10px auto;
}
#topcopybox .box div {
	width: 98%;
	margin: 0 auto 50px;
	padding: 10px 0 20px;
	font-size: 0.9em;
}
#topcopybox .tpcopy01 {
	font-size: 1.3em;
}
#topcopybox .tpcopy02 {
	display: block;
	padding: 0 0 0 6px;
	font-size: 1.6em;
	color: #f9dc36;
	background: none;
}



/* news
---------------------------------------------------- */

#inforbox {
	padding: 50px 0;
}
#inforbox h1 {
	width: 100%;
	margin: 0 0 20px;
	font-size: 6.2vw;
}
#inforbox .inforbtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#inforbox .inforbtn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 6px 6px;
}
#inforbox table th,
#inforbox table td {
	display: block;
	vertical-align: top;
	font-size: 0.94em;
	color: #111;
	font-weight: 300;
	line-height: 1.3em;
}
#inforbox table td {
	width: 100%;
	padding: 0px 0 14px;
}
#inforbox table td.ixdate {
	width: 100%;
	padding: 2px 0 4px;
}


/* topcopy
---------------------------------------------------- */

#topcopy {
	padding: 50px 0 50px;
}
#topcopybox .box div.copywrap {
	padding: 14px 0 10px;
}
#topcopybox .tpcopy03 {
	font-size: 5.0vw;
	line-height: 2.4em;
}
#topcopy h1 {
	width: 100%;
	margin: 0 0 20px;
	font-size: 6.2vw;
}
#topcopy .textbox {
	font-size: 4.2vw;
	letter-spacing: 0em;
}

/* flowbox
---------------------------------------------------- */


#flow02 .flowinbox p {
	padding: 28px 20px 140px;
}




}


/* 540
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 540px){

/* ixcont01
---------------------------------------------------- */





}


/* 480
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px){

.mq480 {
	display: block !important;
}

/* ixcont01
---------------------------------------------------- */




}

/* 420
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 420px){




}