@charset "UTF-8";
@import url("global.css");
.sec_title {
  color: #77846E;
  font-size: 30px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.sec_title br {
  display: none;
}

.sec_subtitle {
  margin-bottom: 50px;
  position: relative;
  font-size: clamp(18px, 3vw, 24px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
.sec_subtitle::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #77846E;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.sec_intro {
  margin-bottom: 100px;
}
.sec_intro .text_area {
  line-height: 2;
  margin-bottom: 100px;
}
.sec_intro .text_area .sec_title {
  text-align: center;
  margin-bottom: 40px;
}
.sec_intro .text_area p:not([class]) {
  text-align: center;
  margin-bottom: 1em;
}
.sec_intro .text_area p:not([class]):last-of-type {
  margin-bottom: 0;
}
.sec_intro .img_area {
  width: 100%;
  transition-delay: .4s;
}
.sec_intro .img_area .img_slide li {
  padding: 0 5px;
  box-sizing: border-box;
}

.sec_after {
  margin-bottom: 100px;
}
.sec_after .text {
  text-align: center;
  line-height: 2;
  margin-bottom: 90px;
}
.sec_after .list_after {
  align-items: flex-start;
  justify-content: center;
  display: flex;
}
.sec_after .list_after li {
  width: 40%;
  margin: 0 2%;
}
.sec_after .list_after li h4 {
  text-align: center;
  color: #77846E;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: clamp(18px, 2.6vw, 22px);
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sec_after .list_after li .img_area {
  width: 100%;
  margin-bottom: 20px;
}
.sec_after .list_after li .img_area .img {
  border-radius: 5px;
  overflow: hidden;
}
.sec_after .list_after li .text_area {
  padding: 10px;
}
.sec_after .list_after li .text_area .link {
  width: 90%;
}

.link {
  width: 300px;
  margin: 30px auto 0;
}
.link a {
  display: block;
  border: 1px solid #444;
  border-radius: 50px;
  padding: 12px 20px;
  box-sizing: border-box;
  text-align: center;
}
.link a:hover {
  border-color: #77846E;
  background: #77846E;
  color: #fff;
}

.sec_friend {
  background: url("../owner/img/bg_friend.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 80px 0;
  margin-bottom: 60px;
}
.sec_friend::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(68, 68, 68, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.sec_friend .wrapper {
  position: relative;
  z-index: 2;
}
.sec_friend .wrapper .lead {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.sec_friend .wrapper .lead p {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: bold;
}
.sec_friend .wrapper .lead span {
  position: relative;
  color: #FBF7F3;
  margin-bottom: 10px;
  font-size: clamp(16px, 2.6vw, 22px);
  font-weight: bold;
}
.sec_friend .wrapper .lead span::before {
  content: "";
  width: 3px;
  height: 20px;
  background: #FBF7F3;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(-25deg);
}
.sec_friend .wrapper .lead span::after {
  content: "";
  width: 3px;
  height: 20px;
  background: #FBF7F3;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.sec_friend .wrapper p:not([class]) {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  line-height: 2;
}
.sec_friend .wrapper .link a {
  border: 1px solid #fff;
  background: #fff;
}
.sec_friend .wrapper .link a:hover {
  border: 1px solid #77846E;
  background: #77846E;
}

.sec_form {
  padding: 80px 0;
}
.sec_form .form_title {
  text-align: center;
  writing-mode: inherit;
  margin-bottom: 40px;
}
.sec_form .form_title .jp {
  letter-spacing: normal;
}
.sec_form .form_title .en {
  color: #77846E;
  margin-left: 0px;
}
.sec_form .form_text {
  text-align: center;
  margin-bottom: 60px;
  line-height: 2;
}
.sec_form .attention {
  font-size: 90%;
  margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .sec_title {
    line-height: 1.6;
    font-size: 28px;
    font-family: "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .sec_title br {
    display: block;
  }

  .sec_subtitle {
    margin-bottom: 40px;
  }

  .sec_intro {
    margin-bottom: 80px;
  }
  .sec_intro .img_area {
    margin-bottom: 80px;
  }
  .sec_intro .img_area .img_slide li img {
    height: 300px;
    width: auto;
  }

  .sec_after {
    margin-bottom: 80px;
  }
  .sec_after .text {
    text-align: center;
    margin-bottom: 40px;
  }
  .sec_after .list_after {
    display: block;
  }
  .sec_after .list_after li {
    width: 80%;
    margin: 0 auto 30px;
    border: 1px solid #C1C1C1;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .sec_after .list_after li .img_area {
    margin-top: 20px;
    margin-bottom: 0;
    order: 3;
  }
  .sec_after .list_after li .text_area {
    padding: 5px;
  }
  .sec_after .list_after li .text_area .link {
    width: 60%;
  }

  .sec_friend {
    margin-bottom: 30px;
  }

  .sec_form {
    padding: 60px 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .sec_title {
    font-size: 20px;
    letter-spacing: 0;
  }

  .sec_subtitle {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .sec_intro {
    margin-bottom: 60px;
  }
  .sec_intro .text_area {
    margin-bottom: 60px;
    line-height: 1.8;
  }
  .sec_intro .text_area .sec_title {
    margin-bottom: 20px;
  }
  .sec_intro .text_area p:not([class]) {
    text-align: justify;
  }
  .sec_intro .text_area p:not([class]) br {
    display: none;
  }
  .sec_intro .img_area .img_slide li img {
    height: 160px;
  }

  .sec_after {
    margin-bottom: 60px;
  }
  .sec_after .text {
    text-align: justify;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .sec_after .list_after li {
    width: 100%;
    padding: 20px;
  }
  .sec_after .list_after li h4 {
    margin-bottom: 15px;
  }
  .sec_after .list_after li .img_area {
    margin-top: 15px;
  }
  .sec_after .list_after li .text_area {
    padding: 0;
  }
  .sec_after .list_after li .text_area .link {
    width: 100%;
  }

  .sec_friend {
    padding: 60px 0;
    margin-bottom: 30px;
  }
  .sec_friend .wrapper .lead p {
    font-size: 18px;
  }
  .sec_friend .wrapper .lead span {
    letter-spacing: 0;
  }
  .sec_friend .wrapper .lead span::before {
    width: 2px;
    height: 18px;
  }
  .sec_friend .wrapper .lead span::after {
    width: 2px;
    height: 18px;
  }
  .sec_friend .wrapper > p:not([class]) {
    text-align: justify;
    line-height: 1.6;
  }

  .sec_form {
    padding: 40px 0;
  }
  .sec_form .form_title {
    margin-bottom: 20px;
  }
  .sec_form .form_text {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify;
    font-size: 90%;
  }
  .sec_form .attention {
    font-size: 13px;
    margin-left: 1px;
  }

  #mailformpro table.inputform th {
    padding: 15px 4px 7px;
  }
  #mailformpro table.inputform td {
    padding: 0 3px 15px;
  }
}
