@charset "UTF-8";
/*-----------------
基本設定
------------------*/
html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000000;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0em;
}

span {
  display: block;
}

.l-inner {
  max-width: 1215px;
  margin: 0 auto;
  width: 84.37%;
}

.only-pc {
  display: block;
}

.pc-tab1280 {
  display: block;
}

.pc-tab1024 {
  display: block;
}

.tab1280 {
  display: none;
}

.tab1280-tab1024 {
  display: none;
}

.tab1280-sp {
  display: none;
}

.tab1024 {
  display: none;
}

.tab1024-sp {
  display: none;
}

.only-sp {
  display: none;
}

a {
  opacity: 1;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

@media screen and (max-width: 1280px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: block;
  }
  .pc-tab1024 {
    display: block;
  }
  .tab1280 {
    display: block;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: none;
  }
  .only-sp {
    display: none;
  }
  .l-inner {
    width: 89.333%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: block;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: block;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: block;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: none;
  }
  .l-inner {
    width: 86.66%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 1.75;
  }
  .only-pc {
    display: none;
  }
  .pc-tab1280 {
    display: none;
  }
  .pc-tab1024 {
    display: none;
  }
  .only-tab1280 {
    display: none;
  }
  .tab1280-tab1024 {
    display: none;
  }
  .tab1280-sp {
    display: block;
  }
  .only-tab1024 {
    display: none;
  }
  .tab1024-sp {
    display: block;
  }
  .only-sp {
    display: block;
  }
  .l-inner {
    width: 92.8%;
  }
}
.l-center {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-left {
  margin-left: 0;
  margin-right: auto;
}

.l-right {
  margin-right: 0;
  margin-left: auto;
}

/*===========================
ボタン
===========================*/
.c-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-button__link {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  font-family: "Baskervville", serif;
  color: #1C2F65;
  padding: 14px 34px;
  display: block;
  border: 1px solid #1C2F65;
  text-transform: uppercase;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .c-button__link {
    padding: 14px 38px;
  }
}
.c-button__link:hover {
  color: #FFFFFF;
  background-color: #1C2F65;
  transition: all 0.5s;
  opacity: 1;
}

.c-button__link--wh {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
}
.c-button__link--wh:hover {
  color: #1C2F65;
  transition: all 0.5s;
}

.c-button__link--wh-fill {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
}
.c-button__link--wh-fill:hover {
  border: 1px solid #1C2F65;
  transition: all 0.5s;
}

.c-button--frosted-glass--link {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.5s;
}
.c-button--frosted-glass--link:hover {
  background-color: #FFFFFF;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .c-button--sp-right {
    margin-left: auto;
    margin-right: 0;
  }
}

/*===========================
タイトル
===========================*/
.c-section-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-section-ttl--center {
  margin: 0 auto;
}
.c-section-ttl--center .c-section-ttl__en {
  text-align: center;
}
.c-section-ttl--center .c-section-ttl__ja {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-section-ttl--sp-center {
    margin: 0 auto;
  }
}

.c-section-ttl__en {
  font-size: 32px;
  line-height: 1;
  color: #1C2F65;
  font-family: "Baskervville", serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-section-ttl__en {
    text-align: center;
  }
}

.c-section-ttl__ja {
  font-size: 15px;
  margin-top: 8px;
  line-height: 1;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .c-section-ttl__ja {
    text-align: center;
    font-size: 17px;
  }
}

.c-section-ttl--sp-left .c-section-ttl__en {
  text-align: left;
}
.c-section-ttl--sp-left .c-section-ttl__ja {
  text-align: left;
}

/*========= 旧サイトから===========*/
/* 大見出し 英語（大）＋日本語（小） */
.bl-ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 33px;
}

.bl-ttl--column {
  flex-direction: column;
  gap: 20px;
}

.bl-ttl--center {
  margin: 0 auto;
}

.bl-ttl__en {
  font-size: 45px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: #BEA371;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

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

.bl-ttl__ja {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  top: 50%;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.bl-ttl__ja--center {
  text-align: center;
  margin: 0 auto;
}

.bl-ttl__ja--left {
  left: 27px;
  transform: translateY(-50%);
}

.bl-subTtl {
  font-size: 41px;
  margin-top: -76px;
  position: relative;
  letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
  .bl-ttl {
    display: block;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .bl-ttl__en {
    font-size: 30px;
    text-align: center;
  }
  .bl-ttl__en--center {
    text-align: center;
  }
  .bl-ttl__ja {
    font-size: 13px;
    margin: 8px auto;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .bl-subTtl {
    font-size: 20px;
    margin-top: -20px;
  }
}
/*===========================
ヘッダー
===========================*/
.l-header {
  width: 100%;
  padding: 13px 4.79vw 7px 1.35vw;
  height: max(0.1016vw, 92.58px);
  background-color: #334374;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
@media screen and (max-width: 1280px) {
  .l-header {
    padding: 13px 30px 7px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header {
    padding: 4px 14px 4px 8px;
    height: auto;
  }
  .l-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    opacity: 0;
    transition: all 0.5s;
  }
  .l-header.is-open::after {
    opacity: 1;
    transition: all 0.5s;
  }
}

.l-header__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: min(38.9%, 152px);
    position: relative;
    z-index: 99;
  }
}

.l-header__logo-link {
  display: block;
  width: 15.46vw;
  max-width: 230px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo-link {
    width: 100%;
  }
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: max(20px, 2.6vw);
}

.l-header__nav-link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-header__nav-link--ja {
  text-align: center;
  line-height: 1;
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-link--ja {
    font-size: 12px;
  }
}

.l-header__nav-link--en {
  text-align: center;
  line-height: 1;
  font-size: 17px;
  color: #FFFFFF;
  margin-top: 8px;
  font-family: "Baskervville", serif;
  text-transform: uppercase;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .l-header__nav-link--en {
    font-size: 15px;
  }
}

.nav-open {
  width: 25px;
  height: 12px;
  position: relative;
  z-index: 99;
}
.nav-open span {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
.nav-open span:first-of-type {
  top: 0;
  left: 0;
}
.nav-open span:nth-of-type(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav-open span:last-of-type {
  top: 100%;
  left: 0;
}
.nav-open.is-open span {
  transition: all 0.5s;
}
.nav-open.is-open span:first-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-open.is-open span:nth-of-type(2) {
  opacity: 0;
}
.nav-open.is-open span:last-of-type {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hamburger-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #334374;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.hamburger-menu.is-open {
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s;
}

.hamburger-menu__wrap {
  width: 100%;
  height: 100%;
}

.hamburger-menu__list {
  width: 100%;
  max-height: calc(100vh - 200px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  height: auto;
}

.hamburger-menu__item:not(:first-of-type) {
  margin-top: 30px;
}

.hamburger-menu__link--en {
  font-size: 24px;
  font-family: "Baskervville", serif;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.hamburger-menu__link--ja {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  color: #FFFFFF;
  text-align: center;
}

.hamburger-menu__bottom-wrap {
  position: absolute;
  bottom: 16px;
  left: 33px;
}

.hamburger-menu__policy {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.hamburger-menu__policy--link {
  font-size: 11px;
  text-decoration: underline;
  line-height: 1;
  color: #FFFFFF;
}

.hamburger-menu__copyright {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hamburger-menu__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 67%;
  transform: translate(21.75%, 23.66%);
  opacity: 0.45;
}

/*===========================
フッター
===========================*/
.l-footer {
  padding: 35px 2.3% 38px;
  background-color: #334374;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 50px 0 10px;
  }
}

.l-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.9%;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 92.8%;
    margin: 0 auto;
    flex-direction: column;
    gap: 55px;
  }
}

.l-footer__contact-box {
  width: 48.55%;
  background-color: #4C5366;
  padding: 83.25px 7.5%;
}
@media screen and (max-width: 1024px) {
  .l-footer__contact-box {
    padding: 50px 3%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__contact-box {
    width: 100%;
    padding: 30px 5.5% 35px;
  }
}

.l-footer__contact-ttl {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-ttl {
    flex-direction: column;
    gap: 7px;
  }
}

.l-footer__contact-ttl-en {
  font-family: "Baskervville", serif;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-ttl-en {
    font-size: 34px;
  }
}

.l-footer__contact-ttl-ja {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-ttl-ja {
    font-size: 17px;
  }
}

.l-footer__contact-txt {
  margin-top: 35px;
  padding-bottom: 21px;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-txt {
    margin-top: 20px;
    padding-bottom: 20px;
    font-weight: 400;
  }
}

.l-footer__contact-phone {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-phone {
    margin-top: 10px;
  }
}

.l-footer__contact-phone-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-phone-link {
    gap: 15px;
  }
}

.l-footer__contact-phone-icon {
  width: 35px;
  aspect-ratio: 1/1.053;
  position: relative;
}
.l-footer__contact-phone-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-footer__contact-phone-num {
  font-size: 55px;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1320px) {
  .l-footer__contact-phone-num {
    font-size: 38px;
  }
}

.l-footer__contact-time {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-time {
    margin-left: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.l-footer__contact-form {
  width: 100%;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-form {
    margin-top: 30px;
  }
}

.l-footer__contact-form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10.8%;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 768px) {
  .l-footer__contact-form-link {
    gap: 23px;
    padding: 13px 0;
  }
}

.l-footer__contact-form-icon {
  width: 28px;
  aspect-ratio: 1/0.725;
  position: relative;
}
.l-footer__contact-form-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-footer__contact-form-name {
  font-size: 19px;
}

.l-footer__company {
  width: 48.55%;
  padding: 0 1.25%;
}
@media screen and (max-width: 1024px) {
  .l-footer__company {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    width: 100%;
    padding: 0;
  }
}

.l-footer__company-logo-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .l-footer__company-logo-link {
    width: 100%;
    margin-left: -3.6%;
  }
}

.l-footer__company-logo-icon {
  width: 24.332%;
}
@media screen and (max-width: 768px) {
  .l-footer__company-logo-icon {
    width: 96px;
  }
}

.l-footer__company-logo-txt {
  font-size: 33px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .l-footer__company-logo-txt {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__company-logo-txt {
    font-size: 24px;
  }
}

.l-footer__company-logo-txt-en {
  font-family: "Baskervville", serif;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  display: inline;
  padding-right: 10px;
}
@media screen and (max-width: 1024px) {
  .l-footer__company-logo-txt-en {
    font-size: 25px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__company-logo-txt-en {
    font-size: 23px;
    padding-right: 5px;
  }
}

.l-footer__address {
  padding-left: 24.322%;
  margin-top: -2vw;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    padding-left: 96px;
    margin-left: -3.6%;
  }
}

.l-footer__nav-upper {
  margin: 47px auto 0;
  width: 55%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  padding-left: 28px;
  border-left: 1px solid #FFFFFF;
  min-width: 306px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-upper {
    width: 88.9%;
    margin-top: 35px;
    gap: 10px;
    padding-left: 22px;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.l-footer__nav-item {
  width: 33%;
}
.l-footer__nav-item:last-of-type {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.l-footer__nav-policy {
  width: 60%;
  margin: 25px auto 0;
  min-width: 306px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-policy {
    width: 88.9%;
    margin: 15px auto;
  }
}

.l-footer__nav-policy-link {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  text-decoration: underline;
}

.l-footer__external-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.9%;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .l-footer__external-list {
    margin-top: 25px;
    gap: 13px;
  }
}

.l-footer__external-item:first-of-type {
  width: 38.96%;
}
@media screen and (max-width: 768px) {
  .l-footer__external-item:first-of-type {
    width: 40.96%;
  }
}
.l-footer__external-item:last-of-type {
  width: 47.4%;
}
@media screen and (max-width: 768px) {
  .l-footer__external-item:last-of-type {
    width: 49.4%;
  }
}

.l-footer__external-link {
  display: block;
  width: 100%;
}

.l-footer__copyright {
  margin-top: 47px;
  text-align: right;
  margin-right: 8%;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 25px;
    margin-right: 5%;
  }
}

/*===========================
ページ共通
===========================*/
/*========== TOPに戻る ===========*/
.to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s;
}
.to-top.is-out {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .to-top {
    right: 20px;
  }
}

.to-top__link {
  display: block;
  width: 66px;
  height: 66px;
  background: #4c5366;
  position: relative;
}
.to-top__link img {
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-with-line {
  display: flex;
  align-items: center;
  width: 100%;
}

.c-with-line::before,
.c-with-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #12318E;
}

.c-with-line__content {
  flex-shrink: 0;
  margin: 0 75px;
}
@media screen and (max-width: 768px) {
  .c-with-line__content {
    margin: 0 30px;
  }
}

.bg-gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(51, 67, 116, 0.3));
}

/*=========== フェード =============*/
.fadeup-trigger {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: all 1.5s;
}
.fadeup-trigger.fadeup-slow {
  transition: all 2.5s;
}
.fadeup-trigger.fadeup-slow.is-fadeup {
  transition: all 2.5s;
}

.fadeup-trigger.is-fadeup {
  opacity: 1;
  position: relative;
  top: 0;
  transition: all 1.5s;
}

.fadein-trigger {
  opacity: 0;
  transition: all 1.5s;
}

.fadein-trigger.is-fadein {
  opacity: 1;
  transition: all 1.5s;
}

.faderight-trigger {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1.5s;
}
@media screen and (max-width: 767px) {
  .faderight-trigger {
    transform: translateY(50px);
  }
}

.faderight-trigger.is-faderight {
  opacity: 1;
  transform: translate(0);
}

.renewal-txt {
  margin: 300px auto 200px;
  text-align: center;
}

/*旧サイトから*/
.breadcrumb {
  padding: 100px 40px 0;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 80px 20px 0;
  }
  .linkAdjust {
    padding-top: 50px;
    margin-top: -50px;
  }
}
.breadcrumb .breadcrumb__item {
  position: relative;
}

.breadcrumb .breadcrumb__item:not(:last-of-type) {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb__item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.breadcrumb .breadcrumb__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: 1px solid #070707;
  border-bottom: 1px solid #070707;
  top: 57%;
  right: -17px;
  transform: translate(0, -50%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
  .breadcrumb .breadcrumb__item:not(:last-of-type)::after {
    right: -10px;
  }
}
.breadcrumb .breadcrumb__item a {
  font-size: 13px;
  color: #070707;
}

.breadcrumb .breadcrumb__item.current {
  font-size: 13px;
  color: #918D8D;
}

.under-fv {
  margin-top: max(0.1016vw, 92.58px);
}
@media screen and (max-width: 1024px) {
  .under-fv {
    margin-top: 50px;
  }
}

.under-fv__img {
  width: 100%;
  height: auto;
  position: relative;
}
.under-fv__img::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.38));
  top: 0;
  left: 0;
}

.under-fv__ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  transform: translateY(-36px);
}
@media screen and (max-width: 768px) {
  .under-fv__ttl {
    transform: translateY(-18px);
  }
}

.under-fv__ttl-en {
  font-size: 72px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  color: #1C2F65;
}
@media screen and (max-width: 768px) {
  .under-fv__ttl-en {
    font-size: 33px;
  }
}

.under-fv__ttl-ja {
  font-size: 30px;
  margin-top: 15px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under-fv__ttl-ja {
    font-size: 17px;
    margin-top: 10px;
  }
}

/*===========================
TOPページ
===========================*/
.l-main--top {
  width: 100%;
}

.top-flex-inner {
  padding-left: 14%;
  padding-right: 7%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .top-flex-inner {
    padding-left: 9%;
    padding-right: 4.5%;
  }
}
@media screen and (max-width: 1024px) {
  .top-flex-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-flex-inner {
    display: block;
    padding-left: 0;
  }
}

.top-flex-inner__content {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .top-flex-inner__content {
    width: 100%;
  }
}

/*============ FV ===========*/
.fv {
  width: 100%;
  height: min(100vh - 92.58px, 100vh - 0.1016vw);
  position: relative;
  margin-top: max(0.1016vw, 92.58px);
}
@media screen and (max-width: 1024px) {
  .fv {
    width: 100%;
    height: 100vh;
    margin-top: 0;
  }
}

.fv__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fv__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.46);
}

.fv__play-btn {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 4.5vh;
  right: 5.15%;
}
@media screen and (max-width: 768px) {
  .fv__play-btn {
    width: 43px;
    height: 43px;
    top: unset;
    right: 10.2vw;
    bottom: 62px;
  }
}

.fv__play-btn-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.fv__play-btn-link img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fv__catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.fv__catch-copy-en {
  color: #FFFFFF;
  font-size: min(1.45vw, 21px);
  font-family: "Baskervville", serif;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__catch-copy-en {
    font-size: 14px;
  }
}

.fv__catch-copy-ja {
  color: #FFFFFF;
  font-size: min(4.89vw, 70px);
  line-height: 1.17;
  margin-top: 1.09vw;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__catch-copy-ja {
    font-size: 35px;
    line-height: 1.2;
    padding-left: 20px;
  }
}

.fv__deco {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

/*============ 会社概要 ===========*/
.top-about {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .top-about__txt {
    text-align: center;
    margin-top: 20px;
  }
}

.top-about__btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .top-about__btn {
    margin: 30px auto 0;
  }
}

/*============ 導入実績 ===========*/
.top-case-study {
  margin-top: 100px;
}
.top-case-study__img{
  aspect-ratio: 1 / 0.55;
  position: relative;
}

.top-case-study__img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .top-case-study {
    margin-top: 95px;
  }
}

.top-case-study__slider-wrap {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top-case-study__slider-wrap {
    width: 92.8%;
    margin: 30px auto 0;
  }
}

.top-case-study__slider-item {
  display: flex;
  flex-direction: column;
}

.top-case-study__detail-wrap {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.top-case-study__detail-wrap {
  padding-left: 5.8%;
  padding-right: 5.8%;
}
@media screen and (max-width: 768px) {
  .top-case-study__detail-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.top-case-study__name {
  font-size: 17px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .top-case-study__name {
    margin-top: 30px;
  }
}

.top-case-study__detail-list {
  margin-top: 5px;
}

.top-case-study__detail-item {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .top-case-study__detail-item {
    font-size: 12px;
  }
}

.top-case-study__explanation {
  margin-top: 12px;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #12318E;
}
@media screen and (max-width: 768px) {
  .top-case-study__explanation {
    margin-top: 15px;
    font-size: 12px;
    padding-bottom: 25px;
  }
}

.top-case-study__genre {
  margin-top: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #1C2F65;
  padding: 5px 13px;
}
@media screen and (max-width: 768px) {
  .top-case-study__genre {
    font-size: 15px;
    padding: 8px 15px;
  }
}

.top-case-study__slider-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 22px;
  margin-top: 45px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top-case-study__slider-button {
    gap: 32px;
  }
}

.top-case-study__slider-prev,
.top-case-study__slider-next {
  width: 38px;
  height: 38px;
  position: relative;
  border: 1px solid #1C2F65;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .top-case-study__slider-prev,
.top-case-study__slider-next {
    width: 32px;
    height: 32px;
  }
}

.top-case-study__slider-prev:hover {
  background-color: #1C2F65;
  transition: all 0.5s;
  opacity: 1;
}
.top-case-study__slider-prev:hover::before {
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  transition: all 0.5s;
}

.top-case-study__slider-next:hover {
  background-color: #1C2F65;
  transition: all 0.5s;
  opacity: 1;
}
.top-case-study__slider-next:hover::before {
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transition: all 0.5s;
}

.top-case-study__slider-prev::before,
.top-case-study__slider-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transition: all 0.5s;
  z-index: 3;
}

.top-case-study__slider-prev::before {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #1C2F65;
  border-left: 1px solid #1C2F65;
  transform: translate(-20%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top-case-study__slider-prev::before {
    width: 13px;
    height: 13px;
  }
}

.top-case-study__slider-next::before {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #1C2F65;
  border-right: 1px solid #1C2F65;
  transform: translate(-70%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .top-case-study__slider-next::before {
    width: 13px;
    height: 13px;
  }
}

.top-case-study__slider-prev,
.top-case-study__slider-next {
  display: grid;
  place-items: center;
}

.top-case-study__with-line {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .top-case-study__with-line {
    margin-top: 60px;
  }
}

/*============ 事業内容 ===========*/
.top-service {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .top-service {
    padding-top: 35px;
    margin-top: 73px;
  }
}

@media screen and (max-width: 768px) {
  .top-service__txt {
    margin-top: 20px;
    text-align: center;
  }
}

.top-service__list {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .top-service__list {
    flex-direction: column;
    margin-top: 35px;
    gap: 30px;
  }
}

.top-service__item {
  width: calc(50% - 1.9vw);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-service__item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-service__item {
    max-width: unset;
  }
}

.top-service__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.56;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-service__img {
    aspect-ratio: 1/0.69;
  }
}
.top-service__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.63);
  top: 0;
  left: 0;
}

.top-service__box-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-service__name {
  font-size: 33px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-service__name {
    font-size: 24px;
  }
}

.top-service__explanation {
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 6.35%;
}
@media screen and (max-width: 768px) {
  .top-service__explanation {
    font-size: 13px;
    margin-top: 4%;
  }
}

.top-service__btn {
  margin: 6.5% auto 0;
}
@media screen and (max-width: 768px) {
  .top-service__btn {
    margin-top: 10%;
  }
}

/*============ 創業メンバー ===========*/
.top-founding-team {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .top-founding-team {
    margin-top: 150px;
  }
}

.top-founding-team__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6.4%;
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .top-founding-team__inner {
    flex-direction: column;
    gap: 30px;
  }
}

.top-founding-team__txt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .top-founding-team__txt {
    margin-top: 20px;
  }
}

.top-founding-team__btn {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .top-founding-team__btn {
    margin-top: 0;
  }
}

.top-founding-team__overview {
  position: -webkit-sticky;
  position: sticky;
  top: max(0.1016vw + 50px, 142.58px);
  left: 0;
  width: 38.6%;
}
@media screen and (max-width: 768px) {
  .top-founding-team__overview {
    width: 100%;
    position: static;
  }
}

.top-founding-team__list {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .top-founding-team__list {
    width: 100%;
  }
}

.top-founding-team__item:not(:first-of-type) {
  margin-top: 50px;
}

.top-founding-team__member-info {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.top-founding-team__member-info::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.top-founding-team__member-name {
  font-size: 32px;
  color: #1C2F65;
  line-height: 1;
  padding-bottom: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-founding-team__member-name {
    font-size: 24px;
  }
}
.top-founding-team__member-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1C2F65;
  transform: translateY(50%);
}

.top-founding-team__member-position {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .top-founding-team__member-position {
    font-size: 14px;
    padding-left: 15px;
  }
}

.top-founding-team__ttl {
  margin-top: 20px;
	margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-founding-team__ttl {
    margin-top: 15px;
	  font-size: 14px;
  }
}

/*============ お知らせ ===========*/
.top-news {
  margin-top: 160px;
  padding-bottom: 152px;
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 100px;
    padding-bottom: 53px;
  }
}

.top-news__list {
  margin-top: 56px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 5.18%;
}
@media screen and (max-width: 768px) {
  .top-news__list {
    margin-top: 30px;
    gap: 0;
  }
}

.top-news__item {
  width: 29.879%;
}
@media screen and (max-width: 768px) {
  .top-news__item {
    width: 100%;
  }
}

.top-news__img {
  width: 100%;
  aspect-ratio: 1/0.59;
}
@media screen and (max-width: 768px) {
  .top-news__img {
    aspect-ratio: 1/0.63;
  }
}

.top-news__date-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .top-news__date-wrap {
    gap: 15px;
    margin-top: 40px;
  }
}

.top-news__date {
  font-size: 14px;
}

.top-news__category {
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  padding: 5px 17px;
  background-color: #1C2F65;
}
@media screen and (max-width: 768px) {
  .top-news__category {
    padding: 10px 23px;
  }
}

.top-news__ttl {
  margin-top: 12px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .top-news__ttl {
    margin-top: 15px;
    font-size: 14px;
  }
}

.top-news__with-line {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .top-news__with-line {
    margin-top: 35px;
  }
}

.top-news__renewal {
  text-align: center;
  margin-top: 50px;
}

/*============ 採用情報 ===========*/
.top-recruit {
  margin-top: 123px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-recruit {
    margin-top: 0;
    padding-top: 48px;
    overflow: hidden;
  }
}

.top-recruit__logo {
  width: 20.36%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-123px - 33%));
}
@media screen and (max-width: 768px) {
  .top-recruit__logo {
    width: 60.36%;
    transform: translate(28%, -6%);
    max-width: 250px;
  }
}

.top-recruit__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6.4%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .top-recruit__inner {
    display: block;
  }
}

.top-recruit__overview {
  width: 38.6%;
}
@media screen and (max-width: 768px) {
  .top-recruit__overview {
    width: 100%;
  }
}

.top-recruit__txt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .top-recruit__txt {
    margin-top: 25px;
  }
}

.top-recruit__btn {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .top-recruit__btn {
    margin-top: 25px;
  }
}

.top-recruit__img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .top-recruit__img {
    width: 100%;
    margin-top: 30px;
  }
}

/*============ メディア掲載情報 ===========*/
.top-media {
  margin-top: 123px;
  padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .top-media {
    margin-top: 100px;
    padding-bottom: 50px;
  }
}

.top-media__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6.4%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .top-media__inner {
    display: block;
  }
}

.top-media__overview {
  width: 38.6%;
}
@media screen and (max-width: 768px) {
  .top-media__overview {
    width: 100%;
  }
}

.top-media__txt {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .top-media__txt {
    margin-top: 25px;
  }
}

.top-media__btn {
  margin-top: 68px;
}
@media screen and (max-width: 768px) {
  .top-media__btn {
    margin-top: 25px;
  }
}

.top-media__img {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .top-media__img {
    width: 100%;
    margin-top: 30px;
  }
}

/*===========================
ABOUTページ
===========================*/
.bg-gradient--about {
  padding: 153px 0 92px;
  margin-top: -130px;
}
@media screen and (max-width: 768px) {
  .bg-gradient--about {
    padding: 30px 0 95px;
    margin-top: 0;
  }
}

.about-main {
  position: relative;
  padding-bottom: 25.88vw;
}

.about-main__ttl {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about-main__ttl {
    font-size: 17px;
  }
}

.about-main__txt {
  text-align: center;
  width: 600px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .about-main__txt {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .about-main__images {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    margin: 35px auto 0;
    width: 92.3%;
  }
}

.about-main__image {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .about-main__image {
    position: static;
  }
}
.about-main__image:first-of-type {
  width: 25.31%;
  max-width: 400px;
  left: 0;
  bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .about-main__image:first-of-type {
    width: 19.31%;
    bottom: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .about-main__image:first-of-type {
    display: none;
  }
}
.about-main__image:nth-of-type(2) {
  width: 17.03%;
  right: 7.29%;
  top: 78px;
}
@media screen and (max-width: 1280px) {
  .about-main__image:nth-of-type(2) {
    right: 2.29%;
    top: 108px;
  }
}
@media screen and (max-width: 1024px) {
  .about-main__image:nth-of-type(2) {
    width: 41.11%;
    margin-right: auto;
    margin-top: -20px;
    margin-left: 0;
	  z-index: 3;
  }
}
.about-main__image:last-of-type {
  width: 24.53%;
  bottom: 150px;
  right: 15.78%;
}
@media screen and (max-width: 1280px) {
  .about-main__image:last-of-type {
    bottom: 110px;
  }
}
@media screen and (max-width: 1024px) {
  .about-main__image:last-of-type {
    width: 77.22%;
    margin-left: auto;
	  z-index: 1;
  }
}

/*============== 代表ご挨拶 ==============*/
.about-message__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about-message__content {
    flex-direction: column-reverse;
  }
}

.about-message__content-side-l {
  width: 45%;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about-message__content-side-l {
    width: 100%;
    margin-top: 0;
  }
}

.c-section-sub-ttl {
  font-size: 27px;
  line-height: 1.27;
}
@media screen and (max-width: 768px) {
  .c-section-sub-ttl {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .about-message__ttl {
    font-size: 20px;
  }
}

.about-message__txt {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-message__txt {
    margin-top: 25px;
  }
}

.about-message__sign {
  margin-top: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about-message__sign {
    margin-right: auto;
    margin-left: 0;
  }
}

.about-message__sign-info {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-message__sign-info {
    font-size: 12px;
  }
}

.about-message__sign-name {
  font-size: 31.5px;
  color: #1C2F65;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about-message__sign-name {
    font-size: 19px;
  }
}

.about-message__content-side-r {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .about-message__content-side-r {
    margin-top: 25px;
    width: 100%;
  }
}

/*============== 会社概要 ==============*/
.about-company {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .about-company__ttl {
    width: 100%;
  }
  .about-company__ttl .c-section-ttl__en {
    position: relative;
  }
  .about-company__ttl .c-section-ttl__en::before {
    content: "";
    position: absolute;
    width: calc(50% - 90px);
    height: 1px;
    background-color: #1C2F65;
    left: -3.6%;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-company__ttl .c-section-ttl__en::after {
    content: "";
    position: absolute;
    width: calc(50% - 90px);
    height: 1px;
    background-color: #1C2F65;
    right: -3.6%;
    top: 50%;
    transform: translateY(-50%);
  }
}

.about-company__table {
  width: 800px;
  margin: 15px auto 0;
}
@media screen and (max-width: 1024px) {
  .about-company__table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-company__table {
    width: 100%;
    margin-top: 25px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.41);
    display: block;
  }
}

.about-company__table-body {
  display: block;
  width: 100%;
}

.about-company__table-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .about-company__table-row {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #5C7496;
  }
}
.about-company__table-row:not(:first-of-type) {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .about-company__table-row:not(:first-of-type) {
    margin-top: 0;
  }
}

.about-company__table-head {
  width: 220px;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .about-company__table-head {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-company__table-head {
    width: 100%;
    font-size: 13px;
    display: block;
    font-weight: 400;
  }
}

.about-company__table-data {
  font-size: 23px;
  width: calc(100% - 220px);
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-company__table-data {
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 500;
    margin-top: 0;
  }
}

/*============== 沿革 ==============*/
.about-history {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .about-history {
    margin-top: 75px;
  }
}

.about-history__card {
  margin-top: 38px;
  padding: 85px 14%;
  background-color: rgba(255, 255, 255, 0.41);
}
@media screen and (max-width: 768px) {
  .about-history__card {
    margin-top: 25px;
    padding: 0;
    background-color: unset;
  }
}

.about-history__list {
  position: relative;
}
.about-history__list::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 142.5px;
  width: 3px;
  height: 100%;
  background-color: #1C2F65;
}
@media screen and (max-width: 768px) {
  .about-history__list::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 90.5px;
    width: 2px;
    height: calc(100% + 20px);
    background-color: #1C2F65;
  }
}

.about-history__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-history__item:not(:first-of-type) {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .about-history__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.about-history__year {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 66px;
}
@media screen and (max-width: 768px) {
  .about-history__year {
    gap: 30px;
    padding-top: 5px;
  }
}

.about-history__year-num {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #1C2F65;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-history__year-num {
    display: none;
  }
}
.about-history__year-num::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background-color: #1C2F65;
  border-radius: 50%;
  top: 50%;
  right: -33px;
  transform: translate(50%, -50%);
}

.about-history__year-era-name {
  font-size: 23px;
  line-height: 1;
  color: #1C2F65;
}
@media screen and (max-width: 768px) {
  .about-history__year-era-name {
    font-size: 13px;
    position: relative;
  }
  .about-history__year-era-name::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #1C2F65;
    border-radius: 50%;
    top: 50%;
    right: -8px;
    transform: translate(50%, -50%);
  }
}

.about-history__detail {
  width: calc(100% - 380px);
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  .about-history__detail {
    width: calc(100% - 115px);
    font-size: 13px;
  }
}

/*===========================
導入実績ページ
===========================*/
.bg-gradient--case-study {
  padding: 139px 0 103px;
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  .bg-gradient--case-study {
    padding: 35px 0 60px;
    margin-top: 0;
  }
}

.case-study {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .case-study {
    margin-top: 35px;
  }
}

.category-choice {
  border-bottom: 1px solid #1C2F65;
}

.category-choice__inner {
  font-size: 17px;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .category-choice__inner {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.category-choice__inner::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  background-color: #1C2F65;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}

.category-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .category-list {
    margin-top: 18px;
  }
}

.category-link {
  font-size: 15px;
  line-height: 1;
  padding: 9px 26px;
  text-align: center;
  min-width: 135px;
  color: #1C2F65;
  border: 1px solid #1C2F65;
  display: block;
}
@media screen and (max-width: 768px) {
  .category-link {
    font-size: 10px;
    padding: 6px 8px;
    min-width: 70px;
  }
}

.category-current {
  color: #FFFFFF;
  background-color: #1C2F65;
}

.case-study__list {
  margin-top: 23px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 6.8%;
}
@media screen and (max-width: 1024px) {
  .case-study__list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .case-study__list {
    margin-top: 30px;
    flex-direction: column;
    gap: 10px;
  }
}

.case-study__item {
  width: 28.8%;
  background-color: #FFFFFF;
	position: relative;
}
@media screen and (max-width: 1024px) {
  .case-study__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .case-study__item {
    width: 100%;
  }
}

.case-study__link {
  width: 100%;
  padding: 23px 19px 78px;
/*   color: #1C2F65; */
  display: block;
}

.case-study__img {
  width: 100%;
aspect-ratio: 1 / 0.57;
}

.case-study__ttl {
  font-size: 17px;
  line-height: 1.3;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .case-study__ttl {
    font-size: 16px;
  }
}

.case-study__list-detail {
  margin-top: 7px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A6B4DD;
}
@media screen and (max-width: 768px) {
  .case-study__list-detail {
    font-size: 16px;
    margin-top: 5px;
  }
}

.case-study__list-detail-item {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .case-study__list-detail-item {
    font-size: 12px;
  }
}

.case-study__list-content {
  line-height: 1.7;
  margin-top: 10px;
}

.case-study__list-category {
  margin-top: 26px;
  line-height: 1;
  padding: 5px 12px;
  color: #FFFFFF;
  background-color: #1C2F65;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
	position: absolute;
	bottom: 23px;
	left: 19px;
}
@media screen and (max-width: 768px) {
  .case-study__list-category {
    margin-top: 22px;
  }
}

.page-nation-list {
  margin: 56px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .page-nation-list {
    margin-top: 60px;
    gap: 10px;
  }
}

.page-nation-item {
  width: 38px;
  height: 38px;
  display: block;
}

.page-nation-link {
  width: 38px;
  height: 38px;
  display: block;
  border: 1.5px solid #1C2F65;
  position: relative;
}

.page-nation-arrow {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
}

.page-nation-prev-arrow {
  border-bottom: 1px solid #1C2F65;
  border-left: 1px solid #1C2F65;
  left: calc(50% + 3px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-nation-next-arrow {
  border-bottom: 1px solid #1C2F65;
  border-right: 1px solid #1C2F65;
  left: calc(50% - 3px);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-nation-num {
  font-size: 17px;
  color: #1C2F65;
  text-align: center;
  line-height: 38px;
}

.page-nation-current {
  color: #FFFFFF;
  background-color: #1C2F65;
}

/*===========================
導入実績詳細ページ
===========================*/
.bg-gradient--case-study-detil {
  margin-top: max(0.1016vw, 92.58px);
  padding: 115px 0 160px;
}
@media screen and (max-width: 768px) {
  .bg-gradient--case-study-detil {
    margin-top: 50px;
    padding: 30px 0 60px;
  }
}

.case-study-detail__ttl {
  font-size: 33px;
  line-height: 1.3;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .case-study-detail__ttl {
    font-size: 21px;
    margin-top: 30px;
  }
}

.gallery {
  width: 67%;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .gallery {
    width: 100%;
  }
}

.gallery__main {
  position: relative;
}
/* 
.gallery__main.splide{
  visibility: visible!important;
}
.gallery__thumbnail.splide{
  visibility: visible!important;
} */
.gallery__main .splide__slide{
  width: 100%;
  height: auto;
}
.gallery__main .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
     aspect-ratio: 1 / 0.55;
}
.gallery__main .splide__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #1C2F65;
  opacity: 1;
  border-radius: unset;
  background-color: unset;
}
.gallery__main .splide__arrow--prev {
  left: 15px;
}
.gallery__main .splide__arrow--next {
  right: 15px;
}
.gallery__main .splide__arrow svg {
  width: 14px;
  height: 14px;
  stroke-width: 1;
}

.gallery__main .splide__arrow--next {
  right: -20px;
  transform: translateX(100%);
}
.gallery__main .splide__arrow--next::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #1C2F65;
  border-right: 1px solid #1C2F65;
  top: 50%;
  left: calc(50% - 2.5px);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery__main .splide__arrow--prev {
  left: -20px;
  transform: translateX(-100%);
}
.gallery__main .splide__arrow--prev::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #1C2F65;
  border-left: 1px solid #1C2F65;
  top: 50%;
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery__thumbnail {
  margin-top: 15px;
}
.gallery__thumbnail .splide__slide {
  cursor: pointer;
  opacity: 0.5;
  border: none !important;
}
.gallery__thumbnail .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
     aspect-ratio: 1 / 0.66;
}
.gallery__thumbnail .splide__slide.is-active {
  opacity: 1;
}

.gallery__controls {
  display: none;
}

@media screen and (max-width: 768px) {
  .gallery__main-arrows {
    display: none;
  }
  .gallery__controls {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px; */
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
  }

  .gallery__pagination {
    /* position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0; */
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 auto;
  }
  .gallery__pagination li {
    display: flex;
  }
  .gallery__pagination-dot {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    transition: background-color 0.3s;
    border: 1px solid #1C2F65;
  }
  .gallery__pagination-dot.is-active {
    background-color: #1C2F65;
  }
  .gallery__arrows {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
    margin-top: -22px;
  }
  .gallery__arrow {
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #1C2F65;
  }
  .gallery__arrow--next {
    position: relative;
  }
  .gallery__arrow--next::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #1C2F65;
    border-right: 1px solid #1C2F65;
    top: 50%;
    left: calc(50% - 2.5px);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .gallery__arrow--prev {
    position: relative;
  }
  .gallery__arrow--prev::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #1C2F65;
    border-left: 1px solid #1C2F65;
    top: 50%;
    left: calc(50% + 2.5px);
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.outline {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .outline {
    margin-top: 45px;
  }
}

.outline__ttl {
  border-bottom: 1px solid #5C7496;
}

.outline__ttl-txt {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 32px;
  color: #1C2F65;
  line-height: 1;
  padding: 0 25px 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .outline__ttl-txt {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .outline__ttl-txt {
    font-size: 20px;
    padding: 0 13px 10px;
  }
}
.outline__ttl-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1C2F65;
  transform: translateY(50%);
}

.outline__table {
  width: 80%;
  margin: 15px auto 0;
}
@media screen and (max-width: 1024px) {
  .outline__table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .outline__table {
    margin-top: 17px;
    width: 100%;
  }
}

.outline__table-body {
  width: 100%;
  display: block;
}

.outline__table-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5%;
  border-bottom: 1px solid #5C7496;
}
@media screen and (max-width: 768px) {
  .outline__table-row {
    display: block;
    gap: 5px;
  }
}

.outline__table-head {
  padding: 30px 0;
  width: 155px;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .outline__table-head {
    font-size: 18px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .outline__table-head {
    font-size: 17px;
    width: 100%;
    padding: 15px 0 0;
    display: block;
  }
}

.outline__table-data {
  font-size: 18px;
  padding: 30px 0;
  width: calc(95% - 155px);
}
@media screen and (max-width: 768px) {
  .outline__table-data {
    width: 100%;
    font-size: 12px;
    padding: 5px 0 15px;
    display: block;
  }
}

.outline__table-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.outline__table-item {
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .outline__table-item {
    padding-left: 13px;
  }
}
.outline__table-item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .outline__table-item::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #1C2F65;
    border-radius: 50%;
    top: 7px;
  }
}

.go-back {
  margin: 50px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .go-back {
    margin-top: 60px;
  }
}

.go-back__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .go-back__link {
    gap: 12px;
  }
}

.go-back__arrow {
  width: 38px;
  height: 38px;
  border: 1px solid #1C2F65;
  position: relative;
}
@media screen and (max-width: 768px) {
  .go-back__arrow {
    width: 30px;
    height: 30px;
  }
}
.go-back__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% + 2.5px);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #1C2F65;
  border-left: 1px solid #1C2F65;
}
@media screen and (max-width: 768px) {
  .go-back__arrow::after {
    width: 8px;
    height: 8px;
  }
}

.go-back__txt {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .go-back__txt {
    font-size: 15px;
  }
}

/*===========================
導入実績詳細ページ コンサル
===========================*/
.case-study-consulting__ttl {
  font-size: 22px;
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .case-study-consulting__ttl {
    margin-top: 30px;
  }
}

.consulting__img {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .consulting__img {
    margin-top: 20px;
  }
}

.outline__table-head--consultant {
  width: 270px;
}
@media screen and (max-width: 1024px) {
  .outline__table-head--consultant {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .outline__table-head--consultant {
    width: 100%;
  }
}

.outline__table-data--consultant {
  width: calc(95% - 270px);
}
@media screen and (max-width: 1024px) {
  .outline__table-data--consultant {
    width: calc(95% - 180px);
  }
}
@media screen and (max-width: 768px) {
  .outline__table-data--consultant {
    width: 100%;
  }
}

.voice {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .voice {
    margin-top: 60px;
  }
}

.voice__introduction {
  width: 80%;
  margin: 68px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 1024px) {
  .voice__introduction {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice__introduction {
    margin-top: 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.voice__introduction__txt {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .voice__introduction__txt {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .voice__introduction__txt {
    width: 100%;
  }
}

.voice__introduction-ttl {
  font-size: 26px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .voice__introduction-ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .voice__introduction-ttl {
    font-size: 16px;
  }
}

.voice__introduction-sign {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .voice__introduction-sign {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .voice__introduction-sign {
    font-size: 13px;
    margin-top: 8px;
  }
}

.voice__introduction__img {
  width: 37%;
  margin-right: -7%;
}
@media screen and (max-width: 1024px) {
  .voice__introduction__img {
    width: 30%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .voice__introduction__img {
    width: 100%;
    margin-top: 0;
  }
}

.voice__faq-list {
  width: 80%;
  margin: 40px auto 0;
}
@media screen and (max-width: 1024px) {
  .voice__faq-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voice__faq-list {
    width: 100%;
    margin-top: 50px;
  }
}

.voice__faq-item {
  border-bottom: 1px solid #5C7496;
  padding-bottom: 8px;
}
.voice__faq-item:not(:first-of-type) {
  margin-top: 23px;
}

.voice__faq-question {
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .voice__faq-question {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .voice__faq-question {
    font-size: 15px;
  }
}

.voice__faq-answer {
  font-size: 17px;
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .voice__faq-answer {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .voice__faq-answer {
    font-size: 13px;
    margin-top: 5px;
  }
}

.category-choice__inner--case-study {
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .category-choice__inner--case-study {
    font-size: 20px;
    padding-left: 10px;
  }
  .category-choice__inner--case-study::after {
    width: 103px;
  }
}

/*---------------------------
お問い合わせ
----------------------------*/
.contactBox {
  margin-top: 140px;
  margin-bottom: 145px;
}

.page-thanks {
  margin-top: 140px;
  margin-bottom: 145px;
}

.bl-ttl__ja--contactBox {
  color: #070707;
}

.contactForm {
  width: 636px;
  margin: 100px auto 0;
  position: relative;
  left: -60px;
}

@media screen and (max-width: 1024px) {
  .contactForm {
    width: 89.333%;
    left: 0;
    top: 0;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contactForm {
    padding: 30px 0;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contactTxt {
    width: 89.33%;
    margin: 0 auto;
  }
}
.formDl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .formDl {
    display: block;
  }
}
.formDl.formDl-flexStart {
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .formDl.formDl-flexStart {
    display: block;
  }
}
.formDt {
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .formDt {
    width: 100%;
  }
}
.formTtl {
  color: #070707;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .formTtl {
    text-align: left;
  }
}
.formDd {
  width: calc(100% - 200px);
  margin-left: 45px;
}

@media screen and (max-width: 1024px) {
  .formDd {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
input[type=text],
input[type=email],
textarea {
  padding: 10px 20px;
  background-color: #ECEDF0;
  color: #070707;
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  input[type=text],
input[type=email],
textarea {
    font-size: 14px;
  }
}
textarea {
  height: 217px;
}

@media screen and (max-width: 768px) {
  textarea {
    height: 170px;
  }
}
input[type=checkbox] {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #BEBCBC;
  border-radius: 2px;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #BEBCBC;
  border-bottom: 2px solid #BEBCBC;
  content: "";
}

.privacy-wrap {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 45px;
  color: #070707;
  position: relative;
  right: -110px;
}

@media screen and (max-width: 1024px) {
  .privacy-wrap {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .privacy-wrap {
    font-size: 12px;
  }
}
.form--policyLink {
  text-decoration: underline;
}

.submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.submit .submitBtn {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 10px 26.5px;
  border: 1px solid #BEA371;
  border-radius: 50px;
  transition: all 0.5s;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.11);
  position: relative;
  right: -100px;
  color: #070707;
}

@media screen and (min-width: 1023.9px) {
  .submit .submitBtn:hover {
    background-color: #070707;
    border: 1px solid #070707;
    transition: all 0.5s;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  .submit .submitBtn {
    right: 0;
  }
}
/*---------------------------
thanksページ
---------------------------*/
.thanksTxt {
  margin: 56px auto 53px;
  color: #070707;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .thanksTxt {
    margin: 50px auto 53px;
  }
}
.bl-btn--thanks {
  margin-left: auto;
  margin-right: auto;
}

.bl-btn--thanks a {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 10px 26.5px;
  background-color: #fff;
  border: 1px solid #BEA371;
  border-radius: 50px;
  transition: all 0.5s;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.11);
  color: #070707;
  transition: all 0.5s;
}

.bl-btn--thanks a:hover {
  background-color: #070707;
  border: 1px solid #707070;
  color: #FFF;
}

/*---------------------------
プライバシーポリシーページ
---------------------------*/
.policyTxt {
  font-size: 12px;
  line-height: 1.66;
  width: 63.47%;
  margin: 50px auto;
  color: #070707;
}

@media screen and (max-width: 1024px) {
  .policyTxt {
    width: 89.33%;
  }
}
@media screen and (max-width: 768px) {
  .bl-ttl__en--policy {
    font-size: 32px;
  }
}
.access {
  margin-top: 173px;
  position: relative;
  padding: 125px 3.38%;
}

.access-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.access-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6.1%;
}

.access__side-l {
  min-width: 472px;
  width: 39%;
}

.accessTable {
  margin-top: 66px;
  width: 100%;
  display: block;
}

.accessTable__body {
  width: 100%;
  display: block;
  border-top: 1px solid #fff;
}

.accessTable__row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.accessTable__head {
  width: 42.22%;
  padding: 15px 0;
  font-size: max(1.14vw, 16.5px);
}

.accessTable__data {
  width: 57.78%;
  padding: 15px 15px 15px 22px;
  font-size: max(1.14vw, 16.5px);
}

.googleMap-link {
  margin: 15px 0 0 auto;
  width: 20%;
}

.access__side-r {
  width: 54.9%;
  max-width: calc(93.9% - 472px);
  aspect-ratio: 1/0.61;
}

@media screen and (max-width: 1024px) {
  .access-wrap {
    display: block;
  }
  .access__side-l {
    min-width: unset;
    width: 100%;
  }
  .access__side-r {
    margin-top: 50px;
    width: 100%;
    max-width: unset;
    aspect-ratio: 1/0.5;
  }
}
@media screen and (max-width: 768px) {
  .access {
    margin-top: 100px;
    padding: 50px 3.33%;
  }
  .access-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .accessTable {
    margin-top: 20px;
  }
  .accessTable__head {
    font-size: 13px;
  }
  .accessTable__data {
    font-size: 13px;
  }
  .googleMap-link {
    width: 30%;
    max-width: 120px;
  }
}
.inner--track-record--media {
  flex-direction: row-reverse;
}

.track-record__content--media {
  margin-left: auto;
  margin-right: 0;
  margin-top: 3vw;
}

@media screen and (max-width: 1280px) {
  .track-record__content--media {
    margin-top: 0;
  }
}
.track-record-txt-wrap--media {
  margin-left: auto;
  margin-right: 0;
}

.track-record__img--media {
  width: 50%;
  margin-left: unset;
  margin-right: -33.64%;
  position: relative;
}

.selectbox {
  position: relative;
  display: block;
}

.selectbox::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 17.5px;
  pointer-events: none;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #334373;
  border-bottom: 0;
}

.prefectures {
  padding: 10px 20px;
  background-color: #ECEDF0;
  color: #070707;
  width: 100%;
  border-radius: 5px;
}

.reservation-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #070707;
  gap: 25px;
}

.reservation-date__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}

.reservation-date__block--year {
  width: 145px;
}

.reservation-date__block--month {
  width: 90px;
}

.reservation-date__block--date {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .reservation-date {
    gap: 5px;
  }
  .reservation-date__block--year {
    width: 110px;
  }
  .reservation-date__block--month {
    width: 80px;
  }
  .reservation-date__block--date {
    width: 80px;
  }
}
#pdfButtonArea {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
}

.reservation-txt {
  color: #070707;
  margin-top: 40px;
  text-align: center;
}

#pdfButton {
  color: #070707;
  margin: -10px 0 25px auto;
  display: block;
  border-bottom: 1px solid #070707;
}

#vrLink {
  color: #070707;
  margin: -20px 0 25px auto;
  border-bottom: 1px solid #070707;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  top: -15px;
}

.select-building {
  padding: 10px 20px;
  background-color: #ECEDF0;
  color: #070707;
  width: 100%;
  border-radius: 5px;
}

::-moz-placeholder {
  color: #A3AFAC;
}

::placeholder {
  color: #A3AFAC;
}

input[type=text].postCode {
  width: 165px;
  margin-right: 18px;
}

.prefectures {
  padding: 13px 30px;
  border-radius: 30px;
  width: 165px;
}

.formAdress__upper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.restAddress {
  margin-top: 12px;
}

.formDl--addressWrap {
  align-items: flex-start;
}

.formDl--addressWrap .formTtl {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  input[type=text].postCode {
    margin-right: 15px;
    width: 120px;
  }
  input[type=text].prefectures {
    width: 120px;
  }
}
.radioBtn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

input[type=radio] {
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #334373;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background: #334373;
  content: "";
}

@media screen and (max-width: 768px) {
  input[type=radio]:checked:before {
    width: 5px;
    height: 5px;
  }
}
.radioBtn {
  margin-right: 25px;
  color: #070707;
}

.radioBtn:last-of-type {
  margin-right: 0;
}

.downloadList {
  margin: 50px auto 0 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 1024px) {
  .downloadList {
    margin-left: 0;
    width: 100%;
  }
}
.download__item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.pdf-icon {
  width: 42px;
}

@media screen and (max-width: 768px) {
  .pdf-icon {
    width: 30px;
  }
  .download__item a {
    gap: 10px;
  }
}
.pdf-explainTxt {
  color: #002AD5;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .pdf-explainTxt {
    width: calc(100% - 40px);
  }
}
.downLoadBtn-on {
  display: none;
}

.download__item:not(:first-of-type) {
  margin-top: 20px;
}

.select-building--time {
  margin-top: 20px;
  width: 200px;
}

.selectbox--time {
  width: 200px;
}

.selectbox--time::after {
  top: calc(50% + 10px);
}

.error-page__content{
        padding: 150px 0;
        margin-top: 80px;
        background-color: #fff;
        position: relative;
        z-index: 3;
        color: #D4383B;
    }

    .error-page__ttl{
      font-size: 40px;
      font-weight: 700;
    }
    @media screen and (max-width: 768px) {
        .error-page__content{
        margin-top: 50px;
    }

        .error-page__ttl{
            font-size: 30px;
            font-weight: 700;
        }
    }

  .wpcf7-spinner{
display: none!important;
}