@charset "UTF-8";
/*-- layoutフォルダの中の_index.scss --*/
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/*-- mixinフォルダの中の_index.scss --*/
.js-fadeHeaderTrigger,
.js-fadeHereTrigger,
.js-fadeUpTrigger,
.js-fadeDownTrigger,
.js-fadeRightTrigger,
.js-fadeLeftTrigger,
.js-fademvTrigger {
  opacity: 0;
}

.js-fadeHeader {
  -webkit-animation: fadeDownAnime 0.8s ease forwards;
          animation: fadeDownAnime 0.8s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fademv {
  -webkit-animation: fademvAnime 0.5s ease forwards;
          animation: fademvAnime 0.5s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}
.js-fademv:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fademv:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-fademv:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fademv:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-fademv:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fademv:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes fademvAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fademvAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fadeHere {
  -webkit-animation: fadeHereAnime 0.8s ease forwards;
          animation: fadeHereAnime 0.8s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}
.js-fadeHere:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fadeHere:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-fadeHere:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fadeHere:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-fadeHere:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js-fadeHere:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes fadeHereAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHereAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fadeUp {
  -webkit-animation: fadeUpAnime 0.8s ease forwards;
          animation: fadeUpAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
.js-fadeUp:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fadeUp:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeDown {
  -webkit-animation: fadeDownAnime 0.8s ease forwards;
          animation: fadeDownAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-faderight {
  -webkit-animation: fadeRightAnime 0.8s ease forwards;
          animation: fadeRightAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-fadeleft {
  -webkit-animation: fadeLeftAnime 0.8s ease forwards;
          animation: fadeLeftAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-slideHeader {
  -webkit-animation: slideDownAnime 0.8s ease forwards;
          animation: slideDownAnime 0.8s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes slideDownAnime {
  from {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnime {
  from {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-slideUp {
  -webkit-animation: slideUpAnime 0.8s ease forwards;
          animation: slideUpAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js-slideUp:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-slideUp:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@-webkit-keyframes slideUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-slideDown {
  -webkit-animation: slideDownAnime 0.8s ease forwards;
          animation: slideDownAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@keyframes slideDownAnime {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-slideright {
  -webkit-animation: slideRightAnime 0.8s ease forwards;
          animation: slideRightAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes slideRightAnime {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideRightAnime {
  from {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-slideleft {
  -webkit-animation: slideLeftAnime 0.8s ease forwards;
          animation: slideLeftAnime 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes slideLeftAnime {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnime {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bgextend {
  -webkit-animation: bgextendAnimeBase 1s forwards;
          animation: bgextendAnimeBase 1s forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgextend .bgappear {
  -webkit-animation: bgextendAnimeSecond 1s forwards 0.6s;
          animation: bgextendAnimeSecond 1s forwards 0.6s;
  opacity: 0;
}
@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #061D48;
  -webkit-animation: bgLRextendAnime 1s forwards;
          animation: bgLRextendAnime 1s forwards;
}
@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

.smoothText {
  overflow: hidden;
  display: block;
}
.smoothTextTrigger {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
          transform: translate3d(0, 100%, 0) skewY(12deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}
.smoothTextAppear {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}

.header--wrapper {
  position: fixed;
  width: 100%;
  padding: 44px 15px;
  top: -200px;
  z-index: 10;
  -webkit-animation: slideDownAnime 0.8s ease forwards;
          animation: slideDownAnime 0.8s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  /**********************************　
  以下、ハンバーガーメニューの設定　
  ************************************/
}
@keyframes slideDownAnime {
  from {
    top: -200px;
  }
  to {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .header--wrapper {
    padding: 0;
  }
}
.header--wrapper .header--back {
  max-width: 1800px;
  width: 95%;
  margin: auto;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  padding: 16px 24px 16px 38px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .header--wrapper .header--back {
    width: 100%;
    padding: 10px 20px;
  }
}
.header--wrapper .header--logo {
  z-index: 999;
}
.header--wrapper nav ul {
  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: 65px;
}
@media screen and (max-width: 1499px) {
  .header--wrapper nav ul {
    gap: 50px;
  }
}
.header--wrapper nav ul a {
  font-size: 1.8rem;
  color: #191919;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 767px) {
  .header--wrapper nav ul a {
    font-size: 1.6rem;
  }
}
.header--wrapper nav ul a span {
  font-size: 1.2rem;
  display: block;
}
.header--wrapper .header--pc {
  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: 60px;
}
@media screen and (max-width: 1499px) {
  .header--wrapper .header--pc {
    gap: 50px;
  }
}
.header--wrapper .header--pc__item {
  font-weight: bold;
}
.header--wrapper .header--pc__item span {
  font-family: "Roboto", sans-serif;
}
.header--wrapper .header--pc .header--contact__form {
  font-weight: bold;
}
.header--wrapper .header--pc .header--contact__form a {
  padding: 10px 10px 10px 40px;
  border-radius: 50px;
  color: #ffffff;
  background: -webkit-linear-gradient(60deg, rgb(198, 152, 0), rgb(232, 204, 101));
  background: linear-gradient(30deg, rgb(198, 152, 0), rgb(232, 204, 101));
  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: 20px;
}
.header--wrapper .header--pc .header--contact__form__txt {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
}
.header--wrapper .header--sp {
  display: none;
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--pc {
    display: none;
  }
  .header--wrapper nav ul a {
    color: #000;
  }
  .header--wrapper .header--hamburger {
    background: -webkit-linear-gradient(60deg, rgb(198, 152, 0), rgb(232, 204, 101));
    background: linear-gradient(30deg, rgb(198, 152, 0), rgb(232, 204, 101));
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    width: 100px;
    height: 60px;
    border-radius: 40px;
    z-index: 999;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--hamburger {
    width: 50px;
    height: 30px;
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--hamburger__icon span {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: white;
    border-radius: 8px;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--hamburger__icon span {
    width: 26px;
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--hamburger__icon span:nth-of-type(1) {
    top: calc(30% - 1px);
    left: calc(50% - 20px);
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--hamburger__icon span:nth-of-type(1) {
    left: calc(50% - 13px);
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--hamburger__icon span:nth-of-type(2) {
    top: calc(50% - 1px);
    right: calc(50% - 20px);
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--hamburger__icon span:nth-of-type(2) {
    right: calc(50% - 13px);
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--hamburger__icon span:nth-of-type(3) {
    bottom: calc(30% - 1px);
    right: calc(50% - 20px);
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--hamburger__icon span:nth-of-type(3) {
    right: calc(50% - 13px);
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--hamburger__icon.js-close span:nth-of-type(1) {
    top: calc(50% - 1px);
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .header--wrapper .header--hamburger__icon.js-close span:nth-of-type(2) {
    opacity: 0;
  }
  .header--wrapper .header--hamburger__icon.js-close span:nth-of-type(3) {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header--wrapper .header--sp {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    max-width: 440px;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    padding: 16rem 0 0;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--sp {
    padding: 6rem 0 0;
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--sp__item {
    position: relative;
    font-family: "YuGothic", "メイリオ", "Meiryo UI", "ヒラギノ角ゴシック", "MS Pゴシック", "MSゴシック", sans-serif;
    font-weight: bold;
  }
  .header--wrapper .header--sp__item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    top: calc(50% - 4px);
    right: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header--wrapper .header--sp__item span {
    font-family: "Roboto", sans-serif;
  }
  .header--wrapper .header--sp__inner {
    width: 100%;
    height: calc(100% - 60px);
  }
  .header--wrapper .header--sp__inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
  .header--wrapper .header--sp__inner ul li {
    max-width: 360px;
    width: 95%;
  }
  .header--wrapper .header--sp__inner ul .header--contact__form-sp {
    font-weight: bold;
  }
  .header--wrapper .header--sp__inner ul .header--contact__tel {
    font-family: "Noto Sans JP", sans-serif;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header--wrapper .header--sp__inner ul .header--contact__tel a p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .header--wrapper .header--sp__inner ul .header--contact__tel a p span {
    font-size: 1.4rem;
  }
  .header--wrapper .header--sp__inner ul .header--contact__tel-map a {
    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: 5px;
    border: solid 1px #000;
    border-radius: 20px;
    padding: 5px 1rem;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--sp__inner ul .header--contact__tel-map a {
    padding: 3px 6px;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--sp__inner ul .header--contact__tel-map a img {
    width: 6px;
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--sp__inner ul .header--contact__tel-map a p {
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1330px) and (max-width: 767px) {
  .header--wrapper .header--sp__inner ul .header--contact__tel-map a p {
    font-size: 6px;
  }
}
@media screen and (max-width: 1330px) {
  .header--wrapper .header--sp__link {
    margin: 0 0 28px 0;
  }
  .header--wrapper .header--sp__link li {
    border-bottom: solid 1px #C6C6C6;
  }
  .header--wrapper .header--sp__link li a {
    padding: 18px 0;
  }
  .header--wrapper .header--sp .header--contact__rec {
    margin: 0 0 12px 0;
  }
  .header--wrapper .header--sp .header--contact__rec a {
    padding: 10px 0;
    border-radius: 50px;
    color: #fff;
    border: solid 1px #006013;
    background: #006013;
  }
  .header--wrapper .header--sp .header--contact__form a {
    padding: 10px 10px 10px 60px;
    border-radius: 50px;
    color: #fff;
    background: -webkit-linear-gradient(60deg, rgb(198, 152, 0), rgb(232, 204, 101));
    background: linear-gradient(30deg, rgb(198, 152, 0), rgb(232, 204, 101));
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header--wrapper .header--sp .header--contact__form a p {
    font-size: 1.8rem;
  }
  .header--wrapper .header--sp .header--contact__form a .header--contact__form__txt {
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
  }
}

/* ===============================================
# 共通コンポーネント
=============================================== */
section {
  width: 100%;
}

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

body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "YuGothic", "メイリオ", "Meiryo UI", "ヒラギノ角ゴシック", "MS Pゴシック", "MSゴシック", sans-serif;
}

.body_wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.sp {
  display: none;
}

.sp2 {
  display: none;
}

.inner {
  max-width: 1560px;
  width: 90%;
  margin: auto;
}

.mv-inner {
  max-width: 1720px;
  width: 90%;
  margin: auto;
}

.sub_color {
  color: #C39D00;
}

.sec-ttl {
  line-height: 1;
}
.sec-ttl_en {
  font-family: "Syncopate", sans-serif;
  font-size: 6rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 599px) {
  .sec-ttl_en {
    font-size: 34px;
  }
}
.sec-ttl_ja {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .sec-ttl_ja {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 384px) {
  .sp2 {
    display: block;
  }
}
/* ===============================================
# /共通コンポーネント
=============================================== */
/* ===============================================
# メインビジュアル
=============================================== */
.mv-about_bg {
  background: url(../img/mv/mv-about_bg.jpg) no-repeat right bottom;
  margin: 0 0 44rem;
}
@media screen and (max-width: 1089px) {
  .mv-about_bg {
    margin: 0 0 52rem;
  }
}

.mv {
  width: 100%;
  position: relative;
  padding: 1% 1% 0;
}
.mv-pc {
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv-pc {
    display: none;
  }
}
.mv-img {
  width: 100%;
  position: absolute;
}
.mv_bg {
  width: 100%;
}
.mv-sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 900px) {
  .mv-sp {
    display: block;
  }
}
.mv-inner_catch {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 8rem;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1499px) {
  .mv-inner_catch {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1132px) {
  .mv-inner_catch {
    font-size: 5rem;
  }
}
@media screen and (max-width: 947px) {
  .mv-inner_catch {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-inner_catch {
    font-size: 33px;
  }
}
.mv-inner_catch-box {
  padding: 30px 4px 30px 0;
  display: inline-block;
  background: #ffffff;
}
@media screen and (max-width: 947px) {
  .mv-inner_catch-box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-inner_catch-box {
    padding: 15px 0 15px;
  }
}
.mv-inner_catch ul li {
  font-family: "Noto Sans JP", sans-serif;
}
.mv-inner_catch ul li:last-child span {
  display: ruby;
}
.mv-inner_catch ul li:last-child .mv-inner_catch-box {
  padding: 30px 4px 30px 6px;
}
@media screen and (max-width: 767px) {
  .mv-inner_catch ul li:last-child .mv-inner_catch-box {
    padding: 15px 4px 0;
  }
}
@-moz-document url-prefix() {
  .mv-inner_catch ul li:last-child .mv-inner_catch-box {
    padding: 30px 4px 30px 0;
  }
  @media screen and (max-width: 767px) {
    .mv-inner_catch ul li:last-child .mv-inner_catch-box {
      padding: 15px 4px 0 0;
    }
  }
}
.mv-inner_scroll {
  position: absolute;
  font-size: 27px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  bottom: 20%;
  right: 5%;
  font-family: "Syncopate", sans-serif;
}
@media screen and (max-width: 1069px) {
  .mv-inner_scroll {
    font-size: 16px;
  }
}
.mv-inner_scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #000;
  right: 50%;
  bottom: -115px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 66px;
  -webkit-animation: scroll 1.5s infinite;
          animation: scroll 1.5s infinite;
}
@media screen and (max-width: 1069px) {
  .mv-inner_scroll::after {
    bottom: -80px;
    height: 50px;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.mv-inner .js-fadeHereTrigger {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/* ===============================================
# About 私たちについて
=============================================== */
.about {
  position: relative;
  z-index: 0;
}
.about::before {
  content: "";
  position: absolute;
  width: 1460px;
  height: 816px;
  background: url(../img/about/about-bg.png) no-repeat center center/cover;
  bottom: -230px;
  right: -240px;
  z-index: -1;
}
@media screen and (max-width: 1599px) {
  .about::before {
    width: 1200px;
    height: 670px;
  }
}
@media screen and (max-width: 1330px) {
  .about::before {
    width: 1000px;
    height: 552px;
    bottom: -120px;
  }
}
@media screen and (max-width: 1240px) {
  .about::before {
    width: 834px;
    height: 467px;
    background: url(../img/about/about-bg_sp.png) no-repeat center center/cover;
  }
}
@media screen and (max-width: 1089px) {
  .about::before {
    bottom: -400px;
    right: -50px;
  }
}
@media screen and (max-width: 767px) {
  .about::before {
    right: -100px;
  }
}
@media screen and (max-width: 450px) {
  .about::before {
    right: -170px;
  }
}
@media screen and (max-width: 360px) {
  .about::before {
    right: -220px;
  }
}
.about-inner {
  padding: 24rem 0 13rem;
}
@media screen and (max-width: 599px) {
  .about-inner {
    padding: 10rem 0 13rem;
  }
}
.about-inner .sec-ttl {
  margin: 0 0 5rem;
}
@media screen and (max-width: 599px) {
  .about-inner .sec-ttl {
    margin: 0 0 26px;
  }
}
.about-catch {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5rem;
  color: #061D48;
}
@media screen and (max-width: 599px) {
  .about-catch {
    font-size: 3rem;
    margin: 0 0 34px;
  }
}
@media screen and (max-width: 599px) and (max-width: 400px) {
  .about-catch {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) and (max-width: 400px) and (max-width: 330px) {
  .about-catch {
    font-size: 2.2rem;
  }
}
.about-catch .fill {
  position: relative;
}
.about-catch .fill::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(12px);
  filter: blur(12px);
}
@media screen and (max-width: 599px) {
  .about-catch .fill::before {
    display: none;
  }
}
.about-txt {
  max-width: 660px;
  line-height: 2;
  position: relative;
}
.about-txt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

/* ===============================================
# Services 事業紹介
=============================================== */
.services {
  padding: 14rem 0 16rem;
  background: url(../img/services/service-bg.jpg) no-repeat center center/cover;
  margin: 0 0 20rem;
  background-attachment: fixed;
}
@media screen and (max-width: 500px) {
  .services {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 767px) {
  .services {
    margin: 0;
  }
}
.services .sec-ttl {
  text-align: center;
  color: #ffffff;
  margin: 0 0 9rem;
}
@media screen and (max-width: 500px) {
  .services .sec-ttl {
    margin: 0 0 3rem;
  }
}
.services .sec-ttl_en {
  font-size: 10rem;
}
@media screen and (max-width: 767px) {
  .services .sec-ttl_en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 500px) {
  .services .sec-ttl_en {
    font-size: 34px;
  }
}
.services .sec-ttl_ja {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .services .sec-ttl_ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .services .sec-ttl_ja {
    font-size: 14px;
  }
}
.services-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12rem;
}
@media screen and (max-width: 500px) {
  .services-list {
    gap: 4rem;
  }
}
.services-list-item {
  background: #f6f8fc;
  border-radius: 20px;
  padding: 12px;
}
.services-list-item_inner {
  border-radius: 20px;
  overflow: hidden;
  padding: 0 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 1500px) {
  .services-list-item_inner {
    gap: 6rem;
  }
}
@media screen and (max-width: 1300px) {
  .services-list-item_inner {
    gap: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .services-list-item_inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .services-list-item_inner {
    padding: 0 2rem;
  }
}
.services-list-item-con {
  max-width: 50%;
}
@media screen and (max-width: 1200px) {
  .services-list-item-con {
    max-width: 100%;
  }
}
.services-list-item-con-ttl {
  padding: 10rem 0 7rem;
  position: relative;
  z-index: 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .services-list-item-con-ttl {
    padding: 10rem 0 7rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  .services-list-item-con-ttl {
    padding: 3rem 0 26px;
  }
}
.services-list-item-con-ttl::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  background: -webkit-linear-gradient(60deg, rgb(6, 29, 72), rgb(74, 124, 214));
  background: linear-gradient(30deg, rgb(6, 29, 72), rgb(74, 124, 214));
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: calc(50% - 30vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1200px) {
  .services-list-item-con-ttl::before {
    margin-left: calc(50% - 50vw);
  }
}
.services-list-item-con-ttl::after {
  content: "01";
  color: #ffffff;
  font-size: 22rem;
  font-family: "Oswald", sans-serif;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .services-list-item-con-ttl::after {
    left: -10px;
  }
}
@media screen and (max-width: 500px) {
  .services-list-item-con-ttl::after {
    font-size: 9rem;
    left: -15px;
  }
}
.services-list-item-con-ttl_ja {
  font-size: 5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .services-list-item-con-ttl_ja {
    font-size: 25px;
  }
}
.services-list-item-con-ttl_en {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 500px) {
  .services-list-item-con-ttl_en {
    font-size: 1rem;
  }
}
.services-list-item-con-point {
  width: 100%;
}
.services-list-item-con-point-item {
  padding: 54px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.services-list-item-con-point-item:first-child {
  border-bottom: solid 1px #9d9d9d;
}
@media screen and (max-width: 900px) {
  .services-list-item-con-point-item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
    padding: 3rem 0 5rem;
  }
}
.services-list-item-con-point-item_ttl {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #1C4795;
  width: 30%;
  white-space: nowrap;
  margin: 0 9rem 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1400px) {
  .services-list-item-con-point-item_ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .services-list-item-con-point-item_ttl {
    width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .services-list-item-con-point-item_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .services-list-item-con-point-item_txt {
    font-size: 14px;
  }
}
.services-list-item-img {
  max-width: 50%;
  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;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .services-list-item-img {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .services-list-item-img {
    padding: 0 0 44px;
  }
}
.services-list-item-img img {
  width: 100%;
}
.services-list-item:nth-child(2) .services-list-item_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.services-list-item:nth-child(2) .services-list-item-con-ttl::before {
  margin-left: calc(50% - 70vw);
  margin-right: calc(50% - 30vw);
}
@media screen and (max-width: 1200px) {
  .services-list-item:nth-child(2) .services-list-item-con-ttl::before {
    margin-left: calc(50% - 50vw);
  }
}
.services-list-item:nth-child(2) .services-list-item-con-ttl::after {
  content: "02";
}
.services-list-item:nth-child(3) .services-list-item-con-ttl::after {
  content: "03";
}

/* ===============================================
# Features 選ばれる理由
=============================================== */
.features {
  padding: 15rem 0 9rem;
  margin: 0 0 17rem;
  background: url(../img/features/features-bg.jpg) no-repeat left bottom;
}
@media screen and (max-width: 767px) {
  .features {
    background: url(../img/features/features-bg.jpg) no-repeat center bottom;
    padding: 7rem 0 20rem;
    margin: 0;
  }
}
.features-inner {
  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;
}
@media screen and (max-width: 1450px) {
  .features-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .features-inner {
    width: 100%;
  }
}
.features-inner .sec-ttl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1450px) {
  .features-inner .sec-ttl {
    width: 100%;
    margin: 0 0 6rem;
  }
}
@media screen and (max-width: 767px) {
  .features-inner .sec-ttl {
    width: 95%;
    margin: 0 auto 6rem;
    text-align: center;
  }
}
.features-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4rem;
  max-width: 930px;
  width: 90%;
}
@media screen and (max-width: 1450px) {
  .features-point {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .features-point {
    padding-bottom: 10px;
    margin: auto;
  }
  .features-point::-webkit-scrollbar {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    height: 10px;
  }
  .features-point::-webkit-scrollbar-thumb {
    background: #061D48;
    border-radius: 5px;
  }
  .features-point::-webkit-scrollbar-track {
    background: #f6f8fc;
    border-radius: 5px;
  }
}
.features-point_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  border-radius: 10px;
  background: #f6f8fc;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.45);
  min-height: 260px;
  max-width: 930px;
}
@media screen and (max-width: 767px) {
  .features-point_item {
    min-height: unset;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 599px) {
  .features-point_item {
    gap: 3rem;
  }
}
@media screen and (max-width: 499px) {
  .features-point_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1rem;
  }
}
.features-point_item-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 0;
  text-align: center;
  position: relative;
  max-width: 26rem;
  width: 100%;
  padding: 3rem 0;
  margin-right: 5rem;
  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;
}
@media screen and (max-width: 1024px) {
  .features-point_item-img {
    max-width: 124px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .features-point_item-img {
    max-width: 150px;
    padding: 3rem;
    background: -webkit-linear-gradient(60deg, rgb(6, 29, 72), rgb(74, 124, 214));
    background: linear-gradient(30deg, rgb(6, 29, 72), rgb(74, 124, 214));
  }
}
@media screen and (max-width: 599px) {
  .features-point_item-img {
    padding: 2rem;
  }
}
@media screen and (max-width: 499px) {
  .features-point_item-img {
    max-width: unset;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.features-point_item-img::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 260px;
  background: url(../img/features/features-icon_bg.svg) no-repeat center center/contain;
  top: calc(50% - 130px);
  left: calc(50% - 195px);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .features-point_item-img::before {
    width: 245px;
    height: 260px;
    background: url(../img/features/features-icon_bg-tb.svg) no-repeat center center/contain;
    top: calc(50% - 130px);
    left: calc(25% - 123px);
  }
}
@media screen and (max-width: 767px) {
  .features-point_item-img::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .features-point_item-img div {
    max-height: 19rem;
  }
}
@media screen and (max-width: 499px) {
  .features-point_item-img div {
    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: 2rem;
    text-align: left;
  }
}
.features-point_item-img img {
  margin: 0 0 22px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .features-point_item-img img {
    max-width: 42px;
    margin: 0 0 10px;
  }
}
.features-point_item-img p {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .features-point_item-img p {
    font-size: 20px;
  }
}
@media screen and (max-width: 785px) {
  .features-point_item-img p {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .features-point_item-img p {
    font-size: 16px;
  }
}
.features-point_item-img p .tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .features-point_item-img p .tb {
    display: block;
  }
}
.features-point_item_txt {
  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;
  padding: 3rem 0;
}
@media screen and (max-width: 1024px) {
  .features-point_item_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .features-point_item_txt {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 599px) {
  .features-point_item_txt {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 499px) {
  .features-point_item_txt {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding: 0 2rem 2rem;
  }
}
.features-point_item-num {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
  color: #C39D00;
  font-family: "Oswald", sans-serif;
  padding: 3rem 3rem 0 0;
}
@media screen and (max-width: 599px) {
  .features-point_item-num {
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (max-width: 499px) {
  .features-point_item-num {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 2rem;
  }
}
.features-point_item-num_en {
  font-size: 1rem;
}
.features-point_item-num_num {
  font-size: 4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .features-point_item:nth-child(1) .features-point_item-img img {
    max-width: 80px;
  }
}

/* ===============================================
# Company 会社概要
=============================================== */
.company {
  background: #eff3f8;
  padding: 124px 0 126px;
}
@media screen and (max-width: 767px) {
  .company {
    padding: 86px 0 80px;
  }
}
.company .sec-ttl {
  margin: 0 0 48px;
}
@media screen and (max-width: 767px) {
  .company .sec-ttl {
    text-align: center;
  }
}
.company-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  .company-box {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .company-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.company-box table {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-box table {
    max-width: 100%;
  }
}
.company-box table tr {
  border-top: solid 1px #c3c3c3;
}
.company-box table tr th {
  padding: 22px 0;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .company-box table tr th {
    width: 10rem;
  }
}
.company-box table tr td {
  padding: 22px 0;
}
.company-box table tr:last-child {
  border-bottom: solid 1px #c3c3c3;
}
.company-box_map {
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-box_map {
    max-width: 100%;
    height: 330px;
  }
}

/* ===============================================
# Contact お問い合わせ
=============================================== */
.contact {
  background: url(../img/contact/contact-bg.jpg) no-repeat top center;
  padding: 18rem 0 24rem;
  position: relative;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 6rem 0 26rem;
  }
}
.contact .sec-ttl {
  color: #ffffff;
  text-align: center;
  margin: 0 0 28px;
}
.contact-txt {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 970px) {
  .contact-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-txt {
    font-size: 14px;
  }
}
.contact-info {
  position: absolute;
  bottom: -30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1300px;
  width: 90%;
  background: #ffffff;
  border-radius: 14px;
  padding: 1%;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
@media screen and (max-width: 970px) {
  .contact-info {
    bottom: -14%;
  }
}
@media screen and (max-width: 767px) {
  .contact-info {
    padding: 2%;
    bottom: -55%;
  }
}
.contact-info_inner {
  background: #f4f6f8;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-info_inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.contact-info_inner::before {
  content: "";
  position: absolute;
  width: 164px;
  height: 300px;
  background: url(../img/contact/contact-line.svg) no-repeat center center/cover;
  top: calc(50% - 150px);
  left: calc(50% - 82px);
}
@media screen and (max-width: 767px) {
  .contact-info_inner::before {
    width: 1494px;
    height: 75px;
    background: url(../img/contact/contact-line_sp.png) no-repeat center center/cover;
    top: calc(50% - 37px);
    left: 43%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.contact-info_item {
  font-family: "Noto Sans JP", sans-serif;
  width: 50%;
  padding: 48px 0 40px;
}
@media screen and (max-width: 767px) {
  .contact-info_item {
    width: 100%;
    padding: 24px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info_item:nth-child(2) {
    padding: 60px 0 24px;
  }
}
.contact-info_item-ttl {
  font-size: 28px;
  margin: 0 0 56px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .contact-info_item-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 970px) {
  .contact-info_item-ttl {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info_item-ttl {
    font-size: 16px;
  }
}
.contact-info_item-ttl::before {
  content: "";
  position: absolute;
  width: 38px;
  height: 5px;
  background: #d1d1d1;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 970px) {
  .contact-info_item-ttl::before {
    bottom: -12px;
  }
}
.contact-info_item-tell {
  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;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .contact-info_item-tell {
    gap: 1rem;
  }
}
.contact-info_item-tell-icon {
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(60deg, rgb(198, 152, 0), rgb(232, 204, 101));
  background: linear-gradient(30deg, rgb(198, 152, 0), rgb(232, 204, 101));
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .contact-info_item-tell-icon {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 970px) {
  .contact-info_item-tell-icon {
    width: 34px;
    height: 34px;
  }
}
.contact-info_item-tell-icon::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/contact/phone.svg) no-repeat center center/cover;
  top: calc(50% - 13px);
  left: calc(50% - 13px);
}
@media screen and (max-width: 970px) {
  .contact-info_item-tell-icon::before {
    width: 14px;
    height: 14px;
    background: url(../img/contact/phone_sp.svg) no-repeat center center/cover;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
  }
}
.contact-info_item-tell_num {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1240px) {
  .contact-info_item-tell_num {
    font-size: 4rem;
  }
}
@media screen and (max-width: 970px) {
  .contact-info_item-tell_num {
    font-size: 33px;
  }
}
.contact-info_item-tell_time {
  font-size: 14px;
}
.contact-info_item-tell_time .br {
  display: none;
}
@media screen and (max-width: 1240px) {
  .contact-info_item-tell_time .br {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .contact-info_item-tell_time .hide {
    display: none;
  }
}
.contact-info_item-mail {
  max-width: 40rem;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1240px) {
  .contact-info_item-mail {
    max-width: 34rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact-info_item-mail {
    max-width: 30rem;
  }
}
@media screen and (max-width: 970px) {
  .contact-info_item-mail {
    max-width: 26rem;
  }
}
.contact-info_item-mail a {
  padding: 20px 30px 20px 54px;
  border-radius: 60px;
  color: #ffffff;
  background: -webkit-linear-gradient(60deg, rgb(198, 152, 0), rgb(232, 204, 101));
  background: linear-gradient(30deg, rgb(198, 152, 0), rgb(232, 204, 101));
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .contact-info_item-mail a {
    padding: 14px 20px 14px 34px;
  }
}
.contact-info_item-mail a p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact-info_item-mail a p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-info_item-mail a p {
    font-size: 14px;
  }
}
.contact-info_item-mail a img {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .contact-info_item-mail a img {
    width: 52px;
  }
}

/* ===============================================
# ページトップ
=============================================== */
.page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 5;
}
.page-top a {
  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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #DFE2E6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .page-top a {
    width: 62px;
    height: 62px;
  }
}
.page-top a:hover {
  opacity: 0.7;
}
.page-top-box {
  text-align: center;
  font-size: 14px;
  font-family: "Syncopate", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .page-top-box {
    font-size: 8px;
  }
}
.page-top-box img {
  margin: 0 0 6px;
}

/* ===============================================
# フッター
=============================================== */
#footer {
  color: #000;
  width: 100%;
  background: #f4f6f8;
}

.footer .inner {
  width: 85%;
}
.footer--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  padding: 33rem 0 10rem;
}
@media screen and (max-width: 970px) {
  .footer--inner {
    padding: 16rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .footer--inner {
    padding: 36rem 0 9rem;
  }
}
.footer--info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer--info__item {
  max-width: 700px;
  width: 100%;
}
.footer--info__item nav {
  display: block;
  margin: auto 0 0;
}
.footer--info__item__link {
  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;
}
@media screen and (max-width: 650px) {
  .footer--info__item__link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer--info__item__link__item {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer--info__item__link__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 650px) {
  .footer--info__item__link__item {
    width: 100%;
  }
}
.footer--info__item__link__item a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 650px) {
  .footer--info__item__link__item a {
    padding: 14px 0;
    display: block;
    border-top: solid 1px #bfbfbf;
  }
}
.footer--info_company-img {
  margin: 0 0 4rem;
}
.footer--info_company-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .footer--info_company-flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer--info_company-flex-map a {
  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: 5px;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 5px 1rem;
}
@media screen and (max-width: 767px) {
  .footer--info_company-flex-map a {
    padding: 3px 6px;
  }
}
@media screen and (max-width: 767px) {
  .footer--info_company-flex-map a img {
    width: 6px;
  }
}
.footer--info_company-flex-map a p {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer--info_company-flex-map a p {
    font-size: 6px;
  }
}
.footer--info_company__address {
  line-height: 1.7;
}
.footer--info_company_txt {
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.footer .copybox {
  width: 100%;
  border-top: solid 1px #9d9d9d;
}
.footer .copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    padding: 3rem 0;
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */