@charset "utf-8";

/***
DIN Next LT Pro Bold
font-family: "DINNextLTPro-Bold";
****/

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.inner-1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1260 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1220 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.inner-990 {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.inner-816 {
  max-width: 816px;
  margin-left: auto;
  margin-right: auto;
}

p.noPost {
  color: #000;
  text-align: center;
}

/* 押せない処理 */
.nolink {
  cursor: auto;
  pointer-events: none;
}

a.sptel {
  cursor: pointer;
  pointer-events: auto;
}

.box {
  animation-fill-mode: forwards;
}

.hover--opacity {
  transition: opacity 0.3s;
}

.hover--opacity:hover {
  opacity: 0.7;
}
/*--------------------------------
  button
--------------------------------*/
/*元のcss*/
/* .btn--or {
  background-color: #eb6100;
  color: #fff;
  padding: 14px;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.btn--or::after {
  content: "";
  background-image: url(../imgs/common/arrow_2.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 9px;
}
.btn--or:hover {
  background-color: #a74500;
} */

.btn--or {
  background-color: #eb6100;
  color: #000;
  border: solid 2px #fff;
  padding: 12px;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #eb6100;
}
.btn--or::after {
  content: "";
  background-image: url(../imgs/common/arrow_5.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 9px;
}
.btn--or:hover {
  color: #eb6100;
  background-color: #000;
}
.btn--or:hover::after {
  content: "";
  background-image: url(../imgs/common/arrow_4.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 9px;
}

.btn--wh {
  background-color: #eb6100;
  color: #000;
  border: solid 2px #fff;
  padding: 12px;
  text-align: center;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #eb6100;
}
.btn--wh::after {
  content: "";
  background-image: url(../imgs/common/arrow_5.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 9px;
}
.btn--wh:hover {
  color: #eb6100;
  background-color: #000;
}
.btn--wh:hover::after {
  content: "";
  background-image: url(../imgs/common/arrow_4.svg);
  width: 8px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 9px;
}
/*--------------------------------
    toTop
--------------------------------*/
.toTop {
  width: 100%;
  position: fixed;
  bottom: 5%;
  z-index: 5;
}
.toTop__link {
  max-width: 52px;
  display: block;
  margin-left: auto;
}
.toTop__link:hover .toTop__icon {
  opacity: 0.7;
}
.toTop__icon {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

/*--------------------------------
    heading
--------------------------------*/
.bnr-heading {
  color: #000;
  background-color: #eb6100;
  font-weight: bold;
  font-size: 18px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}

.sec-heading {
  color: #eb6100;
}

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

.sec-heading--center .sec-heading__en {
  justify-content: center;
}

.sec-heading--center .sec-heading__ja {
  padding-left: 0;
}

.sec-heading__en {
  font-family: "DINNextLTPro-Bold";
  font-size: 36px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.sec-heading__en-line {
  height: 3px;
  width: 5.55vw;
  background-color: #eb6100;
  margin-right: 1.38vw;
}

.sec-heading__ja {
  font-size: 18px;
  font-weight: bold;
  padding-left: 6.93vw;
  letter-spacing: 0.06em;
}

/*--------------------------------
    下層ページ共通
--------------------------------*/
/* mv */
.mv {
  position: relative;
  margin-bottom: 110px;
  border-bottom: solid 4.45px #eb6100;
}
.mv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.heading2--en,
.heading2--ja {
  text-align: center;
}
.heading2--en {
  color: #eb6100;
  font-size: 36px;
  font-family: "DINNextLTPro-Bold";
}
.heading2--ja {
  color: #eb6100;
  font-size: 14px;
  font-weight: bold;
}

.intro-title {
  color: #eb6100;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 45px;
  line-height: 1.75;
}
.intro-title + p {
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

/* GET IN TOUCH */
.git__link {
  display: block;
  background-color: #eb6100;
  padding-top: 110px;
  padding-bottom: 90px;
  transition: 0.3s;
}
.git__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.git__heading {
  color: #000;
  font-family: "DINNextLTPro-Bold";
  font-size: 60px;
  line-height: 1;
  margin-bottom: 10px;
}
.git__txt {
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}
.git__car {
  background-color: #212121;
  color: #eb6100;
  padding: 15px 25px;
  width: fit-content;
  font-weight: bold;
}
.git__link:hover {
  background-color: #a74500;
}
.git__link:hover .git__car {
  color: #a74500;
}
.git__arrowWrapper {
  width: 56.27px;
  height: 56.26px;
  overflow: hidden;
}
.git__arrow {
  width: 56.27px;
  height: 56.26px;
}
.git__link:hover .rightOut {
  position: relative;
  left: 0px;
  top: 0px;
  animation-name: rightOut;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.git__link:hover .rightIn {
  position: relative;
  left: -56.27px;
  bottom: 0px;
  animation-name: rightIn;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
@keyframes rightOut {
  100% {
    left: 56.27px;
    top: -56.26px;
  }
}
@keyframes rightIn {
  100% {
    left: 0;
    bottom: 56.26px;
  }
}

/*--------------------------------
  dl
--------------------------------*/
.dlType1__row {
  display: flex;
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.dlType1__row dt {
  color: #eb6100;
  width: 26%;
  flex-shrink: 0;
}
.dlType1__row dd {
  font-weight: 300;
}
.dlType2__row dt {
  width: 32%;
  min-width: 130px;
}
.dlType2__row dd {
  width: 68%;
}
.ddType2 {
  width: 100%;
}

/*--------------------------------
  animation line
--------------------------------*/
.anime--underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.anime--underline::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #eb6100;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.anime--underline:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1360px) {
  .inner-1260 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1340px) {
  .inner-1240 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1320px) {
  .inner-1220 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1260px) {
  .inner-1260.inner-padding {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media screen and (max-width: 1090px) {
  .inner-990 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1080px) {
  /*下層ページ共通*/
  .mv {
    margin-bottom: 80px;
  }

  .intro-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 980px) {
  /*下層ページ共通*/
  .mv {
    margin-bottom: 50px;
  }

  .intro-title {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  .intro-title + p {
    font-size: 15px;
  }

  .git__link {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 916px) {
  .inner-816 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .sec-heading__en {
    font-size: 32px;
  }
  .sec-heading__ja {
    font-size: 14px;
  }
  .bnr-heading {
    font-size: 16px;
  }

  /*下層ページ共通*/
  .mv {
    height: 201px;
    overflow: hidden;
  }
  .mv img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .mv img.mv__img--type02 {
    left: auto;
    right: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .heading2--en {
    font-size: 32px;
  }
  .heading2--ja {
    font-size: 13px;
  }

  .intro-title {
    font-size: 24px;
  }
  .intro-title + p {
    font-size: 14px;
  }

  .git__link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .git__wrapper {
    align-items: flex-end;
  }
  .git__heading {
    font-size: clamp(46px, 5.5vw, 60px);
    margin-bottom: 2px;
  }
  .git__car {
    padding: 11px 17px;
  }
  .git__txt,
  .git__car {
    font-size: 14px;
  }
  .git__txt {
    margin-bottom: 20px;
  }
  .git__arrowWrapper {
    margin-left: auto;
  }
  @keyframes rightOut {
    100% {
      left: 40px;
      top: -40px;
    }
  }
  @keyframes rightIn {
    100% {
      left: 0;
      bottom: 40px;
    }
  }
  .git__arrowWrapper {
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .git__arrow {
    width: 40px;
    height: 40px;
  }
  .git__link:hover .rightIn {
    left: -40px;
  }

  /* dl */
  .dlType1__row {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .dlType1__row dt {
    font-size: 12px;
    width: 30%;
  }

  .dlType2__row dt {
    width: 32%;
  }
  .dlType2__row dd {
    width: 68%;
  }
}

@media screen and (max-width: 500px) {
  .dlType2__row {
    display: block;
  }
  .dlType2__row dt,
  .dlType2__row dd {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .btn--or {
    font-size: 14px;
  }
  .toTop__link {
    width: 40px;
  }

  /*下層ページ共通*/
  .mv {
    margin-bottom: 40px;
  }
  .heading2--en {
    font-size: 28px;
  }
  .git__link {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 375px) {
}
