@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+Antique&display=swap");
/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    reset
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.2222222222vw;
  }
}

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

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  color: #211815;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

img, object, picture, svg {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* ------------------------------
    base
------------------------------ */
html, body {
  min-height: 100vh;
}

body {
  color: #211815;
  font-size: 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 35rem;
  }
}

section {
  position: relative;
}

main {
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

.wrap {
  width: 130rem;
  max-width: 90%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.wrap._small {
  width: 102rem;
}

p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.6rem;
  line-height: 1.8;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.bold, strong {
  font-weight: bold;
}

.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .fade {
    transition: opacity 0.3s ease;
  }
  .fade:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  main {
    overflow: hidden;
  }
  input, textarea, select, .select {
    font-size: max(1.6rem, 16px) !important;
  }
}
/* ------------------------------
    header
------------------------------ */
#header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #header {
    top: auto;
    right: auto;
    bottom: 0;
    left: -1px;
  }
}
#header .btn {
  background: url("../img/nav.svg") no-repeat right top/contain;
  width: 15rem;
  height: 13rem;
  translate: 0 0;
  text-align: center;
  transition: translate 0.6s ease;
}
@media screen and (max-width: 767px) {
  #header .btn {
    background: url("../img/nav_sp.svg") no-repeat left bottom/contain;
    width: 18rem;
    height: 6rem;
  }
}
#header .btn a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 1.8em;
}
@media screen and (max-width: 767px) {
  #header .btn a {
    padding-top: 1.5em;
    padding-right: 2em;
    font-size: 1.4rem;
  }
}
#header.is-hide .btn {
  translate: 100% -100%;
}
@media screen and (max-width: 767px) {
  #header.is-hide .btn {
    translate: -100% 100%;
  }
}

/* ------------------------------
    footer
------------------------------ */
#footer {
  background: #efeee8;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 6rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: -15rem;
    padding-top: 15rem;
    padding-bottom: 8rem;
  }
}
#footer .wrap {
  width: 90%;
  margin: 0;
}
#footer .flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #footer .flex {
    flex-direction: column;
  }
  #footer .flex_l {
    width: 100%;
  }
}
#footer .flex .pict {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  #footer .flex .pict {
    width: 20rem;
  }
}
#footer .flex .copy {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1em;
}
#footer .flex .name {
  font-size: 1.6rem;
}
#footer .flex .name strong {
  font-size: 2.2rem;
  font-weight: 600;
}
#footer .flex .tel {
  background: #fff;
  border-radius: 2rem;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #footer .flex .tel {
    padding: 2rem 3rem;
  }
}
#footer .flex .tel .txt {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #footer .flex .tel .txt {
    font-size: 1.6rem;
  }
}
#footer .flex .tel .link {
  font-family: "Montserrat", sans-serif;
  color: #fd1800;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
}
#footer .flex .tel .link a {
  color: #fd1800;
}
#footer .flex .tel .link .ico {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  vertical-align: 0.1em;
}
@media screen and (max-width: 767px) {
  #footer .flex .tel .link {
    font-size: 4rem;
  }
}
#footer .flex .tel .small {
  color: #fd1800;
  font-size: 1.2rem;
  font-weight: 600;
}
#footer .flex .tel .small .en {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  #footer .flex .tel .small {
    font-size: 1.4rem;
  }
}
#footer .flex .mail {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #footer .flex .mail {
    font-size: 1.8rem;
  }
}
#footer .flex .mail .ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: 0.1em;
}

/* ------------------------------
    main
------------------------------ */
.ttl_sec {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
.ttl_sec .en {
  font-family: "Montserrat", sans-serif;
  color: #fd1800;
  font-size: 7.2rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}
.ttl_sec._blue .en {
  color: #009fff;
}
@media screen and (max-width: 767px) {
  .ttl_sec {
    font-size: 1.8rem;
  }
  .ttl_sec .en {
    font-size: 5rem;
  }
}

#page_index {
  overflow: hidden;
}
#page_index #sec_fv {
  background-color: #efeee8;
  overflow: hidden;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv {
    padding-bottom: 10rem;
  }
}
#page_index #sec_fv .inner {
  height: 100svh;
  position: relative;
  min-height: 78rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .inner {
    min-height: 70rem;
  }
}
#page_index #sec_fv .nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .nav {
    width: 15rem;
  }
}
#page_index #sec_fv .pict {
  position: absolute;
}
#page_index #sec_fv .pict._01 {
  width: 24rem;
  left: -6rem;
  top: -4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._01 {
    width: 16rem;
    left: -6rem;
    top: -10rem;
  }
}
#page_index #sec_fv .pict._02 {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._02 {
    width: 17rem;
  }
}
#page_index #sec_fv .pict._02 {
  left: 45%;
  top: -10rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._02 {
    left: 85%;
    top: 35%;
  }
}
#page_index #sec_fv .pict._03 {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._03 {
    width: 20rem;
  }
}
#page_index #sec_fv .pict._03 {
  left: 3rem;
  top: 30%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._03 {
    left: -6rem;
    top: 15%;
  }
}
#page_index #sec_fv .pict._04 {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._04 {
    width: 10rem;
  }
}
#page_index #sec_fv .pict._04 {
  left: 70%;
  top: 40%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._04 {
    left: 45%;
    top: 65%;
  }
}
#page_index #sec_fv .pict._05 {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._05 {
    width: 20rem;
  }
}
#page_index #sec_fv .pict._05 {
  right: -20rem;
  top: 15%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._05 {
    top: auto;
    right: auto;
    left: -8rem;
    bottom: 0;
    rotate: 40deg;
  }
}
#page_index #sec_fv .pict._06 {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._06 {
    width: 11rem;
  }
}
#page_index #sec_fv .pict._06 {
  left: -6rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._06 {
    display: none;
  }
}
#page_index #sec_fv .pict._07 {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._07 {
    width: 11rem;
  }
}
#page_index #sec_fv .pict._07 {
  left: 30%;
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._07 {
    bottom: auto;
    left: 40%;
    top: 22%;
  }
}
#page_index #sec_fv .pict._08 {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._08 {
    width: 8rem;
  }
}
#page_index #sec_fv .pict._08 {
  left: 50%;
  bottom: 3%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._08 {
    left: -1rem;
    top: 50%;
  }
}
#page_index #sec_fv .pict._09 {
  width: 33rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._09 {
    width: 16.5rem;
  }
}
#page_index #sec_fv .pict._09 {
  right: -8rem;
  bottom: -4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .pict._09 {
    right: -4rem;
    bottom: -2rem;
  }
}
#page_index #sec_fv .photo {
  position: absolute;
}
#page_index #sec_fv .photo._01 {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._01 {
    width: 10.5rem;
  }
}
#page_index #sec_fv .photo._01 {
  left: 15%;
  top: 3%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._01 {
    left: 30%;
    top: 5%;
  }
}
#page_index #sec_fv .photo._02 {
  width: 15rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._02 {
    width: 7.5rem;
  }
}
#page_index #sec_fv .photo._02 {
  left: 32%;
  top: 15%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._02 {
    top: 65%;
    left: 15%;
  }
}
#page_index #sec_fv .photo._03 {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._03 {
    width: 11rem;
  }
}
#page_index #sec_fv .photo._03 {
  left: 70%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._03 {
    left: auto;
    right: -1rem;
    top: 20%;
  }
}
#page_index #sec_fv .photo._04 {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._04 {
    width: 8rem;
  }
}
#page_index #sec_fv .photo._04 {
  left: 15%;
  bottom: -2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._04 {
    left: 40%;
    bottom: 2rem;
  }
}
#page_index #sec_fv .photo._05 {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._05 {
    width: 10rem;
  }
}
#page_index #sec_fv .photo._05 {
  right: 22%;
  bottom: 3%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .photo._05 {
    right: -2rem;
    bottom: 25%;
  }
}
#page_index #sec_fv .photo {
  position: absolute;
}
#page_index #sec_fv .ttl {
  position: absolute;
  left: 50%;
  top: 55%;
  translate: -50% -50%;
  width: 53rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .ttl {
    width: 26.5rem;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_fv .ttl {
    top: 50%;
  }
}
#page_index #sec_intro {
  background-color: #efeee8;
}
#page_index #sec_intro .flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#page_index #sec_intro .flex_l {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .flex {
    flex-direction: column;
  }
  #page_index #sec_intro .flex_r {
    padding: 0 5vw;
  }
}
#page_index #sec_intro .ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .ttl {
    font-size: 3.4rem;
  }
}
#page_index #sec_intro .txt {
  color: #fd1800;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .txt {
    font-size: 2rem;
  }
}
#page_index #sec_intro .img {
  position: relative;
  width: 62rem;
  height: 69rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img {
    width: 100vw;
    margin: 2rem -5vw 0;
    height: 35rem;
  }
}
#page_index #sec_intro .img .pict {
  position: absolute;
}
#page_index #sec_intro .img .pict._01 {
  width: 22rem;
  left: 10%;
  top: 10%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._01 {
    display: none;
  }
}
#page_index #sec_intro .img .pict._02 {
  width: 18rem;
  left: 15%;
  top: 40%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._02 {
    width: 13rem;
    left: 75%;
    top: 35%;
  }
}
#page_index #sec_intro .img .pict._03 {
  width: 12rem;
  left: 5%;
  top: 70%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._03 {
    display: none;
  }
}
#page_index #sec_intro .img .pict._04 {
  width: 23rem;
  left: 60%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._04 {
    width: 16rem;
    left: 3%;
    top: 5%;
  }
}
#page_index #sec_intro .img .pict._05 {
  width: 10rem;
  left: 50%;
  top: 35%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._05 {
    width: 7rem;
    left: 75%;
    top: 7%;
  }
}
#page_index #sec_intro .img .pict._06 {
  width: 12rem;
  left: 65%;
  top: 45%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._06 {
    width: 10rem;
    left: 45%;
    top: 10%;
  }
}
#page_index #sec_intro .img .pict._07 {
  width: 21rem;
  left: 40%;
  top: 65%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._07 {
    width: 15rem;
    left: 35%;
    top: 45%;
  }
}
#page_index #sec_intro .img .pict._08 {
  width: 12rem;
  left: 80%;
  top: 75%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_intro .img .pict._08 {
    width: 10rem;
    left: 8%;
    top: 50%;
  }
}
#page_index #sec_shift {
  background-color: #efeee8;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift {
    padding-top: 4rem;
  }
}
#page_index #sec_shift .sec_01 .ttl {
  font-size: 4rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
#page_index #sec_shift .sec_01 .ttl strong {
  background: #009fff;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  font-weight: 900;
  border-radius: 100px;
  margin: 0 0.2em 0.3em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_01 .ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
#page_index #sec_shift .sec_01 .pict {
  position: absolute;
  top: 3rem;
  left: 2rem;
  width: 10rem;
}
#page_index #sec_shift .sec_01 .pict._02 {
  width: 11rem;
  left: auto;
  right: 2rem;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_01 .pict {
    width: 7rem;
    left: -4rem;
    top: 6rem;
  }
  #page_index #sec_shift .sec_01 .pict._02 {
    width: 8rem;
    right: -4rem;
    top: 5rem;
  }
}
#page_index #sec_shift .sec_02 {
  background: #fff;
  border-radius: 10rem;
  margin-top: 6rem;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 {
    border-radius: 3rem;
    padding: 3rem 0;
    margin-top: 4rem;
  }
}
#page_index #sec_shift .sec_02 .scroll {
  position: relative;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll {
    overflow-x: auto;
    padding-bottom: 6rem;
    padding-top: 0;
    scale: 1 -1;
  }
  #page_index #sec_shift .sec_02 .scroll .inner {
    scale: 1 -1;
    position: relative;
    padding-top: 4rem;
  }
  #page_index #sec_shift .sec_02 .scroll .img {
    max-width: inherit;
  }
  #page_index #sec_shift .sec_02 .scroll .img img {
    max-width: inherit;
    width: 180vw;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment {
  position: absolute;
  right: 6%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment {
    right: auto;
    left: 110%;
    top: 0;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment .fukidashi {
  background: url("../img/shift_fukidashi.svg") no-repeat left top/100% auto;
  width: 55rem;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment .fukidashi {
    background-image: url("../img/shift_fukidashi_sp.svg");
    width: 36rem;
    height: 15rem;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment .fukidashi .txt {
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  padding: 1em 2em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment .fukidashi .txt {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment .pict {
  position: absolute;
  left: 10%;
  top: 45%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment .pict {
    top: 55%;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment .pict ._01 {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment .pict ._01 {
    width: 10rem;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment .pict ._02 {
  width: 16rem;
  position: absolute;
  left: 1rem;
  bottom: -3rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment .pict ._02 {
    width: 11rem;
    bottom: -2rem;
  }
}
#page_index #sec_shift .sec_02 .scroll .comment .num {
  position: absolute;
  right: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
}
#page_index #sec_shift .sec_02 .scroll .comment .num strong {
  font-family: "Montserrat", sans-serif;
  color: #fd1800;
  font-size: 6.6rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .scroll .comment .num {
    right: 6rem;
    margin-top: -0.5rem;
  }
  #page_index #sec_shift .sec_02 .scroll .comment .num strong {
    font-size: 5rem;
  }
}
#page_index #sec_shift .sec_02 .catch {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .catch {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
#page_index #sec_shift .sec_02 .catch strong {
  background: #fd1800;
  color: #fff;
  display: inline-block;
  padding: 0 1em;
  font-size: 3.6rem;
  border-radius: 100px;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_shift .sec_02 .catch strong {
    font-size: 3rem;
    line-height: 1.4;
    width: 90%;
    padding: 0.5em 0;
  }
}
#page_index #sec_facility {
  background-color: #efeee8;
  padding-top: 6rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility {
    padding-top: 4rem;
  }
}
#page_index #sec_facility .sec_01 .ttl_wrap {
  background: #fd1800 url("../img/facility_face.svg") no-repeat center top 3rem/2rem auto;
  color: #fff;
  width: 65rem;
  height: 65rem;
  text-align: center;
  padding-top: 10rem;
  margin: 0 auto -45rem;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .ttl_wrap {
    background-size: 3rem auto;
    width: 40rem;
    height: 40rem;
    margin-bottom: -30rem;
    padding-top: 8rem;
  }
}
#page_index #sec_facility .sec_01 .ttl_wrap .ttl {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
}
#page_index #sec_facility .sec_01 .ttl_wrap .ttl strong {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .ttl_wrap .ttl {
    position: relative;
    z-index: 2;
    font-size: 1.8rem;
  }
  #page_index #sec_facility .sec_01 .ttl_wrap .ttl strong {
    font-size: 4.4rem;
  }
}
#page_index #sec_facility .sec_01 .ttl_wrap .loop {
  position: absolute;
  left: 0;
  top: 4rem;
  color: #fd1800;
  opacity: 0.3;
  font-family: "Montserrat", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  z-index: -1;
}
#page_index #sec_facility .sec_01 .ttl_wrap .loop span {
  display: inline-block;
  animation: facility_loop 30s infinite linear;
}
@keyframes facility_loop {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media screen and (min-width: 768px) {
  #page_index #sec_facility .sec_01 .ttl_wrap .loop {
    display: none;
  }
}
#page_index #sec_facility .sec_01 .bg {
  background: #fd1800;
  border-radius: 10rem;
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg {
    border-radius: 3rem;
  }
}
#page_index #sec_facility .sec_01 .bg::before {
  content: "";
  background: url("../img/facility_shippo.svg") no-repeat center top/100% auto;
  width: 6.7rem;
  height: 6.7rem;
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -30rem -1px;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg::before {
    width: 4.5rem;
    translate: -14rem -1px;
  }
}
#page_index #sec_facility .sec_01 .bg .flex {
  background: #fff;
  padding: 4rem;
  border-radius: 8rem;
  border-right: 5px solid #aaa;
  border-bottom: 5px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
}
#page_index #sec_facility .sec_01 .bg .flex_l {
  flex: 0 0 auto;
}
#page_index #sec_facility .sec_01 .bg .flex_l .img {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg .flex {
    flex-direction: column;
    border-radius: 3rem;
    margin-top: 6rem;
    padding: 8vw 5vw;
    align-items: inherit;
    justify-content: flex-start;
    gap: 4rem;
  }
  #page_index #sec_facility .sec_01 .bg .flex_l .img {
    width: auto;
  }
  #page_index #sec_facility .sec_01 .bg .flex_l .img img {
    display: block;
    width: 100%;
    translate: 3% 0;
  }
}
#page_index #sec_facility .sec_01 .bg .flex .ttl {
  color: #fd1800;
  font-size: 1.8rem;
  font-weight: 900;
}
#page_index #sec_facility .sec_01 .bg .flex .ttl strong {
  font-size: 4.2rem;
  line-height: 0.4;
}
#page_index #sec_facility .sec_01 .bg .flex .ttl .hatena {
  display: inline-block;
  font-size: 8rem;
  margin-left: -0.1em;
}
#page_index #sec_facility .sec_01 .bg .flex .txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1em;
  width: 21em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg .flex .txt {
    font-size: 1.6rem;
    width: 100%;
  }
}
#page_index #sec_facility .sec_01 .bg .question {
  margin-top: 6rem;
}
#page_index #sec_facility .sec_01 .bg .question .ttl {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
#page_index #sec_facility .sec_01 .bg .question .ttl strong {
  font-size: 2.6rem;
  line-height: 0.4;
}
#page_index #sec_facility .sec_01 .bg .question .ttl .hatena {
  display: inline-block;
  font-size: 6rem;
  margin-left: -0.1em;
}
#page_index #sec_facility .sec_01 .bg .question .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
  max-width: 110rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg .question .list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 5%;
  }
  #page_index #sec_facility .sec_01 .bg .question .list .item {
    width: 45%;
  }
  #page_index #sec_facility .sec_01 .bg .question .list .item:first-child {
    width: 100%;
  }
}
#page_index #sec_facility .sec_01 .bg .question .list .fukidashi {
  background: url("../img/facility_fukidashi.svg") no-repeat center top/100% auto;
  width: 33rem;
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg .question .list .fukidashi {
    background-image: url("../img/facility_fukidashi_sp.svg");
    width: 19rem;
    height: 12rem;
    padding-bottom: 5rem;
  }
}
#page_index #sec_facility .sec_01 .bg .question .list .fukidashi .txt {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg .question .list .fukidashi .txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#page_index #sec_facility .sec_01 .bg .question .list img {
  display: block;
  width: 15rem;
  margin: -4rem auto 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_01 .bg .question .list img {
    width: 10rem;
  }
}
#page_index #sec_facility .sec_02 {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_02 {
    margin-top: 6rem;
  }
}
#page_index #sec_facility .sec_02 .txt {
  width: 53rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_02 .txt {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#page_index #sec_facility .sec_02 .img {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_02 .img {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 2rem;
  }
}
#page_index #sec_facility .sec_02 .img .pict {
  width: 16rem;
}
@media screen and (min-width: 768px) {
  #page_index #sec_facility .sec_02 .img .pict._01, #page_index #sec_facility .sec_02 .img .pict._05 {
    translate: 0 -25rem;
  }
  #page_index #sec_facility .sec_02 .img .pict._02, #page_index #sec_facility .sec_02 .img .pict._04 {
    translate: 0 -5rem;
  }
  #page_index #sec_facility .sec_02 .img .pict._03 {
    margin: 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_facility .sec_02 .img .pict {
    width: 11rem;
  }
}
#page_index #sec_stability {
  background-color: #efeee8;
  position: relative;
  z-index: 1;
}
#page_index #sec_stability .bg {
  background: linear-gradient(to bottom, transparent 15%, #fff 15%, #fff 85%, transparent 85%);
  position: relative;
  z-index: 1;
  padding: 35rem 0 30rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .bg {
    padding: 20rem 0 15rem;
    margin-top: -4rem;
  }
}
#page_index #sec_stability .bg::before, #page_index #sec_stability .bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: url("../img/stability_bg.svg") no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .bg::before, #page_index #sec_stability .bg::after {
    background-size: 200vw;
  }
}
#page_index #sec_stability .bg::after {
  scale: 1 -1;
  top: auto;
  bottom: 0;
}
#page_index #sec_stability .bg .wrap {
  position: relative;
  z-index: 1;
}
#page_index #sec_stability .loop {
  position: absolute;
  left: 0;
  top: 20rem;
  width: 100%;
  height: 40rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .loop {
    top: 12rem;
  }
}
#page_index #sec_stability .loop .img {
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  width: 180vw;
  height: 180vw;
  overflow: hidden;
  animation: stability_loop 80s infinite linear;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .loop .img {
    width: 350vw;
    height: 350vw;
  }
}
#page_index #sec_stability .loop .img img {
  max-width: inherit;
  width: 100%;
  will-change: transform;
  display: block;
}
#page_index #sec_stability .loop .img img:last-child {
  position: absolute;
  left: 0;
  bottom: 0;
  scale: -1 -1;
}
@keyframes stability_loop {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -360deg;
  }
}
#page_index #sec_stability .ttl_wrap .ttl {
  font-size: 3.2rem;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}
#page_index #sec_stability .ttl_wrap .ttl strong {
  display: inline-block;
  background: #fd1800;
  color: #fff;
  border-radius: 100px;
  margin: 0.3em;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .ttl_wrap .ttl {
    font-size: 2.2rem;
  }
  #page_index #sec_stability .ttl_wrap .ttl strong {
    display: block;
    width: 10em;
    margin: -0.3em auto;
  }
  #page_index #sec_stability .ttl_wrap .ttl strong:first-of-type {
    margin-top: 0.3em;
  }
  #page_index #sec_stability .ttl_wrap .ttl strong:last-of-type {
    margin-bottom: 0.5em;
  }
}
#page_index #sec_stability .scroll {
  position: relative;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .scroll {
    overflow-x: auto;
    padding-bottom: 6rem;
    padding-top: 0;
    margin-top: 6rem;
    scale: 1 -1;
  }
  #page_index #sec_stability .scroll .inner {
    scale: 1 -1;
    position: relative;
  }
  #page_index #sec_stability .scroll .table_wrap {
    padding-left: 0;
    width: 250vw;
  }
}
#page_index #sec_stability .table_wrap {
  position: relative;
  margin-top: 15rem;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .table_wrap {
    margin: 0;
    padding: 0;
  }
}
#page_index #sec_stability .table_wrap .pict {
  position: absolute;
  left: 15rem;
  top: -5rem;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .table_wrap .pict {
    width: 18rem;
    left: 5rem;
    top: 1rem;
  }
}
#page_index #sec_stability .table_wrap .table {
  width: 100%;
  border-spacing: 5px;
  position: relative;
  z-index: 1;
}
#page_index #sec_stability .table_wrap .table th, #page_index #sec_stability .table_wrap .table td {
  background: #efeee8;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 600;
}
#page_index #sec_stability .table_wrap .table th.dummy, #page_index #sec_stability .table_wrap .table td.dummy {
  background: transparent;
}
#page_index #sec_stability .table_wrap .table thead th, #page_index #sec_stability .table_wrap .table thead td {
  background: transparent;
  vertical-align: bottom;
  color: #fff;
}
#page_index #sec_stability .table_wrap .table thead th span, #page_index #sec_stability .table_wrap .table thead td span {
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}
#page_index #sec_stability .table_wrap .table thead th span {
  background: #fd1800;
  font-size: 2.2rem;
  padding: 1.5em 1em;
}
#page_index #sec_stability .table_wrap .table thead td span {
  background: #211815;
  font-size: 1.8rem;
  padding: 1.3em 1em;
}
#page_index #sec_stability .table_wrap .table tbody th {
  background: #dcdddd;
  font-size: 1.6rem;
}
#page_index #sec_stability .table_wrap .table tbody .blue {
  background: #009fff;
  color: #fff;
  padding: 1em;
  width: 3em;
  font-size: 2.4rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .table_wrap .table tbody .blue {
    font-size: 2rem;
    padding: 0.5em;
    width: 2em;
  }
}
#page_index #sec_stability .table_wrap .table tbody td {
  height: 4em;
  width: 28rem;
}
#page_index #sec_stability .table_wrap .table tbody td .maru {
  display: inline-block;
  color: transparent;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border: 3px solid #fd1800;
  border-radius: 100%;
}
#page_index #sec_stability .table_wrap .table tbody td .big {
  font-weight: 900;
  font-size: 2rem;
  line-height: 1;
}
#page_index #sec_stability .table_wrap .right {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-right: 5px;
  margin-top: 1rem;
}
#page_index #sec_stability .table_wrap .right .item {
  width: 28rem;
}
#page_index #sec_stability .table_wrap .right .item .txt {
  background: url("../img/stability_fukidashi.svg") no-repeat center top/100% auto;
  padding: 1em;
  height: 9.4rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .table_wrap .right .item .txt {
    font-size: 1.3rem;
    padding: 1.3em;
  }
}
#page_index #sec_stability .table_wrap .right .item .img {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .table_wrap .right .item .img {
    width: 9rem;
  }
}
#page_index #sec_stability .table_wrap .right .item._red .txt {
  background-image: url("../img/stability_fukidashi_r.svg");
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .table_wrap .right .item._red .txt {
    padding-top: 2em;
  }
}
#page_index #sec_stability .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  max-width: 119rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
#page_index #sec_stability .list .item {
  background: #efeee8;
  border-radius: 8rem;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .list .item {
    border-radius: 5rem;
    padding: 8vw 5vw;
  }
}
#page_index #sec_stability .list .item .ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8em;
  color: #fd1800;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 600;
}
#page_index #sec_stability .list .item .ttl .num {
  flex: 0 0 auto;
  width: 7rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .list .item .ttl {
    font-size: 2rem;
  }
  #page_index #sec_stability .list .item .ttl .num {
    width: 6rem;
  }
}
#page_index #sec_stability .list .item .txt {
  margin-top: 0.5em;
}
#page_index #sec_stability .pict._footer {
  position: absolute;
  left: 12rem;
  bottom: 0;
  margin-bottom: 6rem;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_stability .pict._footer {
    left: 3rem;
    margin-bottom: -2rem;
    width: 14rem;
  }
}
#page_index #sec_number {
  background-color: #efeee8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number {
    padding-top: 6rem;
  }
  #page_index #sec_number img {
    max-width: inherit;
  }
}
#page_index #sec_number .nami._01 {
  display: flex;
  overflow: hidden;
}
#page_index #sec_number .nami._01 .img {
  flex: 0 0 auto;
  margin-right: -1px;
  animation: nami_01 20s infinite linear;
}
@keyframes nami_01 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
#page_index #sec_number .nami._01 .img img {
  max-width: inherit;
  width: 150rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .nami._01 .img img {
    width: 200vw;
  }
}
#page_index #sec_number .nami._02 {
  position: relative;
  z-index: 1;
  translate: 0 -100%;
  margin-top: 1px;
}
#page_index #sec_number .nami._02 .line img {
  width: 150rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .nami._02 .line img {
    width: 200vw;
  }
}
#page_index #sec_number .nami._02 .pict_wrap {
  position: absolute;
  left: -10rem;
  top: 0;
  z-index: -1;
  width: calc(100vw + 20rem);
  will-change: transform;
  display: block;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .nami._02 .pict_wrap {
    left: -8rem;
    width: calc(100vw + 16rem);
  }
}
#page_index #sec_number .nami._02 .pict_wrap .pict {
  position: absolute;
  left: 0;
  top: -6rem;
  width: 10rem;
  display: block;
}
#page_index #sec_number .nami._02 .pict_wrap .pict img {
  display: block;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .nami._02 .pict_wrap .pict {
    width: 8rem;
    top: -5rem;
  }
}
#page_index #sec_number .nami._02 .pict_wrap .pict {
  animation: nami_pict 2.5s infinite linear;
}
@keyframes nami_pict {
  0% {
    transform: translate(0, 10%);
  }
  50% {
    transform: translate(0, -10%);
  }
  100% {
    transform: translate(0, 10%);
  }
}
#page_index #sec_number .nami._02 .pict_wrap {
  animation: nami_02 20s infinite linear;
}
@keyframes nami_02 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
#page_index #sec_number .bg {
  background: #009fff;
  padding-bottom: 22rem;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg {
    padding-bottom: 18rem;
  }
}
#page_index #sec_number .bg .ttl_wrap {
  color: #fff;
  text-align: center;
}
#page_index #sec_number .bg .ttl_wrap .ttl {
  font-size: 7.6rem;
  line-height: 1.2;
  font-weight: 900;
}
#page_index #sec_number .bg .ttl_wrap .en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .ttl_wrap .ttl {
    font-size: 4.6rem;
  }
  #page_index #sec_number .bg .ttl_wrap .en {
    font-size: 1.8rem;
  }
}
#page_index #sec_number .bg .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #page_index #sec_number .bg .grid .item._04, #page_index #sec_number .bg .grid .item._06 {
    grid-column: 1/3;
  }
  #page_index #sec_number .bg .grid .item._05 {
    grid-column: 3/4;
    grid-row: 2/4;
  }
  #page_index #sec_number .bg .grid .item._07 {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0;
    margin-top: 3rem;
  }
  #page_index #sec_number .bg .grid .item:nth-child(n+3) {
    grid-column: 1/3;
  }
}
#page_index #sec_number .bg .grid .item {
  background: #fff;
  border-radius: 5rem;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item {
    border-radius: 3rem;
    padding: 4vw;
  }
  #page_index #sec_number .bg .grid .item .sp_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    max-width: 100%;
  }
}
#page_index #sec_number .bg .grid .item .sttl {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.075em;
  font-weight: 600;
}
#page_index #sec_number .bg .grid .item .sttl + .img {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item .sttl {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
#page_index #sec_number .bg .grid .item .num {
  font-size: 2.8rem;
  font-weight: 600;
  white-space: nowrap;
}
#page_index #sec_number .bg .grid .item .num strong {
  color: #009fff;
  font-family: "Montserrat", sans-serif;
  font-size: 8.6rem;
  line-height: 1;
}
#page_index #sec_number .bg .grid .item .num small {
  font-size: 60%;
  vertical-align: middle;
}
#page_index #sec_number .bg .grid .item .num._white strong {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item .num {
    font-size: 2rem;
  }
  #page_index #sec_number .bg .grid .item .num strong {
    font-size: 5rem;
  }
}
#page_index #sec_number .bg .grid .item .img {
  position: relative;
}
#page_index #sec_number .bg .grid .item .img .num {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
#page_index #sec_number .bg .grid .item .img:first-child {
  margin-bottom: 1em;
}
#page_index #sec_number .bg .grid .item .img:last-child {
  margin-top: 1em;
}
#page_index #sec_number .bg .grid .item .small {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
#page_index #sec_number .bg .grid .item .txt {
  font-weight: 600;
}
#page_index #sec_number .bg .grid .item .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
}
#page_index #sec_number .bg .grid .item .ol {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  gap: 1em 2em;
}
#page_index #sec_number .bg .grid .item .ol dt {
  font-size: 1.6rem;
  font-weight: 600;
}
#page_index #sec_number .bg .grid .item .ol dt::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: #009fff;
  margin-right: 0.3em;
}
#page_index #sec_number .bg .grid .item .ol dt:nth-of-type(2)::before {
  opacity: 0.8;
}
#page_index #sec_number .bg .grid .item .ol dt:nth-of-type(3)::before {
  opacity: 0.6;
}
#page_index #sec_number .bg .grid .item .ol dt:nth-of-type(4)::before {
  opacity: 0.4;
}
#page_index #sec_number .bg .grid .item .ol dt:nth-of-type(5)::before {
  opacity: 0.3;
}
#page_index #sec_number .bg .grid .item .ol dt:nth-of-type(6)::before {
  opacity: 0.2;
}
#page_index #sec_number .bg .grid .item .ol dt:nth-of-type(7)::before {
  opacity: 0.1;
}
#page_index #sec_number .bg .grid .item .ol dd {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: right;
}
#page_index #sec_number .bg .grid .item .ol dd strong {
  color: #009fff;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item .ol {
    gap: 0.5em 1em;
  }
  #page_index #sec_number .bg .grid .item .ol dt {
    font-size: 1.3rem;
  }
  #page_index #sec_number .bg .grid .item .ol dd {
    font-size: 1.3rem;
  }
  #page_index #sec_number .bg .grid .item .ol dd strong {
    font-size: 160%;
  }
}
#page_index #sec_number .bg .grid .item._01 .pict {
  width: 95%;
  margin: 0 auto;
}
#page_index #sec_number .bg .grid .item._01 .num {
  top: 55%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._01 .small {
    text-align: left;
    line-height: 1.4;
  }
}
#page_index #sec_number .bg .grid .item._03 .img {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._03 .sttl {
    text-align: left;
  }
  #page_index #sec_number .bg .grid .item._03 .img {
    margin-top: 0;
  }
  #page_index #sec_number .bg .grid .item._03 .pict {
    width: 14rem;
  }
}
#page_index #sec_number .bg .grid .item._04 .img .num {
  top: 45%;
}
#page_index #sec_number .bg .grid .item._04 .flex {
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._04 .flex {
    gap: 2rem;
  }
  #page_index #sec_number .bg .grid .item._04 .flex_l {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._04 {
    position: relative;
    padding-top: 5rem;
  }
  #page_index #sec_number .bg .grid .item._04 .sttl {
    position: absolute;
    left: 4vw;
    top: 4vw;
  }
}
#page_index #sec_number .bg .grid .item._05 .ol {
  width: 70%;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._05 .ol {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._05 {
    position: relative;
  }
  #page_index #sec_number .bg .grid .item._05 .sp_flex {
    flex-direction: row-reverse;
  }
  #page_index #sec_number .bg .grid .item._05 .sp_flex_r {
    flex: 0 0 auto;
    width: 50%;
  }
  #page_index #sec_number .bg .grid .item._05 .sp_flex_r .img {
    margin: 0;
  }
  #page_index #sec_number .bg .grid .item._05 .sttl {
    position: absolute;
    left: 4vw;
    top: 4vw;
  }
  #page_index #sec_number .bg .grid .item._05 .ol {
    width: auto;
    margin-top: 0;
  }
}
#page_index #sec_number .bg .grid .item._06 {
  overflow: hidden;
}
#page_index #sec_number .bg .grid .item._06 .flex {
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._06 .flex {
    gap: 2rem;
  }
}
#page_index #sec_number .bg .grid .item._06 .flex .img {
  width: 36rem;
  margin: -6rem 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._06 .flex .img {
    width: 20rem;
    margin: 0;
  }
}
#page_index #sec_number .bg .grid .item._06 .txt {
  margin: 0.5em 0 -0.5em;
}
#page_index #sec_number .bg .grid .item._07 .flex {
  gap: 4rem;
}
#page_index #sec_number .bg .grid .item._07 .flex_l {
  flex: 0 0 auto;
  width: 34rem;
}
#page_index #sec_number .bg .grid .item._07 .flex_l .txt {
  line-height: 1.4;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .flex {
    display: block;
  }
  #page_index #sec_number .bg .grid .item._07 .flex_l {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .img {
    margin-top: 1rem;
  }
}
#page_index #sec_number .bg .grid .item._07 .img .sttl {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .img .sttl {
    font-size: 3.2rem;
  }
}
#page_index #sec_number .bg .grid .item._07 .img .num {
  top: 40%;
  font-size: 4.6rem;
}
#page_index #sec_number .bg .grid .item._07 .img .num strong {
  font-size: 14rem;
}
#page_index #sec_number .bg .grid .item._07 .sttl .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#page_index #sec_number .bg .grid .item._07 .sttl .en .blue {
  color: #009fff;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .sttl {
    font-size: 1.8rem;
  }
}
#page_index #sec_number .bg .grid .item._07 .ttl_en {
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 600;
}
#page_index #sec_number .bg .grid .item._07 .ttl_en .blue {
  color: #009fff;
}
#page_index #sec_number .bg .grid .item._07 .ttl_en small {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .ttl_en {
    font-size: 2rem;
  }
  #page_index #sec_number .bg .grid .item._07 .ttl_en small {
    font-size: 1.2rem;
  }
}
#page_index #sec_number .bg .grid .item._07 .caption {
  font-weight: 600;
  margin-top: 0.5em;
}
#page_index #sec_number .bg .grid .item._07 .caption .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#page_index #sec_number .bg .grid .item._07 .caption .en .blue {
  color: #009fff;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .caption {
    font-size: 1.2rem;
  }
}
#page_index #sec_number .bg .grid .item._07 .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .list {
    grid-template-columns: 1fr;
  }
}
#page_index #sec_number .bg .grid .item._07 .list li {
  background: #009fff;
  color: #fff;
  padding: 2rem;
  border-radius: 3rem;
}
#page_index #sec_number .bg .grid .item._07 .list li .ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #page_index #sec_number .bg .grid .item._07 .list li .ttl {
    font-size: 2.2rem;
  }
}
#page_index #sec_number .bg .grid .item._07 .list li .txt {
  margin-top: 0.5em;
}
#page_index #sec_tokutei {
  background-color: #efeee8;
}
#page_index #sec_tokutei .ttl_wrap {
  padding: 6rem 0;
}
#page_index #sec_tokutei .ttl_wrap .bg {
  position: absolute;
  left: 0;
  top: -4rem;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_tokutei .ttl_wrap .bg {
    top: 0;
  }
}
#page_index #sec_tokutei .ttl_wrap .bg .loop {
  white-space: nowrap;
}
#page_index #sec_tokutei .ttl_wrap .bg .loop + .loop {
  margin-top: 8rem;
}
#page_index #sec_tokutei .ttl_wrap .bg .loop .img {
  display: inline-block;
  will-change: transform;
  animation: tokutei_loop 30s infinite linear;
}
@keyframes tokutei_loop {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
#page_index #sec_tokutei .ttl_wrap .bg .loop .img img {
  width: 120vw;
  display: block;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  #page_index #sec_tokutei .ttl_wrap .bg .loop .img img {
    width: 280vw;
  }
}
#page_index #sec_tokutei .ttl_wrap .bg .loop._lr .img {
  animation-direction: reverse;
}
#page_index #sec_tokutei .ttl_wrap .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fd1800;
  color: #fff;
  width: 76rem;
  height: 30rem;
  border-radius: 500px;
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#page_index #sec_tokutei .ttl_wrap .ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -40%;
  background: url("../img/tokutei_ttl.svg") no-repeat center center/100% auto;
  width: 21rem;
  height: 21rem;
}
#page_index #sec_tokutei .ttl_wrap .ttl span {
  position: relative;
  z-index: 2;
}
#page_index #sec_tokutei .ttl_wrap .ttl strong {
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #page_index #sec_tokutei .ttl_wrap .ttl {
    width: 90%;
    height: 60vw;
    font-size: 2rem;
    border-radius: 12rem;
  }
  #page_index #sec_tokutei .ttl_wrap .ttl::before {
    width: 12rem;
    height: 12rem;
  }
  #page_index #sec_tokutei .ttl_wrap .ttl strong {
    font-size: 3.5rem;
  }
}
#page_index #sec_tokutei .scroll {
  position: relative;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_tokutei .scroll {
    overflow-x: auto;
    padding-bottom: 6rem;
    padding-top: 0;
    margin-top: 6rem;
    scale: 1 -1;
  }
  #page_index #sec_tokutei .scroll .inner {
    scale: 1 -1;
    position: relative;
  }
  #page_index #sec_tokutei .scroll .table_wrap {
    padding-left: 0;
    width: 130rem;
  }
}
#page_index #sec_tokutei .table_wrap {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_tokutei .table_wrap {
    margin: 0;
    padding: 0 0 5rem;
  }
}
#page_index #sec_tokutei .table_wrap .pict {
  position: absolute;
  left: 8rem;
  top: 7rem;
  width: 12rem;
}
#page_index #sec_tokutei .table_wrap .table {
  width: 100%;
  border-spacing: 5px;
  position: relative;
  z-index: 1;
}
#page_index #sec_tokutei .table_wrap .table::after {
  content: "";
  position: absolute;
  left: 27rem;
  top: 0;
  width: 27rem;
  height: 100%;
  border: 3px solid #fd1800;
  border-radius: 1rem;
  pointer-events: none;
}
#page_index #sec_tokutei .table_wrap .table th, #page_index #sec_tokutei .table_wrap .table td {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 600;
}
#page_index #sec_tokutei .table_wrap .table th.dummy, #page_index #sec_tokutei .table_wrap .table td.dummy {
  background: transparent;
}
#page_index #sec_tokutei .table_wrap .table thead th, #page_index #sec_tokutei .table_wrap .table thead td {
  background: transparent;
  font-size: 2.2rem;
  vertical-align: bottom;
}
#page_index #sec_tokutei .table_wrap .table thead th span, #page_index #sec_tokutei .table_wrap .table thead td span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  width: 100%;
}
#page_index #sec_tokutei .table_wrap .table thead th span {
  background: #fd1800;
  color: #fff;
  height: 14rem;
}
#page_index #sec_tokutei .table_wrap .table thead td span {
  background: #dcdddd;
  height: 10rem;
}
#page_index #sec_tokutei .table_wrap .table thead td span small {
  font-size: 1.4rem;
}
#page_index #sec_tokutei .table_wrap .table tbody th {
  background: #009fff;
  color: #fff;
  font-size: 2.2rem;
}
#page_index #sec_tokutei .table_wrap .table tbody td {
  height: 10rem;
  width: 25rem;
}
#page_index #sec_tokutei .table_wrap .table tbody td small {
  font-size: 80%;
}
#page_index #sec_tokutei .table_wrap .table tbody td.red {
  background: #fd1800;
  color: #fff;
  position: relative;
}
#page_index #sec_tokutei .table_wrap .table tbody td.red::after {
  content: "";
  background: url("../img/tokutei_shippo.svg") no-repeat center top/contain;
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% -1px;
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_tokutei .table_wrap .table tbody td.red::after {
    scale: -1 1;
  }
}
#page_index #sec_tokutei .table_wrap .table tbody td.big {
  font-size: 2.2rem;
  font-weight: 600;
}
#page_index #sec_tokutei .table_wrap .table tbody td.big small {
  font-size: 70%;
}
#page_index #sec_industry {
  background-color: #efeee8;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry {
    padding-top: 3rem;
  }
}
#page_index #sec_industry .bg {
  background: #fff;
  border-radius: 5rem;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .bg {
    padding: 4rem 0;
  }
}
#page_index #sec_industry .sec_01 .ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page_index #sec_industry .sec_01 .ttl {
    position: absolute;
    left: 50%;
    top: 14rem;
    translate: -50% 0;
  }
}
#page_index #sec_industry .sec_01 .ttl .ja {
  color: #fd1800;
  font-size: 5.6rem;
  line-height: 1.4;
  font-weight: 900;
}
#page_index #sec_industry .sec_01 .ttl .en {
  color: #efeee8;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .ttl .ja {
    font-size: 3rem;
  }
  #page_index #sec_industry .sec_01 .ttl .en {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
#page_index #sec_industry .sec_01 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 6rem 2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }
  #page_index #sec_industry .sec_01 .grid .flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
  }
  #page_index #sec_industry .sec_01 .grid .flex_l {
    flex: 0 0 auto;
    width: 40%;
    text-align: center;
  }
  #page_index #sec_industry .sec_01 .grid ._dummy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .grid .item {
    padding: 0 5vw;
  }
}
#page_index #sec_industry .sec_01 .grid .item .txt {
  background: #efeee8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31rem;
  height: 10rem;
  border-radius: 500px;
  margin-bottom: 2rem;
  padding: 1em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
#page_index #sec_industry .sec_01 .grid .item .txt::before {
  content: "";
  background: url("../img/industry_shippo01.svg") no-repeat center top/100% auto;
  position: absolute;
  left: 15%;
  top: 100%;
  translate: 0 -10%;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .grid .item .txt {
    width: 100%;
    height: 12rem;
    margin-bottom: 0;
  }
  #page_index #sec_industry .sec_01 .grid .item .txt::before {
    left: 45%;
    width: 3rem;
    height: 3rem;
  }
}
#page_index #sec_industry .sec_01 .grid .item .img {
  width: 18rem;
  height: 18rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#page_index #sec_industry .sec_01 .grid .item .img img {
  width: 100%;
  max-height: 21rem;
}
#page_index #sec_industry .sec_01 .grid .item .img._small {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .grid .item .img {
    width: 15rem;
    height: 15rem;
  }
  #page_index #sec_industry .sec_01 .grid .item .img img {
    max-height: 18rem;
  }
  #page_index #sec_industry .sec_01 .grid .item .img._small {
    width: 13rem;
  }
}
#page_index #sec_industry .sec_01 .grid .item .ico {
  width: 8rem;
  margin: 2rem auto 1rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .grid .item .ico {
    width: 7rem;
    margin-top: 0;
  }
}
#page_index #sec_industry .sec_01 .grid .item .name {
  color: #fd1800;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_01 .grid .item .name {
    font-size: 2.2rem;
    white-space: nowrap;
  }
}
#page_index #sec_industry .sec_02 {
  margin-top: 6rem;
}
#page_index #sec_industry .sec_02 .wrap {
  width: 140rem;
  background: #efeee8;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_02 .wrap {
    border-radius: 2rem;
  }
}
#page_index #sec_industry .sec_02 .acd {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  border-radius: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_02 .acd {
    font-size: 1.8rem;
    height: 6rem;
    border-radius: 2rem;
  }
}
#page_index #sec_industry .sec_02 .acd .ico {
  position: absolute;
  right: 1em;
  top: 50%;
  translate: 0 -50%;
  width: 1.5em;
  height: 1.5em;
}
#page_index #sec_industry .sec_02 .acd .ico .cls-1 {
  fill: #efeee8;
}
#page_index #sec_industry .sec_02 .acd.is-open span {
  visibility: hidden;
}
#page_index #sec_industry .sec_02 .acd.is-open .ico {
  scale: 1 -1;
}
@media screen and (min-width: 768px) {
  #page_index #sec_industry .sec_02 .acd {
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  #page_index #sec_industry .sec_02 .acd .ico circle, #page_index #sec_industry .sec_02 .acd .ico .cls-1 {
    transition: fill 0.3s ease;
  }
  #page_index #sec_industry .sec_02 .acd:hover {
    background: #211815;
    color: #efeee8;
    cursor: pointer;
  }
  #page_index #sec_industry .sec_02 .acd:hover .ico circle {
    fill: #efeee8;
  }
  #page_index #sec_industry .sec_02 .acd:hover .ico .cls-1 {
    fill: #211815;
  }
}
#page_index #sec_industry .sec_02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 4rem 1rem;
  padding: 4rem 4rem 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_02 .grid {
    grid-template-columns: 1fr 1fr;
    padding: 5vw;
  }
}
#page_index #sec_industry .sec_02 .grid .item .txt {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8rem;
  border-radius: 500px;
  margin-bottom: 2rem;
  padding: 1em 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
#page_index #sec_industry .sec_02 .grid .item .txt::before {
  content: "";
  background: url("../img/industry_shippo02.svg") no-repeat center top/100% auto;
  position: absolute;
  left: 15%;
  top: 100%;
  translate: 0 -10%;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_industry .sec_02 .grid .item .txt::before {
    width: 2rem;
    height: 2rem;
    left: 10%;
    translate: 0 -40%;
  }
}
#page_index #sec_industry .sec_02 .grid .item .img {
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#page_index #sec_industry .sec_02 .grid .item .img img {
  width: 100%;
  max-height: 21rem;
}
#page_index #sec_industry .sec_02 .grid .item .img._small {
  width: 10rem;
}
#page_index #sec_industry .sec_02 .grid .item .ico {
  width: 6rem;
  margin: 1rem auto;
}
#page_index #sec_industry .sec_02 .grid .item .name {
  color: #009fff;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}
#page_index #sec_why {
  background-color: #efeee8;
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why {
    padding-top: 4rem;
  }
}
#page_index #sec_why::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10rem;
  translate: -50% 0;
  background: #fff;
  width: 150vw;
  height: 150vw;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why::before {
    width: 200vw;
    height: 200vw;
    top: 4rem;
  }
}
#page_index #sec_why .bg {
  background: linear-gradient(to bottom, transparent 20vw, #fff 20vw);
  position: relative;
  z-index: 1;
  padding: 15rem 0 20rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .bg {
    padding: 5rem 0 15rem;
  }
}
#page_index #sec_why .ttl_wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page_index #sec_why .ttl_wrap .ttl_sec .ja {
    font-size: 3rem;
  }
}
#page_index #sec_why .ttl_wrap .txt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .ttl_wrap .txt {
    font-size: 1.4rem;
    text-align: left;
    width: 90%;
    margin: 3rem auto 0;
  }
}
#page_index #sec_why .flex_box {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
#page_index #sec_why .flex_box._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .flex_box {
    flex-direction: column;
    gap: 3rem;
  }
  #page_index #sec_why .flex_box._reverse {
    flex-direction: column;
  }
}
#page_index #sec_why .flex_box_ttl {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .flex_box_ttl {
    flex-direction: row;
    justify-content: center;
  }
}
#page_index #sec_why .flex_box_ttl .reason {
  background: url("../img/why_ttl.svg") no-repeat center top/contain;
  color: #fff;
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
  padding-top: 0.3em;
}
#page_index #sec_why .flex_box_ttl .reason strong {
  font-family: "Montserrat", sans-serif;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .flex_box_ttl .reason {
    flex: 0 0 auto;
    width: 6rem;
    height: 6rem;
    font-size: 1.2rem;
  }
  #page_index #sec_why .flex_box_ttl .reason strong {
    font-size: 2.4rem;
  }
}
#page_index #sec_why .flex_box_ttl .tate {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #page_index #sec_why .flex_box_ttl .tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .flex_box_ttl .tate {
    font-size: 2.4rem;
  }
}
#page_index #sec_why .sec_01 {
  margin-top: 6rem;
}
#page_index #sec_why .sec_01 .flex_box_ttl {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_01 .flex_box_ttl {
    padding: 0;
    white-space: nowrap;
  }
}
#page_index #sec_why .sec_01 .flex_box_txt {
  position: relative;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_01 .flex_box_txt {
    margin: 0;
  }
}
#page_index #sec_why .sec_01 .circle .img._01 {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_01 .circle .img {
    width: 110vw;
    margin: 0;
    translate: -10vw 0;
  }
  #page_index #sec_why .sec_01 .circle .img img {
    width: 100%;
    max-width: inherit;
  }
  #page_index #sec_why .sec_01 .circle .img._01 {
    width: 110vw;
    translate: -10vw 0;
    margin-bottom: 20rem;
  }
}
#page_index #sec_why .sec_01 .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_01 .inner {
    width: 70%;
  }
}
#page_index #sec_why .sec_01 .inner .img {
  width: 80%;
  margin: 0 auto 3rem;
}
#page_index #sec_why .sec_01 .inner .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_01 .inner .img {
    width: 70%;
    margin-bottom: 2rem;
  }
}
#page_index #sec_why .sec_01 .inner .txt {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_01 .inner .txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
#page_index #sec_why .sec_02 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 {
    margin-top: 10rem;
  }
}
#page_index #sec_why .sec_02 .flex_box_txt {
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .flex_box_txt {
    margin: 0;
  }
}
#page_index #sec_why .sec_02 .table {
  width: 100%;
  border-spacing: 5px;
  position: relative;
  z-index: 1;
}
#page_index #sec_why .sec_02 .table::after {
  content: "";
  position: absolute;
  left: 20rem;
  bottom: 0;
  width: 32rem;
  height: calc(100% - 11rem);
  border: 3px solid #fd1800;
  border-radius: 1rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .table::after {
    left: 10rem;
    width: 14rem;
    height: calc(100% - 9rem);
  }
}
#page_index #sec_why .sec_02 .table::after {
  display: none;
}
#page_index #sec_why .sec_02 .table th, #page_index #sec_why .sec_02 .table td {
  background: #efeee8;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-weight: 600;
}
#page_index #sec_why .sec_02 .table th.dummy, #page_index #sec_why .sec_02 .table td.dummy {
  background: transparent;
}
#page_index #sec_why .sec_02 .table thead th, #page_index #sec_why .sec_02 .table thead td {
  background: transparent;
  vertical-align: bottom;
  padding-bottom: 1rem;
}
#page_index #sec_why .sec_02 .table thead th img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .table thead th img {
    width: 90%;
  }
}
#page_index #sec_why .sec_02 .table thead td img {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .table thead td img {
    width: 80%;
  }
}
#page_index #sec_why .sec_02 .table tbody th {
  font-size: 1.6rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .table tbody th {
    width: 10rem;
    font-size: 1.2rem;
  }
}
#page_index #sec_why .sec_02 .table tbody td {
  height: 10rem;
  font-size: 2.2rem;
}
#page_index #sec_why .sec_02 .table tbody td .num {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .table tbody td {
    font-size: 1.2rem;
    height: 8rem;
  }
  #page_index #sec_why .sec_02 .table tbody td .num {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
  }
}
#page_index #sec_why .sec_02 .table tbody td.red {
  width: 30rem;
  background: #fd1800;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
}
#page_index #sec_why .sec_02 .table tbody td.red .num {
  font-size: 7.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .table tbody td.red {
    width: 12rem;
    font-size: 1.8rem;
  }
  #page_index #sec_why .sec_02 .table tbody td.red .num {
    display: inline;
    font-size: 4rem;
  }
}
#page_index #sec_why .sec_02 .txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .txt {
    font-size: 1.5rem;
  }
}
#page_index #sec_why .sec_02 .graph {
  display: flex;
  gap: 6rem;
  margin-top: 6rem;
  padding: 0 4rem;
  position: relative;
}
#page_index #sec_why .sec_02 .graph::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 15rem;
  translate: -50% 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0 2rem 2rem;
  border-color: transparent transparent transparent #fd1800;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_02 .graph {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
    margin-top: 4rem;
  }
  #page_index #sec_why .sec_02 .graph::before {
    top: 50%;
    translate: -50% -50%;
    rotate: 90deg;
  }
}
#page_index #sec_why .sec_03 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 {
    margin-top: 8rem;
  }
}
#page_index #sec_why .sec_03 .flex_box_txt {
  padding-top: 6rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .flex_box_txt {
    padding: 0;
    margin: 0;
  }
}
#page_index #sec_why .sec_03 .inner {
  background: #efeee8;
  padding: 4rem 6rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .inner {
    padding: 8vw 5vw;
  }
}
#page_index #sec_why .sec_03 .inner .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .inner .img {
    flex-direction: column;
  }
}
#page_index #sec_why .sec_03 .inner .img .item._01 {
  width: 30rem;
}
#page_index #sec_why .sec_03 .inner .img .item._02 {
  width: 32rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .inner .img .item._02 {
    width: 36rem;
    padding: 2rem 5rem 3rem 0;
  }
}
#page_index #sec_why .sec_03 .inner .img .item._02 .arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .inner .img .item._02 .arrow {
    position: absolute;
    right: -5rem;
    top: 10rem;
    rotate: 90deg;
    width: 22rem;
  }
}
#page_index #sec_why .sec_03 .inner .img .item._02 .arrow::after {
  content: "";
  background: #efeee8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: right top;
  animation: arrow_show 1.5s linear infinite;
}
@keyframes arrow_show {
  0%, 100% {
    transform: scale(1, 1);
  }
  70% {
    transform: scale(0, 1);
  }
  99% {
    transform: scale(0, 1);
  }
}
#page_index #sec_why .sec_03 .inner .img .item._02 .block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
#page_index #sec_why .sec_03 .inner .img .item._02 .block p {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .inner .img .item._02 .block p {
    font-size: 1.2rem;
  }
}
#page_index #sec_why .sec_03 .inner .img .item._02 .block .pict {
  width: 30%;
  margin: 0 2%;
}
#page_index #sec_why .sec_03 .inner .img .item._02 .block .pict._02 {
  width: 33%;
}
#page_index #sec_why .sec_03 .inner .img .item._03 {
  width: 24rem;
  margin-left: 1rem;
}
#page_index #sec_why .sec_03 .inner .txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .inner .txt {
    font-size: 1.5rem;
  }
}
#page_index #sec_why .sec_03 .catch {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .catch {
    margin-top: 6rem;
  }
}
#page_index #sec_why .sec_03 .catch .big {
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 900;
}
#page_index #sec_why .sec_03 .catch .big .num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 0 0.2em;
}
#page_index #sec_why .sec_03 .catch .big .num._blue {
  color: #009fff;
}
#page_index #sec_why .sec_03 .catch .big .num._red {
  color: #fd1800;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .catch .big {
    font-size: 2.6rem;
  }
}
#page_index #sec_why .sec_03 .catch .txt {
  font-size: 1.8rem;
  margin-top: 1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .sec_03 .catch .txt {
    font-size: 1.5rem;
    text-align: left;
  }
}
#page_index #sec_why .loop {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .loop {
    margin-top: 2rem;
    height: 30rem;
  }
}
#page_index #sec_why .loop .img {
  width: 100%;
  max-width: inherit;
}
#page_index #sec_why .loop .img:last-child {
  position: absolute;
  top: 0;
  left: 100%;
}
#page_index #sec_why .loop .img {
  animation: why_loop 30s infinite linear;
}
@keyframes why_loop {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_why .loop {
    width: 120rem;
  }
}
#page_index #sec_indo {
  margin-top: -25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo {
    margin-top: -17rem;
  }
}
#page_index #sec_indo::before {
  content: "";
  background: url("../img/indo_bg.svg") no-repeat center top/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20.5rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo::before {
    background-size: 210vw auto;
    height: 13rem;
  }
}
#page_index #sec_indo .ttl_wrap {
  height: 20.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .ttl_wrap {
    height: 13rem;
    padding: 0;
    align-items: flex-end;
  }
}
#page_index #sec_indo .ttl_wrap .ttl {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
#page_index #sec_indo .ttl_wrap .ttl strong {
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .ttl_wrap .ttl {
    font-size: 1.8rem;
  }
  #page_index #sec_indo .ttl_wrap .ttl strong {
    font-size: 3.6rem;
  }
}
#page_index #sec_indo .bg {
  background: #fd1800;
  border-radius: 5rem 5rem 0 0;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg {
    border-radius: 2rem 2rem 0 0;
    padding-bottom: 8vw;
  }
}
#page_index #sec_indo .bg .sec_01 {
  padding-top: 4rem;
}
#page_index #sec_indo .bg .sec_01 .img {
  width: 36rem;
  margin: 0 auto 2rem;
}
#page_index #sec_indo .bg .sec_01 .img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .sec_01 .img {
    width: 32rem;
  }
}
#page_index #sec_indo .bg .sec_01 .txt {
  color: #fff;
  max-width: 92rem;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .sec_01 .txt {
    font-size: 1.5rem;
  }
}
#page_index #sec_indo .bg .inner {
  background: #fff;
  border-radius: 3rem;
  padding: 4rem 6rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner {
    border-radius: 2rem;
    padding: 5vw;
    margin-top: 3rem;
  }
}
#page_index #sec_indo .bg .inner .ttl {
  color: #fd1800;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-size: 9.4rem;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .ttl {
    font-size: 4.5rem;
    right: -1rem;
  }
}
#page_index #sec_indo .bg .inner .sec_02 {
  position: relative;
  padding-right: 14rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_02 {
    padding-right: 5rem;
  }
}
#page_index #sec_indo .bg .inner .sec_02 .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_02 .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
#page_index #sec_indo .bg .inner .sec_02 .grid .txt {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_02 .grid .txt {
    font-size: 1.5rem;
  }
}
#page_index #sec_indo .bg .inner .sec_03 {
  position: relative;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_03 {
    margin-top: 20rem;
  }
}
#page_index #sec_indo .bg .inner .sec_03 .pict {
  width: 16rem;
  position: absolute;
  right: 25rem;
  top: -4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_03 .pict {
    width: 12rem;
    right: auto;
    left: 50%;
    top: -16rem;
    translate: -50% 0;
  }
}
#page_index #sec_indo .bg .inner .sec_03 .ttl {
  right: auto;
  left: 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_03 .ttl {
    left: -1rem;
  }
}
#page_index #sec_indo .bg .inner .sec_03 .flex {
  padding-left: 14rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_03 .flex {
    padding-left: 6rem;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #page_index #sec_indo .bg .inner .sec_03 .flex .item:last-child {
    margin-top: 15rem;
  }
}
#page_index #sec_indo .bg .inner .sec_03 .flex .sttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_03 .flex .sttl {
    font-size: 2.2rem;
  }
}
#page_index #sec_indo .bg .inner .sec_03 .flex .txt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1em;
  width: 90%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_indo .bg .inner .sec_03 .flex .txt {
    font-size: 1.5rem;
    width: 100%;
  }
}
#page_index #sec_faq {
  position: relative;
  z-index: 1;
}
#page_index #sec_faq .fixed {
  background: #fff url("../img/faq_bg@2x.png") no-repeat center center/cover;
  background-attachment: fixed;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .fixed {
    height: 20rem;
    background-size: cover;
    background-attachment: scroll;
  }
}
#page_index #sec_faq .bg {
  background: #fff;
  padding: 2rem 0;
  position: relative;
}
#page_index #sec_faq .bg::before, #page_index #sec_faq .bg::after {
  content: "";
  background: url("../img/faq_kumo.svg") no-repeat center top/130% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 29rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg::before, #page_index #sec_faq .bg::after {
    height: 25vw;
  }
}
#page_index #sec_faq .bg::after {
  background-position: center bottom;
  top: 100%;
  scale: -1 1;
  translate: 0 -40%;
}
#page_index #sec_faq .bg .acd_box {
  background: #211815;
  color: #fff;
  border-radius: 2rem;
}
#page_index #sec_faq .bg .acd_box .acd {
  background: #211815;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  border-radius: 2rem;
  padding: 0.5em 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg .acd_box .acd {
    font-size: 1.5rem;
    height: 4rem;
  }
}
#page_index #sec_faq .bg .acd_box .acd .ico {
  display: block;
  position: absolute;
  right: 0.5em;
  top: 50%;
  translate: 0 -50%;
  width: 1em;
  height: 1em;
}
#page_index #sec_faq .bg .acd_box .acd .ico svg {
  display: block;
}
#page_index #sec_faq .bg .acd_box .acd .ico circle {
  fill: #efeee8;
}
#page_index #sec_faq .bg .acd_box .acd .ico .cls-1 {
  fill: #211815;
}
#page_index #sec_faq .bg .acd_box .acd.is-open span {
  visibility: hidden;
}
#page_index #sec_faq .bg .acd_box .acd.is-open .ico {
  scale: 1 -1;
}
@media screen and (min-width: 768px) {
  #page_index #sec_faq .bg .acd_box .acd {
    transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  }
  #page_index #sec_faq .bg .acd_box .acd .ico circle, #page_index #sec_faq .bg .acd_box .acd .ico .cls-1 {
    transition: fill 0.3s ease;
  }
  #page_index #sec_faq .bg .acd_box .acd:hover {
    background: #efeee8;
    color: #211815;
    cursor: pointer;
  }
  #page_index #sec_faq .bg .acd_box .acd:hover .ico circle {
    fill: #211815;
  }
  #page_index #sec_faq .bg .acd_box .acd:hover .ico .cls-1 {
    fill: #efeee8;
  }
}
#page_index #sec_faq .bg .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem 4rem;
  padding: 4rem 4rem 8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg .grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem 1rem;
    padding: 5vw 0;
  }
}
#page_index #sec_faq .bg .grid .item .sttl {
  background: #dfd9d1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11rem;
  border-radius: 500px;
  margin-bottom: 2rem;
  padding: 1em 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg .grid .item .sttl {
    height: 8rem;
    font-size: 1.5rem;
  }
}
#page_index #sec_faq .bg .grid .item .sttl::before {
  content: "";
  background: url("../img/faq_shippo.svg") no-repeat center top/100% auto;
  position: absolute;
  left: 10%;
  top: 100%;
  translate: 0 -15%;
  width: 5rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg .grid .item .sttl::before {
    width: 3rem;
    height: 5rem;
    left: 5%;
    translate: 0 -30%;
  }
}
#page_index #sec_faq .bg .grid .item .img {
  width: 15rem;
  height: 15rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}
#page_index #sec_faq .bg .grid .item .img img {
  width: 100%;
}
#page_index #sec_faq .bg .grid .item .img ._on {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg .grid .item .img {
    width: 12rem;
    height: 12rem;
    margin-top: 1rem;
  }
}
#page_index #sec_faq .bg .grid .item .txt {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_faq .bg .grid .item .txt {
    font-size: 1.5rem;
    padding: 1em;
  }
}
#page_index #sec_faq .bg .grid .item:has(.is-open) .img ._off {
  opacity: 0;
}
#page_index #sec_faq .bg .grid .item:has(.is-open) .img ._on {
  opacity: 1;
}
#page_index #sec_voice {
  background-color: #efeee8;
  padding: 30rem 0 calc(20vw + 10rem);
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice {
    padding: 13rem 0 calc(20vw + 6rem);
  }
}
#page_index #sec_voice .bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page_index #sec_voice .bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150rem;
  height: 200%;
  background: url("../img/voice_bg@2x.png") repeat-y center top/120% auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .bg::before {
    width: 130vw;
  }
}
#page_index #sec_voice .bg::before {
  animation: voice_loop 100s infinite linear;
}
@keyframes voice_loop {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .bg::before {
    animation-duration: 150s;
  }
}
#page_index #sec_voice .box {
  padding-top: 7.3rem;
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .box {
    padding-top: 6rem;
    margin-top: 2rem;
  }
}
#page_index #sec_voice .box::before {
  content: "";
  background: url("../img/voice_item.svg") no-repeat center top/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7.3rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .box::before {
    background-size: 200vw auto;
    height: 6rem;
  }
}
#page_index #sec_voice .box .inner {
  background: #009fff;
  padding: 2rem 6rem 3rem;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .box .inner {
    padding: 2rem 5vw 3vw;
    border-radius: 3rem;
  }
}
#page_index #sec_voice .box .inner .job {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
}
#page_index #sec_voice .box .inner .job .ico {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
#page_index #sec_voice .box .inner .ttl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 1.5em 0 1em;
}
#page_index #sec_voice .box .inner .ttl strong {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
}
#page_index #sec_voice .box .inner .ttl span {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .box .inner .ttl {
    margin: 0.5em 0 1em;
    font-size: 1.6rem;
  }
  #page_index #sec_voice .box .inner .ttl strong {
    font-size: 2.2rem;
  }
}
#page_index #sec_voice .box .inner .white {
  background: #fff;
  border-radius: 3rem;
  padding: 3rem;
  margin: 0 -3rem;
}
#page_index #sec_voice .box .inner .white .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_index #sec_voice .box .inner .white {
    padding: 5vw;
    margin: 0 -2vw;
    border-radius: 2rem;
  }
  #page_index #sec_voice .box .inner .white .txt {
    font-size: 1.5rem;
  }
}
#page_index #sec_company {
  position: relative;
  overflow: hidden;
  margin-top: -20vw;
}
#page_index #sec_company::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  background: #fff;
  width: 150vw;
  height: 150vw;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company::before {
    width: 200vw;
    height: 200vw;
  }
}
#page_index #sec_company .bg {
  background: linear-gradient(to bottom, transparent 20vw, #fff 20vw);
  position: relative;
  z-index: 1;
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .bg {
    padding-top: 5rem;
  }
}
#page_index #sec_company .table {
  display: grid;
  grid-template-columns: 15em auto;
  border-bottom: 1px solid #ccc;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table {
    grid-template-columns: 8em auto;
  }
}
#page_index #sec_company .table .ttl, #page_index #sec_company .table .txt {
  font-size: 1.8rem;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding: 1.5em;
}
#page_index #sec_company .table .ttl._long, #page_index #sec_company .table .txt._long {
  grid-column: 1/3;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table .ttl, #page_index #sec_company .table .txt {
    font-size: 1.4rem;
    padding: 0.5em;
  }
  #page_index #sec_company .table .ttl:last-of-type, #page_index #sec_company .table .txt:last-of-type {
    grid-column: 1/3;
  }
  #page_index #sec_company .table .ttl:last-child, #page_index #sec_company .table .txt:last-child {
    border-top: none;
    padding-top: 0;
  }
}
#page_index #sec_company .table .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table .grid {
    gap: 2rem;
  }
}
#page_index #sec_company .table .grid .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table .grid .item {
    flex-direction: column;
    gap: 1rem;
  }
}
#page_index #sec_company .table .grid .item .img {
  flex: 0 0 auto;
  width: 16rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table .grid .item .img {
    width: 100%;
  }
}
#page_index #sec_company .table .grid .item .sttl {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table .grid .item .sttl {
    font-size: 1.6rem;
  }
}
#page_index #sec_company .table .grid .item .dot {
  margin-top: 0.5em;
}
#page_index #sec_company .table .grid .item .dot li {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
#page_index #sec_company .table .grid .item .dot li::before {
  content: "・";
  width: 1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_company .table .grid .item .dot li {
    font-size: 1.2rem;
  }
}
#page_index #sec_history {
  background: linear-gradient(to top, transparent 28rem, #fff 28rem);
  padding-top: 10rem;
  padding-bottom: 20rem;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history {
    padding-top: 6rem;
    padding-bottom: 11rem;
    background: linear-gradient(to top, transparent 11rem, #fff 11rem);
  }
}
#page_index #sec_history::after {
  content: "";
  background: url("../img/history_shippo.svg") no-repeat center bottom/100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history::after {
    height: 11rem;
    background-image: url("../img/history_shippo_sp.svg");
  }
}
#page_index #sec_history .wrap {
  position: relative;
  z-index: 1;
}
#page_index #sec_history .table {
  display: grid;
  grid-template-columns: 15em auto;
  border-bottom: 1px solid #ccc;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history .table {
    grid-template-columns: 8em auto;
  }
}
#page_index #sec_history .table .ttl, #page_index #sec_history .table .txt {
  font-size: 1.8rem;
  font-weight: 600;
  border-top: 1px solid #ccc;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history .table .ttl, #page_index #sec_history .table .txt {
    font-size: 1.4rem;
    padding: 0.5em;
  }
}
#page_index #sec_history .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history .flex {
    flex-direction: column;
    width: 90%;
    margin: 6rem auto 0;
  }
}
#page_index #sec_history .flex_l {
  flex: 0 0 auto;
}
#page_index #sec_history .flex_l img {
  width: 46rem;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history .flex_l img {
    width: 100%;
  }
}
#page_index #sec_history .flex .ttl {
  font-size: 4.2rem;
  line-height: 1.6;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history .flex .ttl {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
#page_index #sec_history .flex .txt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #page_index #sec_history .flex .txt {
    font-size: 1.4rem;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #page_index .simplebar-track {
    background: #d5d5d5;
    border-radius: 2rem;
  }
  #page_index .simplebar-scrollbar {
    background: #020202;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #page_index .simplebar-track,
  #page_index .simplebar-scrollbar {
    display: none !important;
  }
  #page_index .simplebar-wrapper,
  #page_index .simplebar-mask,
  #page_index .simplebar-content-wrapper {
    overflow: inherit !important;
  }
  #page_index .simplebar-content {
    display: block !important;
  }
}

#page_contact {
  overflow: hidden;
}
#page_contact #sec_intro {
  background: #efeee8;
  padding: 20rem 0 calc(15vw + 8rem);
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro {
    padding-top: 10rem;
  }
}
#page_contact #sec_intro .ttl_wrap {
  position: relative;
}
#page_contact #sec_intro .ttl_wrap .pict {
  position: absolute;
  top: -1rem;
  left: 8rem;
  width: 10rem;
}
#page_contact #sec_intro .ttl_wrap .pict._02 {
  width: 11rem;
  left: auto;
  right: 8rem;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .ttl_wrap .pict {
    width: 7rem;
    left: -4rem;
  }
  #page_contact #sec_intro .ttl_wrap .pict._02 {
    width: 8rem;
    right: -4rem;
  }
}
#page_contact #sec_intro .ttl_wrap .txt {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .ttl_wrap .txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
#page_contact #sec_intro .tel {
  background: #fff;
  width: 64rem;
  max-width: 100%;
  border-radius: 500px;
  padding: 3rem;
  margin: 6rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .tel {
    padding: 2rem 3rem;
    border-radius: 5rem;
  }
}
#page_contact #sec_intro .tel .txt {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .tel .txt {
    font-size: 1.6rem;
  }
}
#page_contact #sec_intro .tel .link {
  font-family: "Montserrat", sans-serif;
  color: #009fff;
  font-size: 5.7rem;
  line-height: 1;
  font-weight: 700;
}
#page_contact #sec_intro .tel .link a {
  color: #009fff;
}
#page_contact #sec_intro .tel .link .ico {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  vertical-align: 0.1em;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .tel .link {
    font-size: 4rem;
  }
}
#page_contact #sec_intro .tel .small {
  color: #009fff;
  font-size: 2rem;
  font-weight: 600;
}
#page_contact #sec_intro .tel .small .en {
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_intro .tel .small {
    font-size: 1.4rem;
  }
}
#page_contact #sec_form {
  position: relative;
  margin-top: -15vw;
}
#page_contact #sec_form .pict {
  position: absolute;
  right: 0;
  top: 12rem;
  overflow: hidden;
  z-index: 2;
}
#page_contact #sec_form .pict img {
  width: 35rem;
  translate: 10% 0;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .pict {
    left: 50%;
    top: -3rem;
    translate: -50% 0;
  }
  #page_contact #sec_form .pict img {
    translate: 0 0;
  }
}
#page_contact #sec_form .round {
  width: 100%;
  height: 15vw;
  overflow: hidden;
  position: relative;
}
#page_contact #sec_form .round::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% 0;
  background: #fff;
  width: 200vw;
  height: 200vw;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .round::before {
    width: 200vw;
    height: 200vw;
  }
}
#page_contact #sec_form .bg {
  background: linear-gradient(to top, transparent 27.5rem, #fff 27.5rem);
  padding-top: 10rem;
  padding-bottom: 20rem;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .bg {
    padding-top: 6rem;
    padding-bottom: 11rem;
    background: linear-gradient(to top, transparent 11rem, #fff 11rem);
  }
}
#page_contact #sec_form .bg::after {
  content: "";
  background: url("../img/history_shippo.svg") no-repeat center bottom/100% auto;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .bg::after {
    height: 11rem;
    background-image: url("../img/history_shippo_sp.svg");
  }
}
#page_contact #sec_form .bg .wrap {
  margin-top: -20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .bg .wrap {
    margin-top: 10rem;
  }
}
#page_contact #sec_form .bg .ttl_sec .en {
  font-size: 4.2rem;
}
#page_contact #sec_form .bg .ttl_sec .ja {
  color: #fd1800;
  font-size: 1.6rem;
}
#page_contact #sec_form .bg .flow {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .bg .flow {
    gap: 6rem;
    margin-top: 2rem;
  }
}
#page_contact #sec_form .bg .flow .item {
  background: url("../img/contact_flow01.svg") no-repeat center bottom/100% auto;
  width: 15rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .bg .flow .item {
    width: 100%;
    height: 11rem;
    font-size: 1.6rem;
  }
}
#page_contact #sec_form .bg .flow .item._now {
  background-image: url("../img/contact_flow02.svg");
}
#page_contact #sec_form .bg .flow .item + .item::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 55%;
  margin-right: 2rem;
  width: 6rem;
  height: 1px;
  border-top: 1px dashed #211815;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .bg .flow .item + .item::before {
    width: 4rem;
    margin-right: 1rem;
    top: 60%;
  }
}
#page_contact #sec_form .form {
  margin-top: 4rem;
}
#page_contact #sec_form .form .table .ttl {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 2rem;
}
#page_contact #sec_form .form .table .ttl .red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fd1800;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  font-size: 70%;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: 0.2em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .form .table .ttl {
    font-size: 1.8rem;
  }
}
#page_contact #sec_form .form .table .txt {
  padding: 1rem 0 1em;
}
#page_contact #sec_form .form .flex {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .form .flex {
    gap: 0;
    justify-content: space-between;
  }
}
#page_contact #sec_form .form .flex .txt {
  white-space: nowrap;
}
#page_contact #sec_form .form *::placeholder {
  color: #999;
}
#page_contact #sec_form .form label {
  display: inline-block;
  margin: 0 0.2em;
}
#page_contact #sec_form .form input[type=text],
#page_contact #sec_form .form input[type=email],
#page_contact #sec_form .form input[type=tel],
#page_contact #sec_form .form textarea,
#page_contact #sec_form .form select {
  font-size: 1.6rem;
  padding: 0 2em;
  background: #efeee8;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .form input[type=text],
  #page_contact #sec_form .form input[type=email],
  #page_contact #sec_form .form input[type=tel],
  #page_contact #sec_form .form textarea,
  #page_contact #sec_form .form select {
    padding: 0 0.5em;
  }
}
#page_contact #sec_form .form textarea {
  line-height: 1.8em;
  padding: 1em;
  height: 20em;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .form textarea {
    padding: 0.5em;
  }
}
#page_contact #sec_form .form input[type=text],
#page_contact #sec_form .form input[type=email],
#page_contact #sec_form .form input[type=tel],
#page_contact #sec_form .form select {
  line-height: 3em;
  height: 3em;
}
#page_contact #sec_form .form input[type=text],
#page_contact #sec_form .form input[type=email],
#page_contact #sec_form .form input[type=tel],
#page_contact #sec_form .form textarea {
  width: 100%;
}
#page_contact #sec_form .form input[type=text]._short,
#page_contact #sec_form .form input[type=email]._short,
#page_contact #sec_form .form input[type=tel]._short,
#page_contact #sec_form .form textarea._short {
  width: 8em;
}
#page_contact #sec_form .form select {
  background: #fff url("../img/common/select.svg") no-repeat right center/auto 70%;
  padding-right: 2.5em;
  width: 100%;
}
#page_contact #sec_form .form input[type=radio],
#page_contact #sec_form .form input[type=checkbox] {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}
#page_contact #sec_form .form input[type=radio] + span,
#page_contact #sec_form .form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 1.8em;
}
#page_contact #sec_form .form input[type=radio] + span::before, #page_contact #sec_form .form input[type=radio] + span::after,
#page_contact #sec_form .form input[type=checkbox] + span::before,
#page_contact #sec_form .form input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 100%;
  background: #efeee8;
  margin-right: 0.3em;
}
#page_contact #sec_form .form input[type=radio] + span::after,
#page_contact #sec_form .form input[type=checkbox] + span::after {
  width: 0.8em;
  height: 0.8em;
  margin: 0.3em 0 0 0.3em;
  background: transparent;
  border: none;
}
#page_contact #sec_form .form input[type=radio]:checked + span::after,
#page_contact #sec_form .form input[type=checkbox]:checked + span::after {
  background: #fd1800;
}
#page_contact #sec_form .form input[type=checkbox] + span::before {
  border-radius: 5px;
}
#page_contact #sec_form .form input[type=checkbox]:checked + span::after {
  width: 1em;
  height: 0.6em;
  margin: 0.2em 0 0 0.2em;
  border-bottom: 5px solid #fd1800;
  border-left: 5px solid #fd1800;
  transform: rotate(-45deg);
  border-radius: 0;
  background: transparent;
}
#page_contact #sec_form .form input.btn + span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3em;
  height: 3em;
  padding: 0 2em;
  background: #efeee8;
  border-radius: 200px;
  cursor: pointer;
}
#page_contact #sec_form .form input.btn + span::before, #page_contact #sec_form .form input.btn + span::after {
  display: none;
}
#page_contact #sec_form .form input.btn:checked + span {
  background: #fd1800;
  color: #fff;
}
#page_contact #sec_form .form .privacy {
  margin: 2rem 0 6rem;
}
#page_contact #sec_form .form .privacy .box {
  background: #efeee8;
  padding: 3rem;
  border-radius: 3rem;
  height: 30rem;
}
#page_contact #sec_form .form .privacy .box .txt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .form .privacy .box .txt {
    font-size: 1.5rem;
  }
}
#page_contact #sec_form .form .privacy .box .inner {
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 1em;
}
#page_contact #sec_form .form .privacy .box .inner::-webkit-scrollbar {
  display: none;
}
#page_contact #sec_form .form .privacy .box .inner .simplebar-track {
  background: #efeee8;
  border-radius: 2rem;
}
#page_contact #sec_form .form .privacy .box .inner .simplebar-scrollbar {
  background: #fd1800;
  border-radius: 2rem;
}
#page_contact #sec_form .form .privacy .box .inner .simplebar-scrollbar::before {
  display: none;
}
#page_contact #sec_form .form .privacy label {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 1em;
}
#page_contact #sec_form .form .privacy label .red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fd1800;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  font-size: 70%;
  border-radius: 100%;
  overflow: hidden;
  vertical-align: 0.2em;
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .form .privacy label {
    font-size: 1.8rem;
  }
}
#page_contact #sec_form .form .error {
  color: #fd1800;
  font-size: 1.8rem;
  font-weight: 700;
}
#page_contact #sec_form .form .error::before {
  content: "※";
}
#page_contact #sec_form .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .btn_wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
#page_contact #sec_form .btn_wrap .btn {
  position: relative;
  cursor: pointer;
}
#page_contact #sec_form .btn_wrap .btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #page_contact #sec_form .btn_wrap .btn input:hover + p {
    background: #fff;
    color: #fd1800;
  }
  #page_contact #sec_form .btn_wrap .btn input:hover + p .ico .cls-1 {
    fill: #fd1800;
  }
  #page_contact #sec_form .btn_wrap .btn input:hover + p .ico .cls-2 {
    fill: #fff;
  }
}
#page_contact #sec_form .btn_wrap .btn button, #page_contact #sec_form .btn_wrap .btn a, #page_contact #sec_form .btn_wrap .btn p {
  background: #fd1800;
  border: 2px solid #fd1800;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 8rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border-radius: 300px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  #page_contact #sec_form .btn_wrap .btn button:hover, #page_contact #sec_form .btn_wrap .btn a:hover, #page_contact #sec_form .btn_wrap .btn p:hover {
    background: #fff;
    color: #fd1800;
  }
  #page_contact #sec_form .btn_wrap .btn button:hover .ico .cls-1, #page_contact #sec_form .btn_wrap .btn a:hover .ico .cls-1, #page_contact #sec_form .btn_wrap .btn p:hover .ico .cls-1 {
    fill: #fd1800;
  }
  #page_contact #sec_form .btn_wrap .btn button:hover .ico .cls-2, #page_contact #sec_form .btn_wrap .btn a:hover .ico .cls-2, #page_contact #sec_form .btn_wrap .btn p:hover .ico .cls-2 {
    fill: #fff;
  }
}
@media screen and (max-width: 767px) {
  #page_contact #sec_form .btn_wrap .btn button, #page_contact #sec_form .btn_wrap .btn a, #page_contact #sec_form .btn_wrap .btn p {
    width: 25rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
#page_contact #sec_form .btn_wrap .btn button .ico, #page_contact #sec_form .btn_wrap .btn a .ico, #page_contact #sec_form .btn_wrap .btn p .ico {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
#page_contact #sec_form .btn_wrap .btn button .ico svg, #page_contact #sec_form .btn_wrap .btn a .ico svg, #page_contact #sec_form .btn_wrap .btn p .ico svg {
  display: block;
}
#page_contact #sec_form .btn_wrap .btn button .ico .cls-1, #page_contact #sec_form .btn_wrap .btn a .ico .cls-1, #page_contact #sec_form .btn_wrap .btn p .ico .cls-1 {
  fill: #fff;
  transition: fill 0.3s ease;
}
#page_contact #sec_form .btn_wrap .btn button .ico .cls-2, #page_contact #sec_form .btn_wrap .btn a .ico .cls-2, #page_contact #sec_form .btn_wrap .btn p .ico .cls-2 {
  fill: #fd1800;
  transition: fill 0.3s ease;
}
#page_contact #sec_form .btn_wrap .btn._back button {
  background: #999;
  border-color: #999;
  color: #fff;
  width: 22rem;
}
#page_contact #sec_form .btn_wrap .btn._back button .ico {
  scale: -1 1;
  margin-left: 0;
  margin-right: 1em;
}
#page_contact #sec_form .btn_wrap .btn._back button .ico .cls-2 {
  fill: #999;
}
@media screen and (min-width: 768px) {
  #page_contact #sec_form .btn_wrap .btn._back button:hover {
    background: #fff;
    color: #999;
  }
  #page_contact #sec_form .btn_wrap .btn._back button:hover .ico .cls-1 {
    fill: #999;
  }
  #page_contact #sec_form .btn_wrap .btn._back button:hover .ico .cls-2 {
    fill: #fff;
  }
}
#page_contact._confirm #sec_form .pict {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_contact._confirm #sec_form .wrap {
    margin-top: 0;
  }
}
#page_contact._thanks #sec_form .pict {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_contact._thanks #sec_form .wrap {
    margin-top: 0;
  }
}
#page_contact._thanks #sec_form .thanks {
  margin: 10rem 0;
}
#page_contact._thanks #sec_form .thanks .big {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
#page_contact._thanks #sec_form .thanks .txt {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-top: 2em;
}

/* ------------------------------
    アニメーション
------------------------------ */
*[data-scroll=fade-top] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(3rem);
}

*[data-scroll=fade-bottom] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateY(-3rem);
}

*[data-scroll=fade-top].scroll-show,
*[data-scroll=fade-bottom].scroll-show {
  opacity: 1;
  transform: translateY(0);
}

*[data-scroll=fade-left] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateX(3rem);
}

*[data-scroll=fade-right] {
  transition: opacity 0.6s, transform 0.6s;
  opacity: 0;
  transform: translateX(-3rem);
}

*[data-scroll=fade-left].scroll-show,
*[data-scroll=fade-right].scroll-show {
  opacity: 1;
  transform: translateX(0);
}

*[data-scroll=bounce-top] {
  opacity: 0;
  transition: opacity 0.3s;
}

*[data-scroll=bounce-top].scroll-show {
  opacity: 1;
  animation: bounce-top 1s ease-in-out;
}

@keyframes bounce-top {
  0%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20%);
  }
  60% {
    transform: translateY(-5%);
  }
}
*[data-scroll=bounce-bottom] {
  opacity: 0;
  transition: opacity 0.3s;
}

*[data-scroll=bounce-bottom].scroll-show {
  opacity: 1;
  animation: bounce-bottom 1s ease-in-out;
}

@keyframes bounce-bottom {
  0%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(20%);
  }
  60% {
    transform: translateY(5%);
  }
}
*[data-scroll=pyoko-top] {
  opacity: 0;
  transition: opacity 0.5s;
}

*[data-scroll=pyoko-top].scroll-show {
  opacity: 1;
  animation: pyoko-top 1s ease-in-out;
}

@keyframes pyoko-top {
  10%, 60% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15%);
  }
}
*[data-scroll=pyoko-bottom] {
  opacity: 0;
  transition: opacity 0.5s;
}

*[data-scroll=pyoko-bottom].scroll-show {
  opacity: 1;
  animation: pyoko-bottom 1s ease-in-out;
}

@keyframes pyoko-bottom {
  10%, 60% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(15%);
  }
}
*[data-scroll=rolling-top] {
  opacity: 0;
  transition: opacity 0.5s;
}

*[data-scroll=rolling-top].scroll-show {
  opacity: 1;
  animation: rolling-top 1s ease-in-out;
}

@keyframes rolling-top {
  20%, 60% {
    transform: translateY(0) rotate(0);
  }
  40% {
    transform: translateY(-20%) rotate(25deg);
  }
  50% {
    transform: rotate(-15deg);
  }
}
*[data-scroll=spin].scroll-show {
  animation: spin 1s ease-in-out;
}

@keyframes spin {
  0%, 40% {
    transform: scale(1, 1) rotate(0);
  }
  10% {
    transform: scale(1.2) rotate(25deg);
  }
  20% {
    transform: scale(1.5) rotate(-25deg);
  }
  30% {
    transform: scale(1.2) rotate(25deg);
  }
}
*:not([data-scroll]) > .anime-bounce_loop {
  animation: bounce-loop 8s ease-in-out infinite;
}
*:not([data-scroll]) > .anime-bounce_loop._delay1 {
  animation-delay: 1s;
}
*:not([data-scroll]) > .anime-bounce_loop._delay2 {
  animation-delay: 2s;
}
*:not([data-scroll]) > .anime-bounce_loop._delay3 {
  animation-delay: 3s;
}
*:not([data-scroll]) > .anime-bounce_loop._delay4 {
  animation-delay: 4s;
}
*:not([data-scroll]) > .anime-bounce_loop._delay5 {
  animation-delay: 5s;
}

.scroll-show > .anime-bounce_loop {
  animation: bounce-loop 8s ease-in-out infinite;
}
.scroll-show > .anime-bounce_loop._delay1 {
  animation-delay: 2s;
}
.scroll-show > .anime-bounce_loop._delay2 {
  animation-delay: 3s;
}
.scroll-show > .anime-bounce_loop._delay3 {
  animation-delay: 4s;
}
.scroll-show > .anime-bounce_loop._delay4 {
  animation-delay: 5s;
}
.scroll-show > .anime-bounce_loop._delay5 {
  animation-delay: 6s;
}

@keyframes bounce-loop {
  0%, 6%, 12%, 60%, 66%, 72% {
    transform: translateY(0);
  }
  3% {
    transform: translateY(-15%);
  }
  9% {
    transform: translateY(-5%);
  }
  63% {
    transform: translateY(-15%);
  }
  69% {
    transform: translateY(-5%);
  }
}
/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  .tb-none {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/* ------------------------------
    clearfix
------------------------------ */
.cf {
  zoom: 1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden; /* 隙間対応 */
  font-size: 0.1em; /* 隙間対応 */
  line-height: 0; /* 隙間対応 */
}
