@charset "utf-8";

/****************reset*******************/
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	width:auto;
	/*height:100%;*/
	font-size: 100%;
	line-height:150%;
	font-weight: normal;
}
ul,li{ list-style:none; padding:0; margin:0; font-size: 100%; line-height:100%; font-weight: normal; }
a img { }
a{ border: none; text-decoration:none; word-break: break-all;}
a:link{cursor:pointer;}
a:link:hover{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
img{max-width:100%; height:auto; line-height:100%; font-size:0px; -webkit-backface-visibility: hidden;}
hr{	
    border: 1px solid #777;
    margin: 20px 0px;}
table{
    border-collapse: collapse;}
h1,h2,h3,h4,h5,h6,p,a,td,th{
	color:#222222;
	font-family: "Lato","Noto Sans JP","futura-pt", san-serif;
    letter-spacing: 0.1em;
	line-height:1.9;
}
h1{
    line-height: 0;
}
h2{
	font-size:48px;
	font-weight:900;
	line-height:1.25;
	letter-spacing:0.15em;
	text-align:center;
	color: #004A9F;
}
h2 span{
	margin-right: -1em;
	font-size:30px;
	font-weight:500;
	letter-spacing:1em;
	opacity:.3;
	display:inline-block;
}
.notes{
	font-size:13px;
}
.center{
	width:100%;
	text-align:center;
}
.right{
	width:100%;
	text-align:right;
}
/****************clearfix*******************/
.clearfix { min-height: 1px; }
* html .clearfix { height: 1px; /*\*//*/ height: auto; overflow: hidden; /**/ }

body{line-height:1.8em; font-size:14px; color:#fff;  position:relative; box-sizing:border-box; font-family:'Noto Sans JP', sans-serif; min-width:1180px;letter-spacing: .075em;}

.sp{ display:none;}

@media screen and (max-width: 1200px) {
	body{ min-width:100%;}
}
@media screen and (max-width:640px) {
	.sp{ display:block;}
	.pc{display:none;}
}
.inner1000{
	width:90%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
p strong{
	font-size:105%;
}

/* fadeUp */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  	transform: translateY(100px);
  }

  to {
    opacity: 1;
  	transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*========= ぼかしから出現 ===============*/
.blur{
  animation-name:blurAnime;
  animation-duration:2.4s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	  opacity:0;
  filter: blur(6px);
  transform: scale(1.01);
  }

  to {
	  opacity:1;
  filter: blur(0);
  transform: scale(1);
  }
}


header{
	width:100%;
	padding:20px 0 0 4%;
	position: fixed;
    box-sizing: border-box;
    z-index: 3;
	position:fixed;
}	
header h1 img{
	width:240px;
    max-width: 28vw;
}

body{
	width:100%;
	background: #fff;
}

.main_img{
	width: 100%;
	padding:6vw 0;
	background:linear-gradient(to bottom right, #EBF4FF,#DCECFF);
	overflow:hidden;
	position:relative;
}
.main_img:before{
    content: "";
    width: 120vw;
    height: 21.5vw;
    display: block;
    background: url(../img/main_bg.svg);
    background-position: -20vw 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}
.main_img:after{
    content: "";
    width: 120vw;
    height: 21.5vw;
    display: block;
    background: url("../img/main_bg2.svg");
    background-position:right;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
	z-index: 1;
    bottom: 0;
}
.main_img_contents{
	width:90%;
	max-width:1200px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.main_img_l{
	width:32%;
    position: relative;
	z-index:2;
	position:relative;
}
.main_img_l a{
	width:100%;
	padding:20px;
	text-align:center;
	font-size:24px;
	font-weight:700;
	line-height:1.5;
    display: block;
	box-sizing:border-box;
	border-radius:100px;
	color:#fff;
	background:#FF601A;
    position: absolute;
	bottom:-20px;
	box-shadow:0 6px 0 #E2320E;
	filter:  drop-shadow(#0064d610 4px 4px 6px);
}
.main_img_l a:hover{
	box-shadow:none;
}
.main_img_l img{
	filter:  drop-shadow(#0064d610 4px 4px 6px);
}
.main_img_r{
	width:60%;
    height: 464px;
	border-radius:24px;
	background:url("../img/main.jpg") center no-repeat;
	background-size:cover;
    position: relative;
	z-index:2;
}


.period{
	padding:48px 0;
	background:#004A9F;
	text-align:center;
}
.period img{
	width:1124px;
	max-width:90%;
	margin:0 auto;
}


.need{
	padding: 8vw 0;
	background:linear-gradient(135deg,#F5FAFF,#CFE7FF);
}
.need_contents{
	margin:48px auto 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.need_box{
	width:48%;
    padding: 2%;
	margin-bottom:4%;
	box-sizing:border-box;
	background:#fff;
	border:solid 2px #004A9F;
	border-radius:16px;
    box-shadow:7px 7px 0px #004A9F;
}
.need_box img{
	margin-bottom:12px;
}
.need_ttl{
	margin-bottom:8px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
    line-height: 1.25;
}
.need_ttl span{
	font-size:15px;
}

.flow{
	position:relative;
	padding:10vw 0;
}
.flow:before{
    content: '';
    position: absolute;
    top: 0%;
	left:calc(50% - 15vw);
    width: 0;
    height: 0;
    border-top:6vw solid #d6ebff;
    border-left: 15vw solid transparent;
    border-right: 15vw solid transparent;
	transition: all 0.3s ease 0s;
}
.flow h2:before{
    content: '';
    position: absolute;
    top: 0%;
	left:0;
    width:20vw;
    height:20vw;
	display:block;
	background:url("../img/flow_accent.svg") left bottom no-repeat;
}
.flow:after{
    content: '';
    position: absolute;
    bottom: 0%;
	right:0;
    width:20vw;
    height:20vw;
	display:block;
	background:url("../img/flow_accent2.svg") right bottom no-repeat;
    z-index: -1;
}
.flow_contents{
	margin-top:24px;
}
.sub_ttl{
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color:#004A9F;
}
.flow_ttl{
	font-size:24px;
	font-weight:bold;
	color:#004A9F;
}
.flow_box{
	width:100%;
	padding:4%;
	margin-top:20px;
	box-sizing:border-box;
	background:#F3F9FF;
	border:solid 2px #004A9F;
	border-radius:16px;
	position:relative;
}
.flow_box:after{
    content: '';
    position: absolute;
    top:100%;
	left:calc(50% - 18px);
    width: 0;
    height: 0;
    border-top:12px solid #004A9F;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
	transition: all 0.3s ease 0s;
}
.flow_box:last-child:after{
    content:none;
}
.case{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.case_contents{
	width:48%;
	margin-top:2.4%;
	border:solid 2px #004A9F;
	border-radius:8px;
	background:#FFF;
}
.case_contents2{
	border:solid 2px #2CA728;
}
.case_contents2 .case_ttl{
	background:#2CA728;
}
.case_ttl{
	padding:2%;
	background:#004A9F;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-radius:4px;
	text-align:center;
}
.case_box{
	padding:4%;
}
.flow_box .notice{
	margin-top:2.4%;
	padding:2.4%;
	border:solid 2px #004A9F;
	border-radius:8px;
	background:#FFF;
	font-size:18px;
	font-weight:bold;
	color:#004A9F;
	text-align:center;
}
.cost{
	position:relative;
	padding:10vw 0;
	background:#F3F9FF;
}

.tabs{
	margin:48px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.tab_label {
	width:234px;
	max-width:46%;
	padding:22px 0;
	color: #004A9F;
	font-size:20px;
	font-weight: bold;
	text-align:center;
	border: solid 2px #004A9F;
	background:#F3F9FF;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius:80px;
}
.tab_label1{
	margin-right:2%;
}
.tab_label:hover {
	opacity: 0.75;
}

.tab_content {
	flex: 100%;
	display: none;
	position: relative;
	animation: fadeIn 1s ease;
}
input[name="tab_switch"] {
	display: none;
}
input[name="tab_switch2"] {
	display: none;
}

.tabs input:checked + .tab_label {
	color: #fff;
	background-color: #004A9F;
}
.tabs input:checked + .tab_label:after {
    content:'';
    position:absolute;
    top:100%;
    left:calc(50% - 16px);
    width:0;
    height:0;
    border-top:10px solid #004A9F;
    border-left:16px solid transparent;
    border-right:16px solid transparent;
    transition:all 0.3s ease 0s;
}
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content, 
#tab03:checked ~ #tab03_content, 
#tab04:checked ~ #tab04_content {
	display: block;
}

.cost_contents {
	width:100%;
	padding:3.2%;
	margin-top:56px;
	box-sizing:border-box;
	background:#FFF;
	border:solid 2px #004A9F;
	border-radius:16px;
	box-shadow:8px 11px 0 #004A9F;
	position:relative;
}
.cost_ttl {
	margin-bottom:3.2%;
	color:#004A9F;
	font-size:24px;
	font-weight:bold;
    line-height: 1.4;
}
.cost_ttl span{
	font-size:16px;
	font-weight:normal;
}
.table_area{
	overflow-x:auto;
}
.cost_box table{
    width: 100%;
	margin-bottom:2.4%;
	border-collapse: collapse;
	background: #fff;
}
.cost_box th{
	padding:24px;
	font-size:17px;
	font-weight:800;
	text-align: center;
	vertical-align:middle;
	border-bottom:1px solid #1A1311;
	background: #F5F5F5;
}
.cost_box td{
	width: 25%;
	padding:20px;
	font-size: 16px;
	border-bottom: 1px solid #c4cbd3;
	text-align: center;
	font-family:"din-2014","Noto Sans JP",sans-serif;
    font-weight: 500;
}
.cost_box .expenses th{
	padding:16px;
	font-size:16px;
    line-height: 1.6;
}
.cost_box .expenses td{
	width:auto;
	padding:12px;
	font-size: 14px;
}
td span{
	font-size:85%;
}
td.blue,
td.green,
td.orange{
    color: #fff;
	font-size: 17px;
    font-weight: bold;
}
.expenses td.blue,
.expenses td.green,
.expenses td.orange{
	font-size: 15px;
}
.cost_box td.blue{
	background: #004A9F;
}
.cost_box td.green{
	background: #2CA728;
}
.cost_box td.orange{
	background: #FF601A;
}
.cost_box td strong{
	font-size:115%;
}

.cost2_contents{
	margin:4% 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-top:1px solid #c4cbd3;
}
.cost2_contents p{
	line-height:1;
}
.cost_box2{
	width:44%;
	padding:4% 3%;
	border-bottom:1px solid #c4cbd3;
	position:relative;
}
.cost_box2:nth-child(2n):after{
	content:"";
	width:1px;
	height:60%;
	top:20%;
	left:0;
	position:absolute;
	background:#c4cbd3;
}
.cost_box3{
	padding:4% 0 0;
	margin:4% 0 0;
	border-top:1px solid #c4cbd3;
}

.contact{
    position: relative;
    padding:8vw 0;
    background: #f5f5f5;
}
.contact_contents{
	margin:24px auto 0;
}


.qa{
    position: relative;
    padding:8vw 0;
}

.qa_contents{
	margin-top:56px;
}

.toggle{
	display:none;
}

.qa_box {
    margin-bottom:20px;
	padding:0 20px;
    position: relative;
	background:#F3F9FF;
	font-size:18px;
	font-weight:bold;
	color:#004A9F;
	border-radius:8px;
	border:1px solid #004A9F;
}

.label{
	display: block;
	cursor:pointer;
	padding:24px;
	position:relative;
}
.label::after{
	content:"";
    width: 40px;
    height: 40px;
    background: url(../img/open.svg) no-repeat;
    background-size: contain;
	position: absolute;
	top:calc( 50% - 20px );
	right: 0;
}
.label:before{
	content:"Q";
	position:absolute;
	top:calc( 50% - 24px );
	left:0;
	font-size:48px;
	font-family: din-2014, sans-serif;
	font-weight:600;
	line-height:1;
	opacity:0.16;
}
.answer_contents {
    height: 0;
	margin-bottom:24px;
    padding:20px 20px 20px 28px;
	font-size:16px;
	background:#fff;
	border-radius:8px;
	position:relative;
	display:none!important;
    transition: .5s;
}
.answer_contents:before{
	content:"A";
	position:absolute;
	top:calc( 50% - 24px );
    left: 6px;
	font-size:48px;
	font-family: din-2014, sans-serif;
	font-weight:600;
	line-height:1;
	opacity:0.16;
}
.toggle:checked + .label + .answer_contents {	/*開閉時*/
	height: auto;
	display:block!important;
	transition: all .3s;
}
.toggle:checked + .label::after {
	transform: rotate(-45deg) !important;
}

.other_box{
    position: relative;
	background:#F3F9FF;
	border-radius:8px;
	border:1px solid #004A9F;
}
.other_ttl{
	padding:8px 0;
	background:#004A9F;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align: center;
	border-radius:8px;
}
.other_contetns{
	padding:24px;
}
.other_contetns p{
	font-size:15px;
}
.other_contetns a{
	width:280px;
	margin:16px auto 0;
    padding: 16px;
    text-align: center;
    font-size:16px;
    font-weight: 700;
    line-height: 1.5;
    display: block;
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
    background: #FF601A;
	cursor:pointer;
}
.other_contetns a:hover{
	background:#ff451f;
}

footer{
	width:100%;
	padding:20px 0 100px;
	text-align:center;
}
footer img{
	width:240px;
	margin:0 auto 8px;
}
footer .copyright{text-align:center;}



@media screen and (max-width: 1080px) {
	.main_img_l a{
		padding:18px 0;
		font-size:18px;
	}
	.main_img_r{
		height:44vw;
	}	
}
@media screen and (max-width:768px) {
	h2{
		font-size:40px;
	}
	h2 span{
		font-size:27px;
	}
	
	.main_img_l a{
		padding:16px 0;
		font-size:16px;
        bottom: -14px;
	}
	
	.need_ttl{
		font-size:18px;
	}
	.need_ttl span{
		font-size:14px;
	}
	
	.case_contents{
		width:100%;
	}
	.case_ttl{
		font-size:17px;
	}
	.cost1{
		min-width:560px;
	}
	
}

@media screen and (max-width:640px) {
	.sp{display:block;}
	.pc{display:none;}
	h2{
		font-size:7.2vw;
    	line-height: 1.3;
	}
	h2 span{font-size:4.8vw;}
	h3{
   		margin-bottom: 4vh;
		font-size:6vw;
	}
	h3 span{
		font-size:3.6vw;
	}
	p{
		font-size:3.35vw;
	}
	header{padding:2.4vw;}
	header h1 img{
		max-width:42vw;
	}
	
	.main_img:before{
		height:36vw;
		background-position:-40vw 0;
	}
	.main_img:after{
		height: 36vw;
		background-position: -310vw 0;
	}
	.main_img_contents{
		justify-content:center;
	}
	.main_img_l{
		width:75%;
		margin:3.2vh auto 4.4vh;
	}
	.main_img_r{
		width:100%;
		height:64vw
	}
	
	
	.period{
		padding:3.2vh;
	}
	.period img{
		max-width:100%;
	}
	
	.need{
		padding:5.6vh 0;
	}
	.need_contents{
		margin:3.2vh auto 0;
	}
	.need_box{
		width:100%;
    	padding: 5%;
        margin-bottom:3.2vh;
	}
	.need_ttl{
		font-size:3.8vw;
	}
	.need_ttl span{
		font-size:3.35vw;
	}
	
	
	.flow{
		padding:6.4vh 0 5.6vh;
	}
	.tabs{
		margin:3.2vh auto 0;
	}
	.tab_label{
    	padding:3.6vw 0;
		font-size:4vw;
	}
	.sub_ttl{
		font-size:4.24vw;
		text-align:center;
	}
	.flow_ttl{
		font-size:4.12vw;
	}
	.case_ttl{
		font-size:3.8vw;
	}
	
	
	.cost{
		padding:5.6vh 0 7.2vh;
	}
	.cost_contents{
		margin:3.2vh auto 0;
		padding:5%;
	}
	.cost_box p.cost_ttl{
		font-size:4.12vw;
	}
	.cost_box p.cost_ttl span{
		font-size:3.64vw;
	}
	.cost_box p{
		font-size:3.2vw;
	}
	.cost_box th{
		padding:4vw;
    	font-size: 3.8vw;
	}
	.cost_box td{
		padding:2.4vw;
		font-size:3.5vw;
	}
	
	.cost_box .expenses th{
		padding:3vw;
    	font-size: 3.6vw;
	}
	.cost_box .expenses td{
		padding:2.4vw;
		font-size:3.35vw;
	}
	.cost_box2{
		width:100%;
	    padding: 2.64vh 3%;
	}
	.cost_box2:nth-child(2n):after{
		content:none;
	}
	.expenses{
		min-width:820px;
	}
	
	.contact{
		padding:5.6vh 0 6.4vh;
	}
	
	.qa{
		padding:5.6vh 0;
	}
	.qa_contents{
		margin:3.2vh auto 0;
	}
	.qa_box{
		padding:0 3%;
		margin-bottom:1.2vh;
	}
	.label{
		padding:5vw 10vw 5vw 5vw;
		font-size:4vw;
	}
	.answer_contents{
		padding:4vw 5vw;
		font-size:3.4vw;
	}
	.label::after{
		width:8vw;
		height:8vw;
    	top: calc(50% - 4vw);
	}
	
	.other_ttl{
		font-size:4vw;
	}
	.other_contetns{
		padding:5%;
	}
	.other_contetns p{
		font-size:3.3vw;
	}
	.other_contetns a{
		max-width:90%;
		padding:4vw;
   		margin: 2.4vw auto 0;
    	font-size: 3.5vw;
	}
	
	footer{
    	padding: 2vh 0 8vh;
	}
	
}
	

