@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* CSS Document */

/* maincolor  rgba(0,77,132,1.00)    */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

input[type="submit"],
input[type="text"],
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
 
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5em;
}
img{
	vertical-align: bottom;
	max-width: 100%;
}
body {
    line-height: 180%;
	font-family:"noto sans jp", "sans-serif";
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
 
nav ul , li{
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}

p{
    font-size: 16px;
    line-height: 150%;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
 
input, select {
    vertical-align:middle;
}

body *{
	transition: 0.5s;
}

.sp{
		display:none;	
	}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
/*--------------------*/

/*---------------------
common
----------------------*/
	.sp{
		display: none;
	}

	.content{
		max-width: 1000px;
		margin: auto;
		width: 100%;
	}

	header{
		display: flex;
		justify-content: space-between;
		padding:0 25px;
		height: 80px;
	}
	
	.headWrap01{
		display: flex;
		align-items: center;
		width: 40%;
	}
	
	.subLogo{
		display: flex;
		align-items: center;
		margin-left: 20px;
		font-size: 14px;
	}
	
	.headWrap02{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 60%;
	}
	
	.headWrap02__b a{
		color:inherit;
		text-decoration: none;
		display: inline-block;
		height: 60px;
		box-sizing: border-box;
		border-radius: 8px;
		background: #0057B6;
		width:250px;
		text-align: center;
		margin-left: 20px;
		line-height: 1.5em;
		padding:5px 0;
		box-shadow: 0 3px 0 0 #002F59;
	}
	
	.headWrap02__b a:hover{
		opacity: 0.7;
	}
	
	.contactBtnText01{
		font-weight: bold;
		font-size: 21px;
		display: block;
		color:#FAEC21;
	}
	
	.contactBtnText02{
		font-size: 14px;
		display: block;
		color:#ffffff;
	}

	.mainImageWrap{
		height: 570px;
		background: url("../images/mainBg@2x.png") center;
		background-size: cover;
		padding-top: 50px;
	}

	.mainImage{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sec01{
		padding-bottom: 50px;
		background: #F2F6FB;
	}
	
	.arrowTitle{
		display: flex;
		justify-content: center;
		font-weight: bold;
		background: #0057B6;
		align-items: center;
		position: relative;
		color:#ffffff;
		font-size: 32px;
		height: 100px;
	}
	
	.arrowTitle:after{
		content:" ";
		position: absolute;
		bottom:-13px;
		left:calc(50% - 13px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 13px 0 13px;
		border-color: #0057B6 transparent transparent transparent;
	}

	.arrowTitle02{
		display: flex;
		justify-content: center;
		font-weight: bold;
		background: #00A79B;
		align-items: center;
		position: relative;
		color:#ffffff;
		font-size: 32px;
		height: 100px;
	}
	
	.arrowTitle02:after{
		content:" ";
		position: absolute;
		bottom:-13px;
		left:calc(50% - 13px);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 13px 13px 0 13px;
		border-color: #00A79B transparent transparent transparent;
	}
	
	.bxslider{
		margin-top: 50px;
	}

	.sec{
		padding: 50px 0;
	}

	.sec02{
		background: url("../images/sec02Bg@2x.png") center;
		background-size: cover;
	}

	.secTitle.bl{
		color:#0057B6;
	}
	
	.secTitle span{
		display: inline-block;
		margin-bottom: 20px;
	}
	
	.secTitle{
		text-align: center;
		font-size: 31px;
		font-weight: bold;
	}
	
	.secText01{
		font-size: 21px;
		margin: 20px 0;
		text-align: center;
	}
	
	.secText01 span{
		display: inline-block;
		background: linear-gradient(to top,#FAEC21 0% 20%,rgba(255,255,255,0) 20% 100%);
		font-weight: bold;
	}
	
	.sec02List{
		display: flex;
		justify-content:space-between;
	}
	
	.sec02List li{
		position: relative;
		height: 214px;
		width: 233px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 21px;
		font-weight: bold;
	}
	
	.sec02List li img{
		position: absolute;
		left: 0;
		top:0;
		z-index: 0;
	}
	
	.sec01List--Text{
		z-index: 1;
		position: relative;
		text-align: center;
	}

	.sec03{
		background: url("../images/lineBg.png") center;
	}

	.sec03Cont--Title{
		border-radius: 10px 10px 0 0;
		height: 100px;
		background: #FF4D85;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
		color:#ffffff;
		font-size: 27px;
		font-weight: bold;
		position: relative;
	}
	
	.sec03Cont--TitleInner{
		display: flex;
		align-items: center;
	}
	
	.sec03Cont--TitleInner span{
		display: inline-block;
		margin-right: 10px;
		font-weight: bold;
		border-radius: 100px;
		color:#9E7400;
		background: #FFE300;
		padding: 5px 20px;
		font-size: 21px;
	}
	
	.sec03Cont--TitleInner img{
		margin-bottom: -20px;
	}
	
	.sec03Cont--Box{
		padding: 25px 50px;
		background: #ffffff;
		border-radius: 0 0 10px 10px;
		box-shadow: 0 2px 5px 5px rgba(150,150,150,0.05);
	}
	
	.sec03Cont--Box__a{
		height: 120px;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 27px;
		border:15px solid #FFEDF3;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.sec03Cont--Box__aText span{
		font-size: 54px;
		color:#FF4D85;
	}

	.sec03Cont--Box__b{
		background: #EAEAEA;
		padding: 15px;
		display: flex;
		justify-content: space-between;
		margin-top: 15px;
	}
	
	.sec03Cont--Box__b > div{
		background: #ffffff;
		padding: 20px;
		position: relative;
		width:calc(50% - 20px);
	}
	
	.sec03Cont--Box__bText{
		font-size:21px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.sec03Cont--Box__b .sec03Cont--Box__b01 .sec03Cont--Box__bText{
		color:#666666;
	}
	
	.sec03Cont--Box__b .sec03Cont--Box__b01:after{
		content:" ";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 22.5px 0 22.5px 15px;
		border-color: transparent transparent transparent #FFE300;
		right: -30px;
		top:calc(50% - 22.5px);
	}
	
	.sec03Cont--Box__bText__box{
		padding: 15px 20px 5px;
		position: relative;
	}
	
	.sec03Cont--Box__bText__box dl{
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	
	.sec03Cont--Box__bText__box dt{
		font-size: 18px;
		color:#ffffff;
		padding: 5px 0;
		width: 100px;
		text-align: center;
		margin-right: 10px;
	}
	
	.sec03Cont--Box__bText__box dd{
		font-size: 21px;
		font-weight: bold;
	}	
	
	.sec03Cont--Box__b01 .sec03Cont--Box__bText__box{
		background: #F0F0F0;	
	}
	
	.sec03Cont--Box__b01 dt{
		background: #979797;	
	}
	
	.sec03Cont--Box__b01 dd{
		color: #333333;	
	}	
	
	.sec03Cont--Box__b02 .sec03Cont--Box__bText__box{
		background: #FFEDF3;
		position: relative;
	}
	
	.sec03Cont--Box__b02 dt{
		background: #FF4D85;	
	}
	
	.sec03Cont--Box__b02 dd{
		color: #FF4D85;	
	}
	
	.sec03Cont--Box__b02 dl:first-child dd{
		color: #333333;	
	}
	
	.sec03Cont--Box__bText__box img{
		position: absolute;
		right: 20px;
		bottom: 0;
	}

	.cvn{
		padding: 60px 0;
		background: #0057B6;
	}
	
	.cvnTitle{
		font-size:31px;
		font-weight: bold;
		color:#ffffff;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.cvnCont{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.cvnCont--Box{
		width: calc((100% - 35px) / 2);
	}
	
	.cvnBtn{
		background: #ffffff;
		border-radius: 10px;
	}
	
	.cvnCont--Box a{
		width: 100%;
		height: 100px;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		box-shadow: 0 5px 0 0 #B39504;
		font-size: 21px;
		line-height: 1.7em;
		font-weight: bold;
		background: #FAEC21;
		text-decoration: none;
		color:#000000;
	}	
	
	.cvnCont--Box a:hover{
		opacity: 0.6;
	}
	
	.cvnCont--Box a img{
		position: absolute;
		top:calc(50% - 10px);
		right: 25px;
	}

	.sec04{
		padding: 40px 0 40px;
	}
	
	.sec04List{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.sec04List li{
		width: calc((100% - 20px) / 2);
		padding: 25px 0;
		padding-left: 35px;
		position: relative;
		font-size: 20px;
		border-bottom: 1px solid #C8C8C8;
		line-height: 1.7em;
		height: 115px;
		box-sizing: border-box;
	}
	
	.sec04List li img{
		position: absolute;
		left: 0;
		top:35px;
	}
	
	.tri{
		display: flex;
		justify-content: space-between;
		margin: auto;
		margin-top: 30px;
		width:400px;
	}
	
	.tri span{
		display: inline-block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 45px 0 45px;
		border-color: #F9AE3B transparent transparent transparent;
	}

	.sec05{
		background: url("../images/lineBg.png") center;
	}

	.secTitle02{
		font-size: 31px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.secTitle02 span{
		display: inline-block;
		padding:0 20px;
	}
	
	.sec05List{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.sec05List li{
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 170px;
		border-radius: 10px;
		background: #ffffff;
		border:#FFEDF3 solid 4px;
		width:calc((100% - 20px) / 2);
		margin-bottom: 20px;
	}
	
	.sec05List--img{
		margin-bottom: 10px;
	}
	
	.sec05List--Text{
		font-size: 21px;
	}
	
	.sec05List--Text span{
		font-size: 16px;
	}

	.sec06List li:not(:last-child):after{
		content:url("../images/arrow01.svg");
		position: absolute;
		bottom:-20px;
		left: calc(50% - 10px);
		width: 20px;
		height: 15px;
	}

	.sec06{
		background: #F2F6FB;
	}
	
	.sec06List li{
		position: relative;
		padding: 20px;
		background: #ffffff;
		margin-top: 45px;
		display: flex;
		align-items: center;
	}

	.sec06List--Img{
		width:220px;
		text-align: center;
	}
	
	.sec06List--Text{
		width: calc(100% - 220px);
	}
	
	.sec06List--Text01{
		font-weight: bold;
		font-size: 21px;
		margin-bottom: 10px;
		color:#0057B6;
	}
	
	.sec06List--Text02{
		font-size: 16px;
		line-height: 1.7em;
	}	

	.sec07List{
		padding: 110px 0 100px;
		display: flex;
		justify-content: space-between;
	}
	
	.sec07List li{
		text-align: center;
		width: calc((100% - 135px) / 4);
	}
	
	.sec07List--Text01{
		margin-top: 20px;
		margin-bottom:5px;
		font-size: 13px;
		font-weight: bold;
	}
	
	.sec07List--Text02{
		font-size: 19px;
	}	

	.sec08{
		background: url("../images/lineBg.png") center;
	}

	.sec08List{
		padding: 130px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sec09{
		background: #F2F6FB;
	}
	
	.sec09Cont{
		padding: 60px 0 50px;
	}
	
	.sec09--Box:not(:first-child){
		margin-top: 25px;
	}
	
	.sec09--Box dt{
		background:#0057B6;
		padding: 20px;
		padding-left:80px;
		position: relative;
		color:#ffffff;
		font-weight: bold;
		font-size: 21px;		
	}
	
	.sec09--Box dt img{
		position: absolute;
		top:25px;
		left: 30px;
	}
	
	.sec09--Box dd{
		background:#ffffff;
		padding: 20px;
		padding-left:80px;
		position: relative;
		font-size: 16px;		
	}
	
	.sec09--Box dd img{
		position: absolute;
		top:25px;
		left: 30px;
	}	
	
	#cvnarea{
		padding: 60px 0 50px;
		background: #F2FBFA;
		border-radius: 10px;
	}

	.red{
		color:#BF272D !important;
	}

	.contact_text{
		text-align: center;
		font-size: 16px;
		margin-bottom: 30px;
	}		
	
	#cvnarea .content{
		padding:50px;
		background: #ffffff;
	}

	.btnWrap{
		text-align: center;
	}

	input[type="submit"]#register_confirm_new {
		width: 100%;
		height: 100px;
		border-radius: 10px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		box-shadow: 0 5px 0 0 #B39504;
		font-size: 21px;
		line-height: 1.7em;
		font-weight: bold;
		background: #FAEC21;
		text-decoration: none;
		color:#000000;
		border: none;
		cursor: pointer;
	}

	.btnWrap span{
		display: inline-block;
		max-width: 400px;
		width: 100%;
		position: relative;
	}

	.btnWrap span:after{
		content:url("../images/arrow02.svg");
		width: 10px;
		height: 20px;
		position: absolute;
		top:calc(50% - 10px);
		right: 25px;
	}

	.btnWrap.off span:after{
		opacity:0.1;
	}


	input[type="submit"]:hover#register_confirm_new {
		opacity: 0.7;
	}

	input[type="submit"][disabled]#register_confirm_new {
	  	background-color: #ccc;
	  	cursor: default;
		box-shadow: 0 5px 0 0 #888888;
		color: #888888;
		opacity: 0.5;
	}

	.contactTable{
		border-top:1px solid #E4E4E4;
		width: 100%;
	}
	
	.contactTable th{
		background: #F4F4F4;
		font-weight: normal;
		border-bottom:1px solid #E4E4E4;
		vertical-align: middle;
		font-size: 16px;
		padding: 15px 0;
		padding-left: 30px;
		width: 190px;
		text-align: left;
	}
	
	.contactTable td{
		border-bottom:1px solid #E4E4E4;
		vertical-align: middle;
		padding: 15px 30px;
	}
	
	.contactTable td input[type="text"]{
		border:1px solid #E4E4E4;
		border-radius: 5px;
		padding: 5px;
		width: 40%;
		display: inline-block;
	}
	
	.contactTable td textarea{
		border:1px solid #E4E4E4;
		border-radius: 5px;
		padding: 5px;
		width: 100%;
		display: inline-block;
	}
	
	.kiyakuLabel{
		display: block;
		border-radius: 10px;
		background: #F4F4F4;
		border:1px solid #E4E4E4;
		padding: 25px;
		margin-top: 20px;
	}
	
	.kuyakuWrap{
		margin: 20px 0;
	}
	
	.kuyakuWrap p{
		line-height: 1.7em;
	}


	footer{
		padding: 95px 0 70px;
		background: #000000;
		text-align: center;
	}
	
	footer *{
		text-decoration: none;
		color:#ffffff;
	}
	
	.footNav{
		display: inline-block;
		margin: 90px 0 110px
	}
	
	.footNav li{
		display: inline-block;
		font-size: 16px;
	}	
	
	.footNav li:not(:last-child):after{
		content:" | ";
	}
	
	.copy{
		font-size: 14px;
	}

	.page h2{
		font-size: 31px;
		text-align: center;
		color:#0057B6;
		margin-bottom: 50px;
		font-weight: bold;
	}
	
	.page h3{
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	.page p{
		margin-bottom: 30px;
	}
	
	.page p.mb40{
		margin-bottom: 40px;
	}

.company p{
	margin-bottom: 50px;
}
	
	@media screen and (max-width:767px){
		.page h2{
			font-size: 27px;
			margin-bottom: 35px;
		}
		
		.page p,.page h3{
			font-size: 14px;
		}
		
	}