@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section_head {
  width: 100%;
  height: 335px;
  background: url(../images/contact/head_img_pc.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_head {
    background: url(../images/contact/head_img_sp.jpg) no-repeat center;
    background-size: cover;
    height: 40vw;
  }
}
#section_head .title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  z-index: 5;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 0, 0, 0.75);
  transform: translate(0, -50%);
}

#section02 {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 60px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 100px 0 40px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#section02 .section__in .maru01 {
  position: absolute;
  width: 15.72%;
  top: 5%;
  right: 0;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru01 {
    width: 30%;
    top: 4%;
    right: 5%;
  }
}
#section02 .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 27.5%;
  left: 0;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru02 {
    width: 60%;
    top: 25%;
    left: 0;
    transform: translate(-65%, 0);
  }
}
#section02 .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 20%;
  left: 110%;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section02 .section__in .maru03 {
    width: 20%;
    bottom: 18%;
    left: 110%;
    transform: translate(-75%, 0);
  }
}
#section02 h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section02 h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section02 h2.titleh2base img {
    height: 5.4vw;
  }
}
#section02 .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section02 .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section02 ul.merit6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 ul.merit6 {
    width: 86%;
    margin: 0 auto;
  }
}
#section02 ul.merit6 li {
  width: 30%;
  background-color: #fff;
  border: 3px solid #572200;
  border-radius: 80px;
  position: relative;
  padding: 35px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 ul.merit6 li {
    width: 100%;
    padding: 7.5vw 5vw;
    margin-bottom: 10vw;
    border-radius: 15vw;
  }
}
#section02 ul.merit6 li .no {
  width: 14%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
}
#section02 ul.merit6 li .icons {
  width: 36.66%;
  margin: 0 auto 22.5px auto;
}
#section02 ul.merit6 li h3 {
  text-align: center;
  font-weight: 500;
  color: #572200;
  margin-bottom: 22.5px;
  letter-spacing: 0.1em;
}
#section02 ul.merit6 li .base_text {
  text-align: center;
  font-weight: 500;
  color: #572200;
  letter-spacing: 0.1em;
}
#section02 .ansinbox {
  width: 100%;
  background-color: #572200;
  color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 45px;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox {
    width: 100%;
    padding: 7.5vw 5vw 7vw 5vw;
    border-radius: 7.5vw;
  }
}
#section02 .ansinbox .wapen {
  width: 7.4%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transform: translate(-25%, -15%);
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .wapen {
    width: 20%;
  }
}
#section02 .ansinbox .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section02 .ansinbox .clumbox .left {
  width: 36%;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section02 .ansinbox .clumbox .left .t01 {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .left .t01 {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
#section02 .ansinbox .clumbox .left .t02 {
  width: 100%;
  background-color: #fff;
  color: #572200;
  padding: 0.5em 0;
  line-height: 100%;
  border-radius: 10px;
}
#section02 .ansinbox .clumbox .mid {
  width: 28.88%;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .mid {
    width: 100%;
    margin-bottom: 5vw;
    text-align: center;
  }
}
#section02 .ansinbox .clumbox .right {
  width: 26.11%;
}
@media screen and (max-width:800px) {
  #section02 .ansinbox .clumbox .right {
    width: 80%;
    margin: 0 auto;
  }
}

.section_cv_type01 {
  width: 100%;
  background-color: #ffe900;
  position: relative;
  overflow: hidden;
}
.section_cv_type01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
  padding: 35px 0;
}
.section_cv_type01 .section__in .backimg {
  position: absolute;
  width: 120%;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .backimg {
    width: 300%;
    right: auto;
    left: 20%;
  }
}
.section_cv_type01 .section__in .hito {
  width: 14%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .hito {
    width: 20%;
  }
}
.section_cv_type01 .section__in .text {
  width: 53.7%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .text {
    width: 75%;
    font-weight: 600;
    line-height: 160%;
  }
}
.section_cv_type01 .section__in .botans {
  width: 22.6%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .botans {
    width: 100%;
    margin-top: 4vw;
  }
}
.section_cv_type01 .section__in .botans ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_cv_type01 .section__in .botans ul li {
  width: 100%;
  margin: 6px 0;
}
@media screen and (max-width:800px) {
  .section_cv_type01 .section__in .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
.section_cv_type01 .section__in .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
}
.section_cv_type01 .section__in .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
.section_cv_type01 .section__in .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
}

#section_pro {
  width: 100%;
  background-color: #8ddc71;
  padding: 200px 0 150px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_pro {
    padding: 100px 0 15vw 0;
  }
}
#section_pro .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_pro h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_pro h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_pro h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_pro .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section_pro .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section_pro .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 75px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_pro .clumbox {
    margin-top: 10vw;
  }
}
#section_pro .clumbox .photo {
  width: 47%;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_pro .clumbox .photo {
    width: 100%;
    order: 1;
    margin-bottom: 5vw;
    border-radius: 7.5vw;
  }
}
#section_pro .clumbox .text {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section_pro .clumbox .text {
    width: 100%;
    order: 2;
  }
}
#section_pro .clumbox .text .base_text {
  color: #572200;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}

#section_sekou {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 225px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section_sekou {
    padding: 100px 0 10vw 0;
  }
}
#section_sekou .backimgunder {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/sec03_backimg.png) center bottom;
  background-size: auto 100%;
}
#section_sekou .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_sekou .hito {
    width: 60%;
  }
}
#section_sekou .section__in {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}
#section_sekou h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_sekou h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_sekou h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_sekou .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 1.25em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section_sekou .sub_text {
    margin: 0.75em auto 1em auto;
    line-height: 140%;
  }
}
#section_sekou ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_sekou ul li {
  width: 28.6%;
}
@media screen and (max-width:800px) {
  #section_sekou ul li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
#section_sekou ul li figure {
  border: 4px solid #572200;
  border-radius: 30px;
  margin-bottom: 1em;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_sekou ul li figure {
    width: 90%;
    margin: 0 auto 5vw auto;
    border: 3px solid #572200;
  }
}
#section_sekou ul li .base_text1 {
  color: #572200;
  margin-top: 1em;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#section_sekou ul li .base_text2 {
  color: #572200;
  margin-top: 0.5em;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}
#section_sekou ul li .base_text {
  color: #572200;
  margin-top: 1em;
  line-height: 180%;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.section_cv_type02 {
  width: 100%;
  background-color: #ffe900;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #572200;
}
.section_cv_type02 .section__in {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  color: #572200;
  padding: 35px 0 0 0;
  /*
  .backimg{
  	position: absolute;
  	width: 120%;
  	bottom:0;
  	right:-15%;
  	@media screen and (max-width:800px) {
  		width: 300%;
  		right:auto;
  		left:20%;
  	}
  }
  	*/
}
.section_cv_type02 .section__in .hito {
  width: 12.65%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .hito {
    width: 20%;
    margin: 0 40% 4vw 40%;
  }
}
.section_cv_type02 .section__in .text {
  width: 44.62%;
  position: relative;
  z-index: 5;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.15em;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .text {
    width: 100%;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
  }
}
.section_cv_type02 .section__in .ill {
  width: 37.22%;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .ill {
    width: 85%;
    margin: 7.5vw auto 0 auto;
  }
}
.section_cv_type02 .section__in .botans {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans {
    width: 100%;
  }
}
.section_cv_type02 .section__in .botans ul {
  width: 87.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans ul {
    width: 100%;
  }
}
.section_cv_type02 .section__in .botans ul li {
  width: 48%;
  margin-bottom: 0vw;
}
@media screen and (max-width:800px) {
  .section_cv_type02 .section__in .botans ul li {
    width: 48%;
    margin-bottom: 0vw;
  }
}
.section_cv_type02 .section__in .botans ul li a.contactlinks {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #ff88c1;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  position: relative;
  letter-spacing: 0.05em;
}
.section_cv_type02 .section__in .botans ul li a.contactlinks::after {
  content: "";
  width: 1em;
  height: 0.75em;
  background: url(../images/icon_yaji.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translate(0, -50%);
}
.section_cv_type02 .section__in .botans ul li a.contacttels {
  width: 100%;
  padding: 0.5em 0 0.65em 0;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #572200;
  letter-spacing: 0.05em;
}

#section_muryo {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 120px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_muryo {
    padding: 30px 0 60px 0;
  }
}
#section_muryo .backimgunder {
  width: 120%;
  position: absolute;
  bottom: 0;
  right: -15%;
}
@media screen and (max-width:800px) {
  #section_muryo .backimgunder {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
#section_muryo .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 225px;
}
@media screen and (max-width:800px) {
  #section_muryo .section__in {
    padding-bottom: 30vw;
  }
}
#section_muryo .section__in .maru01 {
  position: absolute;
  width: 15.72%;
  top: 15%;
  right: 115%;
  transform: translate(50%, 0);
}
@media screen and (max-width:800px) {
  #section_muryo .section__in .maru01 {
    width: 30%;
    top: 4%;
    right: 110%;
  }
}
#section_muryo .section__in .maru02 {
  position: absolute;
  width: 29.6%;
  top: 30%;
  left: 105%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_muryo .section__in .maru02 {
    width: 60%;
    top: 25%;
    left: 85%;
    transform: translate(0%, 0);
  }
}
#section_muryo .section__in .maru03 {
  position: absolute;
  width: 10%;
  bottom: 30%;
  left: -10%;
  transform: translate(-75%, 0);
}
@media screen and (max-width:800px) {
  #section_muryo .section__in .maru03 {
    width: 20%;
    bottom: 26%;
    left: 0%;
    transform: translate(-75%, 0);
  }
}
#section_muryo h2.titleh2base {
  width: 100%;
  text-align: center;
  letter-spacing: 0.05em;
}
#section_muryo h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_muryo h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_muryo .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.15em;
  color: #572200;
}
@media screen and (max-width:800px) {
  #section_muryo .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
  }
}
#section_muryo .base_text {
  line-height: 240%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-top: 2.5em;
  color: #572200;
}
#section_muryo ul.images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto;
}
#section_muryo ul.images li {
  width: 30%;
}

#section_tel {
  width: 100%;
  background-color: #ffe900;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_tel {
    padding: 100px 0 0vw 0;
  }
}
#section_tel .backimgunder {
  width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_tel .backimgunder {
    bottom: -2px;
    width: 90%;
    transform: translate(-50%, 0);
  }
}
#section_tel .hito {
  width: 425px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_tel .hito {
    width: 60%;
  }
}
#section_tel .section__in {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section_tel .section__in {
    padding-bottom: 25vw;
  }
}
#section_tel h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_tel h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_tel h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_tel .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section_tel .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
  }
}
#section_tel .telbox {
  width: 100%;
  text-align: center;
}
#section_tel .telbox a.tels {
  padding: 0.15em 1em 0.2em 1em;
  color: #572200;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #fff;
  border-radius: 20px;
  line-height: 100%;
}
#section_tel .telbox a.tels i {
  display: inline-block;
  width: 1em;
  vertical-align: 0.2em;
  margin-right: 0.25em;
}
#section_tel .sub_text2 {
  font-weight: 700;
  text-align: center;
  margin: 2em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section_tel .sub_text2 {
    margin: 1.5em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section_tel .specs {
  width: 100%;
  border-top: 1px solid #572200;
  padding: 1.5em 0 0 0;
  color: #572200;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 200%;
}

#section_mail {
  width: 100%;
  background-color: #93e271;
  padding: 200px 0 150px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section_mail {
    padding: 100px 0 25vw 0;
  }
}
#section_mail.second {
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section_mail.second {
    padding-top: 50px;
  }
}
#section_mail.confirm dl {
  margin-bottom: 50px !important;
}
@media screen and (max-width:800px) {
  #section_mail.confirm dl {
    margin-bottom: 30px !important;
  }
}
#section_mail.confirm dl dt {
  padding-top: 0 !important;
}
#section_mail .backimgunder {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  right: 0%;
  background: url(../images/sec06_backimg.png) repeat center bottom;
  background-size: auto 80px;
}
#section_mail .tree {
  width: 18%;
  position: absolute;
  bottom: 0;
  left: -18%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_mail .tree {
    left: -12%;
    width: 35%;
    bottom: auto;
    top: 0%;
  }
}
#section_mail .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section_mail .section__in {
    padding-bottom: 15vw;
  }
}
#section_mail h2.titleh2base {
  width: 100%;
  text-align: center;
}
#section_mail h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_mail h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_mail .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section_mail .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section_mail .base_text {
  text-align: center;
  line-height: 240%;
  letter-spacing: 0.05em;
  color: #572200;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section_mail .base_text {
    line-height: 180%;
  }
}
#section_mail .formbox {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 90px 0;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section_mail .formbox {
    padding: 50px 0;
    margin-top: 25px;
    border-radius: 30px;
  }
}
#section_mail .formbox .inbox {
  width: 86%;
  margin: 0 auto;
}
#section_mail .formbox dl {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section_mail .formbox dl {
    margin-bottom: 0vw;
  }
}
#section_mail .formbox dl dt {
  width: 26.5%;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section_mail .formbox dl dt {
    width: 100%;
    padding-top: 0.05em;
    padding-bottom: 0.5em;
  }
}
#section_mail .formbox dl dd {
  width: 71.5%;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section_mail .formbox dl dd {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section_mail h4 {
  text-align: center;
  color: #572200;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 1em;
  padding-top: 3em;
}
@media screen and (max-width:800px) {
  #section_mail h4 {
    padding-top: 1.5em;
  }
}
#section_mail .privbox {
  width: 100%;
  border: 1px solid #999;
  overflow-y: scroll;
  height: 225px;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #section_mail .privbox {
    margin-bottom: 40px;
  }
}
#section_mail .privbox .intext {
  padding: 2em 2em;
  color: #000;
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section_mail .privbox .intext {
    padding: 1em;
  }
}
#section_mail .douibox {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_mail .douibox {
    margin-bottom: 30px;
  }
}
#section_mail .send_bt {
  width: 100%;
  text-align: center;
}
#section_mail .textbase {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#section_mail span.red {
  color: #f00;
}
#section_mail .errors {
  padding-top: 0.25em;
  color: #ff0000;
}

#section_qa {
  width: 100%;
  background-color: #fff;
  padding: 200px 0 0px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 20px solid #93e271;
}
@media screen and (max-width:800px) {
  #section_qa {
    padding: 100px 0 0vw 0;
    border-bottom: 10px solid #93e271;
  }
}
#section_qa .backimgunder {
  width: 810px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section_qa .backimgunder {
    width: 120%;
  }
}
#section_qa .hito {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 75%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_qa .hito {
    width: 85%;
    right: 45%;
  }
}
#section_qa .tree {
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translate(0%, 0);
}
@media screen and (max-width:800px) {
  #section_qa .tree {
    width: 120%;
    left: 40%;
  }
}
#section_qa .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section_qa .section__in {
    padding-bottom: 15vw;
  }
}
#section_qa h2.titleh2base {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}
#section_qa h2.titleh2base img {
  width: auto;
  height: 36px;
}
@media screen and (max-width:800px) {
  #section_qa h2.titleh2base img {
    height: 5.4vw;
  }
}
#section_qa .sub_text {
  font-weight: 700;
  text-align: center;
  margin: 0.75em auto 0em auto;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #572200;
  padding-bottom: 75px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section_qa .sub_text {
    margin: 0.75em auto 0em auto;
    line-height: 140%;
    padding-bottom: 10vw;
  }
}
#section_qa dl.qabox {
  width: 100%;
  background-color: #ffe900;
  padding: 40px 0;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section_qa dl.qabox {
    margin-bottom: 5vw;
  }
}
#section_qa dl.qabox.last {
  margin-bottom: 0;
}
#section_qa dl.qabox dt {
  width: 82%;
  margin: 0 auto;
  padding-right: 3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #572200;
  position: relative;
  transition: all 0.4s ease-out 0.01s;
}
#section_qa dl.qabox dt::after {
  content: "";
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: -0.15em;
  right: 0;
  background: url(../images/sec07_icon_plus_on.svg) no-repeat center;
  background-size: contain;
}
#section_qa dl.qabox dt:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  #section_qa dl.qabox dt:hover {
    opacity: 1;
  }
}
#section_qa dl.qabox dt.active::after {
  background: url(../images/sec07_icon_plus_off.svg) no-repeat center;
  background-size: contain;
}
#section_qa dl.qabox dd {
  width: 82%;
  margin: 0 auto;
  display: none;
}
#section_qa dl.qabox dd .inbox {
  width: 100%;
  padding: 1.5em 0 0 0;
  color: #10421d;
  font-weight: 500;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=contact.css.map */