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

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

body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #323232;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0;
}

span {
  display: block;
}

.l-inner {
  max-width: 1020px;
  margin: 0 auto;
  width: 92.72%;
}

.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;
}

@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;
  }
  .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) {
  .only-pc {
    display: none;
  }
  body {
    font-size: 15px;
  }
  .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-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;
}

/*=========================
view more ボタン
=========================*/
.view-more-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}

.view-more-btn__link {
  padding: 14px 89px 14px 72px;
  background-color: #0082f0;
  position: relative;
  display: block;
  transition: all 0.3s;
}
.view-more-btn__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  background-color: #323232;
  transition: all 0.3s;
  z-index: -1;
}
.view-more-btn__link:hover {
  background-color: #fff064;
  transition: all 0.3s;
}
.view-more-btn__link:hover::after {
  background-color: #0082f0;
  transition: all 0.3s;
}
.view-more-btn__link:hover .view-more-btn__txt {
  color: #0082f0;
  transition: all 0.3s;
}
.view-more-btn__link:hover .view-more-btn__arrow {
  border-bottom: 1px solid #0082f0;
  border-right: 1px solid #0082f0;
  transition: all 0.3s;
}

.view-more-btn__txt {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: -3px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.view-more-btn__arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  top: 50%;
  right: 68px;
  transform: translate(0, -50%) rotate(-45deg);
  transition: all 0.3s;
}

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

.section-ttl__en-img {
  width: 70px;
  height: auto;
  margin: 0 auto;
}

.section-ttl__en-txt {
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  color: #0082f0;
  text-align: center;
  margin-top: 12px;
}

.section-ttl__ja {
  font-size: 36px;
  color: #0082f0;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .section-ttl__ja {
    font-size: 28px;
    margin-top: 20px;
  }
}

/*============================
ヘッダー
=============================*/
.l-header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-right: 3.27vw;
  justify-content: space-between;
  background-color: #FFFFFF;
  z-index: 9;
}

.l-header--under::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #0082f0;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.l-header__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.l-header__logo a {
  display: block;
  padding: 28px 0 28px 40px;
  background-color: #0082f0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-header__logo a {
    width: 250px;
    padding: 15px 0 15px 25px;
  }
}
.l-header__logo a img {
  height: auto;
  display: block;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo a img {
    width: 220px;
  }
}
.l-header__logo a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -68px;
  width: 72px;
  height: 100%;
  background-color: #fff064;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 -8px, 100% 50%, 0px calc(100% + 8px));
  z-index: -1;
}
.l-header__logo a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background-color: #0082f0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
}

.l-header__nav-link {
  font-weight: 500;
}

.l-header__menu-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 43px;
}

.l-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 35px;
}

.l-header__nav-current {
  color: #0082f0;
  pointer-events: none;
}

.hamburger-menu {
  width: 26px;
  height: 15px;
}

.openbtn1 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.openbtn1 span {
  width: 100%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  left: 0;
}
.openbtn1 span:first-of-type {
  top: 0;
  transition: all 0.3s;
}
.openbtn1 span:nth-of-type(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.openbtn1 span:last-of-type {
  bottom: 0;
  transition: all 0.3s;
}
.openbtn1.active span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  transition: all 0.3s;
}
.openbtn1.active span:last-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s;
}

#g-nav {
  width: 79.18%;
  height: 100vh;
  top: 0;
  right: -100%;
  position: fixed;
  pointer-events: none;
  background-color: #fff064;
  z-index: 3;
  transition: all 0.5s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 90px, 90px 45px, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 90px, 90px 45px, 0 0);
}
#g-nav.panelactive {
  pointer-events: all;
  right: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  #g-nav {
    width: 86.66%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 52px, 82px 26px, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 52px, 82px 26px, 0 0);
  }
}

.g-nav__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16%;
}

@media screen and (max-width: 1024px) {
  #g-nav-list {
    width: 100%;
    height: calc(100vh - 470px);
    top: 12vh;
    position: absolute;
    left: 0;
    overflow: scroll;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__burger-nav-list {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-header__burger-nav-item:not(:first-of-type) {
  margin-top: 30px;
}

.l-header__burger-nav-link {
  font-weight: 500;
}
.l-header__burger-nav-link:hover .l-header__burger-nav-txt-en {
  color: #0082f0;
  transition: all 0.5s;
}
.l-header__burger-nav-link:hover .l-header__burger-nav-txt-ja {
  color: #0082f0;
  transition: all 0.5s;
}

.l-header__burger-nav-txt-en {
  font-size: 12px;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .l-header__burger-nav-txt-en {
    text-align: center;
  }
}

.l-header__burger-nav-txt-ja {
  font-size: 18px;
  line-height: 1;
  margin-top: 5px;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .l-header__burger-nav-txt-ja {
    font-size: 17px;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__bottom-wrap {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

.l-header__burger-support {
  margin: 45px auto 0;
  padding: 40px 33px;
  background-color: #0082f0;
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .l-header__burger-support {
    width: 93%;
    max-width: 380px;
    padding: 40px 10px;
  }
}

.l-header__burger-support-ttl {
  font-size: 31px;
  color: #FFFFFF;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}

.l-header__burger-support-txt {
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 10px;
  text-align: center;
}

.l-header__burger-support-btn {
  position: relative;
  z-index: 3;
}
.l-header__burger-support-btn a {
  display: block;
  width: 224px;
  margin: 20px auto 0;
  background-color: #FFFFFF;
  transition: all 0.5s;
  position: relative;
}
.l-header__burger-support-btn a:hover {
  background-color: #fff064;
  transition: all 0.5s;
}
.l-header__burger-support-btn a:hover::after {
  background-color: #FFFFFF;
  transition: all 0.5s;
}
.l-header__burger-support-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #323232;
  transition: all 0.5s;
  top: 4px;
  left: 4px;
  z-index: -1;
}

.l-header__burger-support-btn-txt {
  font-size: 21px;
  color: #0082f0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.l-header__burger-support-btn-arrow {
  position: absolute;
  top: 50%;
  right: 65px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #0082f0;
  border-right: 1px solid #0082f0;
  transform: translateY(-50%) rotate(-45deg);
}

.l-header__burger-logo {
  width: 224px;
  position: absolute;
  bottom: 40px;
  right: 4.13%;
}
@media screen and (max-width: 1024px) {
  .l-header__burger-logo {
    margin: 25px auto 0;
    position: relative;
    bottom: unset;
    right: unset;
  }
}

/*============================
フッター
=============================*/
.l-footer {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 75px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 21%, rgb(255, 255, 255) 24%, rgba(255, 255, 255, 0.6) 28%, rgba(255, 255, 255, 0) 48%, rgb(165, 165, 165) 81%, rgb(165, 165, 165));
  margin-top: -140px;
  padding-top: 140px;
}
.l-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 40px;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 21%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0) 48%, rgb(165, 165, 165) 76%, rgb(165, 165, 165));
  }
}

.l-footer::before {
  content: "";
  position: absolute;
  top: -9vw;
  left: 50%;
  width: 170vw;
  height: 90px;
  background-color: rgba(247, 245, 205, 0.9);
  transform: translate(-50%, -100%) rotate(27deg) scaleX(0);
  transform-origin: left center;
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: -3;
}

.l-footer.is-show::before {
  transform: translate(-50%, -100%) rotate(27deg) scaleX(1);
}

.l-footer__bar {
  padding: 250px 0 140px;
  width: 100%;
  margin-top: -250px;
  position: relative;
  height: 4px;
}
.l-footer__bar::before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 130, 240, 0.2) 34%, rgba(0, 130, 240, 0.8) 65%, rgba(0, 130, 240, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-footer__bar::after {
  content: "";
  position: absolute;
  top: calc(65% - 5px);
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .l-footer__bar::after {
    height: 2px;
  }
}

.l-footer__bar-triangle {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-footer__bar-triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 35px solid #ffffff;
  border-right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .l-footer__bar-triangle::before {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 30px solid #ffffff;
  }
}
.l-footer__bar-triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 35px solid #ffffff;
  border-left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .l-footer__bar-triangle::after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 30px solid #ffffff;
  }
}

.l-footer__about-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 74px;
}
@media screen and (max-width: 1024px) {
  .l-footer__about-list {
    margin-top: 45px;
    flex-wrap: wrap;
    gap: 18px;
  }
}

.l-footer__about-item {
  width: calc(25% - 18px);
  border: 1px solid #0082f0;
  position: relative;
  background-color: #FFFFFF;
  transition: all 0.45s;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .l-footer__about-item {
    width: calc(50% - 9px);
  }
}
.l-footer__about-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #323232;
  top: 4px;
  left: 4px;
  z-index: -1;
  transition: all 0.45s;
}
.l-footer__about-item:hover {
  border: 1px solid #fff064;
  transition: all 0.45s;
}
.l-footer__about-item:hover::after {
  transition: all 0.45s;
  background-color: #0082f0;
}

.l-footer__about-link {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.42;
}

.l-footer__about-deco {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.l-footer__about-en {
  font-size: 12px;
  color: #0082f0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__about-en {
    font-size: 9px;
  }
}

.l-footer__about-ja {
  font-size: 20px;
  line-height: 1;
  color: #0082f0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .l-footer__about-ja {
    font-size: 14px;
  }
}

.l-footer__about-link {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.42;
  overflow: hidden;
  background-color: #fff;
}
.l-footer__about-link:hover .l-footer__about-tri::before {
  transform: translateX(0);
}

.l-footer__about-deco {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* 三角共通 */
.l-footer__about-tri {
  position: absolute;
  width: 34%;
  height: 50%;
  background-color: #b2d9fa;
  overflow: hidden;
  z-index: 1;
}
.l-footer__about-tri::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f7f5cd;
  transition: transform 0.45s ease;
}

/* 左上（外→内） */
.l-footer__about-tri--lt {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.l-footer__about-tri--lt::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: translateX(-110%);
}

/* 右上 */
.l-footer__about-tri--rt {
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.l-footer__about-tri--rt::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  transform: translateX(110%);
}

/* 左下 */
.l-footer__about-tri--lb {
  bottom: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.l-footer__about-tri--lb::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  transform: translateX(-110%);
}

/* 右下 */
.l-footer__about-tri--rb {
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.l-footer__about-tri--rb::before {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transform: translateX(110%);
}

.l-footer__about-en,
.l-footer__about-ja {
  position: relative;
  z-index: 2;
}

.l-footer__support {
  position: relative;
  padding-top: 440px;
  padding-bottom: 432px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-footer__support {
    padding-top: 120px;
    padding-bottom: 190px;
  }
}

.l-footer__box {
  padding: 105px 0;
  color: #FFFFFF;
  width: 760px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__box {
    padding: 90px 0;
    width: 100vw;
    margin-left: -6.67vw;
  }
}
.l-footer__box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 130, 240, 0.8);
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .l-footer__box::after {
    background-color: rgba(0, 130, 240, 0.9);
  }
}

.l-footer__support-ttl {
  font-size: 56px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l-footer__support-ttl {
    font-size: 42px;
  }
}

.l-footer__support-txt {
  margin-top: 40px;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__support-txt {
    margin-top: 25px;
    font-size: 17px;
  }
}

.l-footer__support-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 45px auto 0;
}

.l-footer__support-btn a {
  position: relative;
  display: block;
  width: 502px;
  height: auto;
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .l-footer__support-btn a {
    width: 326px;
    padding: 16px 0;
  }
}
.l-footer__support-btn a:hover {
  background-color: #fff064;
  transition: all 0.5s;
}
.l-footer__support-btn a:hover::after {
  background-color: #0082f0;
  transition: all 0.5s;
}
.l-footer__support-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #323232;
  transition: all 0.5s;
  top: 4px;
  left: 4px;
  z-index: -1;
}

.l-footer__support-btn-txt {
  font-weight: 700;
  font-size: 33.6px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #0082f0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .l-footer__support-btn-txt {
    font-size: 21.79px;
  }
}

.l-footer__support-btn-arrow {
  position: absolute;
  top: calc(50% + 3px);
  right: 172px;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #0082f0;
  border-right: 2px solid #0082f0;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .l-footer__support-btn-arrow {
    top: calc(50% + 1px);
    right: 110px;
    width: 10px;
    height: 10px;
  }
}

.l-footer__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.l-footer__support {
  position: relative;
  padding-top: 440px;
  padding-bottom: 432px;
  overflow: hidden;
}

/* 写真の上に青っぽいフィルターを足したい場合 */
.l-footer__support .l-inner {
  position: relative;
  z-index: 1;
}

.l-footer__bottom {
  color: #FFFFFF;
  padding: 0 3.63%;
}

.l-footer__bottom-txt {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-txt {
    font-size: 19.5px;
  }
}

.l-footer__bottom-logo {
  width: 460px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer__bottom-logo {
    width: 318px;
    margin-top: 20px;
  }
}

.l-footer__nav {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    margin-top: 80px;
    width: 60%;
  }
}

.l-footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav-list {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.l-footer__nav-item a {
  font-size: 16px;
	transition: all .5s;
}
.l-footer__nav-item a:hover {
	color: #fff064;
	transition: all .5s;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item a {
    font-size: 13px;
  }
}

.l-footer__copy {
  font-size: 12px;
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 11px;
    margin-top: 30px;
  }
}

.l-footer__support {
  position: relative;
  padding-top: 440px;
  padding-bottom: 432px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-footer__support {
    padding-top: 120px;
    padding-bottom: 190px;
  }
}

/* 六角形の背景画像 */
.l-footer__support::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-image: url("../../assets/images/common/footer-support-bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .l-footer__support::after {
    -webkit-clip-path: polygon(50% 0, 100% 13%, 100% 87%, 50% 100%, 0 87%, 0 13%);
            clip-path: polygon(50% 0, 100% 13%, 100% 87%, 50% 100%, 0 87%, 0 13%);
  }
}

/* 中身を背景より前へ */
.l-footer__support .l-inner {
  position: relative;
  z-index: 1;
}

.l-footer__support-bg-line {
  position: absolute;
  right: -12vw;
  bottom: 54vw;
  width: 80vw;
  height: 90px;
  background-color: rgba(247, 245, 205, 0.9);
  transform: rotate(-27deg);
  transform-origin: right center;
  z-index: -2;
}

.l-footer__to-top {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__to-top {
    width: 26px;
    height: 26px;
    bottom: 26px;
    right: 26px;
  }
}
.l-footer__to-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid #FFFFFF;
}

.l-footer__to-top-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) skew(-2deg);
}
@media screen and (max-width: 768px) {
  .l-footer__to-top-icon {
    width: 8px;
    height: 8px;
    top: 58%;
  }
}

/*===========================
ページ共通
===========================*/
.under-fv {
  margin-top: 93px;
  position: relative;
}
.under-fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.under-fv::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff064;
}
@media screen and (max-width: 1024px) {
  .under-fv {
    margin-top: 51px;
  }
}

.under-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  z-index: 2;
  width: 100%;
}

.under-fv__ttl-en {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under-fv__ttl-en {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .under-fv__ttl-en {
    font-size: 11px;
  }
}

.under-fv__ttl-ja {
  font-size: 50px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1024px) {
  .under-fv__ttl-ja {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .under-fv__ttl-ja {
    font-size: 28px;
  }
}

/*========== 動き ===========*/
/*========== 順にフェードアップ ===========*/
.fadeup-item {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease;
}

.fadeup-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

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

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

/*============================
TOP
=============================*/
/*============ FV ===========*/
.fv {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  padding: 203px 0 26vw;
}
@media screen and (max-width: 1024px) {
  .fv {
    padding-top: 125px;
	 padding-bottom: 46vw;
  }
}

.fv__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -2;
}

.fv__main-img {
  height: auto;
  margin-top: -94px;
}
.fv__main-img img {
  width: 100%;
  transform: scale(1);
  transform-origin: center top;
  transition: transform 0.2s linear; /* なめらか用 */
}
@media screen and (max-width: 1024px) {
  .fv__main-img {
    margin-top: 25px;
  }
}

.fv__txt-wrap {
  padding-left: 6.36vw;
}
@media screen and (max-width: 768px) {
  .fv__txt-wrap {
    padding-left: 6.66%;
  }
}

.fv__ttl {
  font-size: 56px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: -0.05em;
  line-height: 1.44;
}
@media screen and (max-width: 768px) {
  .fv__ttl {
    font-size: 36px;
  }
}

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

.main-bg {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main-bg img {
  -o-object-position: top;
     object-position: top;
}

.main-bg__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  will-change: transform;
}

/*============ ご挨拶 ===========*/
.top-message {
  padding: 150px 0 276px;
  position: relative;
}
.top-message::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 2%, rgba(0, 130, 240, 0.2) 30%, rgba(255, 255, 255, 0.5) 90%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 1024px) {
  .top-message {
    padding: 100px 0 220px;
  }
}

.top-message__section-ttl {
  margin-top: 0;
}

.top-message__txt {
  margin-top: 70px;
  font-size: 20px;
  text-align: center;
  line-height: 2.3;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .top-message__txt {
    letter-spacing: 0;
    font-size: 16px;
    margin-top: 45px;
  }
}

/*============ ブランドムービー ===========*/
.top-movie__txt {
  text-align: center;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .top-movie__txt {
    margin: 45px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.top-movie__gradient-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(0, 130, 240, 0.2) 70%, rgba(255, 255, 255, 0.5) 100%);
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .top-movie__gradient-bg {
    padding-bottom: 280px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(0, 130, 240, 0.3) 70%, rgba(255, 255, 255, 0.5) 100%);
  }
}

.movie-box {
  width: 100%;
  position: relative;
  margin-top: 171px;
  padding: 69px 0;
}
@media screen and (max-width: 1024px) {
  .movie-box {
    margin-top: 57px;
    padding: 25px 0;
    width: 100vw;
    margin-left: -6.67vw;
  }
}
.movie-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 130, 240, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
}

.movie-box__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}
.movie-box__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}

/* 再生後 */
.movie-box__img.is-play::after {
  opacity: 0;
  pointer-events: none;
}

/* ボタン消す */
.movie-box__img.is-play .play-btn {
  opacity: 0;
  pointer-events: none;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
	cursor: pointer;
}

.play-btn__icon {
  width: 40px;
  margin: 0 auto;
}
.movie-thumb{
  width: 100%;
  height: 100%;
  object-fit: cover;
	position: absolute;
	top:0;
	left:0;
}

.movie-thumb {
  display: block;
}



/* 再生後 */
.movie-box__img.is-play .movie-thumb,
.movie-box__img.is-play .play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .play-btn__icon {
    width: 32px;
  }
}

.play-btn__txt {
  font-size: 20px;
  color: #0082f0;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .play-btn__txt {
    font-size: 16px;
  }
}

/*============ 社員インタビュー ===========*/
.interview {
  margin-top: 200px;
}
@media screen and (max-width: 1024px) {
  .interview {
    margin-top: 0;
  }
}

.interview__txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview__txt {
    margin: 40px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.interview__list {
  margin-top: 90px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 64px 22px;
}
@media screen and (max-width: 1024px) {
  .interview__list {
    margin: 55px auto 0;
    gap: 45px;
    width: 75%;
  }
}

.interview__item {
  width: calc(33.33% - 16.67px);
}
@media screen and (max-width: 1024px) {
  .interview__item {
    width: 100%;
  }
}
.interview__item a:hover .interview__img::before {
  transition: all 0.3s;
  opacity: 1;
}
.interview__item a:hover .interview__img::after {
  background-color: #0082f0;
  transition: all 0.3s;
  top: 8px;
  left: 8px;
}

.interview__img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/0.66;
}
@media screen and (max-width: 1024px) {
  .interview__img {
    aspect-ratio: 1/0.576;
  }
}
.interview__img::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  background-color: #fff064;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}
.interview__img::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #323232;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: all 0.3s;
}

.interview__name {
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .interview__name {
    font-size: 22px;
    margin-top: 10px;
  }
}

.interview__ruby {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .interview__ruby {
    font-size: 11px;
    margin-top: 5px;
  }
}

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

/*============ 会社ご紹介 ===========*/
.top-company {
  margin-top: 286px;
  padding-bottom: 250px;
  position: relative;
}
.top-company::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 250, 201, 0.28) 33%, rgba(255, 240, 100, 0.8) 61%, rgba(190, 186, 147, 0.1) 82%, rgba(255, 255, 255, 0));
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-company::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 250, 201, 0.3) 29%, rgba(255, 240, 100, 0.7) 66%, rgba(190, 186, 147, 0.1) 67%, rgba(255, 255, 255, 0));
  }
}
@media screen and (max-width: 1024px) {
  .top-company {
    padding-bottom: 200px;
    padding-top: 220px;
    margin-top: 0;
  }
}

.top-company__txt {
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .top-company__txt {
    margin: 72px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.top-company__docs {
  margin-top: 102px;
}
@media screen and (max-width: 1024px) {
  .top-company__docs {
    margin-top: 52px;
    width: 100vw;
    margin-left: -6.67vw;
  }
}

/*===========================
歴史
===========================*/
/*=========== 歴史 ============*/
.history {
  padding-top: 135px;
  padding-bottom: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(0, 130, 240, 0.2) 80%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 768px) {
  .history {
    padding-top: 105px;
    padding-bottom: 0;
  }
}

.history__txt {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .history__txt {
    width: 86.66%;
    margin: 40px auto 0;
    text-align: left;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .history__txt {
    font-size: 15px;
  }
}

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

.history__history-ttl-large {
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .history__history-ttl-large {
    font-size: 25px;
  }
}

.history__history-ttl-small {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .history__history-ttl-small {
    font-size: 17px;
    margin-top: 5px;
  }
}

.history__history-graph-wrap {
  margin-top: 25px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .history__history-graph-wrap {
    margin-top: 20px;
    padding-bottom: 50px;
  }
}

.history__history-graph {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: calc(100vh - 240px);
}

.history__history-graph img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}

.history__history-graph-annotation {
  font-size: 12px;
  margin-top: 0px;
  margin-left: 4.1vw;
}
@media screen and (max-width: 768px) {
  .history__history-graph-annotation {
    width: 86.66vw;
    margin-left: 6.67vw;
  }
}

.history__history-graph-unit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

/*=========== リバイブルの理念 ============*/
.philosophy {
  margin-top: 145px;
}

.philosophy__txt {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy__txt {
    width: 86.66%;
    margin: 40px auto 0;
    text-align: left;
    letter-spacing: 0;
  }
}

.philosophy__emphasis {
  margin-top: 70px;
}
.philosophy__emphasis span {
  font-size: 40px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .philosophy__emphasis span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy__emphasis {
    margin-top: 88px;
  }
}

.philosophy__list {
  margin-top: 65px;
  position: relative;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 8%, rgba(0, 130, 240, 0.28) 10%, rgb(255, 255, 255) 18%, rgb(255, 255, 255) 23%, rgba(255, 240, 100, 0.55) 32%, rgb(255, 255, 255) 38%, rgb(255, 255, 255) 42%, rgba(198, 227, 252, 0.65) 48%, rgb(255, 255, 255) 74%, rgba(0, 130, 240, 0.3) 83%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .philosophy__list {
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 8%, rgba(0, 130, 240, 0.28) 13%, rgb(255, 255, 255) 23%, rgb(255, 255, 255) 27%, rgba(255, 240, 100, 0.55) 39%, rgb(255, 255, 255) 42%, rgb(255, 255, 255) 50%, rgba(198, 227, 252, 0.65) 56%, rgb(255, 255, 255) 79%, rgba(0, 130, 240, 0.3) 88%, rgb(255, 255, 255) 100%);
  }
}

.philosophy__item {
  position: relative;
  min-height: 725px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .philosophy__item {
    min-height: 890px;
  }
}
.philosophy__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 120vw;
  height: 100%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: #8ecbff;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .philosophy__item::before {
    width: 450vw;
  }
}
.philosophy__item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1px;
  width: calc(120vw - 2px);
  height: calc(100% - 2px);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: radial-gradient(circle at 32% 26%, rgba(210, 235, 255, 0.8), transparent 18%), radial-gradient(circle at 68% 78%, rgba(210, 235, 255, 0.6), transparent 20%), linear-gradient(159deg, #fff 100%, #f7fcff 73%, #e1f3ff 77%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .philosophy__item::after {
    width: calc(450vw - 2px);
  }
}
.philosophy__item > * {
  position: relative;
  z-index: 1;
}
.philosophy__item:nth-of-type(2) .philosophy__list-sub-ttl {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .philosophy__item:nth-of-type(2) .philosophy__list-sub-ttl {
    margin-top: 143px;
  }
}
.philosophy__item:nth-of-type(4) .philosophy__list-sub-ttl {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .philosophy__item:nth-of-type(4) .philosophy__list-sub-ttl {
    margin-top: 204px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy__item:nth-of-type(4) .philosophy__list-txt {
    text-align: center;
  }
}
.philosophy__item:last-of-type .philosophy__list-txt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .philosophy__item:last-of-type .philosophy__list-txt {
    margin-top: 100px;
  }
}

.philosophy__list-ttl-en {
  font-size: 60px;
  color: #0082f0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy__list-ttl-en {
    font-size: 45px;
  }
}

.philosophy__list-ttl-ja {
  font-size: 18px;
  text-align: center;
  color: #0082f0;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .philosophy__list-ttl-ja {
    font-size: 14px;
  }
}

.philosophy__list-sub-ttl {
  font-size: 30px;
  line-height: 1.5;
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy__list-sub-ttl {
    font-size: 25px;
    margin-top: 50px;
  }
}

.philosophy__list-txt {
  width: 610px;
  margin: 25px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophy__list-txt {
    width: 86.66vw;
    margin: 30px auto 0;
    text-align: left;
  }
}

.philosophy__list {
  margin-top: 65px;
  overflow: hidden;
}

.value-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 5px;
  width: 760px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .value-list {
    flex-direction: column;
    gap: 3px;
    width: 86%;
    margin: 35px auto 0;
  }
}

.value-item {
  width: calc(33.33% - 3.3334px);
  padding: 25px 20px;
  background-color: #FFFFFF;
  border: 1px solid #fff064;
}
@media screen and (max-width: 768px) {
  .value-item {
    width: 100%;
    padding: 20px 15px;
  }
}

.value-ttl {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .value-ttl {
    font-size: 25px;
  }
}

.value-txt {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .value-txt {
    letter-spacing: 0;
  }
}

.philosophy__main-txt {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0;
  margin-top: 75px;
  font-family: "Zen Old Mincho", serif;
}
.philosophy__main-txt span {
  display: inline;
  color: #d27b22;
}
@media screen and (max-width: 768px) {
  .philosophy__main-txt {
    margin: 60px auto 0;
    font-size: 20px;
    width: 100%;
  }
}

.philosophy__logo {
  margin: 90px auto 0;
  width: 370px;
}
@media screen and (max-width: 768px) {
  .philosophy__logo {
    margin-top: 80px;
    width: 66.66%;
    max-width: 370px;
  }
}

.philosophy__rebible {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 100px;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophy__rebible {
    gap: 70px;
    margin-top: 40px;
  }
}
.philosophy__rebible::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1.5px;
  background-color: #d27b22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .philosophy__rebible::before {
    width: 36px;
  }
}
.philosophy__rebible::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 1.5px;
  background-color: #d27b22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .philosophy__rebible::after {
    width: 36px;
  }
}

.philosophy__rebible-item {
  width: 322px;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  background-color: #59483e;
}
@media screen and (max-width: 768px) {
  .philosophy__rebible-item {
    width: 126px;
    height: 126px;
    gap: 13px;
  }
}

.philosophy__rebible-txt-en {
  font-size: 45px;
  text-align: center;
  line-height: 1;
  color: #FFFFFF;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .philosophy__rebible-txt-en {
    font-size: 30px;
  }
}

.philosophy__rebible-txt-ja {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .philosophy__rebible-txt-ja {
    font-size: 15px;
    line-height: 1.53;
  }
}

/*=========== 代表メッセージ ============*/
.message {
  padding-top: 280px;
  padding-bottom: 387px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 8%, rgba(0, 130, 240, 0.2) 50%, rgba(255, 255, 255, 0.5) 98%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 217px;
    padding-bottom: 574px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 4%, rgba(0, 130, 240, 0.4) 50%, rgba(0, 130, 240, 0.3) 68%, rgba(0, 130, 240, 0.1) 94%, rgba(255, 255, 255, 0.5) 100%);
  }
}

.message__card {
  margin: 60px auto 0;
  background-color: #FFFFFF;
  width: 760px;
  position: relative;
  padding: 90px 97px;
}
@media screen and (max-width: 768px) {
  .message__card {
    width: 100%;
    padding: 65px 40px;
    margin-top: 40px;
  }
}
.message__card::before {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid #fff064;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message__card::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid #0082f0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.message__txt {
  font-size: 20px;
  line-height: 2.3;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .message__txt {
    font-size: 15px;
  }
}
.message__txt span {
  text-align: right;
}

/*=========== 挑戦と失敗 ============*/
.try-error {
  margin-top: -102px;
  padding-bottom: 247px;
}
@media screen and (max-width: 768px) {
  .try-error {
    margin-top: -355px;
    padding-bottom: 200px;
  }
}

.try-error__txt {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .try-error__txt {
    margin: 40px auto 0;
    text-align: left;
    width: 86.66%;
  }
}

.try-error__list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 34px;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .try-error__list {
    margin-top: 55px;
    gap: 20px;
    flex-direction: column;
  }
}

.try-error__item {
  width: calc(50% - 17px);
}
@media screen and (max-width: 768px) {
  .try-error__item {
    width: 100%;
  }
}

/*===========================
人を知る
===========================*/
@media screen and (max-width: 1024px) {
  .under-interview {
    margin-top: 110px;
  }
  .under-interview .interview__txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .under-interview {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 65%, rgba(0, 130, 240, 0.3) 100%);
  }
  .under-interview .interview__txt {
    margin-top: 40px;
    text-align: left;
  }
}
/*=========== トピックス ============*/
.topics {
  padding-top: 275px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 0%, rgba(0, 130, 240, 0.3) 100%);
}
@media screen and (max-width: 768px) {
  .topics {
    padding-top: 220px;
    background: linear-gradient(180deg, rgba(0, 130, 240, 0.3) 0%, rgba(255, 255, 255, 0.5) 100%);
  }
}

.topics__txt {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .topics__txt {
    text-align: left;
    max-width: 86.66%;
    margin: 40px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.topics__list {
  margin-top: 104px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .topics__list {
    margin-top: 50px;
    flex-direction: column;
    gap: 45px;
  }
}

.topics__item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 768px) {
  .topics__item {
    width: 100%;
  }
}

.topics__box {
  width: 100%;
}

.topics__box-deco {
  width: 100%;
  aspect-ratio: 1/0.58;
  position: relative;
}
.topics__box-deco::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  background-color: #323232;
  z-index: -1;
}

.topics__txt-box {
    width: 86.23%;
    height: 86.23%;
    background-color: #323232;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    color: #FFFFFF;
}

.topics__txt-box img{
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .topics__txt-box {
    height: 78.23%;
  }
}
@media screen and (max-width: 768px) {
  .topics__txt-box {
  }
}

.topics__ttl {
  font-size: 30px;
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .topics__ttl {
    font-size: 22px;
    margin-top: 12px;
  }
}

.topics__memo {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .topics__memo {
    font-size: 11px;
    margin-top: 5px;
  }
}

.topics__btn {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .topics__btn {
    margin-top: 65px;
  }
}

/*=========== 社員インタビュームービー ============*/
.interview-movie {
  padding-top: 280px;
  padding-bottom: 240px;
  background: linear-gradient(180deg, rgba(0, 130, 240, 0.3) 0%, rgba(255, 255, 255, 0.55) 42%, rgba(255, 255, 255, 0.55) 62%, rgba(255, 240, 100, 0.55) 72%, rgba(255, 255, 255, 0.55) 80%, rgba(255, 255, 255, 0.55) 100%);
}
@media screen and (max-width: 768px) {
  .interview-movie {
    padding-top: 220px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 35%, rgba(255, 240, 100, 0.55) 53%, rgba(255, 255, 255, 0.55) 72%, rgba(255, 255, 255, 0.55) 100%);
    padding-bottom: 190px;
  }
}

@media screen and (max-width: 768px) {
  .interview-movie__section-ttl__ja {
    line-height: 1.5;
  }
}
.interview-movie__txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview-movie__txt {
    text-align: left;
    max-width: 86.66%;
    margin: 40px auto 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.interview-movie__list {
  max-width: 660px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .interview-movie__list {
    margin: 50px auto 0;
    width: 100%;
  }
}

.interview-movie__item:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .interview-movie__item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.interview-movie__item .movie-box {
  margin-top: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .interview-movie__item .movie-box {
    width: 100%;
    margin: 0 auto;
  }
}

.movie-box__img--interview-movie::after {
  display: none;
}

.interview-movie__ttl {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .interview-movie__ttl {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 5px;
  }
}

.interview-movie__detail {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .interview-movie__detail {
    font-size: 11px;
  }
}

/*===========================
仕事を知る
===========================*/
/*========== 事業モデル=============*/
.business-model {
  padding-top: 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 15%, rgba(0, 130, 240, 0.3) 30%, rgba(255, 255, 255, 0.55) 65%, rgba(255, 240, 100, 0.55) 72%, rgba(255, 240, 100, 0.55) 74%, rgba(255, 240, 100, 0.3) 100%);
}
@media screen and (max-width: 768px) {
  .business-model {
    padding-top: 110px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 15%, rgba(0, 130, 240, 0.3) 30%, rgba(255, 255, 255, 0.55) 65%, rgba(255, 240, 100, 0.55) 82%, rgba(255, 240, 100, 0.55) 88%, rgba(255, 240, 100, 0.6) 100%);
  }
}

.interview__txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .interview__txt {
    margin: 40px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.business-model__domain-box {
  margin: 105px auto 0;
  background-color: #FFFFFF;
  width: calc(100% - 70px);
  position: relative;
  padding: 45px 30px;
}
@media screen and (max-width: 768px) {
  .business-model__domain-box {
    margin-top: 75px;
    width: calc(100vw - 50px);
    padding: 60px 25px;
    margin-left: calc(-6.66vw + 25px);
  }
}
.business-model__domain-box::after {
  content: "";
  position: absolute;
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  background-color: rgba(40, 130, 240, 0.1);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .business-model__domain-box::after {
    width: calc(100% + 50px);
    height: calc(100% + 50px);
  }
}

.business-model__domain-ttl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #0082f0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-model__domain-ttl {
    font-size: 22px;
  }
}

.business-model__domain-list {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .business-model__domain-list {
    margin-top: 65px;
  }
}

.business-model__domain-item {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .business-model__domain-item {
    font-size: 16px;
  }
}
.business-model__domain-item:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .business-model__domain-item:not(:first-of-type) {
    margin-top: 35px;
  }
}

.business-model__middle-box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .business-model__middle-box {
    margin-top: 95px;
  }
}

.business-model__middle-txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-model__middle-txt {
    margin: 0 auto;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.business-model__middle-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 95px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .business-model__middle-list {
    flex-wrap: wrap;
    gap: 25px 78px;
  }
}

.business-model__middle-item {
  width: 182px;
  height: 65px;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  background-color: #FFFFFF;
  border: 1px solid #0082f0;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .business-model__middle-item {
    width: calc(50% - 39px);
    font-size: 22px;
    height: 55px;
  }
}
.business-model__middle-item:last-of-type {
  width: 302px;
  color: #0082f0;
  background-color: #fff064;
  border: unset;
}
@media screen and (max-width: 768px) {
  .business-model__middle-item:last-of-type {
    width: calc(100% - 98px);
    margin-left: 78px;
  }
}
.business-model__middle-item:first-of-type::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1.5px;
  background-color: #0082f0;
  top: 50%;
  right: -47.5px;
  transform: translate(50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .business-model__middle-item:first-of-type::before {
    right: -39px;
  }
}
.business-model__middle-item:first-of-type::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1.5px;
  background-color: #0082f0;
  top: 50%;
  right: -47.5px;
  transform: translate(50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .business-model__middle-item:first-of-type::after {
    right: -39px;
  }
}
.business-model__middle-item:last-of-type::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1.5px;
  background-color: #0082f0;
  top: calc(50% - 6px);
  left: -47.5px;
  transform: translate(-50%, -50%);
}
.business-model__middle-item:last-of-type::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 1.5px;
  background-color: #0082f0;
  top: calc(50% + 6px);
  left: -47.5px;
  transform: translate(-50%, -50%);
}

.business-model__figure-box {
  margin: 115px auto 0;
  background-color: #FFFFFF;
  width: calc(100% - 70px);
  position: relative;
  padding: 50px 5px;
}
@media screen and (max-width: 768px) {
  .business-model__figure-box {
    margin: 90px auto 0;
    width: calc(100vw - 50px);
    padding: 60px 3px;
    margin-left: calc(-6.66vw + 25px);
  }
}
.business-model__figure-box::after {
  content: "";
  position: absolute;
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  background-color: rgba(0, 130, 240, 0.1);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.business-model__figure-ttl {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #0082f0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-model__figure-ttl {
    font-size: 22px;
    line-height: 1.5;
  }
}

.business-model__figure-img {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .business-model__figure-img {
    margin-top: 65px;
  }
}

.business-model__summary {
  margin-top: 90px;
  text-align: center;
}
.business-model__summary span {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .business-model__summary span {
    font-size: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .business-model__summary {
    margin: 90px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

/*========== 働き方モデル ==========*/
.work-model {
  padding-top: 250px;
  background: linear-gradient(180deg, rgba(255, 240, 100, 0.3) 0%, rgba(255, 255, 255, 0.55) 15%, rgba(255, 255, 255, 0.55) 100%);
}
@media screen and (max-width: 768px) {
  .work-model {
    padding-top: 200px;
    background: linear-gradient(180deg, rgba(255, 240, 100, 0.6) 0%, rgba(255, 255, 255, 0.55) 25%, rgba(255, 255, 255, 0.55) 100%);
  }
}

.work-model__txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .work-model__txt {
    margin: 40px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.work-model__list {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .work-model__list {
    margin-top: 55px;
  }
}

.work-model__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23px;
}
.work-model__item:not(:first-of-type) {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #dcdcdc;
}
@media screen and (max-width: 768px) {
  .work-model__item {
    flex-direction: column;
    gap: 15px;
  }
}

.work-model__img {
  padding: 25px;
  background-color: rgba(0, 130, 240, 0.1);
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .work-model__img {
    width: 100%;
    padding: 23px;
  }
}

.work-model__content {
  width: calc(68.5% - 23px);
}
@media screen and (max-width: 768px) {
  .work-model__content {
    width: 100%;
  }
}

.work-model__ttl {
  font-size: 30px;
  line-height: 1.3;
}
.work-model__ttl span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .work-model__ttl span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .work-model__ttl {
    font-size: 22px;
    margin-top: 18px;
    line-height: 1.5;
  }
}

.work-model__ttl-en {
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .work-model__ttl-en {
    font-size: 11px;
    margin-top: 10px;
  }
}

.work-model__detail-list {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .work-model__detail-list {
    margin-top: 25px;
  }
}

.work-model__detail-item:not(:first-of-type) {
  margin-top: 12px;
}

.work-star-ttl {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 5px 20px;
  position: relative;
  background-color: rgba(0, 130, 240, 0.1);
}
.work-star-ttl::after {
  content: "";
  position: absolute;
  width: 9.5px;
  height: 9px;
  background-image: url(../../assets/images/works/star.png);
  background-size: cover;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.work-model__detail-txt {
  padding: 12px 0 0 20px;
  font-size: 14px;
}

/*======== 1日の流れ ========*/
.daily-schedule {
  padding-top: 280px;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .daily-schedule {
    padding-top: 220px;
    padding-bottom: 200px;
  }
}

.daily-schedule__ttl {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .daily-schedule__ttl {
    margin-top: 40px;
  }
}

.daily-schedule__ttl-ja {
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
}
.daily-schedule__ttl-ja span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .daily-schedule__ttl-ja span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .daily-schedule__ttl-ja {
    font-size: 22px;
    line-height: 1.7;
  }
}

.daily-schedule__ttl-en {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .daily-schedule__ttl-en {
    font-size: 11px;
  }
}

.daily-schedule__txt {
  margin-top: 45px;
}

.daily-schedule__flow {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .daily-schedule__flow {
    margin-top: 60px;
  }
}

.daily-schedule__sub-ttl {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .daily-schedule__sub-ttl {
    font-size: 16px;
  }
}

.daily-schedule__flow-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .daily-schedule__flow-content {
    flex-direction: column;
    gap: 20px;
  }
}

.daily-schedule__flow-img {
  width: calc(100% - 694px);
  padding: 25px;
  background-color: rgba(0, 130, 240, 0.1);
}
@media screen and (max-width: 1024px) {
  .daily-schedule__flow-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.daily-schedule__wrap {
  width: 670px;
}
@media screen and (max-width: 768px) {
  .daily-schedule__wrap {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    overflow-y: visible;
    position: relative;
    margin-top: -80px;
  }
  .daily-schedule__wrap.is-touched .daily-schedule__scroll-hint {
    opacity: 0;
    transition: all 0.3s;
  }
}

.daily-schedule__scroll-hint {
  position: -webkit-sticky;
  position: sticky;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  transition: all 0.3s;
}

.daily-schedule__flow-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .daily-schedule__flow-list {
    width: 750px;
  }
}

.daily-schedule__flow-item {
  width: calc(25% - 6px);
  background-color: rgba(0, 130, 240, 0.03);
  position: relative;
}
.daily-schedule__flow-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #0082f0;
  border-right: 0;
  top: 50%;
  right: -4px;
  transform: translate(50%, -50%);
}

.daily-schedule__flow-detail {
  padding: 25px 15px 25px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.daily-schedule__schedule-image {
  padding-top: 110px;
}

@media screen and (max-width: 768px) {
  .daily-schedule__time-wrap {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    overflow-y: visible;
    position: relative;
    margin-top: -80px;
  }
  .daily-schedule__time-wrap.is-touched .daily-schedule__scroll-hint {
    opacity: 0;
    transition: all 0.3s;
  }
}

.daily-schedule__time-list {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7.84% 0 8.22%;
}
@media screen and (max-width: 768px) {
  .daily-schedule__time-list {
    width: 750px;
    margin-top: 23px;
  }
}

.daily-schedule__detail-list {
  margin-top: 5px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .daily-schedule__detail-list {
    width: 750px;
  }
}

.daily-schedule__detail-item:first-of-type {
  width: 9.6%;
}
.daily-schedule__detail-item:nth-of-type(2) {
  width: 8.43%;
}
.daily-schedule__detail-item:nth-of-type(3) {
  width: 17.35%;
}
.daily-schedule__detail-item:nth-of-type(4) {
  width: 8.43%;
}
.daily-schedule__detail-item:nth-of-type(5) {
  width: 8.43%;
}
.daily-schedule__detail-item:nth-of-type(6) {
  width: 12.89%;
}
.daily-schedule__detail-item:nth-of-type(7) {
  width: 8.43%;
}
.daily-schedule__detail-item:nth-of-type(8) {
  width: 12.89%;
}
.daily-schedule__detail-item:last-of-type {
  width: 9.6%;
}

/*========== 数字で見るリバイブル ==========*/
.numbers {
  padding-top: 140px;
  padding-bottom: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 240, 100, 0.55) 50%, rgba(255, 255, 255, 0.5) 99%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 960px) {
  .numbers {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 10%, rgba(255, 240, 100, 0.55) 30%, rgba(255, 255, 255, 0.5) 60%, rgba(0, 130, 240, 0.3) 100%);
  }
}

.numbers__list {
  margin-top: 80px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .numbers__list {
    justify-content: flex-start;
  }
}

.numbers__item {
  width: calc(33.33% - 16px);
  aspect-ratio: 1/0.574;
  background-color: rgba(0, 130, 240, 0.1);
  padding: 20px 24px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .numbers__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 630px) {
  .numbers__item {
    width: 100%;
  }
}
.numbers__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(0 0, 69.1% 0, 87.6% 18.8%, 34.2% 72.5%, 0 37.6%);
          clip-path: polygon(0 0, 69.1% 0, 87.6% 18.8%, 34.2% 72.5%, 0 37.6%);
}

.numbers__ttl {
  position: relative;
  z-index: 1;
}

.numbers__ttl-ja {
  font-size: clamp(16px, 1.38vw, 20px);
  line-height: 1;
}
@media screen and (max-width: 630px) {
  .numbers__ttl-ja {
    font-size: 20px;
  }
}

.numbers__ttl-en {
  font-size: clamp(10px, 0.83vw, 12px);
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 630px) {
  .numbers__ttl-en {
    font-size: 11px;
  }
}

.numbers__num-wrap {
  color: #0082f0;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 24px;
  z-index: 1;
}

.numbers__num {
  font-size: clamp(70px, 7.63vw, 110px);
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 630px) {
  .numbers__num {
    font-size: 110px;
  }
}

.numbers__num-ja {
  font-size: clamp(57px, 6.25vw, 90px);
  display: inline;
  letter-spacing: 0;
}
@media screen and (max-width: 630px) {
  .numbers__num-ja {
    font-size: 90px;
  }
}

.numbers__unit {
  font-size: clamp(16px, 1.38vw, 20px);
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 630px) {
  .numbers__unit {
    font-size: 20px;
  }
}

.numbers__list-annotation {
  position: absolute;
  left: 6px;
  bottom: 0;
  color: #0082f0;
  font-size: clamp(10px, 0.83vw, 12px);
}
@media screen and (max-width: 630px) {
  .numbers__list-annotation {
    font-size: 12px;
  }
}

.numbers__annotation {
  font-size: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 630px) {
  .numbers__annotation {
    margin-top: 45px;
  }
}

/*======== 拠点紹介 =======*/
.work-space {
  padding-bottom: 270px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 23%, rgba(0, 130, 240, 0.3) 45%, rgba(0, 130, 240, 0.3) 70%, rgba(255, 255, 255, 0.5) 100%);
}
@media screen and (max-width: 960px) {
  .work-space {
    background: linear-gradient(180deg, rgba(0, 130, 240, 0.3) 0%, rgba(0, 130, 240, 0.3) 45%, rgba(0, 130, 240, 0.3) 70%, rgba(255, 255, 255, 0.5) 100%);
  }
}
@media screen and (max-width: 630px) {
  .work-space {
    padding-bottom: 178px;
  }
}

.work-space__txt {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .work-space__txt {
    margin: 40px auto 0;
    text-align: left;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}

.work-space__map {
  margin-top: 55px;
  position: relative;
}

.work-space__map-abroad {
  position: absolute;
  width: 350px;
  height: 350px;
  top: 45px;
  left: 7.27%;
}
@media screen and (max-width: 768px) {
  .work-space__map-abroad {
    width: 42.4%;
    aspect-ratio: 1/1;
    height: auto;
    top: 4%;
    left: 6.66vw;
  }
}

.work-space__grobal-position {
  position: absolute;
  top: 61.7%;
  left: 44.2%;
}
.work-space__grobal-position::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0082f0;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
}
.work-space__grobal-position::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 1px;
  background-color: #0082f0;
  top: 1px;
  left: 1.5px;
  transform: rotate(45deg) scaleX(0);
  transform-origin: left center;
}
@media screen and (max-width: 430px) {
  .work-space__grobal-position::after {
    width: 25px;
  }
}
.work-space__grobal-position.is-show::before {
  -webkit-animation: dotAppear 0.3s ease forwards;
          animation: dotAppear 0.3s ease forwards;
}
.work-space__grobal-position.is-show::after {
  -webkit-animation: lineExtend 0.4s ease forwards;
          animation: lineExtend 0.4s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.work-space__grobal-position.is-show .work-space__grobal-name {
  -webkit-animation: nameAppear 0.4s ease forwards;
          animation: nameAppear 0.4s ease forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.work-space__grobal-name {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.3;
  font-weight: 500;
  top: 32px;
  left: 12px;
  font-size: min(2.2vw, 30px);
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(6px);
}
@media screen and (max-width: 768px) {
  .work-space__grobal-name {
    font-size: max(14px, 2.2vw);
  }
}
@media screen and (max-width: 430px) {
  .work-space__grobal-name {
    top: 21px;
    left: 0;
  }
}
.work-space__grobal-name span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .work-space__grobal-name span {
    font-size: 10px;
  }
}

@-webkit-keyframes dotAppear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dotAppear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes lineExtend {
  from {
    transform: rotate(45deg) scaleX(0);
  }
  to {
    transform: rotate(45deg) scaleX(1);
  }
}
@keyframes lineExtend {
  from {
    transform: rotate(45deg) scaleX(0);
  }
  to {
    transform: rotate(45deg) scaleX(1);
  }
}
@-webkit-keyframes nameAppear {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nameAppear {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.work-space__main-map {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .work-space__main-map {
    overflow-x: hidden;
  }
  .work-space__main-map img {
    width: 133%;
    transform: translateX(-16.5%);
  }
}

.work-space__main-map-position {
  position: absolute;
}
.work-space__main-map-position::before {
  content: "";
  position: absolute;
  width: min(0.72vw, 8px);
  height: min(0.72vw, 8px);
  background-color: #0082f0;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  .work-space__main-map-position::before {
    width: 3.6px;
    height: 3.6px;
  }
}
.work-space__main-map-position::after {
  content: "";
  position: absolute;
  width: 11vw;
  height: 1px;
  background-color: #0082f0;
  left: 0.2vw;
  transform-origin: left center;
  transform: translateY(-50%) rotate(45deg) scaleX(0);
  top: 0.13vw;
}
.work-space__main-map-position .work-space__grobal-name {
  font-size: 2.72vw;
  position: absolute;
  top: 0;
  left: 100px;
  opacity: 0;
}
.work-space__main-map-position.is-show::before {
  -webkit-animation: dotAppear 0.3s ease forwards;
          animation: dotAppear 0.3s ease forwards;
}
.work-space__main-map-position.is-show::after {
  -webkit-animation: mainMapLineExtend 0.4s ease forwards;
          animation: mainMapLineExtend 0.4s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.work-space__main-map-position.is-show .work-space__grobal-name {
  -webkit-animation: mainMapNameAppear 0.4s ease forwards;
          animation: mainMapNameAppear 0.4s ease forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.work-space__tokyo {
  top: 50.81%;
  left: 60.63%;
}
.work-space__tokyo::before {
  width: min(1.45vw, 16px);
  height: min(1.45vw, 16px);
}
@media screen and (max-width: 768px) {
  .work-space__tokyo::before {
    width: 7.4px;
    height: 7.4px;
  }
}
.work-space__tokyo::after {
  width: 10.45vw;
  transform: translateY(-50%) rotate(0) scaleX(0);
  top: min(0.72vw, 8px);
}
.work-space__tokyo .work-space__grobal-name {
  font-size: clamp(20px, 2.72vw, 30px);
  position: absolute;
  top: 0;
  left: calc(10.45vw + 10px);
  transform: translateY(-31%);
}
@media screen and (max-width: 500px) {
  .work-space__tokyo .work-space__grobal-name {
    font-size: 14px;
  }
}
.work-space__tokyo.is-show::after {
  -webkit-animation: tokyoLineExtend 0.4s ease forwards;
          animation: tokyoLineExtend 0.4s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.work-space__tokyo.is-show .work-space__grobal-name {
  -webkit-animation: tokyoNameAppear 0.4s ease forwards;
          animation: tokyoNameAppear 0.4s ease forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.work-space__yokohama {
  top: 52.438%;
  left: 60.049%;
}
.work-space__yokohama .work-space__grobal-name {
  font-size: clamp(20px, 2.72vw, 30px);
  position: absolute;
  top: 7.5vw;
  left: 5vw;
}
@media screen and (max-width: 500px) {
  .work-space__yokohama .work-space__grobal-name {
    font-size: 14px;
  }
}

.work-space__osaka {
  top: 56.7%;
  left: 44.61%;
}
.work-space__osaka .work-space__grobal-name {
  font-size: clamp(20px, 2.72vw, 30px);
  position: absolute;
  top: 7.5vw;
  left: 5vw;
}
@media screen and (max-width: 500px) {
  .work-space__osaka .work-space__grobal-name {
    font-size: 14px;
  }
}

@keyframes dotAppear {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes mainMapLineExtend {
  from {
    transform: translateY(-50%) rotate(45deg) scaleX(0);
  }
  to {
    transform: translateY(-50%) rotate(45deg) scaleX(1);
  }
}
@keyframes mainMapLineExtend {
  from {
    transform: translateY(-50%) rotate(45deg) scaleX(0);
  }
  to {
    transform: translateY(-50%) rotate(45deg) scaleX(1);
  }
}
@-webkit-keyframes tokyoLineExtend {
  from {
    transform: translateY(-50%) rotate(0) scaleX(0);
  }
  to {
    transform: translateY(-50%) rotate(0) scaleX(1);
  }
}
@keyframes tokyoLineExtend {
  from {
    transform: translateY(-50%) rotate(0) scaleX(0);
  }
  to {
    transform: translateY(-50%) rotate(0) scaleX(1);
  }
}
@-webkit-keyframes mainMapNameAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mainMapNameAppear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes tokyoNameAppear {
  from {
    opacity: 0;
    transform: translateY(-31%);
  }
  to {
    opacity: 1;
    transform: translateY(-31%);
  }
}
@keyframes tokyoNameAppear {
  from {
    opacity: 0;
    transform: translateY(-31%);
  }
  to {
    opacity: 1;
    transform: translateY(-31%);
  }
}
.work-space__address {
  position: absolute;
  top: 55%;
  right: 4.54vw;
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .work-space__address {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    width: 86.66%;
    margin: -23% auto 0;
  }
}

.work-space__address-details {
  font-size: 13.39px;
  line-height: 1.55;
}
.work-space__address-details span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .work-space__address-details {
    font-size: 14px;
    line-height: 1.85;
  }
}

/*========== 福利厚生 ==========*/
.benefits {
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .benefits {
    padding-bottom: 200px;
  }
}

.benefits__list {
  margin-top: 60px;
}

.benefits__item {
  padding: 27px 0;
  border-bottom: 1px solid #a5a5a5;
}
.benefits__item:first-of-type {
  border-top: 1px solid #a5a5a5;
}
@media screen and (max-width: 768px) {
  .benefits__item {
    padding: 25px 0;
  }
}

/* 開いてるやつ */
.benefits__item.js-active {
  border-top: 1px solid #0082f0;
  border-bottom: 1px solid #0082f0;
}

.benefits__item.js-active {
  margin-top: -1px;
}

.benefits__ttl {
  line-height: 1.5;
}

.benefits__ttl-large {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .benefits__ttl-large {
    font-size: 20px;
  }
}

.benefits__ttl-small {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .benefits__ttl-small {
    font-size: 14px;
  }
}

.benefits__detail-item:first-of-type {
  margin-top: 25px;
}

.benefits__detail-ttl {
  width: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 5px 20px;
  position: relative;
  background-color: rgba(0, 130, 240, 0.1);
  font-weight: 500;
}
.benefits__detail-ttl::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  background-image: url(../../assets/images/environment/check-icon.png);
  background-size: cover;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.benefits__detail-txt {
  padding: 13px 20px;
  font-size: 14px;
}

.accordion-trigger {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}

.accordion-mark {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .accordion-mark {
    width: 14px;
    height: 14px;
  }
}
.accordion-mark span:first-of-type {
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.accordion-mark span:last-of-type {
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-box.js-active .accordion-mark span {
  background-color: #0082f0;
  transition: all 0.3s ease;
}
.accordion-box.js-active .accordion-mark span:last-of-type {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.3s ease;
}



/*ここからwp*/


.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;
}
