@charset "UTF-8";
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

.pc {
  display: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

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

ul li,
ol li {
  line-height: 1.8;
  font-size: 16px;
  margin-left: 1.5em;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #f4f4f4;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.fulfilling-bouncing-circle-spinner,
.fulfilling-bouncing-circle-spinner * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  -webkit-animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #ec7b3f;
  -webkit-animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #ff1d5e;
  display: block;
  border-radius: 50%;
  position: relative;
  border: 6px solid #ec7b3f;
  -webkit-animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
          animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

@-webkit-keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  87.5% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#wrapper {
  background: #fff;
}
.lp-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.lp-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  top: 220px;
  right: -86px;
  z-index: 1;
  width: 100%;
  height: 240px;
  background: url(../img/bg01@2x.png) no-repeat right 0 top 0 / 246px auto;
}
.lp-title {
  margin-top: -27.5%;
  margin-left: 2%;
  width: 11.5%;
}
.lp-logo {
  position: absolute;
  top: 2.5%;
  /* left: 3%; */
  right: 3%;
  width: 27%;
}
.lp-main-visual {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.lp-main-visual img {
  width: 100%;
}
.lp-main-visual-subtext {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 14.6%;
  color: #231815;
  font-family: "Noto Serif JP", "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  font-size: 3.8vw;
  font-size: clamp(1.4rem, 3.8vw, 2.7rem);
  line-height: 1.3;
  text-shadow: 0px 0px 30px rgba(255,255,255,75%), 0px 0px 39px rgba(255,255,255,75%),
    0px 0px 20px rgba(255,255,255,75%), 0px 0px 29px rgba(255,255,255,75%),
    0px 0px 10px rgba(255,255,255,75%), 0px 0px 19px rgba(255,255,255,75%),
    0px 0px 20px rgba(255,255,255,75%), 0px 0px 29px rgba(255,255,255,75%),
    0px 0px 10px rgba(255,255,255,75%), 0px 0px 19px rgba(255,255,255,75%);
}
.lp-main-visual-text {
  width: 100%;
  text-align: center;
  position: absolute;
  /* top: 22.4%; */
  top: 20%;
  color: #231815;
  font-family: "Noto Serif JP", "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  font-size: 5.6vw;
  font-size: clamp(1.2rem, 5.6vw, 4.3rem);
  line-height: 1.4;
  text-shadow: 0px 0px 30px rgba(255,255,255,75%), 0px 0px 39px rgba(255,255,255,75%),
    0px 0px 20px rgba(255,255,255,75%), 0px 0px 29px rgba(255,255,255,75%),
    0px 0px 10px rgba(255,255,255,75%), 0px 0px 19px rgba(255,255,255,75%),
    0px 0px 20px rgba(255,255,255,75%), 0px 0px 29px rgba(255,255,255,75%),
    0px 0px 10px rgba(255,255,255,75%), 0px 0px 19px rgba(255,255,255,75%);
}
.lp-main-visual-note {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 2%;
  right: 2%;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
  font-size: 1.2vw;
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  line-height: 1.3;
}
.lp-main-contents {
  position: relative;
  z-index: 3;
}
.lp-main-contents > :last-child {
  margin-bottom: 0;
}
.lp-sec-column {
  margin: 0 auto 52px;
  width: 100%;
}
.lp-sec-column-item {
  margin-bottom: 52px;
}
.lp-sec-column > .lp-sec-column-item:last-child {
  margin-bottom: 0;
}
.lp-sec-inner {
  padding-inline: 4%;
  width: 100%;
}
.lp-sec-inner > :last-child,
.lp-sec-inner > section:last-child > :last-child {
  margin-bottom: 0;
}
.lp-sec-title {
  margin-inline: auto;
  width: 100%;
  line-height: 1.5;
  font-weight: 600;
}
.lp-sec-text,
.lp-sec-img,
.lp-sec-btn {
  margin-inline: auto;
}
.lp-sec-text {
  line-height: 1.5;
}
.lp-font-w-normal {
  font-weight: normal;
}
.lp-column {
  width: 100%;
}
.lp-column-item {
  flex-shrink: 0;
  width: 50%;
}
.lp-column-item > :last-child {
  margin-bottom: 0;
}
.lp-column-item-02 {
  width: 100%;
}
.lp-column-item-03 {
  width: 100%;
}
.lp-sec-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 10px 22px;
  background: #EBEBEA;
}
.lp-sec-box-head{
  margin-bottom: 15px;
  padding: 3px 10px;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #254551;
  border-radius: 20px;
}
.lp-sec-box-body{
  width: 100%;
}
.lp-sec-box-body > :last-child {
  margin-bottom: 0;
}
.lp-sec-desc-list{
  margin-bottom: 12px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-sec-desc-list > li {
  position: relative;
  margin-left: 0;
  padding-left: 1em;
  font-size: 1.3rem;
}
.lp-sec-desc-list > li::before {
  content: '・';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.lp-sec-note-list {
  margin-bottom: 12px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.lp-sec-note-list > li {
  position: relative;
  margin-left: 0;
  padding-left: 1em;
  font-size: 1.1rem;
}
.lp-sec-note-list-pref{
  content: '・';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.lp-sec01,
.lp-sec02,
.lp-sec03,
.lp-sec04,
.lp-sec05 {
  font-family: "Noto Serif JP", "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt" 1;
}
.lp-sec02-title01,
.lp-sec03-title01,
.lp-sec04-title01 {
  padding: 3px 15px 5px;
  width: 82%;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  letter-spacing: 0.46em;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 500;
  background-color: #2D684F;
  text-transform: uppercase;
}
.lp-sec-text-wrap-center {
  text-align: center;
}
.lp-sec02-text01,
.lp-sec03-text01,
.lp-sec04-text01 {
  padding: 8px 3px;
  line-height: 1.2;
  text-align: center;
  color: #2D684F;
  letter-spacing: 0.04em;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 500;
  border: 1px solid #2D684F;
}
.lp-sec01-text03,
.lp-sec02-text02,
.lp-sec03-text02,
.lp-sec04-text02 {
  display: inline;
  padding: 0 5px;
  letter-spacing: 0.1em;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 500;
  background:linear-gradient(transparent 55%, rgba(45, 104, 79, 0.5) 55%);
}
/* .lp-sec01 */
.lp-sec01 {
  margin-bottom: 55px;
}
.lp-sec01-text01 {
  margin: -26.7% auto 8.9% 20%;
  width: 80%;
  line-height: 1.54;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-weight: 600;
}
.lp-sec01-text02 {
  margin-bottom: 34px;
  margin-left: 20%;
  width: 80%;
  line-height: 2.2;
  letter-spacing: 0.04em;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: 600;
}
.lp-sec01-text03 {
  letter-spacing: 0.16em;
  font-size: 4.667vw;
  font-size: clamp(1.4rem, 4.667vw, 2.8rem);
  background:linear-gradient(transparent 55%, rgba(45, 104, 79, 0.5) 55%, rgba(45, 104, 79, 0.5) 92%, transparent 92%);
}
.lp-sec01-text03-wrap  {
  margin-bottom: 14px;
}
.lp-sec01-text03-strong {
  font-size: 5.333vw;
  font-size: clamp(1.6rem, 5.333vw, 3.2rem);
  font-weight: normal;
}
.lp-sec01-text04 {
  margin-bottom: 29px;
  padding: 10px 10px 12px;
  width: 88%;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 3rem);
  text-align: center;
  border: 1px solid #2D684F;
}
.lp-sec01-text04 > span {
  display: inline-block;
}
.lp-sec01-text05 {
  margin-bottom: 16px;
  width: 67%;
}
.lp-sec01-text06 {
  margin-bottom: 4px;
  width: 31%;
}
.lp-sec01-text06 img {
  width: 100%;
}
.lp-sec01-img01 {
  margin-bottom: 43px;
  width: 90%;
}
.lp-sec01-img01 img {
  width: 100%;
}
.lp-sec01-img02 {
  margin-bottom: 56px;
  padding-left: 13%;
  width: 94%;
}
.lp-sec01-img02-note {
  margin-top: 7px;
  width: 95%;
  letter-spacing: 0.04em;
  font-size: 1rem;
}
.lp-sec01-img03 {
  margin-bottom: 100px;
  width: 82%;
}
.lp-sec01-text01 span:nth-child(n + 2) {
  display: block;
  text-align: right;
}
/* .lp-sec02 */
.lp-sec02 {
  margin-bottom: 73px;
}
.lp-sec02-title01 {
  margin-bottom: 8px;
}
.lp-sec02-text01 {
  margin-bottom: 27px;
  width: 82%;
}
.lp-sec02-text02-wrap {
  margin-bottom: 34px;
}
.lp-sec02-text03 {
  margin-bottom: 44px;
  width: 78%;
}
.lp-sec02-text03-01,
.lp-sec02-text03-02,
.lp-sec02-text03-03 {
  margin-bottom: 1.5em;
  text-indent: 1em;
  line-height: 1.6;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
}
.lp-sec02-text03-03 {
  margin-bottom: 0;
}
.lp-sec02-img01 {
  margin-bottom: 50px;
  width: 84%;
}
.lp-sec02-img01 img {
  width: 100%;
}
/* .lp-sec03 */
.lp-sec03 {
  margin-bottom: 30px;
}
.lp-sec03-title01 {
  margin-bottom: 8px;
}
.lp-sec03-title02 {
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.2;
  font-size: 5vw;
  font-size: clamp(1.5rem, 5vw, 3rem);
}
.lp-sec03-text01 {
  margin-bottom: 24px;
  width: 82%;
}
.lp-sec03-text02-wrap {
  margin-bottom: 21px;
  line-height: 2.4;
}
.lp-sec03-text03 {
  margin-bottom: 42px;
  width: 78%;
}
.lp-sec03-text03-01,
.lp-sec03-text03-02 {
  margin-bottom: 1em;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
}
.lp-sec03-text04 {
  padding: 5px;
  min-width: 88px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: 5.333vw;
  font-size: clamp(1.6rem, 5.333vw, 3.2rem);
  background-color: #231815;
}
.lp-sec03-img01 {
  margin-bottom: 18px;
  width: 60%;
}
.lp-sec03-column01 {
  margin-bottom: 57px;
  width: 100%;
}
.lp-sec03-column01-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 29px;
  width: 100%;
}
.lp-sec03-column01 > .lp-sec03-column01-item:last-child {
  margin-bottom: 0;
}
.lp-sec03-column01-item > :last-child {
  margin-bottom: 0;
}
.lp-sec03-btn01 {
  margin-bottom: 100px;
  width: 56%;
}
/* .lp-sec04 */
.lp-sec04 {
  margin-bottom: 68px;
}
.lp-sec04-title01 {
  margin-bottom: 8px;
}
.lp-sec04-text01 {
  margin-bottom: 23px;
  width: 82%;
}
.lp-sec04-text02-wrap {
  margin-bottom: 25px;
  line-height: 2.2;
}
.lp-sec04-text03 {
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 2.2rem;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.7rem);
}
.lp-sec04-text04 {
}
.lp-sec04-text05 {
  margin-bottom: 56px;
  padding: 6px 10px 7px;
  line-height: 1.2;
  width: 66%;
  text-align: center;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 2.3rem);
  box-shadow: 
  0 0 0 1px #000,
  0 0 0 3px #fff,
  0 0 0 6px #000,
  0 0 0 8px #fff,
  0 0 0 9px #000;
}
.lp-sec04-text07 {
  margin-bottom: 10px;
  line-height: 1.73;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-weight: 600;
}
.lp-sec04-text08 {
  margin-bottom: 20px;
  line-height: 1.72;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-weight: 600;
}
.lp-sec04-img01 {
  margin-bottom: 10px;
}
.lp-sec04-03 .lp-sec04-img01 {
  width: 100%;
}
.lp-sec04-05 .lp-sec04-img01 {
  width: 100%;
}
.lp-sec04-def-list {
  margin-bottom: 15px;
}
.lp-sec04-def-list > dt {
  margin-bottom: 5px;
  line-height: 1;
}
.lp-sec04-def-list > dt > img {
  width: auto;
  height: 16px;
}
.lp-sec04-def-list > dd {
  padding: 7px 10px;
  color: #fff;
  line-height: 1.5;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.3rem);
}
.lp-sec04-def-list > dd > span {
  display: inline-block;
}
.lp-sec04-01 .lp-sec04-def-list > dd {
  background-color: #A48B78;
}
.lp-sec04-02 .lp-sec04-def-list > dd  {
  background-color: #15364E;
}
.lp-sec04-03 .lp-sec04-def-list > dd  {
  background-color: #77A19F;
}
.lp-sec04-04 .lp-sec04-def-list > dd  {
  background-color: #41819E;
}
.lp-sec04-05 .lp-sec04-def-list > dd  {
  background-color: #8D8E72;
}
.lp-sec04-box01 {
  margin-bottom: 34px;
  margin-inline: -4.35%;
}
.lp-sec04-box01-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 6px 4%;
  line-height: 1;
  background-color: #2C5450;
}
.lp-sec04-box01-head > :first-child {
  margin-right: 3%;
  width: 40%;
}
.lp-sec04-box01-head > :last-child {
  width: 34%;
}
.lp-sec04-box01-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 2% 35px;
  background-color: #D6D7D5;
}
.lp-sec04-box01-body > :last-child{
  margin-bottom: 0;
}
.lp-sec04-box01-img {
  margin-bottom: 20px;
  width: 26%;
}
.lp-sec04-text04 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 4.333vw;
  font-size: clamp(1.3rem, 4.333vw, 2.3rem);
}
.lp-sec04-text06 {
  margin-bottom: 20px;
  width: 70%;
  line-height: 1.7;
  font-size: 1.2rem;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}
.lp-sec04-media01 {
  margin: 0 auto 39px;
  width: 82%;
}
.lp-sec04-media01-img {
  margin-bottom: 28px;
}
.lp-sec04-media01-img > :last-child,
.lp-sec04-media01-detail > :last-child {
  margin-bottom: 0;
}
.lp-sec04-01 {
  margin-bottom: 52px;
  width: 100%;
}
.lp-sec04-02 {
  margin-bottom: 74px;
}
.lp-sec04-03 {
  margin-bottom: 74px;
}
.lp-sec04-01-title01,
.lp-sec04-02-title01,
.lp-sec04-03-title01,
.lp-sec04-04-title01,
.lp-sec04-05-title01 {
  width: 100%;
  font-size: 4.667vw;
  font-size: clamp(1.4rem, 4.667vw, 1.8rem);
  padding: 0 0 3px 2%;
  border-left: 3px solid #000;
  border-bottom: 1px solid #000;
}
.lp-sec04-01-title01 {
  margin-bottom: 18px;
  border-color: #A48B78;
}
.lp-sec04-02-title01 {
  margin-top: 3px;
  margin-bottom: 35px;
  border-color: #15364E;
}
.lp-sec04-03-title01 {
  margin-top: 6px;
  margin-bottom: 34px;
  border-color: #77A19F;
}
.lp-sec04-04-title01 {
  margin-bottom: 31px;
  border-color: #41819E;
}
.lp-sec04-05-title01 {
  margin-bottom: 31px;
  border-color: #8D8E72;
}
/* .lp-sec05 */
.lp-sec05 {
  margin-bottom: 39px;
}
.lp-sec05-title01 {
  margin-bottom: 7px;
  width: 31%;
}
.lp-sec05-title02 {
  margin-bottom: 5px;
  width: 31%;
}
.lp-sec05-text01 {
  margin-bottom: 5px;
  width: 100%;
  line-height: 1.76;
  text-align: center;
  font-size: 4vw;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
  font-weight: 600;
}
.lp-sec05-img01 {
  margin-bottom: 36px;
  width: 73%;
}
.lp-sec05-img02 {
  margin-bottom: 12px;
  width: 81%;
}
/* .lp-sec06 */
.lp-sec06 textarea{
  line-height: 1.5;
}
.lp-sec06-title01 {
  width: 100%;
}
.lp-sec06-title01 img {
  width: 100%;
}
.lp-sec06 .tableContact {
  font-size: 1.6rem;
}
.lp-balloon {
  display: block;
  padding-right: 18px;
}
.lp-sec06 .formBlock .formError .formErrorContent {
  line-height: 1.5;
}