@charset "UTF-8";
/*-- layoutフォルダの中の_index.scss --*/
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/*-- mixinフォルダの中の_index.scss --*/
.header {
  width: 100%;
  /**********************************　
  以下、ハンバーガーメニューの設定　
  ************************************/
}
.header--wrapper {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 28px 48px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: #E4E3E3 0 0 11px 1px;
          box-shadow: #E4E3E3 0 0 11px 1px;
}
@media screen and (max-width: 767px) {
  .header--wrapper {
    padding: 12px 24px;
    height: 80px;
  }
}
.header--logo {
  position: relative;
  z-index: 999999;
}
.header--logo a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header--logo a:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header--logo a:hover {
    opacity: 0.5;
  }
}
.header--logo a img {
  width: 100%;
  height: auto;
}
.header--pc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.header--pc__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #66cc33;
  gap: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .header--pc__item a:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header--pc__item a:hover {
    opacity: 0.5;
  }
}
.header--pc__item a .en {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1;
}
.header--pc__item a .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.4rem;
}
.header .header--sp {
  display: none;
}
@media screen and (max-width: 1500px) {
  .header .header--pc {
    display: none;
  }
  .header .header--hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 24px;
    width: 32px;
  }
  .header .header--hamburger__icon span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    background-color: green;
    border-radius: 8px;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    z-index: 99999;
  }
  .header .header--hamburger__icon span:nth-of-type(1) {
    top: 0;
  }
  .header .header--hamburger__icon span:nth-of-type(2) {
    top: 11px;
  }
  .header .header--hamburger__icon span:nth-of-type(3) {
    bottom: 0;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 11px;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header--hamburger__icon.js-close span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 11px;
  }
  .header .header--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    inset: 0;
    top: 80px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: calc(100svh - 80px);
    background-color: #fff;
  }
  .header .header--sp__inner {
    width: 100%;
    height: calc(100% - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .header--sp__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .header .header--sp__inner ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .header .header--sp__inner ul li a {
    color: #66CC33;
    line-height: 1.2;
  }
  .header .header--sp__inner ul li a .en {
    font-size: 2.4rem;
    font-family: "League Spartan", sans-serif;
  }
  .header .header--sp__inner ul li a .ja {
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif;
  }
}

html {
  width: 100%;
  font-size: 10px;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "Noto Sans JP", sans-serif;
  color: #575757;
  padding-top: 90px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    padding-top: 80px;
  }
}
body .c-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
body .c-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 74px auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  body .c-heading {
    margin-bottom: 40px;
  }
}
body .c-heading .en {
  display: inline;
  font-size: 6.4rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 171, 0)), to(rgb(142, 248, 118)));
  background: -webkit-linear-gradient(left, rgb(54, 171, 0), rgb(142, 248, 118));
  background: linear-gradient(90deg, rgb(54, 171, 0), rgb(142, 248, 118));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body .c-heading .en {
    font-size: 4rem;
  }
}
body .c-heading .ja {
  display: inline;
  font-size: 2.5rem;
  font-weight: 500;
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 171, 0)), to(rgb(142, 248, 118)));
  background: -webkit-linear-gradient(left, rgb(54, 171, 0), rgb(142, 248, 118));
  background: linear-gradient(90deg, rgb(54, 171, 0), rgb(142, 248, 118));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body .c-heading .ja {
    font-size: 1.8rem;
  }
}

/* ===============================================
# mv
=============================================== */
.mv {
  position: relative;
  width: 100%;
  height: calc(100svh - 90px);
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 100svh;
    margin-bottom: 120px;
  }
}
.mv .swiper {
  width: 100%;
  height: auto;
}
.mv .swiper-wrapper {
  width: 100%;
  /* 画像のサイズ調整 */
}
.mv .swiper-wrapper .swiper-slide {
  width: 100%;
}
.mv .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: calc(100svh - 90px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -50px;
     object-position: center -50px;
}
@media screen and (max-width: 767px) {
  .mv .swiper-wrapper .swiper-slide img {
    height: 100svh;
  }
}
.mv--box {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .mv--box {
    width: 80%;
  }
}
.mv--box img {
  -webkit-filter: drop-shadow(0px 3px 10px rgb(0, 0, 0));
          filter: drop-shadow(0px 3px 10px rgb(0, 0, 0));
}

/* ===============================================
# MESSAGE
=============================================== */
.message {
  width: 100%;
  margin-bottom: 152px !important;
}
.message_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.message_contents img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
  .message_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.message--body_img {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .message--body_img {
    width: 70%;
    margin-bottom: 40px;
  }
}
.message--body_txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .message--body_txt {
    width: 90%;
  }
}
.message--body_txt .name {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message--body_txt .name {
    font-size: 1.8rem;
  }
}
.message--body_txt .name .post {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .message--body_txt .name .post {
    font-size: 1.4rem;
  }
}

/* ===============================================
# ABOUT US
=============================================== */
.about_us {
  position: relative;
  padding-bottom: 240px;
  margin-bottom: 172px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about_us {
    padding-bottom: 240px;
    margin-bottom: 20px;
  }
}
.about_us--body_txt {
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about_us--body_txt {
    font-size: 1.6rem;
  }
}

/* ===============================================
# info
=============================================== */
.info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  margin-bottom: 152px !important;
}
@media screen and (max-width: 1024px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.info .info_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .info .info_list {
    font-size: 1.6rem;
  }
}
.info .info_list .c-heading {
  text-align: left;
  margin: 0 0 74px 0;
}
@media screen and (max-width: 767px) {
  .info .info_list .c-heading {
    text-align: center;
    margin: 0 auto 74px auto;
  }
}
.info .info_list--list {
  width: 100%;
  display: grid;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .info .info_list--list {
    gap: 32px;
  }
}
.info .info_list--list__item {
  padding: 0 0 20px 0;
  display: grid;
  grid: auto-flow/1.3fr 3fr;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .info .info_list--list__item {
    grid: auto-flow/1fr 3fr;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .info .info_list--list__item {
    grid: auto-flow/2fr 5fr;
  }
}
.info .info_list--list__item2 {
  padding: 0 0 20px 0;
  display: grid;
  border-bottom: 2px solid #ccc;
}
.info .info_list--list .title {
  font-size: 2.2rem;
  padding-bottom: 2%;
}
@media screen and (max-width: 1024px) {
  .info .info_list--list .title {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

/* ===============================================
# contact
=============================================== */
input {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}
input ::-webkit-input-placeholder {
  color: #ccc;
}
input ::-moz-placeholder {
  color: #ccc;
}
input :-ms-input-placeholder {
  color: #ccc;
}
input ::-ms-input-placeholder {
  color: #ccc;
}
input ::placeholder {
  color: #ccc;
}

.contact {
  color: #66CC33;
  margin-bottom: 106px;
}
.contact--contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 200px;
  margin-bottom: 152px !important;
}
@media screen and (max-width: 1024px) {
  .contact--contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.contact--box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  text-align: center;
  line-height: 1;
}
.contact--box__txt {
  font-size: 1.8rem;
  font-weight: 600;
}
.contact--box__txt--sub {
  font-size: 1.4rem;
}
.contact--box__tell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .contact--box__tell:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact--box__tell:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .contact--box__tell {
    gap: 0;
  }
}
.contact--box__tell .icon {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .contact--box__tell .icon {
    scale: 0.7;
  }
}
.contact--box__tell .icon img {
  width: 70px;
}
.contact--box__tell .num {
  font-size: 6.2rem;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact--box__tell .num {
    font-size: 4.2rem;
  }
}
.contact--box__tell .num span {
  font-size: 0.6em;
}
.contact--box__time {
  font-size: 1.7rem;
}
.contact--box .formTable {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.contact--box .formTable tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 15px 0;
}
.contact--box .formTable tr th {
  width: 35%;
  padding: 5px;
}
.contact--box .formTable tr td {
  width: 65%;
  color: #575757;
}
.contact--box .formTable-text {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 10px;
}
.contact--box .formTable .post {
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 10px;
}
.contact--box .formTable .service-radio {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact--box .formTable-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact--box .formTable-radio-service {
  width: 50%;
  text-align: left;
  color: #575757;
}
.contact--box .formTable-radio-service input {
  margin: 0 10px 0 0;
}
.contact--box .formTable-textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  color: #575757;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 10px;
}
.contact--box .formTable .form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact--box .formTable .form-check input {
  width: 18px;
  margin-right: 10px;
}
.contact--box .form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 0 45px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact--box .form-btn_icon {
  max-width: 200px;
  width: 45%;
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.contact--box .form-btn_icon input {
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
}
.contact--box .form-btn .icon_reset,
.contact--box .form-btn .icon_submit {
  position: relative;
}
.contact--box .form-btn .icon_reset:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 25px;
  background: url(../img/contact/reset-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 12px);
  right: 5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact--box .form-btn .icon_reset:hover:after {
  background: url(../img/contact/reset-arrow_hover.svg) no-repeat center center/cover;
}
.contact--box .form-btn .icon_submit:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background: url(../img/contact/submit-arrow.svg) no-repeat center center/cover;
  top: calc(50% - 14px);
  right: 5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact--box .form-btn .icon_submit:hover:after {
  background: url(../img/contact/submit-arrow_hover.svg) no-repeat center center/cover;
}
.contact--box .form-btn_reset {
  background: #000;
  border: solid 3px #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact--box .form-btn_reset:hover {
  background: #ffffff;
  color: #575757;
}
.contact--box .form-btn_submit {
  background: #66CC33;
  border: solid 3px #66CC33;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact--box .form-btn_submit:disabled {
  background: #ccc;
  color: #c3c3c3;
}
.contact--box .form-btn_submit:hover {
  background: #ffffff;
  color: #66CC33;
}

/* ===============================================
# ページトップ
=============================================== */
.page-top {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 30px;
  background-color: #fff;
  border: #66CC33 solid 1px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #66CC33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .page-top:hover {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-top:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .page-top {
    bottom: 20px;
    right: 5%;
  }
}

/* ===============================================
# フッター
=============================================== */
#footer {
  color: #fff;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 171, 0)), to(rgb(142, 248, 118)));
  background: -webkit-linear-gradient(left, rgb(54, 171, 0), rgb(142, 248, 118));
  background: linear-gradient(90deg, rgb(54, 171, 0), rgb(142, 248, 118));
  padding: 80px 0 64px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 0;
  }
}

.footer {
  opacity: 0;
}
.footer--inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.footer--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 60px 160px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer--info {
    width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer--info {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px 160px;
  }
}
.footer--info_company_name {
  font-size: 3rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .footer--info_company_name {
    font-size: 3rem;
  }
}
.footer--info_company_txt {
  font-size: 1.8rem;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .footer--info_company_txt {
    margin-bottom: 5px;
  }
}
.footer--info_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer--info_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer--info_nav ul {
  margin-right: 80px;
}
.footer--info_nav_item {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer--info_nav_item {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}
.footer .copyright {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1.2rem;
  }
}

.js-fadeHereTrigger,
.js-fadeUpTrigger,
.js-fadeRightTrigger,
.js-fadeLeftTrigger {
  opacity: 0;
}

/* その場で */
.js-fade_here {
  -webkit-animation: fadeInAnime 1s ease forwards;
          animation: fadeInAnime 1s ease forwards;
  opacity: 0;
  z-index: 9999;
}
.js-fade_here:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_here:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_here:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_here:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_here {
    -webkit-animation: fadeInAnime 0.6s ease forwards;
            animation: fadeInAnime 0.6s ease forwards;
  }
  .js-fade_here:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_here:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_here:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_here:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fade_up {
  -webkit-animation: fadeUpAnime 0.8s ease forwards;
          animation: fadeUpAnime 0.8s ease forwards;
  opacity: 0;
}
.js-fade_up:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_up:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_up:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_up:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_up {
    -webkit-animation: fadeUpAnime 0.6s ease forwards;
            animation: fadeUpAnime 0.6s ease forwards;
  }
  .js-fade_up:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_up:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_up:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_up:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 右から */
.js-fade_right {
  -webkit-animation: fadeRightAnime 0.8s ease forwards;
          animation: fadeRightAnime 0.8s ease forwards;
  opacity: 0;
}
.js-fade_right:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_right:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_right:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_right:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_right {
    -webkit-animation: fadeRightAnime 0.6s ease forwards;
            animation: fadeRightAnime 0.6s ease forwards;
  }
  .js-fade_right:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_right:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_right:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_right:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 左から */
.js-fade_left {
  -webkit-animation: fadeLeftAnime 0.8s ease forwards;
          animation: fadeLeftAnime 0.8s ease forwards;
  opacity: 0;
  z-index: 9999;
}
.js-fade_left:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fade_left:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fade_left:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fade_left:nth-child(4) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .js-fade_left {
    -webkit-animation: fadeLeftAnime 0.6s ease forwards;
            animation: fadeLeftAnime 0.6s ease forwards;
  }
  .js-fade_left:nth-child(1) {
    -webkit-animation-delay: 0;
            animation-delay: 0;
  }
  .js-fade_left:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-fade_left:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-fade_left:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}/*# sourceMappingURL=styles.css.map */