@charset "UTF-8";
/* CSS Document */

body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.2em;
	line-height: 1.6em;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

img{
	width:100%;
	line-height:0;
}

.forPC{
	display:block;
}

.forSP{
	display:none;
}

header{
	position:relative;
	width:100%;
	margin:0px auto 30px auto;
}

#fv{
	width:100%;
	height:20%;
	overflow-y:hidden;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-inline: calc((100vw - 1000px) / 2);
	background:rgba(255,255,255,0.5);
	display:flex;
}

#logo{
	width:200px;
	margin:15px 0px 15px 5px;
}

.header_menu{
	position:relative;
	width:795px;
	margin:0px 0px 0px 5px;
}

#header_tel{
	width:233px;
	position:absolute;
	right:340px;
	top:10px;
}

#header_mail{
	width:241px;
	position:absolute;
	right:83px;
	top:0px;
}

.header_line{
	width:78px;
	position:absolute;
	right:0px;
	top:0px;
}

.fv_txt{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#fv_under{
	position:relative;
	height:500px;
}

.sankaku{
	position:absolute;
	width:100%;
	bottom:0px;
}

.contents_image_ab01{
	position:absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	width:1000px;
}

#cta01{
	background:#399e6e;
	padding-inline: calc((100vw - 800px) / 2);
}

#cta02{
	padding-inline: calc((100vw - 900px) / 2);
}

.contents_image{
	width:100%;
	margin:0px auto 30px auto;
}

.cta_btn{
	display:flex;
	width:100%;
	gap: 30px 10px;
	padding:0px 0px 50px 0px;
}

.cta_btn2{
	display:flex;
	width:100%;
	gap: 30px 10px;
	padding:0px auto 50px auto;
}

#syokai{
	padding-top:50px;
	padding-bottom:50px;
	padding-inline: calc((100vw - 1000px) / 2);
}

.photo_title{
	width:500px;
	margin:0px auto 30px auto;
}

.photolist{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	grid-row-gap: 30px;
}

.photo_txt{
	text-align:center;
	margin:10px auto 20px auto;
}

#qa{
	padding-top:50px;
	padding-bottom:50px;
	padding-inline: calc((100vw - 1000px) / 2);
}

.qa_title{
	width:406px;
	margin:0px auto 30px auto;
}

.qalist{
	margin:0px 0px 20px 0px;
}

.question,.answer{
	display:flex;
	width:800px;
	margin:0px auto 10px auto;
}

.answer{
	border-bottom:2px solid #399e6e;
	margin-bottom:30px;
}

.q_icon,.a_icon{
	width:39px;
}

.q_txt{
	width:750px;
	font-weight:bold;
	padding:5px 0px 10px 10px;
	line-height: 150%;
}

.a_txt{
	width:750px;
	padding:5px 0px 30px 10px;
	line-height: 150%;
}

#form{
	padding-top:50px;
	padding-bottom:50px;
	padding-inline: calc((100vw - 900px) / 2);
}

.form_title{
	width:406px;
	margin:0px auto 30px auto;
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
	text-align:center;
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

footer{
	width:100%;
	padding:30px 0px;
	text-align:center;
	background:#399e6e;
}

#copy{
	color:#fff;
}


@media screen and (max-width: 480px) {

.forPC{
	display:none;
}

.forSP{
	display:block;
}

#logo{
	width:30%;
	margin:15px 0px 15px 5px;
}

.header_menu{
	position:relative;
	width:70%;
	margin:0px 0px 0px 5px;
}

.header_line{
	width:65px;
	position:absolute;
	right:0px;
	top:0px;
}

.fv_txt{
	position:absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	
#fv_under{
	position:relative;
	height:220px;
}

.sankaku{
	position:absolute;
	width:100%;
	bottom:0px;
}

.contents_image_ab01{
	position:absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	width:100%;
}

#cta01{
	background:#399e6e;
	padding-inline: 5px;
}

#cta02{
	padding-inline: 5px;
}

#syokai{
	padding-top:30px;
	padding-bottom:30px;
	padding-inline: 5px;
}

.photo_title{
	width:80%;
	margin:0px auto 30px auto;
}

.photolist{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	grid-row-gap: 20px;
}

.photo_txt{
	text-align:center;
	margin:10px auto 10px auto;
}
	
.qa_title{
	width:80%;
	margin:0px auto 30px auto;
}

.qalist{
	margin:0px 0px 10px 0px;
}

.question,.answer{
	display:flex;
	width:95%;
	margin:0px auto 10px auto;
}

.answer{
	border-bottom:2px solid #399e6e;
	margin-bottom:10px;
}

.q_icon,.a_icon{
	width:10%;
}

.q_txt{
	width:85%;
	font-weight:bold;
	padding:5px 0px 10px 10px;
	line-height: 150%;
}

.a_txt{
	width:85%;
	padding:5px 0px 30px 10px;
	line-height: 150%;
}

#form{
	padding-top:50px;
	padding-bottom:50px;
	padding-inline: 5px;
}

.form_title{
	width:80%;
	margin:0px auto 30px auto;
}
	
}
