@charset "UTF-8";

.pc-none {
  display: none;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
}
p {
  margin-bottom: 1.65em;
  line-height: 3.3rem;
}

@media screen and (max-width: 767px) {
	p{
		font-size: 1.5rem;
		line-height: 3.0rem;
	}
}

a:hover {
  transition: all 0.4s;
}

a[id] {
  scroll-margin-top: 80px;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

#header-area {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #header-area {
    max-width: auto;
    margin: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #header-area {
    width: 100%;
    height: 60px;
    padding: 0 0 0 3%;
  }
}

#logo {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
	  #logo {
			width: 30%;
			max-width: 320px;
			flex-shrink: 0;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #logo {
    width: 60%;
    max-width: 320px;
  }
}

#header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #header-menu {
    display: none;
  }
}

#header-menu li {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #a4a4a4;
  white-space: nowrap;
}

@media screen and (max-width: 1199px) {
	#header-menu li {

	  padding-left: 14px;
  padding-right: 14px;
	font-size: 1.4rem;
	}
}

#header-menu li:first-of-type {
  border-left: none;
}

#header-menu li a {
  color: #000;
  text-decoration: none;
}

#header-menu li a:hover {
  color: #666;
  transition: all 0.4s;
}

#header-menu li.contact {
  width: 190px;
  height: 40px;
  padding: 0;
  border-left: none;
}

#header-menu li.contact a {
  display: block;
  width: 190px;
  height: 40px;
  padding: 0 10px 0 0;
  line-height: 40px;
  text-align: center;
  background-color: #2a7f7b;
  border-radius: 20px;
  background-image: url(../img/icon_arrow.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #fff;
  font-size: 1.4rem;
}

#header-menu li.contact a:hover {
  color: #fff;
  background-color: #39948f;

  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
	#header-menu li.contact{
		width: auto;
	}
	#header-menu li.contact a {
		width: auto;
		padding: 0 40px 0  30px;
	}
#header-menu li.contact .pc-show{
	display: none;
}
}

.wrapper {
  padding: 100px 0 250px;
  background-color: #f9f6ed;
  background-image: url(../img/main_image.png);
  background-size: 896px auto;
  background-position: right top 100px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
  .wrapper {
    background-size: 70% auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 60px;
  }
}

.service_wrap,
.reason_sec,
.flow_sec,
.faq_sec,
.voice_sec,
.contact_sec {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 200px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service_wrap,
  .reason_sec,
  .flow_sec,
  .faq_sec,
  .voice_sec,
  .contact_sec {
    max-width: 100%;
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .reason_sec,
  .flow_sec,
  .faq_sec,
  .voice_sec,
  .contact_sec {
    margin: 0 3%;
		padding-top: 80px;
  }
	  .service_wrap{
			    margin: 0 3%;
			padding-top: 200px;
		}
}

.title {
  text-align: center;
  margin-bottom: 60px;
}

.title h2 {
  display: inline-block;
  border-bottom: 2px solid #434343;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 10px;
}

.title h2::after {
  display: block;
  margin-top: 5px;
  color: #2a7f7b;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}

h3 {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

.button {
  display: flex;
  align-items: center;
}

.button a {
  position: relative;
  display: block;
  width: 550px;
  height: 120px;
  padding-right: 50px;
  border-radius: 60px;
  color: #fff;
  background-color: #2a7f7b;
  font-size: 2.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 120px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .button a {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    padding-right: 40px;
    line-height: 80px;
    font-size: 1.6rem;
  }
}

.button a::after {
  position: absolute;
  right: 70px;
  top: 42px;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/icon_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .button a::after {
    right: 40px;
    top: 26px;
    width: 30px;
    height: 30px;
  }
}
.button a:hover {
  background-color: #359792;
}

.service_sec .title h2::after {
  content: "service";
}

.reason_sec .title h2::after {
  content: "reason";
}

.flow_sec .title h2::after {
  content: "flow";
}

.faq_sec .title h2::after {
  content: "faq";
}

.voice_sec .title h2::after {
  content: "voice";
}

.service_sec {
  position: relative;
  /* 	background-image: url(../img/image01.png);
	background-position: left 60px;
	background-repeat: no-repeat; */
}

.img_service {
  position: absolute;
  left: 0;
  top: 30px;
  width: 30%;
	max-width: 375px;
}
@media screen and (max-width: 767px) {
	.img_service {
		  width: 35%;

	}
}
.img_service img{
	width: 100%;
	height: auto;
}
.service_sec p {
  text-align: center;
}

.service_sec .fig {
  margin: 60px 0;
}

.service_sec .fig img {
  width: 100%;
  height: auto;
}

.service_sec .point {
  display: flex;
  justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

.service_sec .point li {
  width: 350px;
  height: 358px;
  padding: 110px 42px 0 42px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service_sec .point li:nth-of-type(1) {
  background-image: url(../img/bg_point1.png);
}
.service_sec .point li:nth-of-type(2) {
  background-image: url(../img/bg_point2.png);
}
.service_sec .point li:nth-of-type(3) {
  background-image: url(../img/bg_point3.png);
}

.service_sec .point li h4 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2a7f7b;
}

.service_sec .note {
  display: flex;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 110px;
  padding: 50px;
  border-radius: 45px;
  background-color: #edf4e4;
}

@media screen and (max-width: 960px) {
	.service_sec .note {
	display: block;
	margin-top: 50px;
	}
}

.service_sec .note .text h3 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.service_sec .note .text p {
  text-align: left;
}
@media screen and (max-width: 960px) {
	.service_sec .note .image img{
		width: 100%;
		max-width: 434px;
		height: auto;
	}
}
.reason_sec li {
  margin-bottom: 25px;
  padding: 30px 50px;
  background-color: #fff;
  border: 1px solid #2a7f7b;
  border-radius: 45px;
}
@media screen and (max-width: 767px) {
	.reason_sec li {

	  padding: 20px 40px 30px 40px;
	}
}

.reason_sec li span {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #d2eeb0 30%);
}

.flow_sec li {
  display: flex;
  justify-content: start;
  height: 132px;
}
@media screen and (max-width: 676px) {
	.flow_sec li {
  height: auto;
	align-items:start;
}
}

.flow_sec li:last-of-type {
  height: 92px;
}
@media screen and (max-width: 676px) {
	.flow_sec li:last-of-type {
  height: auto;
}
}

.flow_sec li h3 {
  flex-shrink: 0;
  width: 250px;
  margin: 0 100px 0 0;
  padding-top: 40px;
  color: #2a7f7b;
  font-size: 2.1rem;
  line-height: 3rem;
  background-repeat: no-repeat;
  background-size: cover;
	background-position: 50% 0;
}

@media screen and (max-width: 676px) {
	.flow_sec li h3 {
		font-size: 1.6rem;
		width: 200px;
		height: 132px;
		margin: 0 40px 0 0;
		padding-top: 40px;
	}
}
@media screen and (max-width: 676px) {
	.flow_sec li:last-of-type  h3 {

		height: 92px;
	}
}
.flow_sec li:nth-of-type(1) h3 {
  background-image: url(../img/bg_step1.png);
}

.flow_sec li:nth-of-type(2) h3 {
  background-image: url(../img/bg_step2.png);
}

.flow_sec li:nth-of-type(3) h3 {
  background-image: url(../img/bg_step3.png);
}

.flow_sec li:nth-of-type(4) h3 {
  background-image: url(../img/bg_step4.png);
}

.flow_sec li p {
  padding-top: 40px;
  font-size: 1.8rem;
  line-height: 3rem;
}

@media screen and (max-width: 676px) {
	.flow_sec li p {
  padding-top: 40px;
  font-size: 1.5rem;
  line-height: 2.8rem;
}
}

@media screen and (max-width: 1199px) {
.flow_sec li p {
	padding-top: 25px;
}
}

.memo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 30px 50px;
  background-color: #edf4e4;
  border-radius: 45px;
}

@media screen and (max-width: 676px) {
	.memo {
		  display: block;
padding: 20px 30px;
	}
}

.memo h4 {
  margin-right: 44px;
}

.memo p {
  margin-bottom: 0;
}

.faq_sec dl div {
  margin-bottom: 25px;
  padding: 30px 50px;
  background-color: #fff;
  border: 1px solid #2a7f7b;
  border-radius: 45px;
  font-size: 1.8rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
	.faq_sec dl div {
		padding: 20px 60px 20px 40px;
	}
}

.faq_sec dt {
  position: relative;
  cursor: pointer;
}

.faq_sec dt::after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  right: -20px;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_open.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
	.faq_sec dt::after {
		  right: -35px;

	}
}
.faq_sec dd {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 0.4s ease,
    margin-top 0.4s ease,
    opacity 0.3s ease;
}

.faq_sec dl > div.is-open dd {
  margin-top: 40px;
  opacity: 1;
}

.faq_sec dl > div.is-open dt::after {
  transform: rotate(45deg);
}

.voice_sec ul {
  flex-wrap: wrap;
	gap: 20px;
  display: flex;
  justify-content: center;
}

.voice_sec ul li {
  position: relative;
  width: 380px;
  height: 397px;
  flex-shrink: 0;
	margin-bottom: 30px;
  padding-left: 90px;
  text-align: left;
  background-position: bottom left;
  background-repeat: no-repeat;
}

@media screen and (max-width: 676px) {
	.voice_sec ul li {
		width: 100%;
		height: auto;
	}
}
.voice_sec ul li:nth-of-type(1) {
  background-image: url(../img/bg_voice1.png);
}

.voice_sec ul li:nth-of-type(2) {
  background-image: url(../img/bg_voice2.png);
}

.voice_sec ul li:nth-of-type(3) {
  background-image: url(../img/bg_voice3.png);
}

.voice-txt {
  height: 340px;
  margin-bottom: 10px;
  padding: 38px 18px 0 18px;
}
@media screen and (max-width: 676px) {
	.voice-txt {
  height: auto;
	padding-bottom: 20px;
}
}

.voice-txt,
.voice-name {
	background-color: #fff;
	border-radius: 45px;
}

.voice-txt h3 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
}

.voice-txt span {
  background: linear-gradient(rgba(255, 255, 255, 0) 70%, #d2eeb0 30%);
}

.voice-txt p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}

.voice-name {
margin-top: 15px;
  padding: 10px 18px;
}

.contact-sec {
  padding: 150px 0;
  margin: 200px 0 0;
  border-radius: 45px;
  background-image: url(../img/bg_cta.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

.contact-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width:1199px) {
	.contact-wrap {
		margin: 0 40px;
		text-align: center;
	}
	
}
@media screen and (max-width:767px) {
	.contact-wrap {
		margin: 0 3%;
	}
	
}
.contact-sec h2 {
  margin-bottom: 50px;
  font-size: 3.3rem;
  font-weight: 600;
  color: #2a7f7b;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1),0px 0px 3px rgba(255, 255, 255, 1);
	
}

.contact-sec p {
  margin-bottom: 80px;
  font-size: 1.8rem;
  line-height: 3.8rem;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1),0px 0px 3px rgba(255, 255, 255, 1);}
	@media screen and (max-width:767px) {
		.contact-sec p {
			font-size: 1.5rem;
			line-height: 2.8rem;
			background-color: rgba(255, 255, 255, 0.6);
			padding: 20px;
			border-radius: 30px;
			text-align: left;
		}
	}
@media screen and (max-width:1199px) {

.contact-sec .button{
	justify-content: center;
}
}
@media screen and (max-width:767px) {
	.contact-sec .button a{
		width: 100%;
	}

}
.contact-sec .merit ul {
  margin-top: 35px;
  display: flex;
  gap: 23px;
  justify-content: start;
  flex-wrap: nowrap;
}
@media screen and (max-width:1199px) {
	.contact-sec .merit ul {
	justify-content: center;
gap: 10px;}
}
.contact-sec .merit li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  color: #2a7f7b;
  border-radius: 60px;
  border: 1px solid #2a7f7b;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

@media screen and (max-width:767px) {
	.contact-sec .merit li {
font-size: 1.3rem;
	width: 90px;
	height: 90px;

	}}

/* kv */
#kv {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #kv {
    max-width: 100%;
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  #kv {
    margin: 0;
  }
}

#kv .kv_title {
  position: relative;
  box-sizing: content-box;
  width: 40%;
  max-width: 354px;
  height: auto;
  padding: 64px 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #kv .kv_title {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #kv .kv_title {
    padding: 30px 0 0 0;
		width: 70%;
  }
}

#kv .kv_subtitle {
  font-family: "YuGothic UI", "Yu Gothic", "游ゴシック体", "游ゴシック", sans-serif;
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  margin: 0 auto 70px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #kv .kv_subtitle {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  #kv .kv_subtitle {
    text-align: left;
    font-size: 1.3rem;
    line-height: 2rem;
    margin: 0 auto 30px 20px;
  }
}

#kv .kv_title h1 {
  background-color: #f9f6ed;
  padding: 10px 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #kv .kv_title h1 {
  }
}
#kv .kv_title img {
  width: 100%;
  max-width: 354px;
  height: auto;
}

#kv .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}

@media screen and (max-width: 1199px) {
  #kv .text {
    flex-direction: column-reverse;
    margin-top: 30px;
    align-items: first baseline;
  }
}

#kv .introduction {
  width: 560px;
  padding: 54px;
  background-color: #fff;
  border-radius: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #kv .introduction {
    width: 70%;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  #kv .introduction {
    width: 90%;
    padding: 20px 30px;
    border-radius: 0 60px 60px 0;
  }
}

#kv .introduction p {
  font-size: 1.7rem;
  line-height: 2.8rem;
}
@media screen and (max-width: 1199px) {
  #kv .introduction p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

#kv .introduction p:last-of-type {
  margin-bottom: 0;
}

#kv .merit ul {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 30px 0 30px;
}

@media screen and (max-width: 1199px) {
  #kv .merit ul {
    margin: 0 10px 20px 10px;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
    font-size: 1.3rem;
  }
}
#kv .merit li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  color: #2a7f7b;
  border-radius: 60px;
  border: 1px solid #2a7f7b;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #kv .merit li {
    width: 80px;
    height: 80px;
  }
}

#kv .button {
  margin-top: -30px;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  #kv .button {
    margin-top: -15px;
  }
}

@media screen and (max-width: 767px) {
  #kv .button {
    margin-top: 30px;
  }
}

#footer-area {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
	#footer-area {
		display: block;
		text-align: center;
	}
}

#footer-logo {
  margin-bottom: 0;
}

.footer-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
.footer-menu {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
}
@media screen and (max-width: 767px) {
	#footer-area {
	display: none;
}
}
.footer-menu li {
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #a4a4a4;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
	.footer-menu li {

	  padding-left: 14px;
  padding-right: 14px;
	font-size: 1.4rem;
	}
}

.footer-menu li:first-of-type {
  border-left: none;
}

.footer-menu li a {
  color: #000;
  text-decoration: none;
}

.footer-menu li a:hover {
  color: #666;
  transition: all 0.4s;
}

.copyright {
  text-align: center;
  font-size: 1.3rem;
}

#sp-contact {
  display: none;
}

#page-top a {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 80px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 1.3rem;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  color: #999;
}
