@charset "utf-8";

body{
	background-color: #F5F6F5;
}

#main{
	padding-top: 50px;
	padding-bottom: 80px;
}
#main .block{
	display: flex;
}
#main .left{
	width: 860px;
}
#main .left p img{
	padding: 0 30px;
}
#main .right{
	width: 860px;
	padding: 0 0 0 80px;
}

#main .right .sub-title{
	color: #E47737;
	font-size: 38px;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 40px;
}
#main .right .title{
	font-size: 58px;
	font-weight: 900;
	line-height: 120%;
	padding-bottom: 50px;
}
#main .right .title span{
	color: #E47737;
}
#main .right .lead-copy{
	font-size: 21px;
	font-weight: 500;
	line-height: 200%;
}
.scrolldown4{
	/*描画位置※位置は適宜調整してください*/
  position:absolute;
  right:50%;
}
/*Scrollテキストの描写*/
.scrolldown4 span{
	/*描画位置*/
  position: absolute;
  left:-25px;
  bottom:20px;
	/*テキストの形状*/
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
/* 矢印の描写 */
.scrolldown4:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 50px;
	right: -9px;
	/*矢印の形状*/
	width: 2px;
	height: 30px;
	background: #000;
	transform: skewX(-31deg);
}

.scrolldown4:after{
  content:"";
	/*描画位置*/
  position: absolute;
  bottom: 50px;
  right:0;
	/*矢印の形状*/
  width:2px;
  height: 2000px;
  background:#000;
}
@media screen and (max-width: 767px) {
	#main{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#main .block{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#main .left{
		width: 100%;
	}
	#main .right{
		width: 100%;
		padding: 0px;
	}
	.scrolldown4{
		display: none;
	}
	
	#main .right .sub-title{
		font-size: 20px;
		line-height: 150%;
		padding-bottom: 10px;
	}
	#main .right .title{
		font-size: 24px;
		line-height: 150%;
		padding-bottom: 20px;
	}
	#main .right .lead-copy{
		font-size: 16px;
		line-height: 200%;
	}
}

#issue.ConNar{
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1320px;
}
#issue .ttl{
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	padding-bottom: 30px;
}
#issue .panel-wrap{
	display: flex;
}
#issue .panel{
	margin: 0 20px;padding: 20px 0;
	width: 400px;
}
#issue .img{
	padding-bottom: 20px;
}
#issue .panel-ttl{
	padding: 5px 0;
	text-align: center;
	background-color: #00A3E0;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	border-radius: 8px;
}
#issue .panel-text{
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#issue.ConNar{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#issue .ttl{
		font-size: 20px;
		line-height: 150%;
		padding-bottom: 30px;
	}
	#issue .panel-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	#issue .panel{
		margin: 0 20px;padding: 10px 0;
		width: 400px;
	}
	#issue .panel-ttl{
		padding: 0px 0;
		font-size: 18px;
	}
	#issue .panel-text{
		padding-top: 10px;
		font-size: 16px;
	}
}

#answer{
	margin: 0;padding: 0;
	width: 100%;
	height: 600px;
	background: url("../img/answer-bg.jpg") no-repeat center center;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#answer .ttl-wrap{
	margin: 0;padding: 20px 0;
	width: 100%;
	background-color: rgba(255,255,255,0.85);
}
#answer .ttl{
	margin: 0 auto;padding: 0 20px;
	max-width: 1075px;
	font-size: 34px;
	font-weight: 700;
	line-height: 180%;
}
@media screen and (max-width: 767px) {
	#answer{
		height: 500px;
	}
	#answer .ttl{
		font-size: 24px;
		line-height: 180%;
	}
}

#feature.ConNar{
	border: 1px solid white;
}
#feature h1{
}
#feature .block{
	display: flex;
}
#feature .block .left{
	width: 610px;
	padding: 0 30px;
}
#feature .block .left h2{
	margin: 0;padding: 0 0 20px 0;
	font-size: 34px;
	font-weight: 700px;
	border-bottom: 2px solid #00A3E0;
	line-height: 120%;
}
#feature .block .left .text{
	margin: 0;padding: 20px 0 30px 0;
	font-size: 16px;
	font-weight: 500px;
}
#feature .block .left .img{
}

#feature .block .right{
	width: 610px;
	padding: 0 30px;
}
#feature .block .right h3{
	margin: 0;padding: 20px 0 30px 0;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: #00A3E0;
}
#feature .block .right .ttl{
	margin: 0;padding: 10px;
	background-color: #00A3E0;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
#feature .block .right .text{
	margin: 0;padding: 10px 0 0 0;
	
}
#feature .block .right .pt-step{
	margin: 0;padding: 20px 0;
	text-align: center;
}
#feature .block .right .pt-step img{
	width: 30px;height: 30px;
}
#feature .copy{
	margin: 40px 0 120px 0;padding: 0;
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
}
#feature .bt{
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
#feature .bt a{
	color: #fff;
}
#feature .bt a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7 ;
	transition : 0.5s;
}
#feature .bt p{
	margin: 0;padding: 18px 0 20px 0;
	width: 500px;
	font-size: 30px;
	font-weight: 700;
	background-color: #EF7A35;
	color: #fff;
	text-align: center;
	border-radius: 35px;
}
#feature .link{
	margin: 20px 0 50px 0;padding: 0;
	display: flex;
	justify-content: center;
}
#feature .link a{
	color: #000;
}
#feature .link a:hover{
	color: #000;
	text-decoration: none;
}
#feature .link p{
	margin: 0;padding: 20px;
	width: 240px;
	font-size: 21px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #00A3E0;
}
.scrolldown5{
	/*描画位置※位置は適宜調整してください*/
  position:absolute;
  right:50%;
}
/* 矢印の描写 */
.scrolldown5:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0px;
	right: -9px;
	/*矢印の形状*/
	width: 2px;
	height: 30px;
	background: #000;
	transform: skewX(-31deg);
}
.scrolldown5:after{
  content:"";
	/*描画位置*/
  position: absolute;
  bottom: 0px;
  right:0;
	/*矢印の形状*/
  width:2px;
  height: 90px;
  background:#000;
}
@media screen and (max-width: 767px) {
	#feature .block{
		display: flex;
		flex-wrap: wrap;
	}
	#feature .block .left{
		padding: 0 0px;
	}
	#feature .block .left h2{
		margin: 0;padding: 0 0 10px 0;
		font-size: 24px;
		line-height: 120%;
	}
	#feature .block .left .text{
		margin: 0;padding: 10px 0 30px 0;
		font-size: 16px;
	}
	#feature .block .right{
		padding: 0 0px;
	}
	#feature .block .right h3{
		font-size: 21px;
	}
	#feature .block .right .ttl{
		margin: 0;padding: 5px;
		font-size: 18px;
	}
	#feature .block .right .text{
		font-size: 16px;
	}
	#feature .block .right img{
		padding-top: 20px;
	}
	#feature .copy{
		margin: 40px 0 90px 0;padding: 0;
		font-size: 32px;
		line-height: 150%;
	}
	#feature .bt{
		display: block;
	}
	#feature .bt p{
		width: 100%;
		font-size: 24px;
	}
	#feature .link{
		margin: 20px 0 50px 0;padding: 0;
		display: flex;
		justify-content: center;
	}
	/* 矢印の描写 */
	.scrolldown5:before {
		right: -8px;
		height: 25px;
	}
	.scrolldown5:after{
	  height: 70px;
	}
}

#ipo{
	margin: 0;padding: 0;
	width: 100%;
	height: 600px;
	background: url("../img/ipo-bg.jpg") no-repeat center center;
	background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ipo .point{
	margin: 0;padding: 40px 0;
	width: 100%;
	background-color: rgba(255,255,255,0.85);
}
#ipo .point .panel-wrap{
	margin: 0 auto;padding: 0 20px;
	max-width: 1330px;
	display: flex;
}
#ipo .point .panel{
	width: 100%;
	padding: 0 25px;
	
}
#ipo .point .ttl{
	margin: 0;padding: 0 0 30px 0;
	color: #00A3E0;
	font-size: 34px;
	font-weight: 600;
	border-bottom: 1px solid #C8C8C8;
	line-height: 120%;
	
}
#ipo .point .text{
	margin: 0;padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#ipo{
		margin: 0;padding: 80px 0;
		width: 100%;
		height: auto;
	}
	#ipo .point{
		margin: 0;padding: 40px 0;
		width: 100%;
		background-color: rgba(255,255,255,0.85);
	}
	#ipo .point .panel-wrap{
		flex-wrap: wrap;
	}
	#ipo .point .panel{
		padding: 0 0px;
		
	}
	#ipo .point .ttl{
		margin: 0;padding: 0 0 10px 0;
		font-size: 24px;
		line-height: 120%;
		text-align: center;
		
	}
	#ipo .point .text{
		margin: 0;padding: 10px 0 10px 0;
		font-size: 16px;
	}
}



#faq{
	border: 1px solid #fff;
	padding-bottom: 100px;
}
#faq .faq-block{
	margin: 0;padding: 0;
	border-bottom: 1px solid #C8C8C8;
}
#faq .question{
	color: #00A3E0;
	font-size: 24px;
	font-weight: 600;
}
#faq .answer{
	border-top: 1px solid #000;
	font-size: 16px;	
	font-weight: 400;
	padding-top: 10px;
}
section .toggle {
	display: none;
}
section .Label {		/*タイトル*/
	padding: 30px 100px 10px 40px;
	display: block;
	border-top: 1px solid #c8c8c8;
}
section .Label::before{		/*タイトル横の矢印*/
	content:url("../img/pt-close.svg");
	width: 40px;
	height: 40px;
	position: absolute;
	top:calc( 50% - 10px );
	right: 40px;
}
section .Label,
section .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
section .content {		/*本文*/
	height: 0;
	padding:0;
	margin:0 100px 0 40px;
	overflow: hidden;
}
section .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:0 0 40px 0;
	transition: all .3s;
}
section .toggle:checked + .Label::before {
	content:url("../img/pt-open.svg");
}
@media screen and (max-width: 767px) {
	#faq.ConNar{
		margin: 0;padding: 0 0 50px 0;
	}
	#faq .question{
		font-size: 20px;
	}
	#faq .answer{
		font-size: 16px;
	}
	section .Label {		/*タイトル*/
		padding: 30px 70px 10px 40px;
		text-indent:-1.5em;
	}
	section .Label::before{		/*タイトル横の矢印*/
		width: 30px;
		height: 30px;
		top:calc( 50% - 10px );
		right: 0px;
	}
	section .content {		/*本文*/
		height: 0;
		padding:0;
		margin:0 70px 0 20px;
	}
	section .toggle:checked + .Label + .content {	/*開閉時*/
		height: auto;
		padding:0 0 40px 0;
	}
	section .toggle:checked + .Label::before {
		content:url("../img/pt-open.svg");
	}
}

#step.ConNar{
	padding-bottom: 100px;
}
#step h1{
}
#step .block{
	display: flex;
}
#step .block .left{
	width: 610px;
	padding: 0 30px;
}
#step .block .left h3{
	margin: 0;padding: 20px 0 30px 0;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: #00A3E0;
}
#step .block .left .ttl{
	margin: 0;padding: 10px;
	background-color: #00A3E0;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
#step .block .left .text{
	margin: 0;padding: 10px 0 0 0;
	
}
#step .block .left .pt-step{
	margin: 0;padding: 20px 0;
	text-align: center;
}
#step .block .left .pt-step img{
	width: 30px;height: 30px;
}

#step .block .right{
	width: 610px;
	padding: 0 30px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	#step.ConNar{
		padding-bottom: 50px;
	}
	#step .block{
		display: flex;
		flex-wrap: wrap;
	}
	#step .block .left{
		width: 100%;
		padding: 0 0;
	}
	#step .block .left .ttl{
		margin: 0;padding: 5px;
	}
	#step .block .left .text{
		margin: 0;padding: 10px 0 0 0;
	}
	#step .block .left .pt-step{
		margin: 0;padding: 20px 0;
		text-align: center;
	}
	#step .block .left .pt-step img{
		width: 30px;height: 30px;
	}
	
	#step .block .right{
		width: 100%;
		padding: 30px 30px 0 30px;
	}
}

#contact{
	padding-top: 80px;
	padding-bottom: 80px;
}
#contact .block{
	display: flex;
}
#contact .left{
	width: 700px;
	padding: 0 30px 0 0;
}
#contact .left .ttl{
	font-size: 18px;
	font-weight: 700;
	color: #00A3E0;
	padding-bottom: 30px;
}
#contact .left ul{
	padding-left: 20px;
	font-size: 26px;
	font-weight: 700;
}
#contact .left li{
	padding-bottom: 20px;
}
#contact .right{
	width: 550px;
}
#contact .right .btn{
	display: flex;
	justify-content: center;
	padding-bottom: 30px;
}
#contact .right .btn a{
	color: #fff;
}
#contact .right .btn a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7 ;
	transition : 0.5s;
}
#contact .right .btn p{
	margin: 0;padding: 18px 0 20px 0;
	width: 540px;
	font-size: 30px;
	font-weight: 700;
	background-color: #EF7A35;
	color: #fff;
	text-align: center;
	border-radius: 35px;
}
#contact .right .phone-contact{
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	padding: 20px 0 20px 0;
	text-align: center;
}
#contact .right .phone-ttl{
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 30px;
	color: #00A3E0;
}
#contact .right .phone{
	margin: 0 auto;
	width: 430px;
	font-size: 50px;
	font-weight: 700;
	text-align: right;
	line-height: 20%;
}
#contact .right .phone span.tel{
	padding: 0px 20px;
	margin: 0 10px 0 0;
	font-size: 18px;
	border: 1px solid #000;
	position: relative;
	top:-9px;
}
#contact .right .phone span.time{
	font-size: 18px;
	font-weight: 500;
}
@media screen and (max-width: 1000px){
	
	#contact .right .btn{
		display: flex;
		padding-bottom: 30px;
	}
	#contact .right .btn a{
		color: #fff;
	}
	#contact .right .btn p{
		margin: 0;padding: 18px 20px 20px 20px;
		width: calc(100% - 40px);
		font-size: 24px;
	}
	#contact .right .phone-contact{
		padding: 20px 0 20px 0;
	}
	#contact .right .phone-ttl{
		font-size: 21px;
		padding-bottom: 30px;
	}
	#contact .right .phone{
		margin: 0 auto;
		width: 260px;
		font-size: 30px;
		text-align: right;
		line-height: 40%;
	}
	#contact .right .phone span.tel{
		padding: 0px 10px;
		margin: 0 10px 0 0;
		font-size: 14px;
		top:-4px;
	}
	#contact .right .phone span.time{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#contact{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#contact .block{
		display: flex;
		flex-wrap: wrap;
	}
	#contact .left{
		width: 100%;
		padding: 0 0 20px 0;
	}
	#contact .left .ttl{
		font-size: 16px;
		padding-bottom: 20px;
	}
	#contact .left ul{
		padding-left: 20px;
		font-size: 21px;
	}
	#contact .left li{
		padding-bottom: 15px;
	}
	#contact .right{
		width: 100%;
	}
}

#topics{
}
#topics h1{
	color: #9ECB54
}
#topics .topics-wrap{
	display: flex;
}
#topics .topics-wrap .panel{
	background-color: #9ECB54;
	width: 100%;
	margin: 0 20px;
}
#topics .topics-wrap .text{
	padding: 20px;
}
#topics .topics-wrap .text .date{
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	padding-bottom: 5px;
}
#topics .topics-wrap .text .tag{
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	padding-bottom: 20px;
}
#topics .topics-wrap .text .txt{
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
}
#topics .btn{
	padding-top: 100px;
	padding-bottom: 70px;
}
#topics .btn a{
	color: #fff;
}
#topics .btn a:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.7 ;
	transition : 0.5s;
}
#topics .btn p{
	margin: 0 auto;padding: 18px 0 20px 0;
	width: 500px;
	font-size: 30px;
	font-weight: 700;
	background-color: #9ECB54;
	color: #fff;
	text-align: center;
	border-radius: 35px;
}
@media screen and (max-width: 767px) {
	#topics .topics-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	#topics .topics-wrap .panel{
		background-color: #9ECB54;
		width: 100%;
		margin: 0 0 20px 0;
	}
	#topics .topics-wrap .text{
		padding: 20px;
	}
	#topics .topics-wrap .text .date{
		font-size: 16px;
		line-height: 120%;
	}
	#topics .topics-wrap .text .tag{
		font-size: 16px;
		line-height: 120%;
		padding-bottom: 20px;
	}
	#topics .topics-wrap .text .txt{
		font-size: 18px;
		line-height: 120%;
	}
	#topics .btn{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	#topics .btn p{
		margin: 0 auto;padding: 18px 0 20px 0;
		width: 100%;
		font-size: 24px;
	}
}

#list {
	padding-bottom:100px;
}
#list h1{
	line-height: 120%;
}
#list .block .image{
	padding-bottom: 50px;
	text-align: center;
}
#list .block .image img{
	max-width: 800px;
}
#list .block .ttl{
	padding-bottom: 50px;
}
#list .block .ttl span{
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 18px;
	font-weight: 700;
}
#list .list-wrap{
	font-size: 26px;
	font-weight: 700;
	padding-bottom: 50px;
}
#list .list-wrap ul{
}
#list .list-wrap li {
	padding: 0 30px 0 0;
	list-style:none;
	line-height: 150%;
}
#list .list-wrap li:before {
	content:"▶︎ ";
	color: #EF7A35;
}
#list .list-wrap li small{
	font-size: 20px;
	font-weight: 500;
}
#list .caption{
	border-top:1px solid #c8c8c8;
	padding-top: 20px;
	font-size: 16px;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#list {
		padding-bottom:50px;
	}
	#list .block .image{
		padding-bottom: 30px;
	}
	#list .block .image img{
		max-width: 800px;
	}
	#list .block .ttl{
		padding-bottom: 30px;
	}
	#list .block .ttl span{
		padding: 5px 10px;
		font-size: 16px;
	}
	#list .list-wrap{
		font-size: 20px;
		padding-bottom: 30px;
	}
	#list .list-wrap li {
		padding: 0 20px 0 0;
		line-height: 150%;
	}
	#list .list-wrap li small{
		font-size: 18px;
		font-weight: 500;
	}
	#list .caption{
		padding-top: 20px;
		font-size: 16px;
	}
}

