@charset "UTF-8";

/* fv
***************************************************************/

.fv {
  padding: 170px 130px 113px;
  margin: 0 50px;
  background-image: url(../../images/fv_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
}

.fv::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: -50px;
  width: calc(100% + 100px);
  height: 357px;
  background-color: #fcfaec;
  z-index: -10;
}

.fv h1.site_title {
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0.05rem;
  font-weight: bold;
}

.fv p.site_title_en {
  font-size: 24px;
  letter-spacing: 0.05rem;
  margin-top: 10px;
}

.fv .img1 {
  width: 542px;
  margin-top: 50px;
}

.fv .img2 {
  position: absolute;
  bottom: -73px;
  right: -50px;
  width: 540px;
  height: 200px;
}

@media screen and (max-width: 1200px) {
  .fv {
    padding: 170px 50px 113px;
  }
}

@media screen and (max-width: 767px) {
  .fv {
    padding: 240px 0 43px;
    margin: 0 20px;
    background-image: url(../../images/fv_bg_sp.jpg);
    background-size: cover;
    background-position: top;
    height: 400px;
  }

  .fv::after {
    top: 0;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
  }

  .fv h1.site_title {
    font-size: 22px;
    line-height: 29px;
  }

  .fv p.site_title_en {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
  }

  .fv .img1 {
    width: calc(100% + 10px);
    position: relative;
    left: -5px;
    margin-top: 21px;
  }

  .fv .img2 {
    position: unset;
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}

/* section1
***************************************************************/

.sec1 {
  padding: 120px 0 60px;
}

.sec1 .inner {
  max-width: 840px;
}

.sec1 .inner ul {
  margin-top: 32px;
}

.sec1 .inner ul li a {
  display: flex;
  padding: 15px 110px 16px 20px;
  border-top: 1px solid #6c5d47;
  align-items: flex-start;
}

.sec1 .inner ul li:last-of-type a {
  border-bottom: 1px solid #6c5d47;
}

.sec1 .inner ul li a time {
  width: 76px;
  font-weight: 500;
  line-height: 23px;
}

.sec1 .inner ul li a span {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 17px;
  border-radius: 40px;
  margin-left: 51px;
  line-height: 20px;
}

.sec1 .inner ul li a span.color1 {
  background-color: #fcefbe;
}

.sec1 .inner ul li a span.color2 {
  background-color: #e5dfd7;
}

.sec1 .inner ul li a .text_wrap {
  margin-left: 70px;
  flex: 1;
}

.sec1 .inner ul li a .text_wrap h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  transition: all 0.3s ease;
}

.sec1 .inner ul li a .text_wrap p.text {
  font-weight: 500;
  color: #beb09c;
  margin-top: 6px;
  line-height: 23px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media screen and (min-width: 768px) {
  .sec1 .inner ul li a:hover .text_wrap h3 {
    color: #ff9a01;
  }
}

@media screen and (max-width: 767px) {
  .sec1 {
    padding: 72vw 0 60px;
  }

  .sec1 .inner ul {
    margin-top: 15px;
  }

  .sec1 .inner ul li a {
    display: block;
    padding: 15px 7px 15px 10px;
  }

  .sec1 .inner ul li a time {
    width: 67px;
    font-size: 14px;
    line-height: 20px;
  }

  .sec1 .inner ul li a span {
    font-size: 12px;
    padding: 4px 21px;
    margin-left: 29px;
    line-height: 17px;
  }

  .sec1 .inner ul li a .text_wrap {
    margin-top: 10px;
    margin-left: 0;
  }

  .sec1 .inner ul li a .text_wrap p.text {
    margin-top: 5px;
  }
}

/* section2
***************************************************************/

.sec2 {
  background-image: url(../../images/about_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  z-index: -10;
}

.sec2 .inner .text_wrap {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  align-items: center;
}

.sec2 .inner .text_wrap img {
  width: 477px;
}

.sec2 .inner .text_box {
  flex: 1;
}

.sec2 .inner .text_box .text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}

.sec2 .inner .text_box .text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec2 {
    background-image: unset;
    background-color: #fcfaec;
  }

  .sec2 .inner .section_title_ja {
    margin-top: 10px;
  }

  .sec2 .inner .text_wrap {
    flex-flow: column;
    gap: 30px;
    margin-top: 20px;
  }

  .sec2 .inner .text_wrap img {
    width: 100%;
  }

  .sec2 .inner .text_box .text {
    font-size: 16px;
  }
}

/* section3
***************************************************************/

.sec3 {
  background-image: url(../../images/feature_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec3 .inner p.section_title_en.p_font {
  position: relative;
}

.sec3 .inner p.section_title_en.p_font::after {
  background-image: url(../../images/roof02_icon.svg);
}

.sec3 .inner h2.section_title_ja {
  color: #fff;
}

.sec3 .inner p.desc {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  color: #fff;
  margin-top: 38px;
  text-align: center;
}

.sec3 .inner .text_item {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.sec3 .inner .text_item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.sec3 .inner .text_item img {
  width: 552px;
}

.sec3 .inner .text_item .text_box {
  width: 560px;
  height: 281px;
  padding: 48px 78px;
  background-color: #fff;
  border-radius: 10px;
}

.sec3 .inner .text_item:nth-of-type(2n - 1) .text_box {
  margin-left: -32px;
}

.sec3 .inner .text_item:nth-of-type(2n) .text_box {
  margin-right: -32px;
  position: relative;
  z-index: 1;
}

.sec3 .inner .text_item .text_box p.nam.p_font {
  font-size: 18px;
  line-height: 1;
  color: #fa9200;
  -webkit-text-stroke: 1.5px #fa9200;
}

.sec3 .inner .text_item .text_box h3.title {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 20px;
}

.sec3 .inner .text_item .text_box h3.title span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}

.sec3 .inner .text_item .text_box p.text {
  line-height: 24px;
  padding-top: 20px;
  border-top: 1px solid #6c5d47;
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .sec3 .inner .text_item img {
    width: 460px;
  }

  .sec3 .inner .text_item .text_box {
    width: 652px;
    height: 281px;
    padding: 48px 30px;
  }
}

@media screen and (max-width: 940px) {
  .sec3 .inner .text_item {
    display: block;
  }

  .sec3 .inner .text_item img {
    width: 100%;
  }

  .sec3 .inner .text_item:nth-of-type(2n - 1) .text_box {
    margin-left: 0;
  }

  .sec3 .inner .text_item .text_box {
    width: 100%;
    height: 281px;
  }
}

@media screen and (max-width: 767px) {
  .sec3 {
    background-image: url(../../images/feature_bg_sp.jpg);
  }

  .sec3 .inner p.desc {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
    text-align: left;
  }

  .sec3 .inner .text_item {
    flex-flow: column;
    gap: 10px;
    margin-top: 30px;
  }

  .sec3 .inner .text_item:nth-of-type(2n) {
    flex-flow: column;
  }

  .sec3 .inner .text_item img {
    width: 100%;
  }

  .sec3 .inner .text_item .text_box {
    width: 100%;
    height: auto;
    padding: 25px 17px 25px 18px;
    text-align: center;
  }

  .sec3 .inner .text_item:nth-of-type(2n - 1) .text_box {
    margin-left: unset;
  }

  .sec3 .inner .text_item:nth-of-type(2n) .text_box {
    margin-right: unset;
    position: unset;
    z-index: unset;
  }

  .sec3 .inner .text_item .text_box .title_box {
    display: inline-block;
    text-align: center;
  }

  .sec3 .inner .text_item .text_box h3.title {
    font-size: 20px;
    line-height: 29px;
    margin-top: 10px;
    display: inline-block;
  }

  .sec3 .inner .text_item .text_box h3.title span {
    margin-left: 0;
    display: block;
    text-align: left;
  }

  .sec3 .inner .text_item .text_box p.text {
    padding-top: 11px;
    margin-top: 10px;
    text-align: left;
  }
}

/* section4
***************************************************************/

.sec4 {
  background-image: url(../../images/info_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 100px 0 0;
}

.sec4 .inner p.desc {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}

.sec4 .inner ul {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 10px;
  overflow: hidden;
}

.sec4 .inner ul li {
  height: 168px;
  padding: 20px 30px;
  background-color: #fff1c8;
}

.sec4 .inner ul li:nth-of-type(2n) {
  background-color: #fcfaec;
}

.sec4 .inner ul li h3 {
  font-size: 24px;
  line-height: 35px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.sec4 .inner ul li h3::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../../images/tooth01_icon.svg);
}

.sec4 .inner ul li p.text {
  line-height: 24px;
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px solid #beb09c;
}

.sec4 img {
  width: 100%;
  height: 410px;
  margin-top: 100px;
}

@media screen and (max-width: 1200px) {
  .sec4 .inner ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .sec4 .inner p.desc {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
    text-align: left;
  }

  .sec4 .inner ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }

  .sec4 .inner ul li {
    min-height: 168px;
    padding: 20px 18px;
  }

  .sec4 .inner ul li h3 {
    font-size: 20px;
    line-height: 29px;
  }

  .sec4 img {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
}

/* section5
***************************************************************/

.sec5 {
  background-color: #fcfaec;
}

.sec5 .inner .text_box {
  margin-top: 30px;
  text-align: center;
}

.sec5 .inner .text_box iframe {
  width: 100%;
  height: 300px;
}

.sec5 .inner .text_box p.text1 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.sec5 .inner .text_box p.text1::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../images/access_pointer_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5 .inner .text_box p.text2 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-top: 10px;
  padding-right: 8px;
  border-top: 1px solid #beb09c;
  margin-top: 11px;
}

.sec5 .inner .text_box p.text2::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../images/access_train_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5 .inner .text_box p.text3 {
  line-height: 23px;
  padding: 3px 18px 4px 22px;
  background-color: #e5dfd7;
  margin-top: 11px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .sec5 .inner .text_box p.text1 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 20px;
    align-items: flex-start;
    text-align: left;
  }

  .sec5 .inner .text_box p.text1::before {
    position: relative;
    top: 2px;
  }

  .sec5 .inner .text_box p.text2 {
    font-size: 18px;
    line-height: 27px;
    padding-top: 16px;
    padding-right: 0;
    margin-top: 15px;
    align-items: flex-start;
    text-align: left;
    display: flex;
    justify-content: center;
  }

  .sec5 .inner .text_box p.text2::before {
    position: relative;
    top: 2px;
  }

  .sec5 .inner .text_box p.text3 {
    font-size: 12px;
    line-height: 17px;
    padding: 6px 16px 7px 19px;
    background-color: #e5dfd7;
    margin-top: 15px;
    display: block;
  }
}

/* section6
***************************************************************/

.sec6 .inner .text_wrap1 {
  margin-top: 30px;
  padding: 40px 0;
  text-align: center;
  border: 2px solid #ff9a01;
  border-radius: 10px;
}

.sec6 .inner .text_wrap1 h3.title {
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  color: #ff9a01;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.sec6 .inner .text_wrap1 h3.title::before {
  content: "";
  display: inline-block;
  width: 100px;
  border-top: 2px solid #ff9a01;
}

.sec6 .inner .text_wrap1 h3.title::after {
  content: "";
  display: inline-block;
  width: 100px;
  border-top: 2px solid #ff9a01;
}

.sec6 .inner .text_wrap1 a {
  margin-top: 14px;
  font-size: 48px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05rem;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.sec6 .inner .text_wrap1 a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../../images/contact_phone_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec6 .inner .text_wrap1 p.text {
  margin-top: 20px;
  line-height: 1;
  font-weight: 500;
}

.sec6 .inner ul.contact_form {
  margin-top: 52px;
}

.sec6 .inner ul.contact_form li {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  padding: 30px 0 30px 30px;
  border-top: 1px solid rgb(0, 0, 0, 0.2);
}

.sec6 .inner ul.contact_form li:last-of-type {
  border-bottom: 1px solid rgb(0, 0, 0, 0.2);
}

.sec6 .inner ul.contact_form li p.title {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 1.8px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.sec6 .inner ul.contact_form li p.title span.required {
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #fff;
  padding: 2px 14px;
  background-color: #ff9a01;
  border-radius: 5px;
}

.sec6 .inner ul.contact_form li p.title span.any {
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  color: #ff9a01;
  padding: 2px 14px;
  background-color: #fff1c8;
  border-radius: 5px;
}

.sec6 .inner ul.contact_form li .text_box {
  width: 750px;
}

.sec6 .inner ul.contact_form li .text_box2 {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

.sec6 .inner ul.contact_form li .text_box input,
.sec6 .inner ul.contact_form li .text_box textarea {
  background-color: #f2f2f2;
  padding: 12px 20px;
  display: block;
  font-size: 18px;
}

.sec6 .inner ul.contact_form li .text_box input::placeholder,
.sec6 .inner ul.contact_form li .text_box textarea::placeholder {
  color: rgb(0, 0, 0, 0.3);
}

.sec6 .inner ul.contact_form li .text_box .address {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sec6 .inner ul.contact_form li .text_box input.type1 {
  width: 350px;
}

.sec6 .inner ul.contact_form li .text_box input.type2 {
  width: 250px;
}

.sec6 .inner ul.contact_form li .text_box input.type3 {
  width: 100%;
}

.sec6 .inner ul.contact_form li .text_box textarea {
  width: 100%;
  height: 250px;
  resize: none;
}

/* contact_form7 textarea */

.wpcf7-form-control-wrap {
  width: 100%;
}

.sec6 .inner .text_wrap2 {
  margin-top: 52px;
  border: 1px solid rgb(0, 0, 0, 0.2);
  padding: 35px 30px 41px;
}

.sec6 .inner .text_wrap2 h3.title3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.8px;
}

.sec6 .inner .text_wrap2 h4.title4 {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.sec6 .inner .text_wrap2 p.text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 2;
}

.sec6 .inner .check {
  text-align: center;
  margin-top: 40px;
}

.sec6 .inner .check p.text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.sec6 .inner .check .check_box label {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
}

.sec6 .inner .check .check_box label input {
  width: 30px;
  height: 30px;
}

.sec6 .inner .submit {
  text-align: center;
}

.sec6 .inner .submit input {
  padding: 19px 0 18px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .sec6 .inner .text_wrap1 a {
    pointer-events: none;
  }
}

@media screen and (max-width: 1200px) {
  .sec6 .inner ul.contact_form li p.title {
    width: 265px;
    flex: none;
  }

  .sec6 .inner ul.contact_form li .text_box {
    flex: 1;
  }
}

@media screen and (max-width: 900px) {
  .sec6 .inner .text_wrap1 h3.title::before {
    width: 60px;
  }

  .sec6 .inner .text_wrap1 h3.title::after {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sec6 .inner .text_wrap1 {
    padding: 24px 14px;
  }

  .sec6 .inner .text_wrap1 h3.title {
    font-size: 20px;
    line-height: 30px;
    gap: 10px;
  }

  .sec6 .inner .text_wrap1 h3.title::before {
    width: 22px;
  }

  .sec6 .inner .text_wrap1 h3.title::after {
    width: 22px;
  }

  .sec6 .inner .text_wrap1 a {
    margin-top: 15px;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0;
    gap: 7px;
  }

  .sec6 .inner .text_wrap1 a::before {
    width: 32px;
    height: 32px;
  }

  .sec6 .inner .text_wrap1 p.text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }

  .sec6 .inner ul.contact_form {
    margin-top: 30px;
  }

  .sec6 .inner ul.contact_form li {
    flex-flow: column;
    gap: 16px;
    padding: 25px 0;
    border-bottom: 1px solid rgb(0, 0, 0, 0.3);
  }

  .sec6 .inner ul.contact_form li:last-of-type {
    border-bottom: 1px solid rgb(0, 0, 0, 0.3);
  }

  .sec6 .inner ul.contact_form li p.title {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding-top: 0;
    gap: 12px;
    width: auto;
  }

  .sec6 .inner ul.contact_form li p.title span.required {
    font-size: 13px;
    line-height: 19px;
    padding: 1px 14px;
  }

  .sec6 .inner ul.contact_form li p.title span.any {
    font-size: 13px;
    line-height: 19px;
    padding: 1px 14px;
  }

  .sec6 .inner ul.contact_form li .text_box {
    width: 100%;
  }

  .sec6 .inner ul.contact_form li .text_box input,
  .sec6 .inner ul.contact_form li .text_box textarea {
    padding: 13px 18px;
    font-size: 16px;
  }

  .sec6 .inner ul.contact_form li .text_box input.type1 {
    width: 100%;
  }

  .sec6 .inner ul.contact_form li .text_box input.type2 {
    width: 200px;
  }

  .sec6 .inner ul.contact_form li.address_form .text_box input.type2 {
    width: 149px;
  }

  .sec6 .inner ul.contact_form li .text_box textarea {
    height: 220px;
  }

  .sec6 .inner .text_wrap2 {
    margin-top: 30px;
    padding: 25px 20px;
  }

  .sec6 .inner .text_wrap2 h3.title3 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 1.6px;
  }

  .sec6 .inner .text_wrap2 h4.title4 {
    font-size: 16px;
    line-height: 24px;
  }

  .sec6 .inner .text_wrap2 p.text {
    font-size: 14px;
    line-height: 27px;
  }

  .sec6 .inner .check {
    margin-top: 30px;
  }

  .sec6 .inner .check p.text {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
  }

  .sec6 .inner .check .check_box {
    margin-top: 30px;
    gap: 10px;
  }

  .sec6 .inner .check .check_box input {
    width: 28px;
  }

  .sec6 .inner .check .check_box p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.6px;
    font-weight: 500;
  }
}
