@charset "UTF-8";
body {
  padding-bottom: 60px;
}

main {
  padding-top: 9.7vw;
}

@media (max-width: 767px) {
  main {
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  section#contact_area {
    padding-top: 150px;
    margin-top: -150px;
    position: relative;
    z-index: 1;
  }
}
/*==========================================================================
section#navi_area
========================================================================== */
section#navi_area {
  position: fixed;
  top: 5.4166666667vw;
  width: 100%;
  z-index: 998;
  box-shadow: 0px 2px 4px 0 #F2F2F2;
  -webkit-animation: slideDown 0.3s ease;
  animation: slideDown 0.3s ease;
}
section#navi_area .list-box {
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 0 3.6458333333vw;
  height: 3.6458333333vw;
  box-sizing: border-box;
}
section#navi_area .list-box li {
  border-right: solid 0.1041666667vw #2B2E33;
}
section#navi_area .list-box li a {
  color: #2B2E33;
  display: flex;
  padding: 0 3.6458333333vw;
}
section#navi_area .list-box li:last-child {
  border: none;
}

@media screen and (max-width: 767px) {
  section#navi_area {
    top: 60px;
    width: 100%;
    box-shadow: 0px 2px 4px 0 #F2F2F2;
    -webkit-animation: slideDown 0.3s ease;
    animation: slideDown 0.3s ease;
  }
  section#navi_area .list-box {
    display: flex;
    padding: 10px;
    height: initial;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
  }
  section#navi_area .list-box li {
    width: 49%;
    border-width: 1px;
  }
  section#navi_area .list-box li:nth-child(2n) {
    border: none;
  }
  section#navi_area .list-box li a {
    font-size: 11px;
    padding: 0 8px;
  }
}
/*====================================================
section#mv
====================================================*/
section#mv {
  padding-bottom: 15vw;
}

section#mv .top-box {
  width: 87.8%;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}

section#mv .top-box .box-img {
  width: 43.1%;
  height: 35.4vw;
}

section#mv .top-box .box-img img {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1vw;
  border: solid 0.5px #f6f6f6;
  box-sizing: border-box;
}

section#mv .top-box .box-txt {
  width: 51%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2vw;
}

section#mv .top-box .box-txt picture {
  display: flex;
  width: 100%;
  height: 100%;
}

section#mv .top-box .box-txt picture img {
  height: auto;
}

section#mv .top-box .box-text {
  width: 51%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2vw;
}

section#mv .top-box .box-text .txt-h1 {
  width: 100%;
  height: auto;
  border-bottom: solid 3px;
  position: relative;
  padding-bottom: 0.5vw;
  margin-bottom: 1.2vw;
  box-sizing: border-box;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#mv .top-box .box-text .txt-sub {
  font-size: clamp(12px, 1.2vw, 23px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  padding-left: 0.5vw;
}

section#mv .top-box .box-text .txt-ap {
  font-size: clamp(14px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-top: 2vw;
  letter-spacing: 4px;
  padding-left: 0.5vw;
  line-height: 1.8em;
}

section#mv .top-box .box-text .txt-ap .bk {
  font-weight: 700;
}

section#mv .top-box .box-text .txt-ap .entori {
  width: auto;
  height: 2.2vw;
  min-height: 21px;
  margin-left: 1vw;
}

section#mv .top-box .box-text .txt-ap .under {
  font-size: clamp(20px, 2.1vw, 40px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

section#mv .top-box .box-text .txt-ap .under:after {
  content: "";
  width: 100%;
  height: 0.3em;
  background: yellow;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

section#mv .bot-box {
  position: relative;
}

section#mv .bot-box .character {
  width: 53.5vw;
  height: auto;
  position: absolute;
  right: 0;
  top: -12vw;
  z-index: 1;
}

section#mv .bot-box .bg:before {
  content: "";
  background: url(../img/entori_mv_bg.webp) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 27.5vw;
  position: absolute;
  top: 2vw;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#mv .top-box {
    width: 90%;
  }
  section#mv .top-box .box-text {
    width: 53%;
  }
  section#mv .top-box .box-text .txt-sub {
    letter-spacing: 4px;
  }
  section#mv .bot-box .character {
    top: -7vw;
  }
  section#mv .bot-box .bg:before {
    top: 4vw;
  }
}
@media (max-width: 767px) {
  section#mv {
    padding-top: 10px;
  }
  section#mv .top-box .box-img {
    width: 100%;
    height: 77.5vw;
    margin: 0 auto;
  }
  section#mv .top-box .box-img img {
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
  section#mv .top-box .box-txt {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
  }
  section#mv .top-box .box-text {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
  }
  section#mv .top-box .box-text .txt-h1 {
    margin-bottom: 12px;
    padding-bottom: 0px;
    border-width: 2px;
  }
  section#mv .top-box .box-text .txt-sub {
    font-size: 12px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 3px;
    padding: 0;
  }
  section#mv .top-box .box-text .txt-ap {
    margin-top: 20px;
    padding: 0;
    font-size: clamp(10px, 3.59vw, 14px);
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 2em;
  }
  section#mv .top-box .box-text .txt-ap .under {
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-size: clamp(16px, 5.5vw, 22px);
  }
  section#mv .top-box .box-text .txt-ap .under::after {
    height: 5px;
  }
  section#mv .top-box .box-text .txt-ap .entori {
    height: 5.6vw;
    min-height: 18px;
    margin-left: 7px;
  }
  section#mv .bot-box .character {
    position: relative;
    top: initial;
    width: 80vw;
    margin: 2vw auto 0;
  }
  section#mv .bot-box .bg:before {
    content: "";
    background: url(../img/entori_mv_bg.webp) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 49.5vw;
    position: absolute;
    z-index: -1;
    top: initial;
    left: 0;
    bottom: -11vw;
  }
}
/*====================================================
section#about
====================================================*/
section#about {
  padding-top: 3vw;
  margin-top: -3vw;
}

section#about .inner {
  padding-top: 16.5vw;
  padding-bottom: 10vw;
}

section#about .ttl-box .txt-h2 {
  padding-left: 2vw;
  font-size: clamp(22px, 2.5vw, 48px);
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 18.3vw;
  padding-right: 1em;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  color: #3E3A39;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#about .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_about_icon.webp) center no-repeat;
  background-size: 100%;
  width: 17.3vw;
  height: 19vw;
  position: absolute;
  bottom: -2px;
  left: 0;
}

section#about .ttl-box .txt-h2 span {
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section#about .ttl-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  margin: 1vw 0 0;
}

section#about .top-box {
  width: 95%;
  margin: 0 auto;
}

section#about .top-box .box-list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 7.5vw;
  margin-bottom: 5.2vw;
}

section#about .top-box .box-list li {
  width: 28%;
  position: relative;
}

section#about .top-box .box-list li::before {
  content: "";
  width: 3.3vw;
  height: 3.3vw;
  min-width: 30px;
  min-height: 30px;
  background: url(../img/about_list_arrow.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: -4.9vw;
  transform: translateY(-50%);
}

section#about .top-box .box-list li .list-img {
  height: 14.5vw;
}

section#about .top-box .box-list li .txt-h4 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5vw;
}

section#about .top-box .box-list li:last-child::before {
  content: none;
}

section#about .top-box .box-list li:nth-child(3) .txt-h4 {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #ED9022;
  text-decoration-color: #ED9022;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

section#about .mid-box {
  width: 90%;
  margin: 0 auto;
}

section#about .mid-box .txt-h3 {
  font-size: clamp(22px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
  display: flex;
  align-items: center;
}

section#about .mid-box .txt-h3:before {
  content: "";
  background: url(../img/about_video_icon.svg) center no-repeat;
  background-size: 100%;
  width: 3.5vw;
  height: 3.5vw;
  min-width: 30px;
  min-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.3vw;
}

section#about .mid-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 8px;
}

section#about .mid-box .in-box {
  margin-top: 3.2vw;
  align-items: center;
  justify-content: space-between;
}

section#about .mid-box .in-box .box-img {
  width: 52%;
  height: 21.7vw;
}

section#about .mid-box .in-box .box-txt {
  width: 44%;
}

section#about .mid-box .in-box .box-txt .txt-h4 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  letter-spacing: 3px;
}

section#about .mid-box .in-box .box-txt .txt-h4 span {
  color: red;
}

section#about .mid-box .in-box .box-txt .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 2em;
  letter-spacing: 4px;
  margin: 0;
}

section#about .mid-box .txt-color {
  font-size: clamp(18px, 2.32vw, 40px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin: 5vw 0;
}

section#about .mid-box .txt-color:before {
  content: "";
  background: url(../img/about_icon_up.svg) center no-repeat;
  background-size: 100%;
  width: 2.6vw;
  height: 3.5vw;
  min-width: 18px;
  min-height: 24px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.5em;
}

section#about .mid-box .txt-color .color {
  color: red;
}

section#about .mid-box .txt-color .under {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #ED9022;
  text-decoration-color: #ED9022;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

section#about .mid-box .graph-img {
  width: 100%;
  height: auto;
  margin-bottom: 3vw;
}

section#about .mid-box .txt-end {
  font-size: clamp(14px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 3px;
}

section#about .mid-box .txt-end span {
  font-size: clamp(22px, 2.32vw, 40px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: red;
}

section#about .bot-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 5vw;
}

section#about .bot-box .txt-h3 {
  font-size: clamp(18px, 2.5vw, 48px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  color: #3E3A39;
  text-align: center;
}

section#about .bot-box .txt-h3:before {
  content: "";
  background: url(../img/about_icon_entori.svg) center no-repeat;
  background-size: 100%;
  width: 5.7vw;
  height: 3.5vw;
  min-width: 37px;
  min-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}

section#about .bot-box .box-list {
  margin-top: 4vw;
  justify-content: space-between;
}

section#about .bot-box .box-list li {
  width: 32%;
  box-sizing: border-box;
  border: solid 1px #E0E0E0;
  padding: 2.5vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

section#about .bot-box .box-list li .list-img {
  width: 100%;
  height: 11.93vw;
  margin-bottom: 1.3vw;
}

section#about .bot-box .box-list li .txt-h4 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 1px;
  padding-bottom: 6px;
  margin-bottom: 1vw;
}

section#about .bot-box .box-list li .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

section#about .bot-box .box-list li span {
  font-size: clamp(12px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#about .top-box {
    width: 100%;
  }
  section#about .mid-box {
    width: 100%;
  }
  section#about .mid-box .in-box {
    display: block;
  }
  section#about .mid-box .in-box .box-img {
    width: 100%;
    height: 40.7vw;
  }
  section#about .mid-box .in-box .box-txt {
    width: 100%;
    margin-top: 3vw;
  }
  section#about .bot-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section#about {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#about .inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  section#about .ttl-box .txt-h2 {
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#about .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#about .ttl-box .txt-p {
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  section#about .top-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  section#about .top-box .box-list {
    display: flex;
    gap: 100px;
    margin: 0;
  }
  section#about .top-box .box-list li {
    width: 80%;
    margin: 0 auto;
  }
  section#about .top-box .box-list li:before {
    transform: translateX(50%) rotate(90deg);
    right: 50%;
    top: initial;
    bottom: -60px;
  }
  section#about .top-box .box-list li .list-img {
    height: 45vw;
  }
  section#about .top-box .box-list li .txt-h4 {
    margin-top: 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#about .mid-box {
    margin-top: 70px;
    width: 95%;
  }
  section#about .mid-box .txt-h3 {
    font-size: 24px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    justify-content: center;
  }
  section#about .mid-box .txt-h3:before {
    margin-right: 15px;
  }
  section#about .mid-box .txt-p {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  section#about .mid-box .in-box {
    width: 100%;
    margin: 30px auto 0;
  }
  section#about .mid-box .in-box .box-img {
    width: 100%;
    height: 46vw;
  }
  section#about .mid-box .in-box .box-txt {
    width: 100%;
    margin-top: 20px;
  }
  section#about .mid-box .in-box .box-txt .txt-h4 {
    text-align: center;
    border-width: 1.5px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
  }
  section#about .mid-box .in-box .box-txt .txt-p {
    text-align: start;
    letter-spacing: normal;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#about .mid-box .txt-color {
    text-align: center;
    line-height: 2em;
    margin: 50px 0;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#about .mid-box .txt-color::before {
    vertical-align: baseline;
  }
  section#about .mid-box .txt-color span {
    font-size: 22px;
    font-weight: 700;
  }
  section#about .mid-box .graph-img {
    margin-bottom: 20px;
  }
  section#about .mid-box .txt-end {
    letter-spacing: normal;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#about .mid-box .txt-end span {
    font-weight: 700;
  }
  section#about .bot-box {
    width: 100%;
    margin-top: 50px;
  }
  section#about .bot-box .txt-h3 {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#about .bot-box .txt-h3:before {
    vertical-align: baseline;
  }
  section#about .bot-box .box-list {
    width: 85%;
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  section#about .bot-box .box-list li {
    width: 100%;
    padding: 25px;
  }
  section#about .bot-box .box-list li .list-img {
    height: 41vw;
    margin-bottom: 20px;
  }
  section#about .bot-box .box-list li .txt-h4 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#about .bot-box .box-list li .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#about .bot-box .box-list li span {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
}
/*====================================================
section#features
====================================================*/
section#features {
  padding-top: 5vw;
  margin-top: -5vw;
}

section#features .inner {
  padding-top: 14vw;
}

section#features .ttl-box {
  position: relative;
  margin-bottom: 9vw;
}

section#features .ttl-box:after {
  content: "";
  background: url(../img/entori_features_icon02.webp) center no-repeat;
  background-size: 100%;
  width: 29.5vw;
  height: 29vw;
  position: absolute;
  right: 0;
  top: -12vw;
}

section#features .ttl-box .txt-h2 {
  padding-left: 2vw;
  font-size: clamp(22px, 2.5vw, 48px);
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 18.3vw;
  padding-right: 1em;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  color: #3E3A39;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#features .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_features_icon.webp) center no-repeat;
  background-size: 100%;
  width: 17.3vw;
  height: 19vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

section#features .ttl-box .txt-h2 span {
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section#features .ttl-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  margin: 1vw 0 0;
}

section#features .box {
  background: url(../img/features_box_bg.webp) top no-repeat;
  background-size: 100%;
  padding-bottom: 13vw;
}

section#features .top-box {
  width: 76.5%;
  margin: 0 auto;
}

section#features .top-box .box-img {
  width: 15.74vw;
  height: 21.7vw;
  min-width: 90px;
  min-height: 125px;
  margin: 0 auto 2.5vw;
}

section#features .top-box .txt-h3 {
  text-align: center;
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 4vw;
  border-bottom: solid 2px;
}

section#features .top-box .box-list {
  justify-content: space-between;
}

section#features .top-box .box-list li {
  background: #ffffff;
  width: 31%;
  border-radius: 1em;
  box-sizing: border-box;
  padding: 3vw 1.5vw;
}

section#features .top-box .box-list li .icon {
  width: auto;
  height: 10.13vw;
  text-align: center;
  overflow-x: clip;
}

section#features .top-box .box-list li .icon img {
  width: auto;
}

section#features .top-box .box-list li .txt-h4 {
  text-align: center;
  font-size: clamp(12px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-top: 1.5vw;
}

section#features .bot-box {
  width: 76.5%;
  margin: 0 auto;
  margin-top: 8vw;
}

section#features .bot-box .a-box .txt-h3 {
  font-size: clamp(16px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: solid 1px;
  letter-spacing: 4px;
  position: relative;
  padding-left: calc(4vw + 0.5em);
}

section#features .bot-box .a-box .txt-h3 span {
  display: block;
  font-size: clamp(10px, 0.85vw, 16px);
  line-height: 1;
  letter-spacing: 2px;
}

section#features .bot-box .a-box .txt-h3:before {
  content: "";
  background: url(../img/abox_h3_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 4vw;
  height: 4vw;
  min-width: 30px;
  min-height: 30px;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}

section#features .bot-box .a-box .txt-p {
  font-size: clamp(14px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

section#features .bot-box .a-box .txt-p span {
  color: red;
}

section#features .bot-box .a-box .box-list {
  justify-content: space-between;
  margin-top: 4vw;
}

section#features .bot-box .a-box .box-list li {
  width: 25%;
  text-align: center;
  position: relative;
}

section#features .bot-box .a-box .box-list li:after {
  content: "";
  background: url(../img/a-box_arrow.svg) center no-repeat;
  background-size: 100%;
  width: 3.3vw;
  height: 3.3vw;
  min-width: 20px;
  min-height: 20px;
  position: absolute;
  top: 50%;
  right: -6vw;
  transform: translateY(-50%);
}

section#features .bot-box .a-box .box-list li .icon {
  width: auto;
  height: 13.2vw;
}

section#features .bot-box .a-box .box-list li .icon img {
  width: auto;
}

section#features .bot-box .a-box .box-list li .txt-h4 {
  font-size: clamp(12px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 1.8vw;
}

section#features .bot-box .a-box .box-list li:last-child:after {
  content: none;
}

section#features .bot-box .a-box.b2 .txt-h3:before {
  content: "";
  background: url(../img/abox_h3_icon02.svg) center no-repeat;
  background-size: 100%;
}

section#features .bot-box .a-box.b3 .txt-h3:before {
  content: "";
  background: url(../img/abox_h3_icon03.svg) center no-repeat;
  background-size: 100%;
}

section#features .bot-box .a-box .b2-box-img {
  width: 85.5%;
  height: auto;
  margin: 4vw auto 0;
}

section#features .bot-box .a-box .b3-box-img {
  width: 93%;
  margin: 4vw 0 0;
}

section#features .bot-box .a-box:nth-child(n+2) {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#features .top-box {
    width: 85%;
  }
  section#features .bot-box {
    width: 85%;
  }
}
@media (max-width: 767px) {
  section#features {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#features .inner {
    padding-top: 60px;
  }
  section#features .ttl-box {
    margin-bottom: 40px;
  }
  section#features .ttl-box .txt-h2 {
    padding: 0;
    padding-left: 75px;
    padding-bottom: 10px;
    border-width: 2px;
    width: 100%;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#features .ttl-box:after {
    content: none;
  }
  section#features .box {
    background-size: cover;
    padding-bottom: 60px;
  }
  section#features .top-box {
    width: 90%;
  }
  section#features .top-box .box-img {
    margin-bottom: 20px;
  }
  section#features .top-box .txt-h3 {
    padding: 0 0.5em;
    margin-bottom: 30px;
    padding-bottom: 0.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .top-box .box-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  section#features .top-box .box-list li {
    width: 31%;
    padding: 15px;
  }
  section#features .top-box .box-list li .icon {
    height: 55px;
  }
  section#features .top-box .box-list li .txt-h4 {
    margin-top: 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .bot-box {
    width: 85%;
    margin-top: 50px;
  }
  section#features .bot-box .a-box .txt-h3 {
    padding-left: 40px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
  }
  section#features .bot-box .a-box .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#features .bot-box .a-box .box-list {
    margin-top: 30px;
    display: flex;
  }
  section#features .bot-box .a-box .box-list li {
    width: 31%;
  }
  section#features .bot-box .a-box .box-list li .txt-h4 {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#features .bot-box .a-box .box-list li::after {
    right: -17%;
  }
  section#features .bot-box .a-box .b2-box-img {
    width: 100%;
    margin: 30px auto 0;
  }
  section#features .bot-box .a-box .b3-box-img {
    width: 95%;
    margin: 30px auto 0;
  }
  section#features .bot-box .a-box:nth-child(n+2) {
    margin-top: 50px;
  }
}
/*====================================================
section#flow
====================================================*/
section#flow {
  padding-top: 14vw;
  margin-top: -14vw;
}

section#flow .inner {
  padding-top: 9.5vw;
}

section#flow .ttl-box {
  position: relative;
  margin-bottom: 4.2vw;
}

section#flow .ttl-box .txt-h2 {
  padding-left: 2vw;
  font-size: clamp(22px, 2.5vw, 48px);
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 19.3vw;
  padding-right: 1em;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  color: #3E3A39;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#flow .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_flow_icon.webp) center no-repeat;
  background-size: 100%;
  width: 23.2vw;
  height: 22.3vw;
  position: absolute;
  bottom: 0;
  left: -5vw;
}

section#flow .ttl-box .txt-h2 span {
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section#flow .ttl-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  margin: 1vw 0 0;
}

section#flow .top-box {
  width: 76.5%;
  margin: 0 auto;
}

section#flow .top-box .txt-h3 {
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
}

section#flow .top-box .box-list {
  flex-wrap: wrap;
  gap: 2.5vw;
  margin-top: 4.2vw;
}

section#flow .top-box .box-list li {
  width: 100%;
  background: #5CD5C5;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2.5vw 3vw;
  gap: 2.5vw;
  position: relative;
}

section#flow .top-box .box-list li::after {
  content: "";
  background: url(../img/flow_list_down.svg) center no-repeat;
  background-size: 100%;
  width: 3vw;
  height: 3vw;
  min-width: 32px;
  min-height: 28px;
  position: absolute;
  bottom: -2.3vw;
  left: 50%;
  transform: translateX(-50%);
}

section#flow .top-box .box-list li .list-icon {
  width: 10.83vw;
  height: 10.83vw;
  min-width: 50px;
  min-height: 50px;
}

section#flow .top-box .box-list li .list-img {
  width: 7.6vw;
  height: 7.6vw;
  min-width: 60px;
  min-height: 60px;
}

section#flow .top-box .box-list li .list-txt {
  width: 47vw;
}

section#flow .top-box .box-list li .list-txt .txt-h4 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: linear-gradient(transparent 70%, yellow 30%);
  display: inline-block;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1;
  color: #000000;
}

section#flow .top-box .box-list li .list-txt .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #000000;
}

section#flow .top-box .box-list li:last-child::after {
  content: none;
}

section#flow .bot-box {
  width: 76.5%;
  margin: 0 auto;
  margin-top: 7vw;
}

section#flow .bot-box .txt-h3 {
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}

section#flow .bot-box .txt-h3::before {
  content: "";
  background: url(../img/flow_icon_pc.svg) center no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 6vw;
  height: 4.3vw;
  min-width: 30px;
  min-height: 25px;
  margin-right: 0.8em;
}

section#flow .bot-box .txt-p {
  font-size: clamp(14px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

section#flow .bot-box .box-img {
  width: 100%;
  height: auto;
  margin-top: 3vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#flow .top-box {
    width: 85%;
  }
  section#flow .bot-box {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  section#flow {
    padding-top: 150px;
    margin-top: -150px;
  }
  section#flow .inner {
    padding-top: 50px;
  }
  section#flow .ttl-box {
    margin-bottom: 30px;
  }
  section#flow .ttl-box .txt-h2 {
    padding: 0;
    padding-left: 60px;
    padding-bottom: 10px;
    border-width: 2px;
    width: 100%;
    font-size: 18px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#flow .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#flow .ttl-box .txt-h2:before {
    width: 70px;
    height: 67px;
  }
  section#flow .top-box {
    width: 85%;
  }
  section#flow .top-box .txt-h3 {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#flow .top-box .box-list {
    display: flex;
    gap: 25px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  section#flow .top-box .box-list li {
    padding: 25px;
    flex-flow: column;
    align-items: center;
    gap: 15px;
  }
  section#flow .top-box .box-list li .list-icon {
    display: none;
  }
  section#flow .top-box .box-list li .list-img {
    order: 3;
  }
  section#flow .top-box .box-list li .list-txt {
    text-align: center;
    width: 100%;
    order: 2;
  }
  section#flow .top-box .box-list li .list-txt .txt-h4 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    position: relative;
    background: none;
    text-decoration: underline;
    -webkit-text-decoration-color: yellow;
    text-decoration-color: yellow;
    text-decoration-thickness: 8px;
    text-underline-offset: -1px;
    gap: 15px;
  }
  section#flow .top-box .box-list li .list-txt .txt-h4:before {
    content: "";
    background: url(../img/flow_icon01.svg) center no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  section#flow .top-box .box-list li .list-txt .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    text-align: start;
  }
  section#flow .top-box .box-list li:after {
    bottom: -20px;
  }
  section#flow .top-box .box-list li:nth-child(2) .list-txt .txt-h4:before {
    content: "";
    background: url(../img/flow_icon02.svg) center no-repeat;
    background-size: 100%;
  }
  section#flow .top-box .box-list li:nth-child(3) .list-txt .txt-h4:before {
    content: "";
    background: url(../img/flow_icon03.svg) center no-repeat;
    background-size: 100%;
  }
  section#flow .top-box .box-list li:nth-child(4) .list-txt .txt-h4:before {
    content: "";
    background: url(../img/flow_icon04.svg) center no-repeat;
    background-size: 100%;
  }
  section#flow .bot-box {
    width: 85%;
    margin-top: 50px;
  }
  section#flow .bot-box .txt-h3 {
    margin-bottom: 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#flow .bot-box .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#flow .bot-box .box-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
/*====================================================
section#price
====================================================*/
section#price {
  padding-top: 12vw;
  margin-top: -2vw;
}

section#price .inner {
  background: url(../img/price_bg.webp) top no-repeat;
  background-size: 100%;
  padding-top: 7vw;
  padding-bottom: 14vw;
}

section#price .ttl-box {
  position: relative;
  margin-bottom: 9vw;
}

section#price .ttl-box .txt-h2 {
  font-size: clamp(22px, 2.5vw, 48px);
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 17.3vw;
  padding-right: 1em;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  color: #3E3A39;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#price .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_price_icon.webp) center no-repeat;
  background-size: 100%;
  width: 20.85vw;
  height: 20.1vw;
  position: absolute;
  bottom: 0;
  left: -2vw;
}

section#price .ttl-box .txt-h2 span {
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section#price .ttl-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  margin: 1vw 0 0;
}

section#price .top-box {
  width: 76.5%;
  margin: 0 auto;
}

section#price .top-box .before .txt-h3 {
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
  margin-left: 2vw;
}

section#price .top-box .before .txt-h3:before {
  content: "";
  background: url(../img/price_h3_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 3vw;
  height: 3vw;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  margin-right: 0.5em;
}

section#price .top-box .before .box-img {
  width: 100%;
  height: auto;
  padding-bottom: 12vw;
  position: relative;
}

section#price .top-box .before .box-img:after {
  content: "";
  background: url(../img/price_arrow.svg) center no-repeat;
  background-size: 100%;
  width: 5.5vw;
  height: 5.5vw;
  min-width: 30px;
  min-height: 30px;
  position: absolute;
  bottom: 3.5vw;
  left: 50%;
  transform: translateX(-50%);
}

section#price .top-box .box-txt .txt-h3 {
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  background: #00A29A;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3.5em;
  border-radius: 5px;
}

section#price .top-box .box-txt .txt-h3 span {
  color: #FADF4B;
  font-size: clamp(32px, 3.31vw, 64px);
  position: relative;
  padding-left: 0.8em;
  margin-left: 0.5em;
  line-height: 1;
  padding-bottom: 2px;
}

section#price .top-box .box-txt .txt-h3 span:before {
  content: "/";
  font-size: clamp(24px, 2.5vw, 48px);
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

section#price .top-box .box-txt .txt-h3 span:after {
  content: "（税別）";
  font-size: clamp(16px, 1.67vw, 32px);
  color: #ffffff;
  display: inline-block;
}

section#price .top-box .box-txt .box-list {
  justify-content: space-between;
  margin-top: 1.5vw;
}

section#price .top-box .box-txt .box-list li {
  width: 32%;
  box-sizing: border-box;
  border: solid 1px #E0E0E0;
  background: #ffffff;
  padding: 3vw 2.5vw;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

section#price .top-box .box-txt .box-list li .list-img {
  width: 100%;
  height: 11.93vw;
  margin-bottom: 1.3vw;
}

section#price .top-box .box-txt .box-list li .txt-h4 {
  font-size: clamp(18px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 1px;
  padding-bottom: 6px;
  margin-bottom: 1vw;
}

section#price .top-box .box-txt .box-list li .txt-p {
  font-size: clamp(14px, 1.15vw, 22px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

section#price .bot-box {
  margin-top: 4vw;
}

section#price .bot-box > .txt-h3 {
  font-size: clamp(20px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: relative;
  width: 35vw;
  border-bottom: solid 3px;
  padding-right: 1em;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
  display: flex;
  align-items: center;
}

section#price .bot-box > .txt-h3:before {
  content: "";
  background: url(../img/price_h3_icon02.svg) center no-repeat;
  background-size: 100%;
  width: 3vw;
  height: 3vw;
  min-width: 28px;
  min-height: 28px;
  display: inline-block;
  margin-right: 0.5em;
}

section#price .bot-box .item-box {
  width: 89.5%;
  margin: 3vw auto 0;
}

section#price .bot-box .item-box .item-img {
  width: 12.3vw;
  height: 8.75vw;
  min-width: 110px;
  min-height: 85px;
}

section#price .bot-box .item-box .item-txt {
  margin-left: 3vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section#price .bot-box .item-box .item-txt .txt-h4 {
  font-size: clamp(18px, 1.67vw, 32px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-bottom: solid 2px;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

section#price .bot-box .item-box .item-txt .txt-h4 span {
  font-size: clamp(34px, 3.31vw, 64px);
  color: #00A29A;
  margin-left: 3vw;
  padding-bottom: 0.1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

section#price .bot-box .item-box .item-txt .txt-p {
  font-size: clamp(16px, 1.57vw, 30px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding-left: 0.5em;
}

section#price .bot-box .rule-box {
  width: 89.5%;
  margin: 4vw auto 0;
}

section#price .bot-box .rule-box .txt-h3 {
  font-size: clamp(18px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

section#price .bot-box .rule-box .txt-h3:before {
  content: "";
  background: url(../img/price_h3_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 3vw;
  height: 3vw;
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  margin-right: 0.5em;
}

section#price .bot-box .rule-box .box-img {
  width: 92%;
  height: auto;
  margin: 2vw 0 0;
  margin-left: 2.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#price .inner {
    background-size: cover;
  }
  section#price .top-box {
    width: 85%;
  }
  section#price .top-box .box-txt .box-list {
    flex-wrap: wrap;
    gap: 2vw 0;
  }
  section#price .top-box .box-txt .box-list li {
    width: 49%;
  }
  section#price .bot-box .item-box .item-txt {
    margin-left: 3vw;
  }
}
@media (max-width: 767px) {
  section#price {
    padding-top: 190px;
    margin-top: -150px;
    position: relative;
    z-index: 3;
  }
  section#price .inner {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  section#price .ttl-box {
    margin-bottom: 40px;
  }
  section#price .ttl-box .txt-h2 {
    width: 100%;
    padding: 0;
    padding-left: 75px;
    padding-bottom: 10px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#price .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#price .top-box {
    width: 90%;
  }
  section#price .top-box .before .txt-h3 {
    margin: 0;
    margin-bottom: 25px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#price .top-box .before .box-img {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  section#price .top-box .before .box-img:after {
    bottom: 40px;
  }
  section#price .top-box .box-txt {
    width: 95%;
    margin: 0 auto;
  }
  section#price .top-box .box-txt .txt-h3 {
    flex-wrap: wrap;
    line-height: initial;
    padding: 20px 15px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#price .top-box .box-txt .txt-h3 span {
    margin: 0;
    margin-top: 15px;
    padding-left: 0;
  }
  section#price .top-box .box-txt .txt-h3 span:before {
    content: none;
  }
  section#price .top-box .box-txt .box-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
  }
  section#price .top-box .box-txt .box-list li {
    width: 100%;
    padding: 22px;
  }
  section#price .top-box .box-txt .box-list li .list-img {
    width: 100%;
    height: 36vw;
    margin-bottom: 20px;
  }
  section#price .top-box .box-txt .box-list li .txt-h4 {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#price .top-box .box-txt .box-list li .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#price .bot-box {
    margin-top: 60px;
  }
  section#price .bot-box > .txt-h3 {
    width: 100%;
    border-width: 2px;
    padding: 0;
    padding-bottom: 0.5em;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#price .bot-box .item-box {
    width: 95%;
    margin: 30px auto 0;
  }
  section#price .bot-box .item-box .item-img {
    margin-bottom: 0px;
    margin: 0 auto 30px;
  }
  section#price .bot-box .item-box .item-txt {
    margin-left: 0;
    width: 100%;
  }
  section#price .bot-box .item-box .item-txt .txt-h4 {
    padding-left: 0;
    justify-content: center;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 12px;
    width: 100%;
  }
  section#price .bot-box .item-box .item-txt .txt-p {
    padding-left: 0;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#price .bot-box .rule-box {
    width: 95%;
    margin: 50px auto 0;
  }
  section#price .bot-box .rule-box .txt-h3 {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#price .bot-box .rule-box .box-img {
    width: 100%;
    margin: 20px auto 0;
  }
  section#price .bot-box .rule-box .box-img img {
    border: solid 2px #000000;
  }
}
/*====================================================
section#case
====================================================*/
section#case {
  padding-top: 14vw;
  margin-top: -14vw;
}

section#case .inner {
  padding-top: 5vw;
  padding-bottom: 10vw;
}

section#case .ttl-box {
  position: relative;
  margin-bottom: 4.2vw;
}

section#case .ttl-box .txt-h2 {
  padding-left: 2vw;
  font-size: clamp(22px, 2.5vw, 48px);
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: solid 3px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 16.3vw;
  padding-right: 6em;
  padding-bottom: 1.5vw;
  box-sizing: border-box;
  color: #3E3A39;
  -o-border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image: linear-gradient(to right, #356CB4, #5CD5C5);
  border-image-slice: 1;
}

section#case .ttl-box .txt-h2:before {
  content: "";
  background: url(../img/entori_case_icon.webp) center no-repeat;
  background-size: 100%;
  width: 20.85vw;
  height: 20.1vw;
  position: absolute;
  bottom: 0;
  left: -3vw;
}

section#case .ttl-box .txt-h2 span {
  display: block;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}

section#case .ttl-box .txt-p {
  font-size: clamp(14px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 8px;
  margin: 1vw 0 0;
}

section#case .top-box {
  width: 76.5%;
  margin: 0 auto;
}

section#case .top-box .box-img {
  width: 47%;
  height: 20.55vw;
}

section#case .top-box .box-img img {
  border-radius: 0.8em;
}

section#case .top-box .box-txt {
  width: 40%;
  margin-left: 5%;
}

section#case .top-box .box-txt .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

section#case .top-box .box-txt .txt-p span {
  font-weight: 700;
}

section#case .top-box .box-txt .link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background: #00A29A;
  border-radius: 50px;
  width: 10.5vw;
  height: 3vw;
  min-width: 130px;
  min-height: 35px;
  margin: 0 auto;
  margin-top: 2vw;
  box-sizing: border-box;
  border: solid 2px #00A29A;
  transition: 0.5s;
}

section#case .top-box .box-txt .link svg {
  margin-left: 1vw;
  width: 0.8vw;
  height: 1.05vw;
  min-width: 7px;
  min-height: 10px;
}

section#case .top-box .box-txt .link:hover {
  background: #ffffff;
  color: #00A29A;
}

section#case .top-box .box-txt .link:hover svg path {
  fill: #00A29A;
}

section#case .bot-box {
  width: 76.5%;
  margin: 5vw auto 0;
}

section#case .bot-box .txt-h3 {
  font-size: clamp(20px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3vw;
}

section#case .bot-box .txt-h3:before {
  content: "";
  background: url(../img/case_h3_icon01.svg) center no-repeat;
  background-size: 100%;
  width: 5.4vw;
  height: 4.7vw;
  min-width: 30px;
  min-height: 23px;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}

section#case .bot-box .score-box .box-img {
  width: 46%;
  height: 20.65vw;
  border: solid 1px #cdcdcd;
  box-sizing: border-box;
}

section#case .bot-box .score-box .box-txt {
  width: 46.5%;
  margin-left: 3%;
}

section#case .bot-box .score-box .box-txt .txt-p {
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  color: #000000;
  letter-spacing: 2px;
}

section#case .bot-box .score-box .box-txt .txt-p span {
  font-weight: 700;
}

section#case .bot-box .score-box .box-txt .txt-p.bn {
  border: none;
}

section#case .bot-box .score-box .box-txt .txt-end {
  font-size: clamp(12px, 1.05vw, 20px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: end;
  letter-spacing: 2px;
  color: #000000;
}

section#case .banner-box {
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  margin-top: 8vw;
}

section#case .banner-box a {
  width: 49%;
  height: 13.5vw;
  box-sizing: border-box;
  transition: 0.5s;
  display: flex;
}

section#case .banner-box a img {
  border-radius: 1em;
  box-sizing: border-box;
  border: solid 2px #356CB4;
}

section#case .banner-box a.bn {
  border: none;
}

section#case .banner-box a.bn img {
  border: none;
}

section#case .banner-box a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#case .top-box {
    width: 85%;
  }
  section#case .top-box .box-img {
    width: 47%;
    height: 22.55vw;
  }
  section#case .top-box .box-txt {
    width: 45%;
    margin-left: 5%;
  }
}
@media (max-width: 767px) {
  section#case {
    position: relative;
    z-index: 2;
    background: white;
    padding-top: 150px;
    margin-top: -150px;
  }
  section#case::before {
    content: "";
    background: rgba(221, 241, 246, 0.09);
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  section#case .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  section#case .ttl-box {
    margin-bottom: 30px;
  }
  section#case .ttl-box .txt-h2 {
    padding: 0;
    padding-left: 70px;
    padding-bottom: 10px;
    width: 100%;
    border-width: 2px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#case .ttl-box .txt-h2 span {
    letter-spacing: 1px;
    font-weight: 400;
  }
  section#case .top-box {
    width: 85%;
    margin: 0 auto;
  }
  section#case .top-box .box-img {
    width: 100%;
    height: 48vw;
  }
  section#case .top-box .box-txt {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  section#case .top-box .box-txt .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#case .top-box .box-txt .txt-p span {
    font-weight: 700;
  }
  section#case .top-box .box-txt .link {
    margin-top: 30px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
  }
  section#case .top-box .box-txt .link svg {
    margin-left: 10px;
  }
  section#case .bot-box {
    width: 90%;
    margin: 50px auto 0;
  }
  section#case .bot-box .txt-h3 {
    margin-bottom: 30px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#case .bot-box .score-box {
    width: 95%;
    margin: 0 auto;
  }
  section#case .bot-box .score-box .box-img {
    width: 100%;
    height: 50vw;
  }
  section#case .bot-box .score-box .box-txt {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  section#case .bot-box .score-box .box-txt .txt-p {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  section#case .bot-box .score-box .box-txt .txt-p span {
    font-weight: 700;
  }
  section#case .bot-box .score-box .box-txt .txt-end {
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
  }
  section#case .banner-box {
    width: 85%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  section#case .banner-box a {
    width: 100%;
    height: 27.5vw;
  }
  section#case .banner-box a img {
    border-radius: 6px;
  }
}
/*====================================================
section#contact
====================================================*/
section#contact {
  padding-top: 3vw;
  margin-top: -3vw;
}

section#contact .inner {
  padding-top: 6vw;
  padding-bottom: 12vw;
}

section#contact .txt-h2 {
  text-align: center;
  font-size: clamp(20px, 1.88vw, 36px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

section#contact .box {
  width: 65%;
  margin: 5vw auto 0;
}

section#contact .lp_form {
  margin-bottom: 3vw;
}

section#contact .lp_form:last-child {
  margin-bottom: 0;
}

section#contact .lp_form dt, section#contact .lp_form dd {
  font-size: clamp(14px, 1.25vw, 24px);
  margin: 0;
  width: 100%;
}

section#contact .lp_form dt {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

section#contact .lp_form dt.required:before {
  content: "必須";
  display: flex;
  width: 48px;
  height: 25px;
  background: #FF6262;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-radius: 8px;
  margin-right: 15px;
}

section#contact .lp_form dd {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  height: 3.5vw;
  min-height: 35px;
}

section#contact .lp_form dd span {
  font-size: clamp(12px, 0.85vw, 16px);
}

section#contact .lp_form dd input {
  width: 100%;
  height: 100%;
  border: solid 1px #E3E3E3;
  padding: 0px 15px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

section#contact .lp_form dd select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 3.35vw;
  min-height: 35px;
  padding: 0px 20px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border: solid 1px #E3E3E3;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #ffffff;
}

section#contact .lp_form dd textarea {
  width: 100%;
  height: 100%;
  border: solid 1px #E3E3E3;
  padding: 10px 15px;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

section#contact .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

section#contact .lp_form.lp_form03 dd .wpcf7-form-control-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section#contact .lp_form.lp_form03 {
  margin-bottom: 15px;
}

section#contact .lp_form.lp_form03 dd {
  width: 100%;
  height: auto;
  min-height: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

section#contact .lp_form.lp_form03 dd input {
  width: 220px;
  height: 3.35vw;
  min-height: 35px;
  margin: 0px 15px;
}

section#contact .lp_form.lp_form04 dd {
  width: 100%;
  height: auto;
  min-height: initial;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5vw;
}

section#contact .lp_form.lp_form04 dd .wforms_images {
  width: 162px;
  height: 45px;
  cursor: pointer;
}

section#contact .lp_form.lp_form04 dd .wforms_images:hover {
  opacity: 0.8;
}

section#contact .lp_form.lp_form04 dd span {
  margin-top: 0;
  display: block;
}

section#contact .lp_form.lp_form10 dd {
  height: 25vw;
  min-height: 250px;
}

section#contact .mw_wp_form_preview .lp_form {
  margin: 0 0 30px;
}

section#contact .mw_wp_form_preview .lp_form dt {
  margin-bottom: 5px;
}

section#contact .mw_wp_form_preview .lp_form dd {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: initial;
}

section#contact .mw_wp_form_preview .lp_form dd span {
  display: none;
}

section#contact .mw_wp_form_preview .lp_form.lp_form04 {
  display: none;
}

section#contact .mw_wp_form_preview .lp_form.lp_form10 dd {
  min-height: initial;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

section#contact .btns {
  text-align: center;
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2vw;
}

section#contact .btns input.btn {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12vw;
  height: 3.4vw;
  min-width: 150px;
  min-height: 45px;
  background: #00A29A;
  color: #ffffff;
  border-radius: 70px;
  border: solid 2px #00A29A;
  font-size: clamp(14px, 1.25vw, 24px);
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  cursor: pointer;
  pointer-events: painted;
  transition: 1s;
}

section#contact .btns input.btn:hover {
  background: #ffffff;
  color: #00A29A;
}

section#contact .wpcf7 form .wpcf7-response-output {
  width: 65%;
  margin: 2em auto 1em;
  text-align: center;
}

section#contact .wpcf7 form .wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  section#contact .box {
    width: 85%;
  }
  section#contact .lp_form dd {
    width: 100%;
  }
  section#contact .lp_form.lp_form10 dd {
    width: 100%;
  }
  section#contact .btns input.btn {
    width: 230px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  section#contact {
    padding-top: 80px;
    margin-top: -40px;
  }
  section#contact .inner {
    padding: 40px 0 80px;
  }
  section#contact .box {
    width: 85%;
    margin: 30px auto 0;
  }
  section#contact .lp_form {
    margin-bottom: 30px;
  }
  section#contact .lp_form dt {
    margin-bottom: 10px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
  }
  section#contact .lp_form dt.required:before {
    font-size: 10px;
    width: 40px;
    height: 20px;
    border-radius: 7px;
  }
  section#contact .lp_form dd {
    width: 100%;
  }
  section#contact .lp_form dd input {
    padding: 0 5px;
    border-radius: 5px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form dd select {
    padding: 0 20px 0 5px;
    border-radius: 5px;
    height: 100%;
    min-height: initial;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form dd textarea {
    padding: 5px;
    border-radius: 5px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form dd span {
    display: block;
    margin-top: 4px;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
  }
  section#contact .lp_form.lp_form03 {
    margin-bottom: 10px;
  }
  section#contact .lp_form.lp_form03 dd input {
    width: 150px;
    margin: 0px 10px;
  }
  section#contact .lp_form.lp_form04 dd .wforms_images {
    width: 110px;
    height: 32px;
  }
  section#contact .lp_form.lp_form04 dd span {
    margin-top: 0px;
  }
  section#contact .lp_form.lp_form10 dd {
    width: 100%;
  }
  section#contact .btns {
    margin-top: 50px;
  }
  section#contact .btns input.btn {
    width: 150px;
    height: 45px;
    font-size: 16px;
    padding: 0;
  }
}
/*# sourceMappingURL=video.css.map */