* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  line-height: 1.5 !important;
  background-color: #fff !important;
}

.l-header,
.l-footer,
.l-container,
.l-fnav {
  display: none;
}

img {
  max-width: 100%;
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: block;
  }
  .tab {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .tab {
    display: block;
  }
}
.FirstView img {
  vertical-align: bottom;
}

.section1 {
  background-color: #81CFE6;
  padding-top: calc(80 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(80 * (100vw - 2000px) / 1625 + 100px);
  padding-bottom: calc(80 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(100 * (100vw - 2000px) / 1625 + 100px);
}
.section1 .ownerimg {
  max-width: 1400px;
  margin: 0 auto;
}
.section1 .form-type1 .type1 {
  font-size: calc(30 * (100vw - 2000px) / 1625 + 50px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(80 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: calc(50 * (100vw - 2000px) / 1625 + 50px);
}
.section1 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section1 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section1 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section1 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section1 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section1 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section1 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section1 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section1 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section1 .form-type1 .button {
    display: none;
  }
}

.section2 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(80 * (100vw - 2000px) / 1625 + 100px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(80 * (100vw - 2000px) / 1625 + 100px);
}
.section2 p {
  text-align: center;
  font-size: calc(16 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  margin-bottom: 30px;
}
.section2 .img {
  max-width: 90%;
  margin: 0 auto;
}

.section3 {
  background-color: #81CFE6;
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
}
.section3 .sectionTitle {
  text-align: center;
}
.section3 .sectionTitle .mini {
  font-size: calc(26 * (100vw - 2000px) / 1625 + 40px);
  font-weight: bold;
}
.section3 .sectionTitle .main {
  font-size: calc(39 * (100vw - 2000px) / 1625 + 60px);
  font-weight: bold;
  margin-bottom: calc(30 * (100vw - 2000px) / 1625 + 50px);
}
.section3 .sectionTitle .img {
  max-width: 80%;
  margin: 0 auto;
}

.section4 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
}
.section4 .sectionTitle {
  text-align: center;
}
.section4 .sectionTitle .mini {
  font-size: calc(26 * (100vw - 2000px) / 1625 + 40px);
  font-weight: bold;
}
.section4 .sectionTitle .main {
  font-size: calc(39 * (100vw - 2000px) / 1625 + 60px);
  font-weight: bold;
  margin-bottom: calc(20 * (100vw - 2000px) / 1625 + 50px);
}
.section4 .sectionTitle .img {
  max-width: 80%;
  margin: 0 auto;
}
.section4 .form-type1 .type1 {
  font-size: calc(18 * (100vw - 2000px) / 1625 + 40px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(70 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: calc(40 * (100vw - 2000px) / 1625 + 50px);
}
.section4 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section4 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section4 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section4 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section4 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section4 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section4 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section4 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section4 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section4 .form-type1 .button {
    display: none;
  }
}

.section5 {
  background-color: #FFDF2F;
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
}
.section5 .sectiongrp {
  margin-bottom: calc(50 * (100vw - 2000px) / 1625 + 150px);
}
.section5 .sectiongrp p {
  font-size: calc(18 * (100vw - 2000px) / 1625 + 40px);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(20 * (100vw - 2000px) / 1625 + 50px);
}
.section5 .sectiongrp .img {
  max-width: 1200px;
  margin: 0 auto;
}
.section5 .sectiongrp2 p {
  font-size: calc(18 * (100vw - 2000px) / 1625 + 40px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}
.section5 .sectiongrp2 p span {
  font-size: calc(4 * (100vw - 2000px) / 1625 + 18px);
}
.section5 .sectiongrp2 .img {
  max-width: 1200px;
  margin: 0 auto;
}
.section5 .form-type1 .type1 {
  font-size: calc(9 * (100vw - 2000px) / 1625 + 25px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(70 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: calc(40 * (100vw - 2000px) / 1625 + 50px);
}
.section5 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section5 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section5 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section5 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section5 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section5 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section5 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section5 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section5 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section5 .form-type1 .button {
    display: none;
  }
}

.section6 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
}
.section6 .sectionTitle {
  text-align: center;
}
.section6 .sectionTitle .mini {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section6 .sectionTitle .mini span {
  font-weight: bold;
}
.section6 .sectionTitle .main {
  font-size: calc(24 * (100vw - 2000px) / 1625 + 45px);
  font-weight: bold;
  margin-bottom: calc(20 * (100VW - 2000px) / 1625 + 50px);
}
.section6 .sectionTitle .img {
  max-width: 80%;
  margin: 0 auto;
}
.section6 .planContent {
  background-color: #ED21A4;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .section6 .planContent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section6 .planContent .inner {
  display: flex;
  align-items: center;
  padding-left: calc(130 * (100vw - 2000px) / 1625 + 150px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent .inner {
    flex-direction: column;
  }
}
.section6 .planContent .inner .sp-grp {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.section6 .planContent .inner .sp-grp .img {
  max-width: calc(127 * (100vw - 2000px) / 1625 + 210px);
  width: 100%;
}
.section6 .planContent .inner .sp-grp .plantextcontent {
  color: white;
  text-align: center;
  max-width: 90%;
  width: 100%;
}
.section6 .planContent .inner .sp-grp .plantextcontent .t-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent .inner .sp-grp .plantextcontent .m-text {
  font-size: calc(32 * (100vw - 2000px) / 1625 + 54px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent .inner .sp-grp .plantextcontent .b-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section6 .planContent .inner .planCost {
  background-color: #fff;
  padding-top: calc(20 * (100vw - 2000px) / 1625 + 50px);
  padding-bottom: calc(20 * (100vw - 2000px) / 1625 + 50px);
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 200px 0px 0px 200px;
  max-width: 100%;
  width: calc(90 * (100vw - 2000px) / 300 + 100%);
  padding-left: calc(60 * (100vw - 2000px) / 1200 + 100px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent .inner .planCost {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.section6 .planContent .inner .planCost .planname {
  max-width: calc(200 * (100vw - 2000px) / 1625 + 360px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent .inner .planCost .planname {
    margin-right: 10px;
  }
}
.section6 .planContent .inner .planCost .cost {
  max-width: calc(215 * (100vw - 2000px) / 1625 + 360px);
}
.section6 .planContent-2 {
  background-color: #1BC6DE;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .section6 .planContent-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section6 .planContent-2 .inner {
  display: flex;
  align-items: center;
  padding-left: calc(130 * (100vw - 2000px) / 1625 + 150px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-2 .inner {
    flex-direction: column;
  }
}
.section6 .planContent-2 .inner .sp-grp {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.section6 .planContent-2 .inner .sp-grp .img {
  max-width: calc(127 * (100vw - 2000px) / 1625 + 210px);
  width: 100%;
}
.section6 .planContent-2 .inner .sp-grp .plantextcontent {
  color: white;
  text-align: center;
  max-width: 90%;
  width: 100%;
}
.section6 .planContent-2 .inner .sp-grp .plantextcontent .t-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent-2 .inner .sp-grp .plantextcontent .m-text {
  font-size: calc(32 * (100vw - 2000px) / 1625 + 54px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent-2 .inner .sp-grp .plantextcontent .b-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section6 .planContent-2 .inner .planCost {
  background-color: #fff;
  padding-top: calc(20 * (100vw - 2000px) / 1625 + 50px);
  padding-bottom: calc(20 * (100vw - 2000px) / 1625 + 50px);
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 200px 0px 0px 200px;
  max-width: 100%;
  width: calc(90 * (100vw - 2000px) / 300 + 100%);
  padding-left: calc(60 * (100vw - 2000px) / 1200 + 100px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-2 .inner .planCost {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.section6 .planContent-2 .inner .planCost .planname {
  max-width: calc(200 * (100vw - 2000px) / 1625 + 360px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-2 .inner .planCost .planname {
    margin-right: 10px;
  }
}
.section6 .planContent-2 .inner .planCost .cost {
  max-width: calc(215 * (100vw - 2000px) / 1625 + 360px);
}
.section6 .planContent-3 {
  background-color: #FFD800;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .section6 .planContent-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section6 .planContent-3 .inner {
  display: flex;
  align-items: center;
  padding-left: calc(130 * (100vw - 2000px) / 1625 + 150px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-3 .inner {
    flex-direction: column;
  }
}
.section6 .planContent-3 .inner .sp-grp {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.section6 .planContent-3 .inner .sp-grp .img {
  max-width: calc(127 * (100vw - 2000px) / 1625 + 210px);
  width: 100%;
}
.section6 .planContent-3 .inner .sp-grp .plantextcontent {
  color: white;
  text-align: center;
  max-width: 90%;
  width: 100%;
}
.section6 .planContent-3 .inner .sp-grp .plantextcontent .t-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent-3 .inner .sp-grp .plantextcontent .m-text {
  font-size: calc(32 * (100vw - 2000px) / 1625 + 54px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent-3 .inner .sp-grp .plantextcontent .b-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section6 .planContent-3 .inner .planCost {
  background-color: #fff;
  padding-top: calc(20 * (100vw - 2000px) / 1625 + 50px);
  padding-bottom: calc(20 * (100vw - 2000px) / 1625 + 50px);
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 200px 0px 0px 200px;
  max-width: 100%;
  width: calc(90 * (100vw - 2000px) / 300 + 100%);
  padding-left: calc(60 * (100vw - 2000px) / 1200 + 100px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-3 .inner .planCost {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.section6 .planContent-3 .inner .planCost .planname {
  max-width: calc(200 * (100vw - 2000px) / 1625 + 360px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-3 .inner .planCost .planname {
    margin-right: 10px;
  }
}
.section6 .planContent-3 .inner .planCost .cost {
  max-width: calc(215 * (100vw - 2000px) / 1625 + 360px);
}
.section6 .planContent-4 {
  background-color: #FF9D00;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .section6 .planContent-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section6 .planContent-4 .inner {
  display: flex;
  align-items: center;
  padding-left: calc(130 * (100vw - 2000px) / 1625 + 150px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-4 .inner {
    flex-direction: column;
  }
}
.section6 .planContent-4 .inner .sp-grp {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.section6 .planContent-4 .inner .sp-grp .img {
  max-width: calc(127 * (100vw - 2000px) / 1625 + 210px);
  width: 100%;
}
.section6 .planContent-4 .inner .sp-grp .plantextcontent {
  color: white;
  text-align: center;
  max-width: 90%;
  width: 100%;
}
.section6 .planContent-4 .inner .sp-grp .plantextcontent .t-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent-4 .inner .sp-grp .plantextcontent .m-text {
  font-size: calc(32 * (100vw - 2000px) / 1625 + 54px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section6 .planContent-4 .inner .sp-grp .plantextcontent .b-text {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section6 .planContent-4 .inner .planCost {
  background-color: #fff;
  padding-top: calc(20 * (100vw - 2000px) / 1625 + 50px);
  padding-bottom: calc(20 * (100vw - 2000px) / 1625 + 50px);
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 200px 0px 0px 200px;
  max-width: 100%;
  width: calc(90 * (100vw - 2000px) / 300 + 100%);
  padding-left: calc(60 * (100vw - 2000px) / 1200 + 100px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-4 .inner .planCost {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.section6 .planContent-4 .inner .planCost .planname {
  max-width: calc(200 * (100vw - 2000px) / 1625 + 360px);
}
@media screen and (max-width: 800px) {
  .section6 .planContent-4 .inner .planCost .planname {
    margin-right: 10px;
  }
}
.section6 .planContent-4 .inner .planCost .cost {
  max-width: calc(215 * (100vw - 2000px) / 1625 + 360px);
}
.section6 .comment {
  font-size: calc(5 * (100vw - 2000px) / 1625 + 14px);
  color: #000000;
  margin-top: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .section6 .comment {
    max-width: 90%;
    margin: 0 auto;
  }
}
.section6 .form-type1 .type1 {
  font-size: calc(9 * (100vw - 2000px) / 1625 + 25px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: 50px;
}
.section6 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section6 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section6 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section6 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section6 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section6 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section6 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section6 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section6 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section6 .form-type1 .button {
    display: none;
  }
}

.section7 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
  background-color: #FFD800;
}
.section7 .sectionTitle {
  text-align: center;
}
.section7 .sectionTitle .mini {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section7 .sectionTitle .mini span {
  font-weight: bold;
}
.section7 .sectionTitle .main {
  font-size: calc(24 * (100vw - 2000px) / 1625 + 45px);
  font-weight: bold;
  margin-bottom: 50px;
}
.section7 .sectionTitle .img {
  max-width: 80%;
  margin: 0 auto;
}
.section7 .copyimg {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .section7 .copyimg {
    max-width: 95%;
    margin: 0 auto;
  }
}
.section7 .form-type1 .type1 {
  font-size: calc(11 * (100vw - 2000px) / 1625 + 25px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: calc(40 * (100vw - 2000px) / 1625 + 50px);
}
.section7 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section7 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section7 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section7 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section7 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section7 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section7 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section7 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section7 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section7 .form-type1 .button {
    display: none;
  }
}

.section8 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
  background-color: #81CFE6;
}
.section8 .sectionTitle {
  text-align: center;
}
.section8 .sectionTitle .mini {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section8 .sectionTitle .mini span {
  font-weight: bold;
}
.section8 .sectionTitle .main {
  font-size: calc(24 * (100vw - 2000px) / 1625 + 45px);
  font-weight: bold;
  margin-bottom: 50px;
}
.section8 .sectionTitle .img {
  max-width: 80%;
  margin: 0 auto;
}
.section8 .copyimg {
  max-width: 1200px;
  margin: 0 auto;
}
.section8 .form-type1 .type1 {
  font-size: calc(13 * (100vw - 2000px) / 1625 + 25px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: calc(40 * (100vw - 2000px) / 1625 + 50px);
}
.section8 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section8 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section8 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section8 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section8 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section8 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section8 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section8 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section8 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section8 .form-type1 .button {
    display: none;
  }
}

.section9 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
  background-color: #FFD800;
}
.section9 .sectionTitle {
  text-align: center;
}
.section9 .sectionTitle .mini {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section9 .sectionTitle .mini span {
  font-weight: bold;
}
.section9 .sectionTitle .main {
  font-size: calc(24 * (100vw - 2000px) / 1625 + 45px);
  font-weight: bold;
  margin-bottom: 50px;
}
.section9 .resongrp {
  display: flex;
  align-items: center;
  max-width: 1420px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section9 .resongrp .resonimg {
  max-width: 650px;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .section9 .resongrp .resonimg {
    max-width: 45%;
    width: 100%;
    margin-right: 0;
  }
}
.section9 .resongrp .textgrp {
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .section9 .resongrp .textgrp {
    max-width: 50%;
    width: 100%;
    margin-left: 30px;
  }
}
.section9 .resongrp .textgrp .title {
  font-size: calc(28 * (100vw - 2000px) / 1625 + 46px);
  font-weight: bold;
  margin-bottom: calc(10 * (100vw - 2000px) / 1625 + 15px);
}
.section9 .resongrp .textgrp .text {
  font-size: calc(12 * (100vw - 2000px) / 1625 + 24px);
}
.section9 .form-type1 .type1 {
  font-size: calc(11 * (100vw - 2000px) / 1625 + 25px);
  font-weight: bold;
  text-align: center;
  margin-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  margin-bottom: calc(40 * (100vw - 2000px) / 1625 + 50px);
}
.section9 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section9 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section9 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section9 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section9 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section9 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section9 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section9 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section9 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section9 .form-type1 .button {
    display: none;
  }
}

.section10 {
  padding-top: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-right: calc(10 * (100vw - 2000px) / 1625 + 20px);
  padding-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding-left: calc(10 * (100vw - 2000px) / 1625 + 20px);
}
.section10 .sectionTitle {
  text-align: center;
}
.section10 .sectionTitle .mini {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
}
.section10 .sectionTitle .mini span {
  font-weight: bold;
}
.section10 .sectionTitle .main {
  font-size: calc(24 * (100vw - 2000px) / 1625 + 45px);
  font-weight: bold;
  margin-bottom: 50px;
}
.section10 .voicecontent {
  max-width: 1420px;
  display: flex;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .section10 .voicecontent {
    display: none;
  }
}
.section10 .voicecontent .voicetext {
  margin-right: 50px;
}
.section10 .lastcomment {
  margin-bottom: calc(100 * (100vw - 2000px) / 1625 + 150px);
}
.section10 .lastcomment .title {
  font-size: calc(24 * (100vw - 2000px) / 1625 + 45px);
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 150px;
}
.section10 .lastcomment .lastcommentgrp {
  display: flex;
  justify-content: center;
  max-width: 1420px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .section10 .lastcomment .lastcommentgrp {
    flex-direction: column;
  }
}
.section10 .lastcomment .lastcommentgrp .comment {
  max-width: 45%;
  margin-right: 50px;
}
@media screen and (max-width: 800px) {
  .section10 .lastcomment .lastcommentgrp .comment {
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.section10 .lastcomment .lastcommentgrp .comment p {
  font-size: calc(13 * (100vw - 2000px) / 1625 + 25px);
  line-height: 2;
}
.section10 .lastcomment .lastcommentgrp .phot {
  max-width: 385px;
}
.section10 .form-type1 {
  margin-bottom: 150px;
}
@media screen and (max-width: 800px) {
  .section10 .form-type1 {
    margin-bottom: 0;
  }
}
.section10 .form-type1 .type1 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.section10 .form-type1 .button {
  display: flex;
  justify-content: center;
}
.section10 .form-type1 .button .mailInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: black;
  border: 5px solid #C4C4C4;
  border-radius: 70px;
  margin-right: 25px;
}
.section10 .form-type1 .button .mailInner a {
  display: flex;
  align-items: center;
}
.section10 .form-type1 .button .mailInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section10 .form-type1 .button .mailInner a p {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
.section10 .form-type1 .button .telInner {
  display: flex;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  height: 110px;
  background-color: #fff;
  border: 5px solid black;
  border-radius: 70px;
  margin-left: 25px;
}
.section10 .form-type1 .button .telInner a {
  display: flex;
  align-items: center;
}
.section10 .form-type1 .button .telInner a img {
  max-width: calc(20 * (100vw - 2000px) / 1625 + 70px);
  height: calc(20 * (100vw - 2000px) / 1625 + 70px);
}
.section10 .form-type1 .button .telInner a p {
  color: black;
  font-size: 21px;
  font-weight: bold;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .section10 .form-type1 .button {
    display: none;
  }
}

.footer {
  background-color: #FFD800;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footertext {
  text-align: center;
  font-size: calc(3 * (100vw - 2000px) / 1625 + 14px);
}
@media screen and (max-width: 800px) {
  .footer .footertext {
    max-width: 90%;
    margin: 0 auto;
  }
}
.footer .footerimg {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .footer .footerimg {
    max-width: 80%;
    margin: 0 auto;
  }
}
.footer .footerlasttext {
  font-size: calc(3 * (100vw - 2000px) / 1625 + 14px);
  text-align: center;
}

.sp-btn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 80%;
  bottom: 0px;
  left: 0;
  right: 0;
}
.sp-btn .mailInner {
  background-color: black;
  max-width: 47%;
  width: 100%;
}
.sp-btn .mailInner .mail {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C4C4C4;
  padding: 10px 0;
}
.sp-btn .mailInner .mail p {
  font-size: 14px;
}
.sp-btn .mailInner img {
  max-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.sp-btn .telInner {
  background-color: #fff;
  max-width: 47%;
  width: 100%;
}
.sp-btn .telInner .tel {
  color: black;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid black;
  padding: 10px 0;
}
.sp-btn .telInner .tel p {
  font-size: 14px;
}
.sp-btn .telInner img {
  max-width: 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.contactheader {
  max-width: 100%;
}

.contactInner {
  max-width: 1420px;
  margin: 0 auto;
  margin-top: calc(50 * (100vw - 2000px) / 1625 + 150px);
  padding-left: 20px;
  padding-right: 20px;
}
.contactInner .status {
  max-width: 510px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contactInner .pla .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.contactInner .pla .inner {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid gainsboro;
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 100px;
}
.contactInner .pla .inner p {
  font-size: 12px;
}
.contactInner .contactInner {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  padding: 0;
}
.contactInner .contactInner .inputgrp {
  margin-bottom: 30px;
  font-size: 16px;
}
.contactInner .contactInner .inputgrp p {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  letter-spacing: 8px;
  margin-bottom: 5px;
}
.contactInner .contactInner .inputgrp p span {
  font-size: 20px;
  color: red;
}
.contactInner .contactInner .inputgrp .input {
  border: 1px solid gray;
  width: 100%;
  padding-left: 15px;
  font-size: 16px;
  height: 50px;
}
.contactInner .contactInner .selectinputgrp {
  margin-bottom: 50px;
  font-size: 16px;
}
.contactInner .contactInner .selectinputgrp select {
  width: 100%;
  height: 50px;
}
.contactInner .contactInner .selectinputgrp p {
  font-size: calc(14 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  letter-spacing: 8px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
}
.contactInner .contactInner .selectinputgrp p span {
  font-size: 20px;
  color: red;
}
.contactInner .contactInner .selectinputgrp select {
  border: 1px solid gray;
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  font-size: 16px;
}
.contactInner .contactInner .textarea {
  width: 100%;
  padding: 5px;
  height: 150px;
  border: 1px solid gray;
}
.contactInner .contactInner .company {
  text-align: center;
  font-size: calc(12 * (100vw - 2000px) / 1625 + 28px);
  font-weight: bold;
  margin-bottom: 30px;
}
.contactInner .contactInner .btngrp {
  display: flex;
  justify-content: center;
  margin-top: calc(100 * (100vw - 2000px) / 1625 + 150px);
}
.contactInner .contactInner .btngrp .btn {
  background-color: #FFD800;
  border: 0;
  color: black;
  font-size: 26px;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
  border-radius: 45px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .contactInner .contactInner .btngrp .btn {
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    padding: 10px 0;
  }
}
.contactInner .contactInner .btngrp .back {
  background-color: #9F9C9C;
  border: 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  padding: 20px 0;
  border-radius: 45px;
  cursor: pointer;
  margin-right: 50px;
}
@media screen and (max-width: 800px) {
  .contactInner .contactInner .btngrp .back {
    border-radius: 0;
    padding: 10px 0;
    font-size: 18px;
    background-color: black;
  }
}

.thankscomment h2 {
  font-size: calc(10 * (100vw - 2000px) / 1625 + 40px);
  text-align: center;
  margin-bottom: calc(50 * (100vw - 2000px) / 1625 + 100px);
  margin-top: 100px;
}
.thankscomment p {
  font-size: calc(10 * (100vw - 2000px) / 1625 + 24px);
  text-align: center;
  font-weight: bold;
  margin-bottom: 100px;
}

.backbtn {
  background-color: #9F9C9C;
  color: #fff;
  max-width: 300px;
  width: 100%;
  border-radius: 45px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: calc(50 * (100vw - 2000px) / 1625 + 150px);
}
@media screen and (max-width: 800px) {
  .backbtn {
    background-color: black;
    border-radius: 0;
    max-width: 190px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.backbtn a {
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .backbtn a {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */