/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@-webkit-keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes slide_up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slide_down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes blur_up {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes blur_down {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes blur_left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
.slide_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_slide_up {
  -webkit-animation-name: slide_up;
          animation-name: slide_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_slide_down {
  -webkit-animation-name: slide_down;
          animation-name: slide_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.slide_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_slide_right {
  -webkit-animation-name: slide_right;
          animation-name: slide_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.slide_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_slide_left {
  -webkit-animation-name: slide_left;
          animation-name: slide_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  opacity: 0;
}

.animate_blur {
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.blur_up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.animate_blur_up {
  -webkit-animation-name: blur_up;
          animation-name: blur_up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_down {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.animate_blur_down {
  -webkit-animation-name: blur_down;
          animation-name: blur_down;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.blur_right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.animate_blur_right {
  -webkit-animation-name: blur_right;
          animation-name: blur_right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.blur_left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.animate_blur_left {
  -webkit-animation-name: blur_left;
          animation-name: blur_left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.contarea {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sp_contarea {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.s-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.paragraph-group {
  display: block;
}

.paragraph {
  display: inline-block;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #c60000;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  font-weight: 900;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

html {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
  background: #fcfaf0;
}
html ::-moz-selection {
  background: #ad8958;
  color: #ffffff;
}
html ::selection {
  background: #ad8958;
  color: #ffffff;
}

body {
  position: relative;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.75;
}
body.active {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.header_wrap {
  position: relative;
  background: url(../images/bg_mv.png) center no-repeat;
  background-size: 60%;
  background-position: 100% 25%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    background: url(../images/bg_mv.png) center no-repeat;
    background-size: 90%;
    background-position: 130% 100%;
    margin: 0 auto;
  }
}

.header {
  position: relative;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 56px;
  }
}
.header_inner {
  padding: 0 5vw;
}
.header_container {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_logo {
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 200px;
  }
}
.header_logo img {
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .header .btn_sodan {
    width: max(30vw, 110px);
    height: calc(100% + 5px);
    position: absolute;
    right: 0;
    top: -5px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .header .btn_sodan {
    width: 300px;
    height: calc(100% + 5px);
    position: absolute;
    right: 2vw;
    top: -5px;
    text-align: center;
  }
}
.header .btn_sodan a {
  color: #ffffff;
  line-height: 1.2;
  display: block;
  background: #c60000;
  border-radius: 0 0 9px 9px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: clamp(12px, 2.5vw, 20px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .header .btn_sodan a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 900;
  }
}
@media print, screen and (min-width: 768px) {
  .header .btn_sodan a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.1em;
  }
}
.header .btn_sodan a:hover {
  opacity: 0.7;
}

.contact {
  position: relative;
}
.contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .contact_area {
    background: url(../images/bg_cta.png) no-repeat center center/cover;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_area {
    background: url(../images/bg_cta.png) no-repeat left top/cover;
    padding: 60px 0;
  }
}
.contact_content {
  background: #ffffff;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: min(10vw, 160px);
  padding-right: min(10vw, 160px);
  text-align: center;
  border-radius: 16px;
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .contact_content {
    margin: 0 5vw;
    padding: 5vh 5vw;
  }
}
.contact_content p {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_content p {
    margin-bottom: 16px;
  }
}
.contact_content img {
  max-width: 400px;
  margin-bottom: 24px;
}
.contact_content_last {
  background: none;
  color: #ffffff;
}
.contact_content_last p {
  font-size: 16px;
}
.contact_last {
  background: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
.cta img {
  width: 50%;
  margin-bottom: 10px;
}
.cta_mv {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0;
}
.cta_mv img {
  width: 50%;
  margin-bottom: 10px;
}

.btn_r {
  background-color: #c60000;
  border-radius: 8px;
  padding: 20px 40px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_r_a {
  color: #ffffff;
  line-height: 1;
  display: block;
  font-size: clamp(14px, 4.5vw, 20px);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.btn_r_a:hover {
  opacity: 0.7;
}
.btn_r::after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat center center/contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 1em;
}
.btn_w {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .btn_w {
    margin-bottom: 24px;
  }
}
.btn_w::after {
  content: "";
  background: url(../images/icon_arrow_b.svg) no-repeat center center/contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 1em;
}
.btn_w_a {
  color: #333333;
  line-height: 1;
  display: block;
  font-size: clamp(13px, 4vw, 16px);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.btn_w_a:hover {
  opacity: 0.7;
}

h2.title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  text-align: left;
  margin-bottom: 64px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  h2.title {
    margin-bottom: 36px;
  }
}
h2.title span {
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.01em;
  color: #ad8958;
  line-height: 2;
}
h2.title span::before {
  content: "";
  background: url(../images/icon_tit.svg) no-repeat center center/contain;
  display: inline-block;
  width: 2%;
  height: 10px;
  margin-right: 0.7em;
}

.mv {
  position: relative;
}
.mv_wrap {
  position: relative;
  max-width: 1500px;
  padding: 10vh 5vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv_wrap {
    padding: 2vh 5vw;
    padding-bottom: min(43vh, 340px);
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mv_container {
    margin-bottom: 16px;
  }
}
.mv_copy {
  font-weight: 900;
}
.mv_copy h2 {
  font-size: clamp(32px, 4vw, 60px);
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv_copy h2 {
    margin-bottom: 16px;
  }
}
.mv_copy p {
  font-size: clamp(13px, 2vw, 20px);
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mv_copy p {
    margin: 0;
  }
}

.main_wrap {
  position: relative;
  max-width: 1500px;
  padding: 10vh 3vw 10vh 3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main_wrap {
    padding: 5vh 5vw;
  }
}

.benefits {
  position: relative;
}
.benefits_wrap {
  position: relative;
  max-width: 1500px;
  padding: 10vh 3vw;
  margin: 0 auto;
}
.benefits_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .benefits_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .benefits_container .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .benefits_container .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .benefits_container .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .benefits_container .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .benefits_container .order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .benefits_container .order6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .benefits_container .order7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .benefits_container .order8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
.benefits_img {
  width: 50%;
  padding: 5%;
  mix-blend-mode: multiply;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .benefits_img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .benefits_img {
    width: 100%;
  }
}
.benefits_content {
  width: 50%;
}
.benefits_content_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.benefits_content_icon {
  width: auto;
  height: 68px;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .benefits_content {
    width: 50%;
    padding: 5% 5% 5% 10%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .benefits_content {
    width: min(100%, 450px);
    padding: 5%;
  }
}
.benefits_content_txt p {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .benefits_content_txt p {
    margin-bottom: 16px;
  }
}
.benefits_content_txt ul {
  padding-left: 30px;
}
.benefits_content_txt li {
  line-height: 1.3;
  list-style-type: disc;
  margin-bottom: 16px;
}
.benefits_content_txt .note {
  font-size: clamp(11px, 2vw, 13px);
}
.benefits_content h3 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .benefits_content h3 {
    margin-bottom: 16px;
  }
}

.newscheme {
  padding-bottom: 1vh;
}
.newscheme_container p {
  margin-bottom: 3rem;
}
.newscheme_img {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.plan_container p {
  margin-bottom: 3rem;
}
.plan_table {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
}
.plan_table table {
  width: 100%;
  border-collapse: collapse;
}
.plan_table th, .plan_table td {
  border: 1px solid #ad8958;
  padding: 10px 5px;
  line-height: 1.3;
}
.plan_table thead th {
  background-color: #ad8958;
  color: #fff;
}
.plan_table tbody th,
.plan_table tbody td {
  background-color: #fff;
  text-align: center;
}
.plan_table caption {
  caption-side: bottom;
  text-align: left;
}
.plan_table .note {
  font-size: 11px;
  color: #c60000;
}

.usecase {
  position: relative;
}
.usecase_bg {
  background: #e2dacc;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .usecase_bg {
    border-radius: 0 0 20px 20px;
  }
}
.usecase_subttl {
  margin-bottom: 3rem;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .usecase_subttl {
    margin-bottom: 20px;
  }
}
.usecase_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .usecase_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .usecase_container .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .usecase_container .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .usecase_container .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .usecase_container .order4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.usecase_img {
  width: 50%;
  padding: 5%;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .usecase_img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .usecase_img {
    width: 100%;
  }
}
.usecase_text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .usecase_text {
    width: min(100%, 530px);
    padding: 5% 0;
  }
}
.usecase_text h3 {
  margin-bottom: 24px;
}
.usecase_text p {
  margin-bottom: 40px;
}
.usecase_list {
  margin-bottom: 3rem;
}
.usecase_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
  border-bottom: 1px solid #ad8958;
}
.usecase_item h3, .usecase_item p {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.3;
  margin-bottom: 0;
}
.usecase_item h3 {
  min-width: 20%;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.usecase_item p {
  font-weight: 900;
}

.solution {
  position: relative;
}
.solution_bg {
  background: #e2dacc;
  border-radius: 40px 40px 0 0;
  background-image: url(..//images/bg_sol.png);
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: 110% 100%;
}
@media screen and (max-width: 767px) {
  .solution_bg {
    border-radius: 20px 20px 0 0;
    background: #e2dacc;
    background-image: url(..//images/bg_sol_sp.png);
    background-size: auto 33vh;
    background-repeat: no-repeat;
    background-position: 50% 125%;
  }
}
.solution_wrap {
  max-width: 1500px;
  padding: 10vh 3vw 20vh 3vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .solution_wrap {
    padding: 5vh 5vw 20vh 5vw;
  }
}
.solution_container p {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .solution_container p {
    margin-bottom: 24px;
  }
}
.solution ul {
  margin-left: 5vw;
}
@media screen and (max-width: 767px) {
  .solution ul {
    margin: 0;
  }
}
.solution_text {
  position: relative;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
  padding-left: 24px;
  margin-bottom: 24px;
}
.solution_text::before {
  content: "";
  background: url(../images/icon_tit.svg) no-repeat center center/contain;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 0;
}

.background_minttl {
  color: #ad8958;
  font-size: clamp(12px, 3vw, 16px);
}
.background_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
}
.background_list_item {
  padding: 30px 0;
}
.background_list_img {
  display: block;
  text-align: center;
}
.background_list_img img {
  width: 100%;
  max-width: 94px;
  height: auto;
}
.background_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  text-align: center;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 900;
}
.background_list_txt {
  text-align: justify;
}
@media print, screen and (min-width: 768px) {
  .background_minttl {
    margin-top: -40px;
  }
  .background_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .background_list_item {
    width: 30%;
  }
  .background_list_img {
    margin-bottom: 35px;
  }
  .background_list_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .background_minttl {
    margin-top: -20px;
  }
  .background_list_img {
    margin-bottom: 16px;
  }
  .background_list_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
  }
}

.function_bg {
  background: #e2dacc;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .function_bg {
    border-radius: 20px 20px 0 0;
  }
}
.function_container {
  width: min(80%, 1000px);
  margin: 0 auto;
  text-align: center;
  padding: 10vh 0;
}
@media screen and (max-width: 767px) {
  .function_container {
    padding: 5vh 0;
  }
}
.function_container h3 {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .function_container h3 {
    margin-bottom: 28px;
  }
}
.function_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.function_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  width: 26%;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .function_item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .function_item {
    width: 28%;
    display: block;
    margin-bottom: 24px;
  }
}
.function_item img {
  width: 90px;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .function_item img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .function_item img {
    margin-bottom: 8px;
  }
}
.function_item p {
  margin-left: 16px;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .function_item p {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .function_item p {
    margin: 0;
  }
}

.flow {
  position: relative;
}
.flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3vh 0;
}
@media screen and (max-width: 767px) {
  .flow_item {
    display: block;
  }
}
.flow_item h3 {
  min-width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .flow_item h3 {
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .flow_item h3 {
    margin-bottom: 12px;
  }
}
.flow_item h3 span {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .flow_item h3 span {
    width: max(13vw, 50px);
  }
}
.flow_item p {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .flow_item p {
    margin-left: max(13vw, 50px);
  }
}
.flow_item + .flow_item {
  border-top: 1px solid #ad8958;
}

.faq {
  position: relative;
}
.faq_item {
  padding: 3vh 0;
  border-bottom: 1px solid #ad8958;
}
.faq_item_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq_item_q {
    margin-bottom: 20px;
  }
}
.faq_item_q img {
  width: 40px;
}
.faq_item_q p {
  margin-left: 24px;
  font-weight: 900;
}
.faq_item_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq_item_a img {
  width: 40px;
}
.faq_item_a p {
  margin-left: 24px;
}
.faq_contact .contact_content {
  margin-right: auto;
  margin-left: auto;
  padding: 5vh 0;
  background-color: transparent;
}
.faq_contact .contact_content h3 {
  margin-bottom: 8px;
}
.faq_contact .contact_content p {
  font-weight: 500;
  font-size: 16px;
}

.company {
  position: relative;
  margin-top: 40px;
}
.company_bg {
  background: #e2dacc;
  border-radius: 40px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .company_bg {
    border-radius: 20px 20px 0 0;
  }
}
.company_ttl {
  margin-bottom: 2rem;
}
.company_text {
  margin-bottom: 3rem;
}
.company_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5vh 0;
}
@media screen and (max-width: 767px) {
  .company_item {
    padding: 3vh 0;
  }
}
.company_item h3 {
  min-width: 30%;
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 2;
}
.company_item + .company_item {
  border-top: 1px solid #ad8958;
}

.keyplayers_container p {
  margin-bottom: 3rem;
}
.keyplayers_table {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4rem;
}
.keyplayers_table table {
  width: 100%;
  border-collapse: collapse;
}
.keyplayers_table th, .keyplayers_table td {
  width: 50%;
  border: 1px solid #ad8958;
  padding: 10px 5px;
  line-height: 1.3;
}
.keyplayers_table thead th {
  background-color: #ad8958;
  color: #fff;
}
.keyplayers_table tbody th,
.keyplayers_table tbody td {
  background-color: #fff;
  text-align: center;
}
.keyplayers_table caption {
  caption-side: bottom;
  text-align: left;
}
.keyplayers_table .note {
  font-size: 13px;
}
.keyplayers_desc h3 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.keyplayers_desc p {
  margin-bottom: 0;
}
.keyplayers_desc ul {
  padding-left: 30px;
}
.keyplayers_desc li {
  line-height: 1.3;
  list-style-type: disc;
  margin-bottom: 4px;
}

.footer {
  position: relative;
  background: #333333;
  padding: 20px 60px 60px 60px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 5vw 60px 5vw;
  }
}
.footer .f_wrap {
  position: relative;
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .footer .f_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_wrap {
    display: block;
    font-size: 11px;
  }
}
.footer .f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .footer .f_nav {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_nav {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_nav li {
    padding-right: 10px;
  }
  .footer .f_nav li:last-child {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer .f_nav li {
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .footer .f_nav li:last-child {
    padding: 0;
  }
}
.footer .f_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1169px) and (min-width: 767px) {
  .footer .f_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .f_right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .f_esu2_logo {
  text-align: center;
}
.footer .f_esu2_logo img {
  width: 56px;
}
.footer .footer_copy {
  margin-left: 18px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  border: 1px solid #333333;
  background: #fff;
  padding: 5px 10px;
}

textarea {
  height: 130px;
}

.box_radio input[type=radio] {
  display: none;
}
.box_radio input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
  background: #ad8958;
  left: 5px;
}
.box_radio label {
  position: relative;
  display: block;
  padding: 7px 10px 7px 35px;
}
.box_radio label::before, .box_radio label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 100%;
}
.box_radio label::before {
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #333333;
  left: 0;
}

.area_contact .contarea {
  max-width: 880px;
}
.area_contact .tit_contact {
  background: #333333;
  margin-bottom: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.area_contact .area_form {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.area_contact .list_form dt {
  font-weight: 900;
}
.area_contact .list_form .req {
  display: inline-block;
  padding: 0 15px;
  margin-left: 5px;
  border: 1px solid #c60000;
  color: #c60000;
  font-size: 13px;
  font-weight: normal;
}
.area_contact .btn_submit {
  position: relative;
  display: block;
  width: 245px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 60px;
  border: none;
  background: #c60000;
  margin: 0 auto;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
.area_contact .btn_submit.back {
  background: #333;
}
.area_contact .btn_submit:hover {
  background: #333333;
}
.area_contact .btn_submit::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .area_contact {
    padding: 60px 0;
  }
  .area_contact .sp_lead img {
    max-width: 280px;
  }
  .area_contact .list_form dt {
    margin-bottom: 5px;
  }
  .area_contact .list_form dd {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .area_contact {
    padding: 80px 0;
  }
  .area_contact .tit_contact {
    font-size: 20px;
  }
  .area_contact .list_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area_contact .list_form dt {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 30px;
  }
  .area_contact .list_form dd {
    width: calc(100% - 200px);
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */