@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  /* Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
body #wrap {
  position: relative;
}
body #contents {
  overflow: hidden;
}
body img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
body a:visited {
  color: inherit;
}
@media (max-width: 767px) {
  body a {
    cursor: inherit;
  }
}

body::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.link_hover {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.link_hover:hover {
  opacity: 0.7;
}

.link01 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-right: 22px;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
}
.link01 .icon_arr {
  position: relative;
}
.link01 .icon_arr:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow.svg);
  width: 19px;
  height: 14px;
  top: 50%;
  left: -12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link01:hover {
  padding-right: 0;
  padding-left: 22px;
}
@media (max-width: 767px) {
  .link01:hover {
    padding-right: 22px;
    padding-left: 0;
  }
  .link01:hover .icon_arr:before {
    opacity: 0;
  }
}

.link02 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1em;
  display: inline-block;
}
.link02 .icon_human {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.link02 .icon_human:after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_human.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link02 .icon_human:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link02:hover .icon_human:after {
  left: 36px;
}
.link02:hover .icon_human:before {
  left: 12px;
}
@media (max-width: 767px) {
  .link02:hover .icon_human:after {
    left: 12px;
  }
  .link02:hover .icon_human:before {
    left: -20px;
  }
}

.link-area {
  overflow: hidden;
}

.link03 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: inline-block;
}
.link03 .icon_arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.link03 .icon_arr:after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px_white.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link03 .icon_arr:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px_white.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.link03:hover .icon_arr:after {
  left: 36px;
}
.link03:hover .icon_arr:before {
  left: 12px;
}
@media (max-width: 767px) {
  .link03:hover .icon_arr:after {
    left: 12px;
  }
  .link03:hover .icon_arr:before {
    left: -20px;
  }
}

.btn01 {
  padding: 15px 28px 14px;
  background-color: black;
  border-radius: 27px;
  line-height: 21px;
  color: white;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1em;
  display: block;
  white-space: nowrap;
}
.btn01 .icon_mail {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.btn01 .icon_mail:after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_mail.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn01 .icon_mail:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px_white.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn01:hover .icon_mail:after {
  left: 36px;
}
.btn01:hover .icon_mail:before {
  left: 12px;
}
.btn01:visited {
  color: white;
}
@media (max-width: 767px) {
  .btn01:hover .icon_mail:after {
    left: 12px;
  }
  .btn01:hover .icon_mail:before {
    left: -20px;
  }
}

.btn02 {
  padding: 24px 54px;
  background-color: #fff;
  border-radius: 50px;
  color: #000;
  font-family: "Sora", sans-serif;
  font-size: 22px;
  letter-spacing: 0.1em;
  display: inline-block;
  line-height: 27px;
  margin: 0 auto;
}
.btn02 .icon_mail {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.btn02 .icon_mail:after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_mail.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn02 .icon_mail:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px_white.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn02 .icon_arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 8px;
}
.btn02 .icon_arr:after {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: 12px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn02 .icon_arr:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-24px.svg);
  width: 24px;
  height: 24px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn02:hover .icon_mail:after {
  left: 36px;
}
.btn02:hover .icon_mail:before {
  left: 12px;
}
.btn02:hover .icon_arr:after {
  left: 36px;
}
.btn02:hover .icon_arr:before {
  left: 12px;
}
@media (max-width: 767px) {
  .btn02 {
    padding: 15px 37px 14px;
    border-radius: 27px;
    font-size: 16px;
  }
  .btn02:hover .icon_mail:after {
    left: 12px;
  }
  .btn02:hover .icon_mail:before {
    left: -20px;
  }
  .btn02:hover .icon_arr:after {
    left: 12px;
  }
  .btn02:hover .icon_arr:before {
    left: -20px;
  }
}

.ttl01 {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  color: #DC2F20;
  letter-spacing: 0.04em;
}
.ttl01 span {
  position: relative;
  margin-right: 58px;
  letter-spacing: 0;
}
.ttl01 span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #DC2F20;
}
@media (max-width: 767px) {
  .ttl01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ttl01 span {
    margin-right: 13px;
    height: 23px;
  }
}

.ttl02 {
  font-family: "Sora", sans-serif;
  font-size: 70px;
  line-height: 1.0142857143;
  font-weight: 400;
  margin-bottom: 179px;
}
.ttl02 p {
  font-family: inherit;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .ttl02 {
    font-size: 38px;
    line-height: 1.1052631579;
    margin-bottom: 97px;
  }
}

.ttl03 {
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ttl03 .ttl03 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.ttl04 {
  font-family: "Sora", sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 177px;
}
@media (max-width: 767px) {
  .ttl04 {
    font-size: 54px;
    line-height: 1;
  }
}

.ttl05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3571428571;
}
@media (max-width: 767px) {
  .ttl05 {
    font-size: 32px;
    line-height: 1.375;
  }
}

.ttl06 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ttl06 {
    font-size: 26px;
    line-height: 1.4615384615;
  }
}

.ttl07 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5833333333;
}
@media (max-width: 767px) {
  .ttl07 {
    font-size: 20px;
    line-height: 1.5;
  }
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 3.125% 0 3.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 999;
}
@media (max-width: 767px) {
  #header {
    padding: 57px 20px 0;
    z-index: 997;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Sora", sans-serif, sans-serif;
  font-size: 16px;
  color: #000;
}
.header__nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav-list ul:first-child {
  margin-right: 8.3333333333vw;
}
.header__nav-list li {
  padding-right: 2.0833333333vw;
  overflow: hidden;
}
.header__nav-list li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  .header__nav-list {
    display: none;
  }
}

.fixed-nav {
  position: fixed;
  z-index: 998;
  width: 100%;
  padding: 60px 3.125% 0;
}
@media (max-width: 767px) {
  .fixed-nav {
    padding: 40px 11px 0 20px;
  }
}

.midnightInner {
  /* Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

.midnightInner::-webkit-scrollbar {
  display: none;
}

.midnight-logo span {
  top: 60px !important;
  left: 3.125% !important;
  width: 44px;
}
.midnight-logo a {
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  .midnight-logo {
    width: 168px !important;
  }
  .midnight-logo span {
    top: 57px !important;
    left: 20px !important;
    width: 168px !important;
  }
}

.fixed_nav-btn {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 60px 3.125% 0 auto;
}
.fixed_nav-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  background-color: #000;
  width: 31px;
}
.fixed_nav-btn span:nth-of-type(1) {
  top: 22px;
  left: 12px;
}
.fixed_nav-btn span:nth-of-type(2) {
  top: 30px;
  left: 18px;
}
.fixed_nav-btn span:nth-of-type(3) {
  top: 38px;
  left: 12px;
}
.fixed_nav-btn:hover span:nth-of-type(1) {
  left: 18px;
}
.fixed_nav-btn:hover span:nth-of-type(2) {
  left: 12px;
}
.fixed_nav-btn:hover span:nth-of-type(3) {
  left: 18px;
}
@media (max-width: 767px) {
  .fixed_nav-btn {
    margin: 40px 11px 0 auto;
  }
  .fixed_nav-btn:hover span:nth-of-type(1) {
    left: 12px;
  }
  .fixed_nav-btn:hover span:nth-of-type(2) {
    left: 18px;
  }
  .fixed_nav-btn:hover span:nth-of-type(3) {
    left: 12px;
  }
}

.fixed-nav_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed_nav-list {
  position: fixed;
  top: 0;
  right: -120%;
  width: 89.9479166667%;
  height: 100vh;
  background-color: #fff;
  z-index: 999;
  padding: 0 8.7434858135%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}
.fixed_nav-list::before {
  content: "";
  position: absolute;
  background-image: url(/img/bg_hamburger.svg);
  width: 836px;
  height: 557px;
  right: 60px;
  bottom: 0;
}
.fixed_nav-list.panelactive {
  right: 0;
}
.fixed_nav-list ul {
  position: absolute;
  top: 50%;
  left: 8.7434858135%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 99px;
}
.fixed_nav-list li {
  overflow: hidden;
}
.fixed_nav-list a {
  display: inline-block;
}
.fixed_nav-list .btn02 {
  background-color: #000;
  color: #fff;
  margin-left: 114px;
  margin-top: 55px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .fixed_nav-list {
    right: -120%;
    width: 100%;
    padding: 0 54px;
  }
  .fixed_nav-list::before {
    background-image: url(/img/bg_hamburger_sp.svg);
    width: 65px;
    height: 46px;
    left: 50%;
    bottom: 121px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .fixed_nav-list ul {
    top: 43%;
    left: 54px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 34px;
  }
  .fixed_nav-list .btn02 {
    margin-left: 0;
    margin-top: 40px;
    line-height: 16px;
  }
}

.is-fixed {
  height: 100%;
  overflow: hidden;
}

.nav_link {
  font-family: "Sora", sans-serif;
  font-size: 78px;
}
.nav_link .icon_arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 24px;
}
.nav_link .icon_arr:before {
  content: "";
  position: absolute;
  background-image: url(/img/icon_arrow-90px.svg);
  width: 90px;
  height: 90px;
  top: 50%;
  left: -45px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav_link:hover .icon_arr:before {
  left: 45px;
}
@media (max-width: 767px) {
  .nav_link {
    font-size: 34px;
    padding-bottom: 20px;
    width: 0;
  }
  .nav_link .icon_arr {
    width: 0;
    height: 0;
  }
  .nav_link:hover .icon_arr:before {
    left: -45px;
  }
}

.icon-close {
  position: absolute;
  top: 60px;
  right: 3.125%;
}
@media (max-width: 767px) {
  .icon-close {
    top: 40px;
    right: 9px;
  }
}

.midnight-btn {
  height: 113px !important;
}

.midnightHeader.dark path {
  fill: white;
}
.midnightHeader.dark span {
  background-color: white;
}
.midnightHeader.default path {
  fill: #000;
}
.midnightHeader.default span {
  background-color: #000;
}

[data-background] {
  position: relative;
}
[data-background]::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/bg_page_pc.jpg) no-repeat top/cover;
  pointer-events: none;
}
@media (max-width: 767px) {
  [data-background]::before {
    background-image: url(/img/bg_page_sp.jpg);
  }
}

.mv {
  height: 100vh;
  width: 100vw;
  font-family: "Sora", sans-serif;
  font-size: clamp(66px, 8.59375vw, 165px);
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.mv .mv_object {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv .mv_object-wrap {
  position: relative;
}
.mv .mv_object01,
.mv .mv_object02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv .mv_object01 svg,
.mv .mv_object02 svg {
  width: 100%;
}
.mv .mv_object01 {
  z-index: 3;
  width: 100%;
  max-width: 1174px;
}
.mv .mv_object02 {
  z-index: 1;
  width: 100%;
  max-width: 1174px;
}
.mv .mv_txt {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mv {
    font-size: 13.0666666667vw;
    line-height: 1;
  }
  .mv .mv_object-wrap {
    width: 100%;
  }
  .mv .mv_object01 svg,
.mv .mv_object02 svg {
    width: calc(100vw - 64px);
  }
}

.sec_strategy {
  position: relative;
}
.sec_strategy .section__inn {
  padding: 80px 3.125% 140px;
}
@media (max-width: 767px) {
  .sec_strategy .section__inn {
    padding: 0 20px 120px;
  }
}
.sec_strategy .strategy_content {
  padding-top: 40px;
}
.sec_strategy .ttl02 {
  padding-left: 70px;
  margin-bottom: 120px;
  line-height: 1.3571428571;
}
.sec_strategy .ttl02 h2:first-letter {
  margin-left: -0.5em;
}
@media (max-width: 767px) {
  .sec_strategy .ttl02 {
    padding-left: 0;
    margin-bottom: 60px;
    font-weight: bold;
  }
}
.sec_strategy .strategy_block01 {
  width: min(100%, 740px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_strategy .strategy_block01 {
    padding-left: clamp(0px, 61.8181818182vw + -197.8181818182px, 34px);
  }
}
.sec_strategy .strategy_headline03 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .sec_strategy .strategy_headline03 {
    font-size: 25px;
    line-height: 1.52;
  }
}
.sec_strategy .strategy_text01 {
  width: min(100%, 544px);
  margin-bottom: 90px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .sec_strategy .strategy_text01 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.sec_strategy .strategy_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 38px 15px 28px;
  background-color: black;
  border-radius: 30px;
}
.sec_strategy .strategy_link .icon_arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
}
.sec_strategy .strategy_link .icon_arr::before, .sec_strategy .strategy_link .icon_arr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/icon_arrow-24px_white.svg) no-repeat center/cover;
  top: 0;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.sec_strategy .strategy_link .icon_arr::before {
  left: calc(-100% - 4px);
}
.sec_strategy .strategy_link .icon_arr::after {
  left: 0;
}
.sec_strategy .strategy_link .strategy_link_text {
  display: inline-block;
  padding-top: 1px;
  color: white;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (hover: hover) {
  .sec_strategy .strategy_link:hover .icon_arr::before {
    left: 0;
  }
  .sec_strategy .strategy_link:hover .icon_arr::after {
    left: calc(100% + 4px);
  }
}

.service_wrap {
  position: relative;
}

.service_content.block01 {
  width: 1450px;
  background-color: #303030;
  color: white;
}
.service_content.block02 {
  width: 1770px;
  background-color: #222;
  color: white;
}
@media (max-width: 767px) {
  .service_content.block01, .service_content.block02 {
    width: 100%;
  }
}

.service_content-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
  padding: 150px 80px 108px 140px;
}
@media (max-width: 767px) {
  .service_content-inn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px;
    padding: 60px 20px;
  }
}

.service_content_header .ttl01 {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 3;
}
.service_content_header .service_content_headline02 {
  margin-bottom: 16px;
  color: white;
  font-family: "Sora", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.0285714286;
}
.service_content_header p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .service_content_header {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_content_header .ttl01 {
    position: static;
    margin-bottom: 40px;
  }
  .service_content_header .service_content_headline02 {
    margin-bottom: 24px;
    font-size: 38px;
    line-height: 1.1052631579;
  }
}

.service_link01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 38px 15px 28px;
  margin-top: 90px;
  border: 1px solid white;
  border-radius: 30px;
}
.service_link01 .icon_arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
}
.service_link01 .icon_arr::before, .service_link01 .icon_arr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/icon_arrow-24px_white.svg) no-repeat center/cover;
  top: 0;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.service_link01 .icon_arr::before {
  left: calc(-100% - 4px);
}
.service_link01 .icon_arr::after {
  left: 0;
}
.service_link01 .service_link01_text {
  display: inline-block;
  padding-top: 1px;
  color: white;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (hover: hover) {
  .service_link01:hover .icon_arr::before {
    left: 0;
  }
  .service_link01:hover .icon_arr::after {
    left: calc(100% + 4px);
  }
}
@media (max-width: 767px) {
  .service_link01 {
    margin: 0 auto;
  }
}

.service_link02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.service_link02 .icon_arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  overflow: hidden;
}
.service_link02 .icon_arr::before, .service_link02 .icon_arr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/icon_arrow-24px_white.svg) no-repeat center/cover;
  top: 0;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.service_link02 .icon_arr::before {
  left: calc(-100% - 4px);
}
.service_link02 .icon_arr::after {
  left: 0;
}
.service_link02 .service_link01_text {
  display: inline-block;
  padding-top: 1px;
  color: white;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (hover: hover) {
  .service_link02:hover .icon_arr::before {
    left: 0;
  }
  .service_link02:hover .icon_arr::after {
    left: calc(100% + 4px);
  }
}

.service_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 110px 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.service_list01 > li {
  width: 286px;
}
.service_list01 .lottie-icon {
  width: 80px;
  aspect-ratio: 1;
  margin-bottom: 32px;
}
.service_list01 .service_title01 {
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.service_list01 .service_text01 {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .service_list01 {
    width: 100%;
    gap: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .service_list01 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .service_list01 .lottie-icon {
    width: min(23.8805970149%, 80px);
  }
  .service_list01 .lottie-icon + * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .service_list01 .service_title01 {
    font-size: 22px;
  }
  .service_list01 .service_text01 {
    margin-bottom: 16px;
  }
}

.service_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 0;
  width: 910px;
}
.service_list02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service_list02 > li > * + * {
  width: calc(100% - 260px - 40px);
}
.service_list02 .service_img01 {
  width: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.service_list02 .service_title02 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}
.service_list02 .service_text02 {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .service_list02 {
    width: 100%;
  }
  .service_list02 > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .service_list02 > li > * + * {
    width: 100%;
  }
  .service_list02 .service_img01 {
    width: 100%;
  }
  .service_list02 .service_title02 {
    margin-bottom: 6px;
    font-size: 22px;
  }
  .service_list02 .service_text02 {
    margin-bottom: 16px;
    color: white;
  }
}

.lottie-icon {
  width: 80px;
}

.side-scroll {
  z-index: 1;
}

.side-scroll-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .side-scroll-wrap {
    position: inherit;
    height: auto;
  }
}

.side-scroll-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .side-scroll-content {
    position: static;
    display: block;
  }
}

[data-modal] {
  position: relative;
  cursor: pointer;
}
[data-modal]::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 32px;
  background: url(/img/icon_play.svg) no-repeat center/cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-modal-player] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
[data-modal-player].close {
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}
[data-modal-player].open {
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}
[data-modal-player] iframe {
  width: min(90vw, 1200px);
  height: min(50.625vw, 675px);
  aspect-ratio: 16/9;
}

#news .section__inn {
  padding: 160px 3.125%;
}
@media (max-width: 767px) {
  #news .section__inn {
    padding: 60px 20px 120px;
  }
}
#news .news_content {
  padding-top: 37px;
  padding-left: 4.1666666667%;
  padding-right: 4.1666666667%;
}
@media screen and (max-width: 1100px) {
  #news .news_content {
    padding: 0;
    padding-top: 40px;
  }
}
#news .ttl02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.4857142857;
  white-space: nowrap;
  margin-right: 10.487804878%;
}
@media (max-width: 767px) {
  #news .ttl02 {
    font-size: 38px;
    margin-right: 0;
  }
}
#news .link03 .icon_arr:after {
  content: "";
  background-image: url(/img/icon_arrow-24px.svg);
}
#news .link03 .icon_arr:before {
  background-image: url(/img/icon_arrow-24px.svg);
}
#news .news_content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  #news .news_content-wrap {
    display: block;
  }
}
#news .news_list-container {
  width: 100%;
}
#news .news_list-wrap {
  margin-bottom: 40px;
}
#news .news_list {
  padding: 32px 0;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#news .news_list:first-child {
  border-top: 1px solid #000;
}
#news .news_list .news_list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .news_list .news_list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4.1666666667vw;
}
#news .news_list time {
  font-size: 16px;
  font-family: "Sora", sans-serif;
  letter-spacing: 0.04em;
  margin-right: 4.375vw;
}
#news .news_list .news_list-tag {
  padding: 6px 10px;
  height: 30px;
  background-color: #000;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.08em;
}
#news .news_list .news_list-arr-area {
  overflow: hidden;
  margin: 0 0 0 auto;
  width: 90px;
}
#news .news_list .news_list-arr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 24px;
}
#news .news_list .news_list-arr:before {
  position: absolute;
  background: url(/img/icon_arrow-40px.svg) no-repeat;
  background-size: 40px 40px;
  content: "";
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
  top: 50%;
  left: -20px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#news .news_list:hover .news_list-arr:before {
  left: 20px;
}
@media (max-width: 767px) {
  #news .news_list {
    padding: 20px 0;
  }
  #news .news_list .news_list-link {
    display: block;
  }
  #news .news_list .news_list-top {
    margin-right: 0;
    margin-bottom: 12px;
  }
  #news .news_list time {
    margin-right: 24px;
  }
  #news .news_list .news_list-tag {
    margin-right: 0;
  }
  #news .news_list .news_list-arr {
    display: none;
  }
}

#company .ttl01 {
  margin-bottom: 52px;
  padding-left: 60px;
}
@media (max-width: 767px) {
  #company .ttl01 {
    margin-bottom: 40px;
    padding-left: 20px;
  }
}
#company .company_content {
  padding-left: 3.125%;
  background: url(/img/img_company.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 767px) {
  #company .company_content {
    padding-left: 0;
    background: none;
  }
}
#company .company_content-wrap {
  padding: 80px 80px 97px;
  background-color: #303030;
  color: #fff;
  max-width: 691px;
}
@media (max-width: 767px) {
  #company .company_content-wrap {
    padding: 60px 20px 44px;
    max-width: 100%;
  }
}
#company .company_url {
  text-decoration: underline;
}
#company .ttl02 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #company .ttl02 {
    margin-bottom: 60px;
  }
}
#company table {
  text-align: left;
}
#company table tr:last-child > th,
#company table td {
  padding-bottom: 0;
}
#company table th {
  padding-right: 96px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  #company table th {
    padding-right: 24px;
  }
}
#company table td {
  padding-bottom: 16px;
}

#message .section__inn {
  padding: 7.2916666667%;
}
@media (max-width: 767px) {
  #message .section__inn {
    padding: 20px 20px 120px;
  }
}
#message .message_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #message .message_content {
    display: block;
  }
}
#message picture {
  width: 40.7926829268%;
  min-width: 200px;
}
@media (max-width: 767px) {
  #message picture {
    width: 100%;
    min-width: 100%;
  }
}
#message .message_txt {
  margin-left: 6.7682926829%;
}
#message .message_txt p {
  max-width: 646px;
}
#message .message_txt .message_txt-name {
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #message .message_txt {
    margin-left: 0;
  }
  #message .message_txt .ttl03 {
    font-size: 30px;
    line-height: 1.1;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #message .message_txt p {
    max-width: 100%;
  }
}

.career {
  padding: 84px 0 81px;
  text-align: center;
  background-color: #303030;
  background-image: url(/img/bg_pattern.svg);
  background-repeat: repeat;
  background-position: top -14px left -7px;
}
.career p {
  font-family: "Sora", sans-serif;
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .career {
    padding: 64px 0 65px;
  }
  .career p {
    font-size: 30px;
  }
  .career .btn02 {
    margin: 0 auto;
  }
}

#footer {
  background-color: #000;
  color: #fff;
}
#footer a {
  display: inline-block;
}
#footer .footer_content-wrap {
  padding: 160px 7.2916666667% 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .logo03 {
  margin-right: 14.756097561%;
}
#footer .logo03 svg {
  width: 22.1354166667vw;
}
#footer .footer_link-area {
  overflow: hidden;
  margin-bottom: 49px;
}
#footer .footer_link-area:last-child {
  margin-bottom: 0;
}
#footer .footer_link-recruit {
  margin-bottom: 38px;
}
#footer .footer_copyright {
  text-align: right;
  padding: 0 3.125% 28px;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
}
#footer .link01 {
  white-space: nowrap;
}
#footer .link01 .icon_arr:before {
  background-image: url(/img/icon_arrow_white.svg);
}
#footer .link02 .icon_human:after {
  background-image: url(/img/icon_human_white.svg);
}
#footer .link02 .icon_human:before {
  background-image: url(/img/icon_arrow-24px_white.svg);
}
#footer .btn01 {
  border: 1px solid #fff;
}
#footer .footer_link-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_link-block {
  margin-right: 6.25vw;
}
#footer .footer_link-block:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  #footer .footer_content-wrap {
    padding: 60px 14.4% 40px;
    display: block;
  }
  #footer .logo03 {
    margin-right: 0;
    text-align: center;
  }
  #footer .logo03 svg {
    width: 100%;
    max-width: 198px;
  }
  #footer .footer_copyright {
    text-align: center;
    padding: 0 0 85px;
  }
  #footer .link01 .icon_arr {
    display: none;
  }
  #footer .btn01 {
    text-align: center;
  }
  #footer .footer_link-block-wrap {
    display: block;
  }
  #footer .footer_link-area {
    margin-bottom: 32px;
  }
  #footer .footer_link-area:last-child {
    margin-bottom: 32px;
  }
  #footer .footer_link-recruit {
    margin-bottom: 32px;
    text-align: left;
  }
  #footer .footer_link-contact {
    margin-bottom: 0 !important;
  }
  #footer .footer_link-block {
    margin-right: 0;
  }
  #footer .footer_link-block:last-child {
    text-align: center;
  }
}

.contact {
  padding: 100px 0;
  text-align: center;
  background-color: #303030;
  background-image: url(/img/common/bg_contact.jpg);
  background-size: cover;
}
.contact .contact_headline {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 60px;
}
.contact .btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .contact {
    padding: 64px 0;
    background-image: url(/img/common/bg_contact_sp.jpg);
  }
  .contact .contact_headline {
    font-size: 26px;
    line-height: 1.4615384615;
    margin-bottom: 40px;
  }
  .contact .btn02 {
    margin: 0 auto;
  }
}