html,body{
  font-family: Roboto,'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴ ProN', Hiragino Kaku Gothic ProN, '游ゴシック Medium', YuGothic, YuGothicM, 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #4D4D4D;
	line-height: 1.7;
  font-size: 62.5%;
}
a{
  color: #4D4D4D;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.maru{
  font-weight: 700;
  background:#fff;
  padding:3.2rem;
  border-radius: 2rem;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
@media all and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}	
}



body{
  font-size: 1.5rem;
}
.content{
  width: 100%;
  padding: 0 1.7rem;
}

#wrapper{
  display: flex;
  flex-direction: column;
  margin: 0rem auto;
  background: #fff;
  overflow: clip;
}

#fv {
  background: url(../images/fv_bg.jpg) center center no-repeat;
  background-size: cover;
  aspect-ratio: 4029 / 2260;
  position: relative;
}
#fv .btn-box_top {
  position: absolute;
  right: 6%;
  top: 3%;
  width: 16%;
}
#fv .btn-box_fv {
  position: absolute;
  left: 5%;
  bottom: 7%;
  width: 40%;
}

@media all and (max-width: 767px) {
	#fv {
	  background: url(../images/fv_bg_sp.jpg) center center no-repeat;
	  background-size: cover;
	  aspect-ratio: 4029 / 2260;
	}
}

#problem {
	
}
#problem h2 {
	width: 100%;
}

@media all and (max-width: 767px) {
	#problem h2 {
		width: 100%;
	}
}

#structure {

}
#structure h2 {
	width: 100%;
}

@media all and (max-width: 767px) {

}

#voice {
	
}
#voice h2 {
	width: 100%;
}
#voice h2 img{

}

@media all and (max-width: 767px) {
	#voice h2 {

	}	
}

#faq {

}
#faq h2 {
	width: 100%;
}
#faq h2 img{

}

@media all and (max-width: 767px) {
	#faq h2 {

	}	
}

#contact-form {
	padding-top: 13.7rem;
	width: calc(100% - 4rem);
	max-width: 102rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 5.1rem;
}
#contact-form h2{
	font-size: 3rem;
}
#contact-form .btn-box{
	margin-top: 5.7rem;
	cursor: pointer;
}
#contact-form .btn-box div{
	display: inline-block;
	border-radius: 0.76rem;
	background: #fff;
	border: 1px solid #999;
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.5);
	padding: 2.5rem 6rem;
	margin: 0 2rem;
}
#contact-form .btn-box div.active{
	background: #fa672b;
	border: 1px solid #999;
	color: white;
}
#contact-form .input-form{
	margin-top: 2.6rem;
}
#contact-form .input-form .column{
	margin-bottom: 3.5rem;
}
#contact-form .input-form .column .title{
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	text-align: left;
	font-size: 2.0rem;
	vertical-align: top;
    margin-top: 1.3rem;
}
#contact-form .input-form .column .title .label{
	border-radius: 0.76rem;
	color: white;
	padding: 0.8rem 1.3rem;
	float: right;
}
#contact-form .input-form .column .title .label.not-require{
	background: #00408b;
}
#contact-form .input-form .column .title .label.require{
	background: #fa672b;
}
#contact-form .input-form .column .input{
	display: inline-block;
	width: 65%;
	text-align: left;
}
#contact-form .input-form .column .input input{
	width: 100%;
	border-radius: 0.76rem;
	background: #fff;
	border: 1px solid #999;
	height: 7.5rem;
	padding-left: 2rem;
    font-size: 2rem;
}
#contact-form .input-form .column .input textarea{
	width: 100%;
	border-radius: 0.76rem;
	background: #fff;
	border: 1px solid #999;
	padding-left: 2rem;
	padding-top: 2rem;
	font-size: 2rem;
}
#contact-form .input-form .column .input .select-box-day{
	border-radius: 0.76rem;
	background: #fff;
	border: 1px solid #999;
	display: inline-block;
	margin-right: 3.8rem;
	padding: 2.2rem 3.2rem;
	font-size: 2.0rem;
	cursor: pointer;
}
#contact-form .input-form .column .input .select-box-day.active{
	background: #fa672b;
	border: 1px solid #999;
	color: white;
}
#contact-form .input-form .column .input .select-box-time{
	border-radius: 0.76rem;
	background: #fff;
	border: 1px solid #999;
	display: inline-block;
	margin-right: 3.8rem;
	padding: 2.2rem 3.2rem;
	font-size: 2.0rem;
}
#contact-form .input-form .column .input .select-box-time.active{
	background: #fa672b;
	border: 1px solid #999;
	color: white;
}
#contact-form .input-form .column .full-input{
	width: 100%;
	border: 1px solid #999;
	padding-top: 2.3rem;
	padding-bottom: 2.3rem;
	font-size: 2.0rem;
}
#contact-form .input-form .column .full-input input{
	position: relative;
    margin-top: 0.4rem;
    margin-bottom: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
	background: #ffd7d7;
	border: 1px solid #999;
    vertical-align: top;
    margin-right: 1.2rem;
    cursor: pointer;
}
#contact-form .input-form .column .full-input input:checked::before{
	position: absolute;
    top: 0.8rem;
    left: 1.3rem;
    transform: rotate(50deg);
    width: 0.5rem;
    height: 1.1rem;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    content: '';
}
#contact-form .input-form .column .full-input input:checked{
	color: black;
}
#contact-form .input-form button{
	width: 41.6rem;
	border: none;
	background: none;
}
#contact-form .input-form .sentence{
	margin-top: 2.0rem;
	font-size: 2.4rem;
}
#contact-form .input-form .result-message{
	font-size: 2.4rem;
    color: green;
}
#contact-form .input-form .result-message .error{
	color: red;
}

@media all and (max-width: 767px) {
	#contact-form {
		padding-top: 6.7rem;
		padding-bottom: 2.1rem;
	}
	#contact-form h2{
		font-size: 2.4rem;
	}
	#contact-form .btn-box{
		margin-top: 2.7rem;
		cursor: pointer;
	}
	#contact-form .btn-box div{
		padding: 1.5rem 3rem;
		margin: 0 1rem;
	}
	#contact-form .btn-box div.active{
	
	}
	#contact-form .input-form{
		margin-top: 4.6rem;
	}
	#contact-form .input-form .column{
		margin-bottom: 3.5rem;
	}
	#contact-form .input-form .column .title{
		display: block;
		width: 100%;
		margin-right: 0;
		text-align: left;
		font-size: 1.4rem;
	}
	#contact-form .input-form .column .title .label{
		padding: 0.5rem 1.0rem;
		float: none;
		margin-left: 2rem;
	}
	#contact-form .input-form .column .title .label.not-require{
		
	}
	#contact-form .input-form .column .title .label.require{
		
	}
	#contact-form .input-form .column .input{
		margin-top: 1rem;
		display: block;
		width: 100%;
		text-align: left;
	}
	#contact-form .input-form .column .input input{
		height: 4.5rem;
	}
	#contact-form .input-form .column .input textarea{
		width: 100%;
		border-radius: 0.76rem;
		background: #fff;
		border: 1px solid #999;
	}
	#contact-form .input-form .column .input .select-box-day{
		margin-right: 1.9rem;
		padding: 1.3rem 1.8rem;
		font-size: 1.2rem;
	}
	#contact-form .input-form .column .input .select-box-day.active{

	}
	#contact-form .input-form .column .input .select-box-time{
		margin-right: 1.9rem;
		padding: 1.3rem 1.8rem;
		font-size: 1.2rem;
	}
	#contact-form .input-form .column .input .select-box-time.active{

	}
	#contact-form .input-form .column .full-input{
		width: 100%;
		border: 1px solid #999;
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
		font-size: 1.2rem;
	}
	#contact-form .input-form .column .full-input input{
		position: relative;
	    margin-top: 0.4rem;
	    margin-bottom: 1.2rem;
	    width: 1.6rem;
	    height: 1.6rem;
		background: #ffd7d7;
		border: 1px solid #999;
	    vertical-align: top;
	    margin-right: 1.2rem;
	    cursor: pointer;
	}
	#contact-form .input-form .column .full-input input:checked::before{
		position: absolute;
	    top: 0.3rem;
	    left: 0.6rem;
	    transform: rotate(50deg);
	    width: 0.3rem;
	    height: 0.6rem;
	    border-right: 2px solid black;
	    border-bottom: 2px solid black;
	    content: '';
	}
	#contact-form .input-form .column .full-input input:checked{
		color: black;
	}
	#contact-form .input-form button{
		width: 41.6rem;
		border: none;
		background: none;
	}
	#contact-form .input-form .sentence{
		margin-top: 1.0rem;
		font-size: 1.2rem;
	}
	#contact-form .input-form .result-message{
		font-size: 1.2rem;
	    color: green;
	}
	#contact-form .input-form .result-message .error{
		color: red;
	}
}

footer {
	background: #00408b;
	padding-bottom: 2rem;
}
footer .page-top{
	position: fixed;
    right: 5.5rem;
    bottom: 50px;
    z-index: 5rem;
    width: 8.3rem;
}
footer .page-top img{
	
}

@media all and (max-width: 767px) {
	footer .page-top{
	    right: 2.5rem;
	    bottom: 3rem;
	    z-index: 5rem;
	    width: 4.0rem;
	}
}

.contact {
	text-align: center;
	position: relative;
}
.contact .sentence {
	width: 100%;
}
.contact .btn-box {
    width: 100%;
    position: absolute;
    bottom: 10%;
}
.contact .btn-box .contact-btn {
	display: inline-block;
	width: 33%;
}
.contact .btn-box .contact-btn img {

}

@media all and (max-width: 767px) {
	.contact .sentence {

	}
	.contact .btn-box {

	}
	.contact .btn-box .contact-btn {

	}
	.contact .btn-box .contact-btn img {

	}
}


/* ボタン用アニメーション */
a.cta-btn{ animation: pulse 1s infinite; }

@keyframes pulse {
  0%,100% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}


