@charset "UTF-8";

/* media query
------------------------------ */

/* font
------------------------------ */

/* setting
------------------------------ */

:root {
  /* color */
  --base-color: #102233;
  --base-color-rgb: 16, 34, 51;
  --bg-color: #F2F4FB;
  --line-color: #F2F3F9;
  --line02-color: #DDDEE8;
  --point-color: #3355FC;
  --point-color-rgb: 51, 85, 252;
  --point02-color: #243BB0;
  --point02-color-rgb: 36, 59, 176;
  --point03-color: #000C4A;
  --gray-color: #E9EDEF;
  /* transition */
  --btn-transition: 0.5s cubic-bezier(.54,.01,.04,.98);
  /* z-index */
  --header-index: 999;
  --sidemenu-index: 900;
  --modal-index: 9999;
}

/* animation
------------------------------ */

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  30% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }

  70% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes base_circle {
  0% {
    stroke-dashoffset: 155;
  }

  15% {
    stroke-dashoffset: 0;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -155;
  }
}

@keyframes base_circle {
  0% {
    stroke-dashoffset: 155;
  }

  15% {
    stroke-dashoffset: 0;
  }

  90% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: -155;
  }
}

@-webkit-keyframes line_circle {
  0% {
    stroke-opacity: 1;
    stroke-dashoffset: 155;
  }

  90% {
    stroke-opacity: 1;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-opacity: 0;
    stroke-dashoffset: -155;
  }
}

@keyframes line_circle {
  0% {
    stroke-opacity: 1;
    stroke-dashoffset: 155;
  }

  90% {
    stroke-opacity: 1;
    stroke-dashoffset: 0;
  }

  100% {
    stroke-opacity: 0;
    stroke-dashoffset: -155;
  }
}

@-webkit-keyframes color_anim {
  0% {
    color: transparent;
    opacity: 1;
  }

  30% {
    color: var(--point02-color);
    opacity: 1;
  }

  60% {
    color: var(--point-color);
    opacity: 1;
  }

  100% {
    color: #fff;
    opacity: 1;
  }
}

@keyframes color_anim {
  0% {
    color: transparent;
    opacity: 1;
  }

  30% {
    color: var(--point02-color);
    opacity: 1;
  }

  60% {
    color: var(--point-color);
    opacity: 1;
  }

  100% {
    color: #fff;
    opacity: 1;
  }
}

@-webkit-keyframes scrollArrowRight {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes scrollArrowRight {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes scrollArrowLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@keyframes scrollArrowLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
}

@-webkit-keyframes mapPin {
  0% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    opacity: 0.4;
  }

  90% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes mapPin {
  0% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    opacity: 0.4;
  }

  90% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0.4;
  }

  100% {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}

@-webkit-keyframes changeIllust {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes changeIllust {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes changeIllust02 {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes changeIllust02 {
  0% {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

*:focus-visible {
  outline: 2px solid var(--point-color);
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: var(--base-color);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}

section {
  position: relative;
  padding: 120px 0;
}

#contents:not(:has(section)) {
  padding: 120px 0;
}

#contents:not(:has(section)) .inner {
  max-width: 1040px;
}

.inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

img,
iframe,
video {
  display: block;
  width: 100%;
  max-width: 100%;
}

a,
button,
select {
  color: var(--base-color);
  font-weight: 400;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

a {
  -webkit-transition: var(--btn-transition);
  display: block;
  text-decoration: none;
  word-break: break-all;
  transition: var(--btn-transition);
}

span {
  font-weight: inherit;
}

.ib {
  display: inline-block;
}

p.txt {
  line-height: 2;
}

.ja {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.bg {
  background-color: var(--bg-color);
}

strong {
  font-weight: 700;
}

/* sp navigation
------------------------------ */

.c-spnav__main {
  margin-top: 60px;
}

.c-spnav__item {
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.c-spnav__item + .c-spnav__item {
  margin-top: -1px;
}

.c-spnav__item .js-accordion {
  position: relative;
  width: 100%;
  padding: 20px 15px 20px 0;
  color: rgba(var(--base-color-rgb), 0.7);
  font-weight: 700;
  text-align: left;
}

.c-spnav__item .js-accordion::before,
.c-spnav__item .js-accordion::after {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 1px;
  margin: auto;
  background-color: var(--point-color);
  content: "";
  transition: var(--btn-transition);
}

.c-spnav__item .js-accordion::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-spnav__item .js-accordion.open::before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.c-spnav__item .js-accordion__content {
  display: none;
  padding-bottom: 10px;
}

.c-spnav__top a,
.c-spnav__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
  color: rgba(var(--base-color-rgb), 0.7);
  font-size: 1.2rem;
}

.c-spnav__top a::before,
.c-spnav__link a::before {
  -webkit-transform: rotate(45deg);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

.c-spnav__top {
  font-weight: 700;
}

.c-spnav__link {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.c-spnav__link li {
  width: 50%;
}

.c-spnav__link a {
  padding-left: 10px;
}

.c-spnav__title {
  margin: 20px 0 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line02-color);
  color: rgba(var(--base-color-rgb), 0.3);
  font-weight: 700;
  font-size: 1.4rem;
}

.c-spnav__sub_title {
  margin: 15px 0 0;
  color: rgba(var(--base-color-rgb), 0.3);
  font-weight: 700;
  font-size: 1.2rem;
}

.c-spnav__btn {
  position: relative;
  width: 100%;
  margin-top: -1px;
  padding: 20px 15px 20px 0;
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
  color: rgba(var(--base-color-rgb), 0.7);
  font-weight: 700;
}

.c-spnav__btn::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

.c-spnav__sub {
  margin-top: 40px;
}

.c-spnav__sub a {
  font-size: 1rem;
}

/* title
------------------------------ */

.c-title01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 3px;
}

.c-title01 .en {
  color: var(--point02-color);
  font-size: 6.4rem;
  text-transform: uppercase;
  opacity: 0.2;
}

.c-title01 .ja {
  font-size: 1.4rem;
}

.c-title01__center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 3px;
}

.c-title02 .en {
  color: var(--point02-color);
  font-size: 1.4rem;
  text-transform: uppercase;
  opacity: 0.6;
}

.c-title02 .ja {
  font-size: 3rem;
}

.c-title02__white span {
  color: #fff !important;
  opacity: 1;
}

/* button
------------------------------ */

.c-btn01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}

.c-btn01__txt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--point-color);
  font-weight: 700;
}

.c-btn01__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-negative: 0;
  -webkit-transition: var(--btn-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: solid 1px var(--point-color);
  border-radius: 50%;
  transition: var(--btn-transition);
}

.c-btn01__icon::before,
.c-btn01__icon::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -webkit-transition: var(--btn-transition);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  transition: var(--btn-transition);
}

.c-btn01__icon::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: var(--point-color);
}

.c-btn01__icon::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  background-color: #fff;
}

/* sidemenu
------------------------------ */

.c-sidemenu {
  -webkit-transition: var(--btn-transition);
  z-index: var(--sidemenu-index);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  transition: var(--btn-transition);
}

.c-sidemenu.active .c-sidemenu__overlay {
  opacity: 1;
  pointer-events: all;
}

.c-sidemenu.active .c-sidemenu__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-sidemenu.hidden {
  opacity: 0;
  pointer-events: none;
}

.c-sidemenu__overlay {
  -webkit-transition: var(--btn-transition);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: var(--btn-transition);
}

.c-sidemenu__head {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(16, 34, 51, 0.06);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  border-top: solid 1px var(--line02-color);
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(16, 34, 51, 0.06);
}

.c-sidemenu__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  gap: 40px;
}

.c-sidemenu__title .en {
  font-size: 2.4rem;
  text-transform: uppercase;
}

.c-sidemenu__title .ja {
  font-size: 1.2rem;
}

.c-sidemenu__btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-left: solid 1px var(--line02-color);
}

.c-sidemenu__btn::before {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  background: url(../img/common/icon-menu.svg) no-repeat center center/contain;
  content: "";
}

.c-sidemenu__btn.open::before {
  background: url(../img/common/icon-cross.svg) no-repeat center center/contain;
}

.c-sidemenu__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: var(--btn-transition);
  -webkit-transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 60px;
  right: 0;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 140px);
  padding: 60px 30px;
  overflow-y: scroll;
  transform: translateX(100%);
  background-color: #fff;
  transition: var(--btn-transition);
}

.c-sidemenu__content .title {
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.c-sidemenu__content .sub-title {
  margin-bottom: 10px;
  font-weight: 700;
  opacity: 0.3;
}

.c-sidemenu__content .sub-title02 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.3;
}

.c-sidemenu__list {
  min-width: 240px;
  border-top: solid 1px var(--line02-color);
}

.c-sidemenu__list + .sub-title {
  margin-top: 30px;
}

.c-sidemenu__list + .sub-title02 {
  margin-top: 20px;
}

.c-sidemenu__list li {
  border-bottom: solid 1px var(--line02-color);
}

.c-sidemenu__list a {
  position: relative;
  padding: 15px 10px;
  padding-left: 26px;
  font-size: 1.4rem;
}

.c-sidemenu__list a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: 10px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

.c-sidemenu__close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-transition: var(--btn-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
  gap: 15px;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.2rem;
  transition: var(--btn-transition);
}

.c-sidemenu__close::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -webkit-transition: var(--btn-transition);
  width: 16px;
  height: 16px;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  transition: var(--btn-transition);
}

/* under__mv
------------------------------ */

.c-under__mv {
  padding: 90px 0 0;
}

.c-under__mv .c-title01 {
  margin-bottom: 120px;
  gap: 10px;
}

.c-under__mv .c-title01 span {
  color: var(--base-color);
  opacity: 1;
}

.c-under__mv .c-title01 .ja {
  font-size: 1.8rem;
}

.c-under__mv_scroll {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border: solid 1px var(--point-color);
  border-radius: 50%;
}

.c-under__mv_scroll .arrow {
  -webkit-transform: rotate(90deg);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
  transform: rotate(90deg);
}

.c-under__mv_scroll .arrow::before,
.c-under__mv_scroll .arrow::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -webkit-animation-duration: 0.6s;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background-color: var(--point-color);
  content: "";
  animation-duration: 0.6s;
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}

.c-under__mv_scroll .arrow::after {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}

.c-under__mv_scroll.hover .arrow::before {
  -webkit-animation-name: scrollArrowRight;
  animation-name: scrollArrowRight;
}

.c-under__mv_scroll.hover .arrow::after {
  -webkit-animation-name: scrollArrowLeft;
  animation-name: scrollArrowLeft;
}

.c-under__mv_img {
  margin-top: 14px;
}

.c-under__mv_img img {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.c-breadcrumb__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-breadcrumb__item {
  position: relative;
  font-size: 1.2rem;
}

.c-breadcrumb__item:not(:last-of-type) {
  padding-right: 20px;
  opacity: 0.4;
}

.c-breadcrumb__item:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: ">";
}

.c-breadcrumb__item:last-of-type {
  pointer-events: none;
}

/* intro
------------------------------ */

.c-intro.after::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
  background-color: var(--bg-color);
  content: "";
}

.c-intro__title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 1.85;
  text-align: center;
}

.c-intro .txt {
  text-align: center;
}

.c-intro__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 26px;
}

.c-intro__img figure {
  width: 100%;
}

.c-intro__img.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  gap: 80px;
}

.c-intro__img.wrap figure {
  position: relative;
  width: calc(50% - 40px);
}

.c-intro__img.wrap figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(var(--base-color-rgb), 0.5);
  color: #fff;
  font-size: 1.4rem;
}

/* table
------------------------------ */

.c-table {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: solid 1px var(--line02-color);
}

.c-table table {
  width: 100%;
}

.c-table th,
.c-table td {
  position: relative;
  padding: 20px;
  border-top: solid 1px var(--line02-color);
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

.c-table th {
  width: 23%;
  font-weight: 700;
}

.c-table td:has(table) {
  padding: 0;
}

.c-table a {
  display: inline-block;
  position: relative;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.4rem;
}

.c-table a[target=_blank] {
  padding-right: 20px;
}

.c-table a[target=_blank]::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-blank.svg) no-repeat center center/contain;
  content: "";
}

.c-table strong {
  font-weight: 700;
}

.c-table td table th {
  min-width: 150px;
}

.c-table td table td:has(+ td) {
  width: 23%;
  min-width: 150px;
}

.c-table td table a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  margin: auto;
  gap: 10px;
}

.c-table td table a::after {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

/* list
------------------------------ */

.c-list01 {
  max-width: 1000px;
  margin: 120px auto 0;
}

.c-list01__title {
  margin-bottom: 40px;
  font-size: 3.2rem;
}

.c-list01__item + .c-list01__item {
  margin-top: 80px;
}

.c-list01__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  gap: 30px;
  border-bottom: solid 1px var(--point02-color);
}

.c-list01__head .txt {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  font-size: 2rem;
}

.c-list01__head .txt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: var(--point02-color);
  content: "";
}

.c-list01__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 10px;
}

.c-list01__btn .map_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.4rem;
}

.c-list01__btn .map_link::before {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-map.svg) no-repeat center center/contain;
  content: "";
}

.c-list01__btn .link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding: 5px 20px;
  gap: 10px;
  border: solid 1px var(--point-color);
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.2rem;
}

.c-list01__btn .link::after {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

.c-list02 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
}

.c-list02__item {
  width: calc(50% - 30px);
}

.c-list02 .c-title02 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.c-list02 .c-title02 small {
  font-size: 2rem;
}

.c-list02__img {
  aspect-ratio: 275/183;
  width: 100%;
  overflow: hidden;
}

.c-list02__img img {
  -o-object-fit: cover;
  -webkit-transition: var(--btn-transition);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--btn-transition);
}

.c-list02__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

.c-list03 {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 50px 20px;
}

.c-list03.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-list03__item {
  width: calc(20% - 16px);
}

.c-list03__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 10px 0 5px;
  font-weight: 700;
  font-size: 1.8rem;
}

.c-list03__title .num {
  color: var(--point-color);
  font-weight: 400;
}

.c-list03__tag {
  font-size: 1rem;
}

/* related
------------------------------ */

.c-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 20px 40px;
}

.c-related.col3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-related.col3 .c-related__list {
  max-width: 980px;
}

.c-related.col3 .c-related__item {
  width: calc(33.3333333333% - 9px);
}

.c-related__list {
  -ms-flex-negative: 0;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 12px;
}

.c-related__title {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 40px;
  font-size: 2.4rem;
}

.c-related__title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: var(--point02-color);
  content: "";
}

.c-related__item {
  width: calc(25% - 9px);
}

.c-related__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 15px;
  gap: 15px;
  border-radius: 100px;
  background-color: #fff;
}

.c-related__item a::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}

.c-related__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
}

.c-related__txt {
  -webkit-transition: var(--btn-transition);
  font-weight: 700;
  transition: var(--btn-transition);
}

/* map
------------------------------ */

.c-map {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}

.c-map.overseas {
  max-width: 100% !important;
}

.c-map__base {
  width: 100%;
  height: 100%;
}

.c-map__pin {
  -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  z-index: 1;
  position: absolute;
  width: 14px;
  height: 14px;
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: var(--point-color);
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
}

.c-map__pin.main {
  width: 20px;
  height: 20px;
}

.c-map__pin.main::after {
  -webkit-backdrop-filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform-origin: left top;
  -webkit-animation: 2s mapPin cubic-bezier(0.4, 0, 1, 1) infinite;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  transform-origin: left top;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  background-color: rgba(var(--point-color), 0.4);
  content: "";
  animation: 2s mapPin cubic-bezier(0.4, 0, 1, 1) infinite;
}

.c-map__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map__link li {
  position: absolute;
}

.c-map__link li::before,
.c-map__link li::after {
  position: absolute;
  height: 1px;
  background-color: var(--base-color);
  content: "";
  opacity: 0.4;
}

.c-map__link a {
  font-weight: 700;
}

.c-map__link a.main {
  font-size: 2rem;
}

.c-map__select {
  position: relative;
  width: 90%;
  margin: 30px auto 0;
}

.c-map__select::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 1px var(--base-color);
  border-bottom: solid 1px var(--base-color);
  content: "";
  pointer-events: none;
}

.c-map__select select {
  width: 100%;
  padding: 12px 40px;
  border: solid 1px rgba(var(--base-color-rgb), 0.3);
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

/* tab
------------------------------ */

.c-tab__btn_wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  margin-bottom: 100px;
  gap: 10px;
}

.c-tab__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: var(--btn-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: solid 2px var(--point02-color);
  background-color: var(--gray-color);
  color: rgba(var(--point02-color-rgb), 0.5);
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  transition: var(--btn-transition);
}

.c-tab__btn.active {
  background-color: var(--point02-color);
  color: #fff;
  pointer-events: none;
}

.c-tab.col2 .c-tab__btn {
  width: calc(50% - 5px);
}

.c-tab.col3 .c-tab__btn {
  width: calc(33.3333333333% - 5px);
}

.c-tab.col4 .c-tab__btn {
  width: calc(25% - 5px);
}

.c-tab__panel {
  display: none;
}

.c-tab__panel.active {
  display: block;
}

/* col2
------------------------------ */

.c-col2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-top: 50px;
  gap: 60px;
}

.c-col2:not(:first-of-type) {
  margin-top: 80px;
}

.c-col2__title {
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1.8;
}

.c-col2__title small {
  font-size: 1.4rem;
}

.c-col2__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 90px;
}

.c-col2__btn a {
  position: relative;
  padding-bottom: 3px;
  border-bottom: solid 1px transparent;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.4rem;
}

.c-col2__btn a.blank {
  padding-right: 20px;
}

.c-col2__btn a.blank::after {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-blank.svg) no-repeat center center/contain;
  content: "";
}

.c-col2__img {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 460px;
  padding-bottom: 40px;
  overflow: hidden;
}

.c-col2 .swiper-slide {
  position: relative;
}

.c-col2 .swiper-slide figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(var(--base-color-rgb), 0.5);
  color: #fff;
  font-size: 1.4rem;
}

.c-col2 .swiper-button-prev,
.c-col2 .swiper-button-next {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: rgba(var(--base-color-rgb), 0.5);
}

.c-col2 .swiper-button-prev::after,
.c-col2 .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
}

.c-col2 .swiper-button-prev {
  left: 0;
}

.c-col2 .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1) rotate(45deg);
  transform: scale(-1, 1) rotate(45deg);
}

.c-col2 .swiper-button-next {
  right: 0;
}

.c-col2 .swiper-pagination {
  bottom: 0;
}

.c-col2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--base-color);
}

/* flow
------------------------------ */

.c-flow {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px 35px;
}

.c-flow + .c-flow {
  margin-top: 30px;
}

.c-flow__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
}

.c-flow__title .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.c-flow__title .txt {
  font-size: 2.4rem;
}

.c-flow__wrapper {
  width: 100%;
}

.c-flow__list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  gap: 25px;
  background-color: var(--bg-color);
  color: var(--point-color);
  font-weight: 700;
  font-size: 2rem;
}

.c-flow__list li::before {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--point-color);
  content: "";
}

.c-flow__list li + li {
  margin-top: 30px;
}

.c-flow__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}

.c-flow__img {
  -ms-flex-negative: 0;
  position: relative;
  flex-shrink: 0;
  width: 332px;
  padding-bottom: 30px;
  overflow: hidden;
}

.c-flow .swiper-button-prev,
.c-flow .swiper-button-next {
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: rgba(var(--base-color-rgb), 0.5);
}

.c-flow .swiper-button-prev::after,
.c-flow .swiper-button-next::after {
  -webkit-transform: rotate(45deg);
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
}

.c-flow .swiper-button-prev {
  left: 0;
}

.c-flow .swiper-button-prev::after {
  -webkit-transform: scale(-1, 1) rotate(45deg);
  transform: scale(-1, 1) rotate(45deg);
}

.c-flow .swiper-button-next {
  right: 0;
}

.c-flow .swiper-pagination {
  bottom: 0;
}

.c-flow .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--base-color);
}

/* sentence
    パートナーシップ宣言
    個人情報について
    ソーシャルディアポリシー
    クッキー使用について
    ウェブサイト利用規約
    プライバシーポリシー
------------------------------ */

.c-sentence > * {
  line-height: 2;
}

.c-sentence section + section {
  padding-top: 0;
}

.c-sentence section + section .inner {
  padding-top: 120px;
}

.c-sentence section + section .inner::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: var(--line02-color);
  content: "";
}

.c-sentence__main {
  margin-bottom: 15px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.c-sentence__title {
  margin: 60px 0 15px;
  font-weight: 700;
  font-size: 2rem;
}

.c-sentence__title_sub {
  margin: 30px 0 15px;
  font-weight: 700;
  font-size: 1.6rem;
}

.c-sentence ul {
  padding-left: 15px;
  list-style: disc;
}

.c-sentence ol {
  padding-left: 25px;
  list-style: decimal;
}

.c-sentence__table {
  width: 100%;
  margin-top: 40px;
}

.c-sentence__table table {
  width: 100%;
  min-width: 700px;
}

.c-sentence__table th,
.c-sentence__table td {
  padding: 20px;
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
  vertical-align: middle;
}

.c-sentence__table thead th {
  background-color: var(--bg-color);
  font-weight: 700;
  text-align: center;
}

.c-sentence__table thead th:first-of-type {
  min-width: 300px;
}

.c-sentence__table tbody td {
  font-size: 1.4rem;
  line-height: 2;
}

.c-sentence a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.8;
}

.c-sentence a::after {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/common/icon-blank.svg) no-repeat center center/contain;
  content: "";
  flex-shrink: 0;
}

.c-sentence__end {
  margin-top: 60px;
  text-align: right;
}

/* Loading
------------------------------ */

.loading {
  -webkit-transition: 2s cubic-bezier(0.25, 0.02, 0.28, 1.01);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/img-loading.jpg) no-repeat center center/cover;
  opacity: 1;
  transition: 2s cubic-bezier(0.25, 0.02, 0.28, 1.01);
}

.loading.hidden {
  opacity: 0;
  pointer-events: none;
}

.loading .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: max(83.3vw, 1200px);
  height: 100%;
}

.loading__txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.loading__txt .anim {
  -webkit-animation: loading 2s infinite;
  display: inline-block;
  animation: loading 2s infinite;
}

/* pc style
------------------------------ */

.header {
  -webkit-transition: 0.4s ease-out;
  z-index: var(--header-index);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  transition: 0.4s ease-out;
}

.header.target {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 12, 74, 0.6)), color-stop(63.4%, rgba(0, 12, 74, 0.27)), to(rgba(0, 12, 74, 0)));
  background: linear-gradient(180deg, rgba(0, 12, 74, 0.6) 0%, rgba(0, 12, 74, 0.27) 63.4%, rgba(0, 12, 74, 0) 100%);
}

.header.target .header__logo .visible-top {
  opacity: 1;
}

.header.target .header__logo .visible {
  opacity: 0;
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: 0.4s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 0 0 20px;
  transition: 0.4s ease-out;
}

.header__logo {
  position: relative;
  width: min(21vw, 350px);
  height: min(1.7vw, 25px);
}

.header__logo a {
  width: 100%;
  height: 100%;
}

.header__logo img {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: 0;
  left: 0;
  transition: var(--btn-transition);
}

.header__logo img.visible-top {
  opacity: 0;
}

.header__logo img.visible {
  opacity: 1;
}

.header__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: min(4.2vw, 60px);
}

.header__nav_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: min(2vw, 30px);
}

.header__nav_item {
  -webkit-transition: var(--btn-transition);
  overflow: hidden;
  font-size: 1.4rem;
  transition: var(--btn-transition);
}

.header__nav_item.active .header__megamenu {
  opacity: 1;
  pointer-events: all;
}

.header__nav_item:has(.header__megamenu) .header__nav_item_inn {
  padding-right: 20px;
  cursor: pointer;
}

.header__nav_item:has(.header__megamenu) .header__nav_item_inn::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: -1px;
  right: 2px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-right: solid 1px var(--base-color);
  border-bottom: solid 1px var(--base-color);
  content: "";
  transition: var(--btn-transition);
}

.header__nav_item_inn {
  position: relative;
  font-weight: 700;
}

.header__nav_item_inn span {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition: var(--btn-transition);
  -webkit-transform: translateY(0);
  display: inline-block;
  transform: translateY(0);
  text-shadow: 0 1.5em var(--point-color);
  transition: var(--btn-transition);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header__nav_item.recruit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(13.8vw, 200px);
  height: 80px;
  background-color: var(--point-color);
  color: #fff;
  cursor: pointer;
}

.header__lang {
  width: 60px;
  border-radius: 8px;
  border: solid 1px #3355FC;
  position: relative;
}

.target .header__lang {
  border-color: #fff;
}

.header__lang-link {
  display: grid;
  grid-template-columns: auto 13px;
  padding: 13px 8px;
  color: #3355FC;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  text-align: center;
}

.header__lang-link svg path {
  stroke: #3355FC;
}
.target .header__lang-link svg path {
  stroke: #fff;
}

.target .header__lang-link {
  color: #fff;
}

.header__lang--sub {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  margin-top: 7px;
  translate: -50% 0;
  border: solid 1px #3355FC;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transition: visibility 0.3s, opacity 0.3s;
}

.header__lang-link.is-open + .header__lang--sub {
    visibility: visible;
    opacity: 1;
}

.header__lang-link--sub {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 8px;
  background-color: #fff;
  color: #3355FC;
  transition: all 0.3s;
}

.header__lang-link--sub:hover {
  background-color: #E8ECFF;
}

.header__lang-link--sub.is-jp {
  border-radius: 8px 8px 0 0;
}

.header__lang-link--sub.is-en {
  border-radius: 0 0 8px 8px;
}

.header__lang-link--sub.is-active {
  background-color: #3355FC;
  color: #fff;
  pointer-events: none;
}

.header__search {
  display: block;
  width: 20px;
  height: 20px;
}

.header__search .icon {
  fill: var(--point02-color);
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.header__megamenu {
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  backdrop-filter: blur(10px);
  background-color: rgba(var(--point02-color-rgb), 0.6);
  opacity: 0;
  pointer-events: none;
  transition: var(--btn-transition);
}

.header__megamenu .inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.header__megamenu_wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__megamenu_title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 10px;
  color: #fff;
}

.header__megamenu_title .en {
  font-size: 3.4rem;
  text-transform: uppercase;
}

.header__megamenu_title .ja {
  font-size: 1.2rem;
  line-height: 1;
}

.header__megamenu .btn__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
}

.header__megamenu_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 5px;
  gap: 10px;
  color: #fff;
  font-size: 1.2rem;
  opacity: 0.6;
}

.header__megamenu_btn::before {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: var(--btn-transition);
}

.header__megamenu_btn::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -webkit-transition: var(--btn-transition);
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  transition: var(--btn-transition);
}

.header__megamenu_nav {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  gap: 10px 8px;
}

.header__megamenu_nav li {
  position: relative;
  width: calc(25% - 6px);
  padding: 8px 0;
}

.header__megamenu_nav li.all {
  width: 100%;
}

.header__megamenu_nav li::after {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: var(--btn-transition);
}

.header__megamenu_nav li.blank::after {
  display: none;
}

.header__megamenu_nav a {
  position: relative;
  padding: 0 0 0 16px;
  overflow: hidden;
  color: #fff;
  font-size: 1.3rem;
}

.header__megamenu_nav a::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  content: "";
  opacity: 0.4;
}

.header__megamenu_nav span {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition: var(--btn-transition);
  display: inline-block;
  text-shadow: 0 1.5em #fff;
  transition: var(--btn-transition);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header__megamenu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  gap: 18px;
}

.header__megamenu_item:not(:last-of-type) {
  padding-bottom: 20px !important;
  border-bottom: solid 1px var(--line02-color);
}

.header__megamenu_item::after {
  content: none !important;
}

.header__megamenu_item .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(25% - 14px);
  color: #fff !important;
  font-weight: 700;
  font-size: 1.6rem;
  opacity: 0.3;
}

.header__megamenu_item li.last {
  padding-top: 0;
}

.header__megamenu_item li.last::after {
  content: none;
}

.header__megamenu_item li.last.w100 {
  width: calc(((100%/3) * 2) - 4px);
}

.header__megamenu_item li.last li {
  width: calc(50% - 14px);
  padding-top: 0;
}

.header__megamenu_item li.last.safe li {
  width: 100%;
}

.header__megamenu_item li.last .sub_title {
  margin-bottom: 20px;
}

.header__megamenu_item .sub_title {
  width: 100%;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.3;
}

.header__megamenu_item .sub_title::after {
  content: none;
}

.header__megamenu_sub {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px 18px;
}

.header__megamenu_sub li {
  width: calc(33.3333333333% - 14px);
}

.header .keyword {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.header .keyword #___gcse_0,
.header .keyword #___gcse_1 {
  width: 100%;
}

.header .keyword form.gsc-search-box {
  margin-bottom: 0;
}

.header .keyword .gsc-control-cse {
  margin-top: 30px;
  padding: 0;
}

.header .keyword .gsc-selected-option {
  white-space: nowrap;
}

.header .keyword table.gsc-search-box {
  margin-bottom: 0;
}

.header .keyword table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

.header .keyword .gsib_a {
  height: 50px;
  padding: 0 20px;
  border-radius: 3px 0 0 3px;
}

.header .keyword .gsst_b {
  display: none;
}

.header .keyword .gsc-input-box {
  padding: 0;
  border: none;
  border-radius: 3px 0 0 3px;
}

.header .keyword .gsc-search-button-v2 {
  display: grid;
  position: relative;
  place-items: center;
  width: 52px;
  height: 50px;
  margin-left: 0;
  padding: 0;
  border-radius: 0 3px 3px 0;
}

.header .keyword .gsc-search-button-v2::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../svg/icon-search.svg) no-repeat center center/contain;
  content: "";
}

.header .keyword .gsc-search-button-v2 svg {
  display: none;
}

.header__sp-lang {
  width: 60px;
  border-radius: 8px;
  border: solid 1px #fff;
  position: relative;
  position: fixed;
  top: 10px;
  right: 75px;
  z-index: 1;
  display: none;
}

.header .c-spnav.active .header__sp-lang {
  display: block;
}

.header__sp-lang-link {
  display: grid;
  grid-template-columns: auto 13px;
  padding: 13px 8px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  text-align: center;
}

.header__sp-lang-link svg path {
  stroke: #fff;
}

.header__sp-lang--sub {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80px;
  margin-top: 7px;
  translate: -50% 0;
  border: solid 1px #3355FC;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transition: visibility 0.3s, opacity 0.3s;
}

.header__sp-lang-link.is-open + .header__sp-lang--sub {
    visibility: visible;
    opacity: 1;
}

.header__sp-lang-link--sub {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  padding: 8px;
  background-color: #fff;
  color: #3355FC;
  transition: all 0.3s;
}

.header__sp-lang-link--sub:hover {
  background-color: #E8ECFF;
}

.header__sp-lang-link--sub.is-jp {
  border-radius: 8px 8px 0 0;
}

.header__sp-lang-link--sub.is-en {
  border-radius: 0 0 8px 8px;
}

.header__sp-lang-link--sub.is-active {
  background-color: #3355FC;
  color: #fff;
  pointer-events: none;
}

.header__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--point-color);
}

.header__btn_inn {
  position: relative;
  width: 30px;
  height: 20px;
}

.header__btn_line {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: var(--btn-transition);
}

.header__btn_line:first-of-type {
  top: 0;
}

.header__btn_line:nth-of-type(2) {
  top: 10px;
  opacity: 1;
}

.header__btn_line:last-of-type {
  bottom: 0;
}

.header__btn.active .header__btn_line:first-of-type {
  -webkit-transform: rotate(45deg);
  top: 9px;
  transform: rotate(45deg);
}

.header__btn.active .header__btn_line:nth-of-type(2) {
  opacity: 0;
}

.header__btn.active .header__btn_line:last-of-type {
  -webkit-transform: rotate(-45deg);
  bottom: 10px;
  transform: rotate(-45deg);
}

.header .c-spnav {
  -webkit-backdrop-filter: blur(20px);
  -webkit-transition: var(--btn-transition);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-bottom: 200px;
  overflow-y: scroll;
  backdrop-filter: blur(20px);
  background: rgba(var(--point02-color-rgb), 0.6) !important;
  opacity: 0;
  pointer-events: none;
  transition: var(--btn-transition);
  padding-top: 20px;
}

.header .c-spnav.active {
  opacity: 1;
  pointer-events: all;
}

.header .c-spnav__btn::after,
.header .c-spnav__top a::before,
.header .c-spnav__link a::before {
  border-color: #fff;
  opacity: 0.5;
}

.header .c-spnav .js-accordion::before,
.header .c-spnav .js-accordion::after {
  background-color: #fff;
  opacity: 0.5;
}

.header .c-spnav .js-accordion,
.header .c-spnav__top a,
.header .c-spnav__link a,
.header .c-spnav__btn {
  color: #fff;
}

.header .c-spnav__title,
.header .c-spnav__sub_title {
  color: rgba(255, 255, 255, 0.3);
}

.footer {
  padding-bottom: 30px;
  background-color: var(--bg-color);
}

.footer__pagetop {
  height: 60px;
  background-color: rgba(var(--point-color-rgb), 0.05);
}

.footer__pagetop a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.footer__pagetop a::after {
  -webkit-transform: rotate(-45deg);
  width: 25px;
  height: 25px;
  margin-top: 14px;
  transform: rotate(-45deg);
  border-top: solid 2px var(--point-color);
  border-right: solid 2px var(--point-color);
  content: "";
}

.footer__main {
  padding: 80px 0 50px;
}

.footer__main .inner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: min(2.1vw, 30px);
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.3vw, 30px);
}

.footer__link {
  width: 22vw;
  max-width: 267px;
}

.footer__link li + li {
  margin-top: 20px;
}

.footer__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 10px;
  color: rgba(var(--base-color-rgb), 0.7);
  font-size: 1.4rem;
}

.footer__link a::before {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

.footer__link + .footer__wrap_title_sub {
  margin-top: 20px;
}

.footer__link_head {
  margin-bottom: 20px;
  color: rgba(var(--base-color-rgb), 0.7);
  font-weight: 700;
  font-size: 1.4rem;
}

.footer__link_head:not(.no-child) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line02-color);
  font-size: 1.6rem;
}

.footer__link_head:not(.no-child)::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}

.footer__wrap_title {
  margin-bottom: 10px;
  font-weight: 700;
  opacity: 0.3;
}

.footer__wrap_title_sub {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.3;
}

.footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__sub a {
  font-size: 1.2rem;
  opacity: 0.7;
}

.footer__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 40px;
}

.footer__bottom .logo {
  width: 350px;
}

.footer__bottom .copy {
  margin-top: 35px;
  font-size: 1rem;
  opacity: 0.5;
}

.footer__banner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.footer__banner li {
  width: 240px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.footer__banner a {
  width: 100%;
  height: 100%;
}

.footer .c-spnav .keyword {
  display: none;
}

/* message
------------------------------ */

.message #contents section {
  margin-top: 120px;
  padding-top: 0;
}

.message #contents .inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

/* .message__wrap {
  max-width: 624px;
  margin-top: 340px;
} */

.message__title {
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 1.8;
  text-shadow: 0 0 3px #fff;
}

.message__name {
  margin-bottom: 40px;
  line-height: 2;
  text-align: right;
}

.message__name strong {
  display: block;
  font-weight: 700;
}

/* policy
------------------------------ */

.policy .management::after {
  z-index: -2;
  position: absolute;
  top: -120px;
  right: 0;
  width: min(37.5vw, 540px);
  height: min(40.7vw, 586px);
  background: url(../img/about_us/policy/img-bg.jpg) no-repeat center center/contain;
  content: "";
}

.policy .management__img02 {
  width: 344px;
}

.policy .management .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.policy .management__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: min(48.6vw, 700px);
  gap: 70px;
}

.policy .management__txt {
  width: 100%;
}

.policy .management .c-title01 {
  margin-bottom: 50px;
}

.policy .management .txt {
  line-height: 2.4;
  text-align: center;
}

.policy .value__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 50px auto 0;
  gap: 32px 30px;
}

.policy .value__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  padding: 20px 28px;
  gap: 30px;
  background-color: #fff;
}

.policy .value__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
}

.policy .value__title .en {
  color: var(--point-color);
  font-size: 2rem;
}

.policy .value__txt {
  padding: 25px 0 25px 30px;
  border-left: solid 1px var(--line02-color);
  font-size: 1.4rem;
  line-height: 2;
}

.policy .value__txt strong {
  display: block;
  margin-bottom: 5px;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.6rem;
}

.policy .conduct__list {
  max-width: 860px;
  margin: 50px auto 0;
  padding-left: 30px;
  list-style: decimal;
}

.policy .conduct__item {
  line-height: 2;
}

/* executive
------------------------------ */

.executive .c-table {
  max-width: 1200px;
}

/* office
------------------------------ */

.office .c-map__pin[data-pin=main] {
  right: 292px;
  bottom: 300px;
}

.office .c-map__pin[data-pin=kamaishi] {
  top: 152px;
  right: 227px;
}

.office .c-map__pin[data-pin=muroran] {
  top: 314px;
  right: 196px;
}

.office .c-map__pin[data-pin=tohoku] {
  top: 359px;
  right: 236px;
}

.office .c-map__pin[data-pin=kimitsu] {
  right: 299px;
  bottom: 284px;
}

.office .c-map__pin[data-pin=kashima] {
  right: 264px;
  bottom: 318px;
}

.office .c-map__pin[data-pin=tyubu] {
  right: 438px;
  bottom: 284px;
}

.office .c-map__pin[data-pin=nagoya] {
  right: 439px;
  bottom: 275px;
}

.office .c-map__pin[data-pin=kansai] {
  bottom: 272px;
  left: 334px;
}

.office .c-map__pin[data-pin=wakayama] {
  bottom: 249px;
  left: 314px;
}

.office .c-map__pin[data-pin=hirohata] {
  bottom: 275px;
  left: 292px;
}

.office .c-map__pin[data-pin=hanshin] {
  z-index: 0;
  bottom: 265px;
  left: 334px;
}

.office .c-map__pin[data-pin=yahata] {
  bottom: 251px;
  left: 101px;
}

.office .c-map__pin[data-pin=oita] {
  bottom: 214px;
  left: 141px;
}

.office .c-map__pin[data-pin=nishi] {
  bottom: 239px;
  left: 85px;
}

.office .c-map__link li[data-item=main] {
  right: 98px;
  bottom: 294px;
}

.office .c-map__link li[data-item=main]::before {
  top: 0;
  bottom: 0;
  left: -165px;
  width: 155px;
  margin: auto;
}

.office .c-map__link li[data-item=main]::after {
  content: none;
}

.office .c-map__link li[data-item=kamaishi] {
  top: 309px;
  right: -44px;
}

.office .c-map__link li[data-item=kamaishi]::before {
  top: 0;
  bottom: 0;
  left: -60px;
  width: 50px;
  margin: auto;
}

.office .c-map__link li[data-item=muroran] {
  top: 209px;
  right: -44px;
}

.office .c-map__link li[data-item=muroran]::before {
  top: 0;
  bottom: 0;
  left: -93px;
  width: 83px;
  margin: auto;
}

.office .c-map__link li[data-item=muroran]::after {
  bottom: 11.5px;
  left: -93.5px;
  width: 1px;
  height: 60px;
}

.office .c-map__link li[data-item=tohoku] {
  top: 355px;
  right: 72px;
}

.office .c-map__link li[data-item=tohoku]::before {
  top: 0;
  bottom: 0;
  left: -100px;
  width: 90px;
  margin: auto;
}

.office .c-map__link li[data-item=tohoku]::after {
  content: none;
}

.office .c-map__link li[data-item=kimitsu] {
  right: -46px;
  bottom: 242px;
}

.office .c-map__link li[data-item=kimitsu]::before {
  top: 0;
  bottom: 0;
  left: -167px;
  width: 157px;
  margin: auto;
}

.office .c-map__link li[data-item=kimitsu]::after {
  bottom: 11.5px;
  left: -167px;
  width: 1px;
  height: 32px;
}

.office .c-map__link li[data-item=kashima] {
  right: -46px;
  bottom: 355px;
}

.office .c-map__link li[data-item=kashima]::before {
  top: 0;
  bottom: 0;
  left: -133px;
  width: 123px;
  margin: auto;
}

.office .c-map__link li[data-item=kashima]::after {
  top: 11.5px;
  left: -133px;
  width: 1px;
  height: 40px;
}

.office .c-map__link li[data-item=tyubu] {
  top: 305px;
  left: 395px;
}

.office .c-map__link li[data-item=tyubu]::before {
  top: 30px;
  left: 9px;
  width: 1px;
  height: 180px;
}

.office .c-map__link li[data-item=tyubu]::after {
  content: none;
}

.office .c-map__link li[data-item=nagoya] {
  bottom: 155px;
  left: 395px;
}

.office .c-map__link li[data-item=nagoya]::before {
  bottom: 30px;
  left: 8px;
  width: 1px;
  height: 90px;
}

.office .c-map__link li[data-item=nagoya]::after {
  content: none;
}

.office .c-map__link li[data-item=kansai] {
  top: 255px;
  left: 330px;
}

.office .c-map__link li[data-item=kansai]::before {
  top: 30px;
  left: 10px;
  width: 1px;
  height: 240px;
}

.office .c-map__link li[data-item=kansai]::after {
  content: none;
}

.office .c-map__link li[data-item=wakayama] {
  bottom: 60px;
  left: 260px;
}

.office .c-map__link li[data-item=wakayama]::before {
  bottom: 30px;
  left: 10px;
  width: 1px;
  height: 166px;
}

.office .c-map__link li[data-item=wakayama]::after {
  bottom: 196px;
  left: 10px;
  width: 52px;
  height: 1px;
}

.office .c-map__link li[data-item=hirohata] {
  top: 203px;
  left: 290px;
}

.office .c-map__link li[data-item=hirohata]::before {
  top: 30px;
  left: 8px;
  width: 1px;
  height: 290px;
}

.office .c-map__link li[data-item=hirohata]::after {
  content: none;
}

.office .c-map__link li[data-item=hanshin] {
  bottom: 102px;
  left: 330px;
}

.office .c-map__link li[data-item=hanshin]::before {
  bottom: 30px;
  left: 10px;
  width: 1px;
  height: 140px;
}

.office .c-map__link li[data-item=hanshin]::after {
  content: none;
}

.office .c-map__link li[data-item=yahata] {
  bottom: 388px;
  left: 82px;
}

.office .c-map__link li[data-item=yahata]::before {
  top: 30px;
  right: 98px;
  width: 1px;
  height: 126px;
}

.office .c-map__link li[data-item=yahata]::after {
  top: 155px;
  right: 98px;
  width: 40px;
  height: 1px;
}

.office .c-map__link li[data-item=oita] {
  bottom: 102px;
  left: 19px;
}

.office .c-map__link li[data-item=oita]::before {
  right: 38.5px;
  bottom: 30px;
  width: 1px;
  height: 90px;
}

.office .c-map__link li[data-item=oita]::after {
  content: none;
}

.office .c-map__link li[data-item=nishi] {
  bottom: 346px;
  left: 17px;
}

.office .c-map__link li[data-item=nishi]::before {
  top: 30px;
  right: 8.5px;
  width: 1px;
  height: 90px;
}

.office .c-map__link li[data-item=nishi]::after {
  content: none;
}

.office .c-table tr:first-of-type td {
  border: none;
}

.office .download__btn {
  margin: 0;
}

/* group
------------------------------ */

.group .c-map__pin[data-pin=ns_kashima] {
  right: 264px;
  bottom: 319px;
  display: none;
}

.group .c-map__pin[data-pin=ns_higashi] {
  z-index: 2;
  right: 291px;
  bottom: 305px;
}

.group .c-map__pin[data-pin=ns_kansai] {
  bottom: 257px;
  left: 329px;
}

.group .c-map__pin[data-pin=ns_nishi] {
  z-index: 2;
  bottom: 247px;
  left: 95px;
}

.group .c-map__pin[data-pin=shinichi] {
  right: 284px;
  bottom: 297px;
}

.group .c-map__pin[data-pin=aoba] {
  bottom: 280px;
  left: 399px;
}

.group .c-map__pin[data-pin=daisen] {
  z-index: 2;
  bottom: 266px;
  left: 339px;
}

.group .c-map__pin[data-pin=marinelink] {
  bottom: 251px;
  left: 104px;
}

.group .c-map__pin[data-pin=toyohashi] {
  bottom: 264px;
  left: 419px;
}

.group .c-map__pin[data-pin=seiwa] {
  bottom: 266px;
  left: 332px;
}

.group .c-map__pin[data-pin=siam] {
  bottom: 329px;
  left: 34px;
}

.group .c-map__pin[data-pin=indonesia] {
  bottom: 240px;
  left: 70px;
}

.group .c-map__pin[data-pin=koshu] {
  bottom: 389px;
  left: 95px;
}

.group .c-map__pin[data-pin=usa] {
  top: 302px;
  right: 99px;
}

.group .c-map__link li[data-item=ns_kashima] {
  right: 21px;
  bottom: 349px;
}

.group .c-map__link li[data-item=ns_kashima]::before {
  top: 0;
  right: 135px;
  bottom: 0;
  width: 115px;
  margin: auto;
}

.group .c-map__link li[data-item=ns_kashima]::after {
  top: 11.5px;
  left: -128px;
  width: 1px;
  height: 35px;
}

.group .c-map__link li[data-item=ns_higashi] {
  right: 4px;
  bottom: 242px;
}

.group .c-map__link li[data-item=ns_higashi]::before {
  top: 0;
  right: 151px;
  bottom: 0;
  width: 144px;
  margin: auto;
}

.group .c-map__link li[data-item=ns_higashi]::after {
  bottom: 11.5px;
  left: -155px;
  width: 1px;
  height: 60px;
}

.group .c-map__link li[data-item=ns_kansai] {
  bottom: 91px;
  left: 357px;
}

.group .c-map__link li[data-item=ns_kansai]::before {
  top: 0;
  right: 131px;
  bottom: 0;
  width: 13px;
  margin: auto;
}

.group .c-map__link li[data-item=ns_kansai]::after {
  content: none;
}

.group .c-map__link li[data-item=ns_osaka] {
  bottom: 51px;
  left: 357px;
}

.group .c-map__link li[data-item=ns_osaka]::before {
  top: 0;
  right: 131px;
  bottom: 0;
  width: 13px;
  margin: auto;
}

.group .c-map__link li[data-item=ns_osaka]::after {
  content: none;
}

.group .c-map__link li[data-item=sumisaku] {
  bottom: 10px;
  left: 357px;
}

.group .c-map__link li[data-item=sumisaku]::before {
  top: 0;
  right: 107px;
  bottom: 0;
  width: 13px;
  margin: auto;
}

.group .c-map__link li[data-item=sumisaku]::after {
  bottom: 11.5px;
  left: -22px;
  width: 1px;
  height: 240px;
}

.group .c-map__link li[data-item=ns_nishi] {
  bottom: 354px;
  left: -20px;
}

.group .c-map__link li[data-item=ns_nishi]::before {
  top: 30px;
  right: 17px;
  width: 1px;
  height: 90px;
}

.group .c-map__link li[data-item=ns_nishi]::after {
  content: none;
}

.group .c-map__link li[data-item=shinichi] {
  right: 43px;
  bottom: 292px;
}

.group .c-map__link li[data-item=shinichi]::before {
  top: 0;
  right: 112px;
  bottom: 0;
  width: 133px;
  margin: auto;
}

.group .c-map__link li[data-item=shinichi]::after {
  content: none;
}

.group .c-map__link li[data-item=aoba] {
  right: 280px;
  bottom: 160px;
}

.group .c-map__link li[data-item=aoba]::before {
  top: 0;
  right: 112px;
  bottom: 0;
  width: 52px;
  margin: auto;
}

.group .c-map__link li[data-item=aoba]::after {
  bottom: 11.5px;
  left: -66px;
  width: 1px;
  height: 110px;
}

.group .c-map__link li[data-item=daisen] {
  bottom: 388px;
  left: 337px;
}

.group .c-map__link li[data-item=daisen]::before {
  top: 30px;
  left: 9px;
  width: 1px;
  height: 105px;
}

.group .c-map__link li[data-item=daisen]::after {
  content: none;
}

.group .c-map__link li[data-item=marinelink] {
  bottom: 20px;
  left: -20px;
}

.group .c-map__link li[data-item=marinelink]::before {
  right: 18px;
  bottom: 30px;
  width: 1px;
  height: 205px;
}

.group .c-map__link li[data-item=marinelink]::after {
  content: none;
}

.group .c-map__link li[data-item=toyohashi] {
  right: 280px;
  bottom: 195px;
}

.group .c-map__link li[data-item=toyohashi]::before {
  top: 0;
  right: 112px;
  bottom: 0;
  width: 32px;
  margin: auto;
}

.group .c-map__link li[data-item=toyohashi]::after {
  bottom: 11.5px;
  left: -46px;
  width: 1px;
  height: 70px;
}

.group .c-map__link li[data-item=ns-kansai] {
  bottom: 91px;
  left: 357px;
}

.group .c-map__link li[data-item=ns-kansai]::before {
  top: 0;
  right: 107px;
  bottom: 0;
  width: 13px;
  margin: auto;
}

.group .c-map__link li[data-item=ns-kansai]::after {
  content: none;
}

.group .c-map__link li[data-item=seiwa] {
  top: 353px;
  left: 337px;
}

.group .c-map__link li[data-item=seiwa]::before {
  top: 0;
  right: 112px;
  bottom: 0;
  width: 32px;
  margin: auto;
}

.group .c-map__link li[data-item=seiwa]::after {
  top: 11.5px;
  left: -46px;
  width: 45px;
  height: 168px;
  border-bottom: solid 1px var(--base-color);
  border-left: solid 1px var(--base-color);
  background-color: transparent;
}

.group .c-map__link li[data-item=siam] {
  top: 270px;
  left: 59px;
}

.group .c-map__link li[data-item=siam]::before {
  top: -2px;
  bottom: 0;
  left: -19px;
  width: 10px;
  margin: auto;
}

.group .c-map__link li[data-item=siam]::after {
  top: 11.5px;
  left: -19px;
  width: 1px;
  height: 190px;
}

.group .c-map__link li[data-item=thailand] {
  top: 305px;
  left: 60px;
}

.group .c-map__link li[data-item=thailand]::before {
  top: 0;
  bottom: 0;
  left: -19px;
  width: 10px;
  margin: auto;
}

.group .c-map__link li[data-item=thailand]::after {
  /* content: none; */
  top: 11.5px;
  left: -19px;
  width: 1px;
  height: 150px;
}

.group .c-map__link li[data-item=indonesia] {
  bottom: 234px;
  left: 203px;
}

.group .c-map__link li[data-item=indonesia]::before {
  top: 0;
  bottom: 0;
  left: -120px;
  width: 110px;
  margin: auto;
}

.group .c-map__link li[data-item=indonesia]::after {
  content: none;
}

.group .c-map__link li[data-item=koshu] {
  bottom: 383px;
  left: 198px;
}

.group .c-map__link li[data-item=koshu]::before {
  top: 0;
  bottom: 0;
  left: -100px;
  width: 90px;
  margin: auto;
}

.group .c-map__link li[data-item=koshu]::after {
  content: none;
}

.group .c-map__link li[data-item=usa] {
  top: 180px;
  right: 94px;
}

.group .c-map__link li[data-item=usa]::before {
  top: 30px;
  right: 12px;
  width: 1px;
  height: 100px;
}

.group .c-map__link li[data-item=usa]::after {
  content: none;
}

/* group_detail
------------------------------ */

.group_detail .btn_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* history
------------------------------ */
.history__image {
  width: 100%;
}
.history__list {
  margin-top: 60px;
}
.history__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.history__item + .history__item {
  margin-top: -1px;
}

.history__year {
  min-width: 160px;
  color: var(--point-color);
  font-size: 4.5rem;
}

.history__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(100% - 160px);
  gap: 20px;
}

.history__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.history__wrap + .history__wrap {
  padding-top: 20px;
  border-top: solid 1px var(--line02-color);
}

.history__wrap ul {
  padding-left: 20px;
  list-style: disc;
}

.history__wrap ul li,
.history__wrap p {
  line-height: 1.5;
}

.history__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 18px;
}

.history__head .month {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.history__head .category {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 5px 10px;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.history__head .category[data-category=日鉄日新海運] {
  background-color: rgba(var(--point02-color-rgb), 0.5);
}

.history__head .category[data-category=日鉄物流] {
  background-color: var(--point-color);
}

.history__head .category[data-category=住友金属物流] {
  background-color: var(--point02-color);
}

/* link
------------------------------ */

.link__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 60px 35px;
}

.link__item {
  width: calc(33.3333333333% - 24px);
}

.link__img {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 12, 74, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 310/207;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 12, 74, 0.1);
}

.link__img img {
  width: clamp(180px, 18.1vw, 260px);
}

.link__name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;
  font-weight: 700;
}

.link__name::after {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon-blank02.svg) no-repeat center center/contain;
  content: "";
}

/* notice
------------------------------ */

.notice__section .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.notice .caution {
  width: 100%;
  font-size: 1.4rem;
  text-align: right;
}

.notice .caution a {
  display: inline-block;
  color: var(--point-color);
  text-decoration: underline;
}

.notice #contents .c-title01 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.notice #contents .c-title01 .en {
  font-size: 4.5rem;
}

.notice__list {
  width: 100%;
  max-width: 680px;
}

.notice__item {
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.notice__item + .notice__item {
  margin-top: -1px;
}

.notice__item a,
.notice__item .js-accordion {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: var(--btn-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  cursor: pointer;
  transition: var(--btn-transition);
}

.notice__item.pdf a::after {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-pdf.svg) no-repeat center center/contain;
  content: "";
}

.notice__item.link a {
  padding: 20px;
}

.notice__item.link .c-btn01__icon {
  width: 40px;
  height: 40px;
}

.notice__item.link .c-btn01__icon::before,
.notice__item.link .c-btn01__icon::after {
  width: 18px;
  height: 18px;
}

.notice__item .js-accordion::before,
.notice__item .js-accordion::after {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: rgba(var(--point-color-rgb), 0.3);
  content: "";
  transition: var(--btn-transition);
}

.notice__item .js-accordion::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.notice__item .js-accordion.open::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.notice__item .js-accordion__content {
  display: none;
  padding: 0 20px;
  background-color: #EAECF8;
}

.notice__item .js-accordion__content li {
  border: none;
}

.notice__item .js-accordion__content li + li {
  border-top: solid 1px var(--line02-color);
}

.notice__item .js-accordion__content a {
  padding: 20px;
}

.deposit .notice__list {
  max-width: inherit;
}

/* sea
------------------------------ */

.sea .table__wrap {
  max-width: 1000px;
  margin: 50px auto 0;
}

/* .sea .vessels__table {
  max-width: 1000px;
  margin: 50px auto 0;
} */

.sea .vessels__table table {
  width: 100%;
}

.sea .vessels__table thead th {
  background-color: var(--bg-color);
}

.sea .vessels__table th {
  font-weight: 700;
}

.sea .vessels__table th small {
  display: inline-block;
  font-weight: inherit;
  font-size: 1.2rem;
}

.sea .vessels__table th,
.sea .vessels__table td {
  width: 20%;
  padding: 20px;
  border: solid 1px var(--line02-color);
  text-align: center;
  vertical-align: middle;
}

.sea .vessels__notes {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 5px;
}

.sea .c-intro .inner {
  max-width: 1040px;
}

.contact__intro {
  margin-top: 120px;
}

.contact__intro .inner {
  max-width: 1040px;
}

.contact__intro ul {
  padding: 30px 30px 30px 45px;
  background-color: var(--bg-color);
  line-height: 2;
  list-style: disc;
}

.contact__intro a {
  display: inline-block;
  color: var(--point-color);
  text-decoration: underline;
}

.contact__section .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.contact .c-title01 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.contact .c-title01 .en {
  font-size: 4.5rem;
}

.contact__list {
  width: 100%;
  max-width: 680px;
}

.contact__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 10px;
  gap: 20px;
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.contact__item + .contact__item {
  margin-top: -1px;
}

.contact__item span {
  letter-spacing: 0;
}

.contact__item_title {
  min-width: 280px;
  font-weight: 700;
}

.contact__item_txt {
  min-width: 190px;
}

.news__category {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 10px;
}

.news__category li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.news__category li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: solid 1px var(--line02-color);
  border-radius: 100px;
  font-size: 1.4rem;
}

.news__category li.active a {
  background-color: var(--point02-color);
  color: #fff;
  pointer-events: none;
}

.news__item {
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.news__item + .news__item {
  margin-top: -1px;
}

.news__item a {
  padding: 20px 0;
}

.news__item.pdf .news__title {
  padding-right: 10px;
  line-height: 1.5;
}

.news__item.pdf .news__title::after {
  display: block;
  position: absolute;
  right: -16px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-pdf.svg) no-repeat center center/contain;
  content: "";
}

.news__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}

.news__head .category {
  padding: 4px 20px;
  border-radius: 100px;
  background-color: var(--bg-color);
  font-size: 1rem;
}

.news__head .date {
  font-size: 1.2rem;
  opacity: 0.4;
}

.news__title {
  display: inline;
  position: relative;
  font-size: 1.4rem;
}

.news .pager {
  margin-top: 62px;
}

.news .pager_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .pager_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
}

.news .pager_item.prev a::before,
.news .pager_item.next a::before {
  content: ">";
  opacity: 0.4;
}

.news .pager_item.prev a::before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.news .pager_item a,
.news .pager_item div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.news .pager_item .current {
  background-color: var(--bg-color);
}

.news_detail .btn_wrap,
.office_detail .btn_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}

.not_found .c-intro__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  margin: 60px auto 0;
  padding: 10px;
  border: solid 1px var(--point-color);
  border-radius: 100px;
  color: var(--point-color);
}

.not_found .c-intro__btn::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
  transition: var(--btn-transition);
}

/* search
------------------------------ */

.search form.gsc-search-box {
  margin-bottom: 0;
}

.search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

.search .gsib_a {
  height: 50px;
  padding: 0 20px;
  border-radius: 3px 0 0 3px;
  background-color: var(--bg-color);
}

.search .gsst_b {
  display: none;
}

.search .gsc-input-box {
  border: none;
}

.search input.gsc-input {
  background-color: var(--bg-color);
}

.search .gsc-search-button-v2 {
  display: grid;
  position: relative;
  place-items: center;
  width: 52px;
  height: 50px;
  margin-left: 0;
  padding: 0;
  border-radius: 0 3px 3px 0;
}

.search .gsc-search-button-v2::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../svg/icon-search.svg) no-repeat center center/contain;
  content: "";
}

.search .gsc-search-button-v2 svg {
  display: none;
}

.search .gsc-control-cse {
  margin-top: 30px;
  padding: 0;
}

.search .gsc-selected-option {
  white-space: nowrap;
}

.search .gs-result .gs-image,
.search .gs-result .gs-promotion-image {
  display: inline;
}

.search__title {
  margin-top: 80px;
  font-size: 3.2rem;
  letter-spacing: 0.32px;
}

.sitemap__main .inner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 60px min(2.1vw, 30px);
}

.sitemap__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.1vw, 30px);
}

.sitemap__link {
  width: 22vw;
  max-width: 267px;
}

.sitemap__link li + li {
  margin-top: 20px;
}

.sitemap__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  gap: 10px;
  color: rgba(var(--base-color-rgb), 0.7);
  font-size: 1.4rem;
}

.sitemap__link a::before {
  -webkit-transform: rotate(45deg);
  display: block;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

.sitemap__link + .footer__wrap_title_sub {
  margin-top: 20px;
}

.sitemap__link_head {
  margin-bottom: 20px;
  color: rgba(var(--base-color-rgb), 0.7);
  font-weight: 700;
  font-size: 1.4rem;
}

.sitemap__link_head:not(.no-child) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line02-color);
  font-size: 1.6rem;
}

.sitemap__link_head:not(.no-child)::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}

.sitemap__wrap_title {
  margin-bottom: 10px;
  color: rgba(var(--base-color-rgb), 0.3);
  font-weight: 700;
}

.sitemap__wrap_title_sub {
  margin: 15px 0 5px;
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.3;
}

.sitemap__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.sitemap__sub a {
  font-size: 1.2rem;
  opacity: 0.7;
}

.top {
  margin: 0;
}

.top .mv {
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100dvh - 80px);
  padding: 0;
}

.top .mv .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  align-items: center;
  width: 100%;
  max-width: max(83.3vw, 1200px);
  height: 100%;
}

.top .mv__copy {
  color: #fff;
  /* font-size: 6.5rem; */
  /* line-height: 1.2; */
  font-size: 7.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  display: block;
}

.top .mv__copy span {
  opacity: 0;
  will-change: animation;
}

.top .mv__copy span.visible {
  -webkit-animation: color_anim 0.3s ease-out 0.5s forwards;
  animation: color_anim 0.3s ease-out 0.5s forwards;
}

.top .mv__copy_sub {
  margin-top: 35px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}

.top .mv__btn {
  position: absolute;
  right: 20px;
  bottom: 42px;
  width: 220px;
  height: 52px;
  overflow: hidden;
}

.top .mv__btn_item {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-transform: translateY(100%);
  -webkit-transition: -webkit-transform var(--btn-transition);
  -webkit-transition-duration: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  gap: 50px;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: -webkit-transform var(--btn-transition);
  transition: transform var(--btn-transition);
  transition: transform var(--btn-transition), -webkit-transform var(--btn-transition);
  transition-duration: 1s;
}

.top .mv__btn_item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
}

.top .mv__btn .txt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #fff;
  font-size: 2rem;
}

.top .mv__btn .txt small {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.top .mv__btn .arrow_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: solid 1px #fff;
  border-radius: 50%;
}

.top .mv__btn .arrow {
  stroke: #fff;
  fill: #fff;
  width: 10px;
  height: 10px;
}

.top .mv .js-mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top .mv .swiper-slide img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top .mv .swiper-pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 9.93vw;
  bottom: 0;
  left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  margin: auto;
  gap: 8px;
}

.top .mv .swiper-pagination-bullet {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  opacity: 1;
}

.top .mv .swiper-pagination-bullet::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  content: "";
}

.top .mv .swiper-pagination-bullet .base_circle,
.top .mv .swiper-pagination-bullet .line_circle {
  stroke-width: 1px;
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.top .mv .swiper-pagination-bullet .base_circle {
  stroke-opacity: 0.5;
  stroke-dasharray: 155;
  display: none;
}

.top .mv .swiper-pagination-bullet .line_circle {
  stroke-opacity: 0;
  stroke-dasharray: 155;
  display: none;
  will-change: animation;
}

.top .mv .swiper-pagination-bullet-active .base_circle {
  -webkit-animation: 8s ease-out base_circle forwards;
  display: block;
  animation: 8s ease-out base_circle forwards;
}

.top .mv .swiper-pagination-bullet-active .line_circle {
  -webkit-animation: 7s ease-out 1s line_circle forwards;
  display: block;
  animation: 7s ease-out 1s line_circle forwards;
}

.top .toolbar {
  width: 100%;
  height: 80px;
  background-color: var(--point03-color);
}

.top .toolbar .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}

.top .toolbar .js-news-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 28px;
  overflow: hidden;
}

.top .toolbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}

.top .toolbar .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top .toolbar .pdf .title {
  padding-right: 25px;
  position: relative;
}

.top .toolbar .pdf .title::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../img/common/icon-pdf_white.svg) no-repeat center center/contain;
  content: "";
}

.top .toolbar .date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 2.4;
  opacity: 0.4;
}

.top .toolbar .swiper-btn-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}

.top .toolbar .swiper-button-prev,
.top .toolbar .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 6px;
  height: 6px;
  margin: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.top .toolbar .swiper-button-prev::after,
.top .toolbar .swiper-button-next::after {
  content: none;
}

.top .toolbar .swiper-button-prev {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top .toolbar .swiper-button-next {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.top .project .inner::after {
  z-index: -1;
  position: absolute;
  bottom: -120px;
  left: 20px;
  width: 100vw;
  height: 350px;
  background-color: var(--bg-color);
  content: "";
}

.top .project__head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 30px 40px;
}

.top .project__txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.top .project .js-project-slide {
  position: relative;
}

.top .project .swiper-slide {
  width: 380px;
  height: auto;
  background-color: #fff;
}

.top .project .swiper-slide a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.top .project__thumb {
  aspect-ratio: 95/56;
  width: 100%;
  overflow: hidden;
}

.top .project__thumb img {
  -o-object-fit: cover;
  -webkit-transition: var(--btn-transition);
  height: 100%;
  object-fit: cover;
  transition: var(--btn-transition);
}

.top .project__wrapper {
  padding: 20px 12px;
}

.top .project__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}

.top .project__wrap .num {
  color: rgba(var(--point02-color-rgb), 0.4);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.top .project__wrap .tag {
  padding: 2px 12px;
  border-radius: 100px;
  background: var(--bg-color);
  font-size: 1rem;
}

.top .project__title {
  margin-top: 10px;
  font-size: 1.8rem;
}

.top .project__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: auto 14px 5px;
}

.top .project__btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-bottom: 5px;
  gap: 15px;
  border: solid 1px transparent;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.2rem;
}

.top .project__btn span::before {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--point-color);
  content: "";
  transition: var(--btn-transition);
}

.top .project__btn span::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}

.top .project .swiper-scrollbar {
  bottom: -25px;
  left: 0;
  width: 100%;
  background: transparent;
}

.top .project .swiper-scrollbar-drag {
  background: rgba(var(--point02-color-rgb), 0.1);
}

.top .project .btn_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 50px auto 0;
}

.top .news .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.top .news__side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top .news .c-title01 {
  margin-bottom: 50px;
}

.top .news .c-btn01 {
  margin-top: 50px;
}

.top .news__category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top .news__category li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.top .news__category li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: solid 1px var(--line02-color);
  border-radius: 100px;
  font-size: 1.2rem;
}

.top .news__category li.active a {
  background-color: var(--point02-color);
  color: #fff;
  pointer-events: none;
}

.top .news__content {
  width: min(55.6vw, 800px);
  padding-top: 150px;
}

.top .news__item {
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.top .news__item + .news__item {
  margin-top: -1px;
}

.top .news__item a {
  padding: 20px 0;
}

.top .news__item.pdf .news__title {
  padding-right: 10px;
}

.top .news__item.pdf .news__title::after {
  display: block;
  position: absolute;
  right: -16px;
  bottom: -2px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon-pdf.svg) no-repeat center center/contain;
  content: "";
}

.top .news__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}

.top .news__head .category {
  padding: 4px 20px;
  border-radius: 100px;
  background-color: var(--bg-color);
  font-size: 1rem;
}

.top .news__head .date {
  font-size: 1.2rem;
  opacity: 0.4;
}

.top .news__title {
  display: inline;
  position: relative;
  font-size: 1.4rem;
}

.top .news .btn_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.top .business {
  padding-top: 0;
}

.top .business .inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  max-width: 1600px;
}

.top .business__img {
  display: none;
}

.top .business__wrapper {
  /* width: 50%; */
  width: 40%;
}

.top .business .c-title01 {
  margin-bottom: 50px;
}

.top .business__list {
  margin-top: 50px;
}

.top .business__item {
  border-top: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
}

.top .business__item + .business__item {
  margin-top: -1px;
}

.top .business__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.top .business__txt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: var(--btn-transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 5px 20px;
  font-size: 2rem;
  transition: var(--btn-transition);
}

.top .business__txt .num {
  color: var(--point02-color);
}

.top .business__movie {
  position: absolute;
  top: 0;
  left: 0;
  /* width: calc(50% - 80px); */
  width: calc(60% - 80px);
  height: 100%;
}

.top .business__movie_item {
  -webkit-transition: opacity var(--btn-transition);
  opacity: 0;
  transition: opacity var(--btn-transition);
}

.top .business__movie video {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.top .business__movie[data-movie="1"] .item01 {
  opacity: 1;
}

.top .business__movie[data-movie="2"] .item02 {
  opacity: 1;
}

.top .business__movie[data-movie="3"] .item03 {
  opacity: 1;
}

.top .business__movie[data-movie="4"] .item04 {
  opacity: 1;
}

.top .service .c-title01 {
  margin-bottom: 50px;
}

.top .service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.top .service__item {
  position: relative;
  width: 33.3333333333%;
  height: 46.5vw;
}

.top .service__img {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top .service__img img {
  -webkit-transform: scale(2.15);
  -webkit-transform-origin: top;
  -webkit-transition: -webkit-transform var(--btn-transition);
  transform: scale(2.15);
  transform-origin: top;
  transition: -webkit-transform var(--btn-transition);
  transition: transform var(--btn-transition);
  transition: transform var(--btn-transition), -webkit-transform var(--btn-transition);
}

.top .service__img .c-title02 {
  position: absolute;
  bottom: 25px;
  left: 30px;
}

.top .service__wrapper {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  min-height: 26.4vw;
  padding: 40px 30px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  transition: var(--btn-transition);
}

.top .service__link {
  margin-top: 30px;
}

.top .service__link li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.top .service__link li.title {
  margin-top: 30px;
  font-weight: 700;
}

.top .service__link li + li {
  margin-top: 15px;
}

.top .service .tab__btn_wrap {
  display: none;
}

.top .service .tab__btn {
  width: 33.3333333333%;
  padding: 14px 5px;
  border-left: solid 1px var(--line02-color);
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.top .service .tab__btn:last-of-type {
  border-right: solid 1px var(--line02-color);
}

.top .service .tab__btn.active {
  background-color: var(--bg-color);
}

.top .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.top .col2__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 30.6vw;
  overflow: hidden;
}

.top .col2__item::after {
  -webkit-transition: var(--btn-transition);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: var(--btn-transition);
}

.top .col2__item.company::after {
  background: url(../img/top/img-company.jpg) no-repeat center center/cover;
}

.top .col2__item.table_tennis::after {
  background: url(../img/top/img-blazers.jpg) no-repeat center center/cover;
}

.top .col2 .c-title01 span {
  color: #fff;
  opacity: 1;
}

.top .col2 .c-title01 img {
  width: 330px;
  margin-bottom: 10px;
}

.top .col2 .c-btn01__icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  border: solid 1px #fff;
}

.top .col2 .c-btn01__icon::before,
.top .col2 .c-btn01__icon::after {
  width: 30px;
  height: 30px;
}

.top .col2 .c-btn01__icon::before {
  background-color: #fff;
}

.top .recruit {
  background: -webkit-gradient(linear, right top, left top, from(#3355FC), color-stop(30.4%, #3A88FB), to(#E7F3FF));
  background: linear-gradient(270deg, #3355FC 0%, #3A88FB 30.4%, #E7F3FF 100%);
}

.top .recruit .c-title01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  justify-content: center;
  margin: auto;
}

.top .recruit .c-title01 span {
  color: #fff;
  opacity: 1;
}

.top .recruit .js-recruit-slide {
  z-index: 0;
  position: relative;
}

.top .recruit .swiper-slide {
  width: 380px;
}

.top .recruit__txt {
  margin-top: 20px;
  color: #fff;
  font-size: 2rem;
}

.top .recruit__txt small {
  margin-left: 12px;
  font-size: 1.2rem;
}

.top .recruit .swiper-pagination {
  bottom: -40px;
}

.top .recruit .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.4;
}

.top .recruit .swiper-pagination-bullet-active {
  opacity: 1;
}

/* ------------------------------------- */

/* dom-3pl
/* ------------------------------------- */

.dom-3pl-flow {
  padding-top: 0;
}

/* ------------------------------------- */

/* dom-coastal
/* ------------------------------------- */

.dom-coastal__intro {
  position: relative;
}

.dom-coastal__intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 267px;
  background-color: var(--bg-color);
  content: "";
}

.dom-coastal__transported .c-list03 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* ------------------------------------- */

/* dom-heavy
/* ------------------------------------- */
.result {
  margin-bottom: 1px;
}

.result .inner {
  max-width: 1040px;
}

.result .c-table {
  margin-top: 50px;
}

.result .c-table td table td:has(+ td) {
  width: 50%;
}

.result__txt {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: right;
}

.project .js-project-slide {
  position: relative;
  margin-top: 50px;
}

.project .swiper-slide {
  width: 380px;
  height: auto;
  background-color: #fff;
}

.project .swiper-slide a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.project__thumb {
  aspect-ratio: 95/56;
  width: 100%;
  overflow: hidden;
}

.project__thumb img {
  -o-object-fit: cover;
  -webkit-transition: var(--btn-transition);
  height: 100%;
  object-fit: cover;
  transition: var(--btn-transition);
}

.project__wrapper {
  padding: 20px 12px;
}

.project__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
}

.project__wrap .num {
  color: rgba(var(--point02-color-rgb), 0.4);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.project__wrap .tag {
  padding: 2px 12px;
  border-radius: 100px;
  background: var(--bg-color);
  font-size: 1rem;
}

.project__title {
  margin-top: 10px;
  font-size: 1.8rem;
}

.project__btn {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: auto 14px 5px;
}

.project__btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-bottom: 5px;
  gap: 15px;
  border: solid 1px transparent;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.2rem;
}

.project__btn span::before {
  -webkit-transition: var(--btn-transition);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--point-color);
  content: "";
  transition: var(--btn-transition);
}

.project__btn span::after {
  -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
  background-color: var(--point-color);
  content: "";
  mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
}

.project .swiper-scrollbar {
  bottom: -25px;
  left: 0;
  width: 100%;
  background: transparent;
}

.project .swiper-scrollbar-drag {
  background: rgba(var(--point02-color-rgb), 0.1);
}

.project .btn_wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 50px auto 0;
}

/* ------------------------------------- */

/* dom-integration
/* ------------------------------------- */

.dom-integration-intro__img {
  display: block;
  max-width: 1000px;
  margin: 80px auto 0;
}

.location__map {
  display: block;
  max-width: 852px;
  margin: 50px auto 0;
}

.main-location__container {
  margin-top: 50px;
}

.main-location__col {
  display: grid;
  grid-template-columns: 39.1379310345% 55.6896551724%;
  gap: 60px;
}

.main-location__col:not(:first-child) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px var(--line02-color);
}

.main-location__img {
  grid-row: 1/2;
  grid-column: 1/2;
}

.main-location__img figure:last-child {
  margin-top: 10px;
}

.main-location__wrap {
  grid-row: 1/2;
  grid-column: 2/3;
}

.main-location__title {
  padding-left: 15px;
  border-left: solid 4px var(--point02-color);
  font-weight: 700;
  font-size: 2rem;
}

.main-location__list {
  margin-top: 10px;
  border-top: solid 1px var(--point02-color);
}

.main-location__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  border-bottom: solid 1px var(--line02-color);
}

.main-location__item dt,
.main-location__item dd {
  padding: 20px;
  line-height: 2;
}

.main-location__item dt {
  font-weight: 700;
}

/* ------------------------------------- */

/* dom-land
/* ------------------------------------- */

.dom-land__intro {
  position: relative;
}

.dom-land__intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 267px;
  background-color: var(--bg-color);
  content: "";
}

.merit__container {
  margin-top: 50px;
}

.merit__col {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 66px;
}

.merit__col:not(:first-of-type) {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px var(--line02-color);
}

.merit__wrap {
  grid-row: 1/2;
  grid-column: 1/2;
}

.merit__wrap--reverse {
  grid-row: 1/2;
  grid-column: 2/3;
}

.merit__img {
  grid-row: 1/2;
  grid-column: 2/3;
}

.merit__img--reverse {
  grid-row: 1/2;
  grid-column: 1/2;
}

.merit__title {
  padding-top: 10px;
  font-size: 3rem;
}

.merit__title span {
  display: block;
  margin-bottom: 5px;
  color: var(--point02-color-rgb);
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0.4;
}

.merit__txt {
  margin-top: 20px;
  line-height: 2;
}

/* ------------------------------------- */

/* dom-warehouse
/* ------------------------------------- */

.warehouse {
  padding-top: 0;
}

.warehouse .inner {
  max-width: 1040px;
}

.warehouse__col:not(:first-child) {
  margin-top: 120px;
}

.warehouse__col-title {
  padding-left: 15px;
  border-left: solid 4px var(--point02-color);
  font-weight: 700;
  font-size: 2rem;
}

.warehouse .c-col2 {
  margin-top: 10px;
  padding-top: 40px;
  border-top: solid 1px var(--point02-color);
}

.warehouse .c-col2__wrap {
  padding-top: 0;
}

.warehouse__info {
  margin-top: 40px;
}

.warehouse__info-title {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
  font-size: 1.8rem;
}

.warehouse__info-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: var(--point02-color);
  content: "";
}

.warehouse__list {
  margin-top: 10px;
  border-bottom: solid 1px var(--line02-color);
}

.warehouse__item {
  display: grid;
  grid-template-columns: 230px 1fr;
  padding: 20px;
  border-top: solid 1px var(--line02-color);
}

.warehouse__item dt {
  padding-right: 20px;
  font-weight: 700;
  line-height: 2;
}

.warehouse__item dd {
  padding-left: 20px;
  line-height: 2;
}

/* ------------------------------------- */

/* int-container
/* ------------------------------------- */

.int-container__intro {
  position: relative;
}

.int-container__intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 267px;
  background-color: var(--bg-color);
  content: "";
}

.vanning .c-col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-packing__box {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  margin-top: 40px;
  padding: 30px;
  gap: 0px 15px;
  background-color: var(--bg-color);
}

.container-packing__box-title {
  position: relative;
  grid-row: 1/2;
  grid-column: 1/3;
  margin-bottom: 15px;
  padding-bottom: 14px;
  padding-left: 16px;
  border-bottom: solid 1px var(--line02-color);
  font-weight: 700;
}

.container-packing__box-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 24px;
  background-color: var(--point02-color);
  content: "";
}

.container-packing__box-txt {
  grid-row: 2/3;
  grid-column: 1/2;
  padding-left: 20px;
}

.container-packing__box-link {
  position: relative;
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: center;
  margin-right: 20px;
  padding-right: 20px;
  color: var(--point-color);
  font-weight: 700;
  font-size: 1.4rem;
}

.container-packing__box-link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  content: "";
}

/* ------------------------------------- */

/* int-office
/* ------------------------------------- */

.int-office {
  padding-top: 0;
}

.int-office__col .c-col2__title {
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line02-color);
  font-weight: 700;
  font-size: 2rem;
}

.int-office__info {
  margin-top: 80px;
}

.int-office__info-title {
  padding-left: 15px;
  border-left: solid 4px var(--point02-color);
  font-weight: 700;
  font-size: 2rem;
}

.int-office__list + .int-office__info-title {
  margin-top: 80px;
}

.int-office__list {
  margin-top: 10px;
  border-top: solid 1px var(--point02-color);
}

.int-office__item {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: solid 1px var(--line02-color);
}

.int-office__item dt,
.int-office__item dd {
  padding: 20px;
  line-height: 2;
}

.int-office__item dt {
  font-weight: 700;
}

/* ------------------------------------- */

/* safety
/* ------------------------------------- */

.safety {
  margin-bottom: 1px;
}

/* ------------------------------------- */

/* ser-machinery
/* ------------------------------------- */

.ser-machinery__intro {
  position: relative;
}

.ser-machinery__intro::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 267px;
  background-color: var(--bg-color);
  content: "";
}

.construction .c-col2__title span {
  display: block;
  color: var(--point-color);
  font-weight: 500;
  font-size: 2.4rem;
}

.construction__container {
  margin-top: 120px;
}

.construction__container .c-flow__title {
  min-width: 150px;
}

.construction__container .c-col2.--second {
  margin-top: 120px;
  padding-top: 120px;
  border-top: solid 1px var(--line02-color);
}

/* ------------------------------------- */

/* packing
/* ------------------------------------- */

.packing {
  padding-top: 0px;
}

.packing {
  padding-top: 0px;
}

.packing .inner {
  max-width: 1040px;
}

.packing__title03 {
  margin-top: 80px;
  padding-bottom: 10px;
  border-bottom: solid 1px var(--line02-color);
  font-weight: 700;
  font-size: 2.4rem;
}

.packing__title03.u-mt0 {
  margin-top: 0;
}

.packing__title04 {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  margin: 40px 0 30px;
  font-weight: 700;
  font-size: 2rem;
}

.packing__title04::before {
  aspect-ratio: 1;
  block-size: 10px;
  margin-block: calc((1lh - 10px) / 2);
  background-color: var(--point02-color);
  content: "";
}

.packing__title05 {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  margin: 40px 0 30px;
  font-weight: 700;
  font-size: 1.8rem;
}

.packing__title05::before {
  width: 20px;
  height: 1px;
  margin-block: calc((1lh - 1px) / 2);
  background-color: var(--point02-color);
  content: "";
}

.packing__txt {
  margin: 40px 0;
  line-height: 2;
}

.packing__txt--notice {
  margin-top: 30px;
  margin-bottom: 80px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: right;
}

.packing__txt--notice a {
  display: inline;
  color: var(--point-color);
  text-decoration: underline;
}

.packing__wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.packing__wrap figure {
  position: relative;
}

.packing__wrap figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(var(--base-color-rgb), 0.5);
  color: #fff;
  font-size: 1.4rem;
}

.packing__wrap--col2 {
  gap: 40px;
}

.packing__wrap--col2 figure,
.packing__wrap--col2 p {
  width: calc(50% - 20px);
}

.packing__wrap--col3 {
  gap: 35px;
}

.packing__wrap--col3 figure {
  width: calc(33.33% - 23.3333333333px);
}

.packing__wrap-txt {
  line-height: 2;
}

.packing .table__wrap {
  max-width: 1000px;
  margin: 40px auto;
}
/* 
.packing__table {
  margin: 40px 0;
} */

.packing__table table {
  width: 100%;
  border-right: solid 1px var(--line02-color);
  border-bottom: solid 1px var(--line02-color);
  border-collapse: collapse;
  table-layout: fixed;
}

.packing__table th,
.packing__table td {
  padding: 20px;
  border-top: solid 1px var(--line02-color);
  border-left: solid 1px var(--line02-color);
  vertical-align: middle;
}

.packing__table th {
  background-color: var(--bg-color);
  font-weight: 700;
}

.packing__table th.left {
  width: 170px;
  text-align: left;
}

.packing__table td.center {
  text-align: center;
}

/* ------------------------------------- */

/* ser-solution
/* ------------------------------------- */

.solution {
  margin-bottom: 1px;
}

/* ------------------------------------- */

/* service-top
/* ------------------------------------- */

.service__subheading {
  margin-top: 75px;
  font-size: 3.2rem;
  line-height: 1.8125;
  letter-spacing: 0.32px;
  border-bottom: solid 1px var(--line02-color);
}

.service__list + .service__subheading {
  margin-top: 120px;
}

.service__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  margin-top: 50px;
  gap: 80px 60px;
}

.service__body {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  column-gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.service__title {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 3rem;
}

.service__title span {
  display: block;
  color: var(--point02-color);
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  opacity: 0.6;
}

.service__body .c-btn01__icon {
  grid-row: 1/2;
  grid-column: 2/3;
}


/* ------------------------------------- */

/* advantage
/* ------------------------------------- */
.about_us .intro__wrap {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
} 

.about_us .c-intro__btn {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 90px;
} 

.about_us .data__wrapper:first-of-type {
  margin-top: 50px;
}

.about_us .data__wrapper + .data__wrapper {
  margin-top: 120px;
}

.about_us .data__wrapper .c-title02 {
  margin-bottom: 40px;
}

.about_us .data__list {
  margin-top: 20px;
}

.about_us .data__list.col2,
.about_us .data__list.col3 {
  display: flex;
  gap: 20px;
}

.about_us .data__item {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 40px;
  position: relative;
  width: 100%;
  min-height: 320px;
}

.about_us .data__list.col2 .data__item {
  width: calc(50% - 10px);
}

.about_us .data__list.col3 .data__item {
  width: calc((100% / 3) - 10px);
}

.about_us .data__item .caution {
  color: rgba(var(--point02-color-rgb), 0.4);
  font-size: 1.2rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.about_us .data__item .title {
  color: var(--point02-color);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}

.about_us .data__item p {
  color: var(--point02-color);
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
}

.about_us .data__item p .unit {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  padding-bottom: 15px;
}

.about_us .data__item[data-item="資本金"] p,
.about_us .data__item[data-item="売上高"] p,
.about_us .data__item[data-item="国内拠点数"] p {
  align-items: flex-end;
}

.about_us .data__list.col2 .data__item p {
  width: max-content;
}

.about_us .data__item[data-item="国内拠点数"] p:first-of-type {
  width: 80px !important;
}

.about_us .data__item[data-item="国内拠点数"] p:last-of-type {
  width: 120px !important;
}


.about_us .data__item p:has(.sub-title) {
  max-width: 230px;
}

.about_us .data__item .sub-title {
  font-size: 1.8rem;
  line-height: 1;
  width: 100%;
}

.about_us .data__item .js-num {
  font-size: 8.0rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.about_us .data__item_wrap.chart {
  position: relative;
  pointer-events: none;
}

.about_us .data__item_wrap.chart p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}

.data__item_wrap:not(.chart) {
  width: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.data__item_wrap.ship p {
  width: 100px;
}

.about_us .data__item_wrap.chart .sub-title {
  text-align: center;
}

.about_us .data__list.col3 p {
  justify-content: center;
}

.about_us .data__item[data-item="従業員数"] .icon-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about_us .data__item[data-item="従業員数"] .icon {
  position: relative;
  width: 405px;
  height: 36px;
  background-color: var(--bg-color);
  mask-image: url(../img/about_us/advantage/img-data04.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100%;
}

.about_us .data__item[data-item="従業員数"] .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: var(--point02-color);
  content: "";
}

.about_us .data__item[data-item="従業員数"] .icon:last-of-type:before {
  background: linear-gradient(90deg, var(--point02-color) 0%,  var(--point02-color) 95%, var(--bg-color) 95%, var(--bg-color) 100%);
}

.about_us .data__item[data-item="従業員数"].active .icon::before {
  animation: changeIllust 1s ease-in-out forwards;
}

.about_us .data__item[data-item="従業員数"].active .icon:last-of-type:before {
  animation: changeIllust02 1s ease-in-out forwards;
}

.about_us .data__item[data-item="モーダルシフト"] {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.about_us .data__item[data-item="モーダルシフト"]::after {
  content: '';
  background: url(../img/about_us/advantage/bg-data.svg) no-repeat center center / contain;
  width: 100%;
  max-width: 570px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about_us .data__item[data-item="モーダルシフト"] small {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

.about_us .data__item[data-item="モーダルシフト"] .icon {
  width: 120px;
}


/* download
------------------------------ */
.download__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}

.download__item {
  width: calc(50% - 30px);
}

.download__item a {
  display: flex;
  gap: 30px;
}

.download__thumb {
  width: 140px;
  flex-shrink: 0;
}

.download__wrap {
  width: 100%;
}

.download__title {
  border-bottom: solid 1px var(--point02-color);
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 44px;
  padding-bottom: 10px;
  position: relative;
}

.download__title::before {
  content: '';
  background-color: var(--point02-color);
  width: 4px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.download__title::after {
  content: '';
  background: url(../img/common/icon-pdf.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 14px;
}

.download__info {
  width: 100%;
}

.download__info th,
.download__info td {
  border-bottom: solid 1px var(--line02-color);
  padding: 20px;
}

.download__info th {
  text-align: left;
  font-weight: 700;
  width: 100px;
}

.download .caution {
  width: 100%;
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 60px;
}

.download .caution a {
  display: inline-block;
  color: var(--point-color);
  text-decoration: underline;
}

.tariff__img {
  margin: 0 auto;
  max-width: 750px;
}

.download__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}

.download__btn {
  border: solid 1px var(--point-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 50px auto 0;
  width: 270px;
  height: 60px;
  color: var(--point-color);
}

.download__btn::before {
  content: '';
  background-color: var(--point-color);
  mask: url(../img/common/icon-pdf.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  transition: var(--btn-transition);
}

.career .button__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  margin: 60px 0 30px;
}

.career .entry__button {
  margin: 0;
  border: solid 1px var(--point-color);
  border-radius: 100px;
  padding: 15px 20px;
  color: var(--point-color);
  text-decoration: none;
  font-weight: 500;
  max-width: 270px;
  width: 100%;
  justify-content: center;
}

.career .entry__button::after {
  background: none;
  border-bottom: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  transition: var(--btn-transition);
}

.career .career__qr {
  margin-top: 30px;
  width: 150px;
}


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

  .c-title01__center span {
    text-align: center;
  }

  .c-table td table tr:first-of-type th,
  .c-table td table tr:first-of-type td {
    border: none;
  }

  .c-map__select {
    display: none;
  }

  .c-flow__wrapper {
    padding-left: 35px;
    border-left: solid 1px var(--line02-color);
  }

  .header__nav_item.recruit .header__nav_item_inn {
    display: inline-block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
  }

  .header__nav_item.recruit .header__nav_item_inn::after {
    right: 10px;
    border-color: #fff !important;
  }

  .header__nav_item.recruit .header__nav_item_inn span {
    text-shadow: 0 1.5em #fff !important;
  }

  .footer .c-spnav {
    display: none;
  }

  .message__img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 56.2vw;
  }

  /* .policy .management {
    margin-top: 120px;
  } */

  .policy .management__img01 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: min(34.7vw, 500px);
  }

  .office .c-map__link li[data-item=kamaishi]::after {
    content: none;
  }

  .sitemap__item.top {
    width: 100%;
  }

  .sitemap__item.top a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .top .project .js-project-slide {
    margin-left: 80px;
  }

  .top .service__list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    gap: 0;
  }

  .top .recruit::after {
    -webkit-backdrop-filter: blur(50px);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    backdrop-filter: blur(50px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
  }

  .top .recruit .js-recruit-slide {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .top .recruit .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }

  .top .recruit .swiper-pagination {
    display: none;
  }

  .project .js-project-slide {
    margin-left: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .header.target .header__logo img.visible {
    opacity: 0;
  }

  .header.target .header__logo img.visible-top {
    opacity: 1;
  }

  .header.target .header__nav_item,
  .header.target .header__nav_item a {
    color: #fff;
  }

  .header.target .header__nav_item_inn span {
    text-shadow: 0 1.5em #fff;
  }

  .header.target .header__nav_item:has(.header__megamenu) .header__nav_item_inn::after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }

  .header.target .header__search .icon {
    fill: #fff;
  }
}

@media screen and (max-width: 1100px) {
  .header__megamenu .inner {
    gap: 14px;
  }
  .header__megamenu_nav span {
    font-size: 1.2rem;
  }
  .header__megamenu_nav {
    gap: 8px;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
  }

  main {
    margin-top: 60px;
  }

  section.border::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: var(--line-color);
    content: "";
  }

  .c-title02 .ja {
    font-size: 2.4rem;
  }

  .c-sidemenu {
    display: none;
  }

  .c-list03__item {
    width: calc(25% - 16px);
  }

  .c-list03__title {
    font-size: 1.6rem;
  }

  .c-related.col3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-related.col3 .c-related__item {
    width: calc(50% - 9px);
  }

  .c-related__item {
    width: calc(50% - 9px);
  }

  .c-map {
    max-width: 600px;
  }

  .c-map__link a.main {
    font-size: 1.8rem;
  }

  .c-tab__btn {
    font-size: 1.6rem;
  }

  .c-col2 {
    gap: 30px;
  }

  .c-col2__img {
    width: 350px;
  }

  .c-flow__img {
    width: 240px;
  }

  .header {
    height: 60px;
  }

  .header.active {
    background: transparent;
  }

  .header.active .header__inner {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(var(--point02-color-rgb), 0.6) !important;
  }

  .header.active .header__logo .visible-top {
    opacity: 1;
  }

  .header.active .header__logo .visible {
    opacity: 0;
  }

  .header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__nav {
    display: none;
  }

  .header .keyword {
    margin-top: 60px;
  }

  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
  }

  .header .c-spnav {
    display: block;
  }

  .footer__link li + li {
    margin-top: 10px;
  }

  .footer__link a {
    font-size: 1.2rem;
  }

  .footer__wrap_title_sub {
    font-size: 1.2rem;
  }

  .footer__bottom .logo {
    width: 300px;
  }

  .footer__banner li {
    width: calc(50% - 5px);
  }

  /* .message__wrap {
    margin-top: 250px;
  } */

  .policy .management__wrap {
    width: 460px;
  }

  .policy .value__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .policy .value__txt {
    width: 100%;
    padding: 20px 0 0;
    border-top: solid 1px var(--line02-color);
    border-left: none;
  }

  .office .c-map__pin[data-pin=main] {
    right: 202px;
    bottom: 212px;
  }

  .office .c-map__pin[data-pin=kamaishi] {
    top: 218px;
    right: 138px;
  }

  .office .c-map__pin[data-pin=muroran] {
    top: 105px;
    right: 158px;
  }

  .office .c-map__pin[data-pin=tohoku] {
    top: 249px;
    right: 166px;
  }

  .office .c-map__pin[data-pin=kimitsu] {
    right: 209px;
    bottom: 197px;
  }

  .office .c-map__pin[data-pin=kashima] {
    right: 186px;
    bottom: 223px;
  }

  .office .c-map__pin[data-pin=tyubu] {
    right: 304px;
    bottom: 200px;
  }

  .office .c-map__pin[data-pin=nagoya] {
    right: 304px;
    bottom: 190px;
  }

  .office .c-map__pin[data-pin=kansai] {
    bottom: 193px;
    left: 234px;
  }

  .office .c-map__pin[data-pin=wakayama] {
    bottom: 171px;
    left: 222px;
  }

  .office .c-map__pin[data-pin=hirohata] {
    bottom: 194px;
    left: 205px;
  }

  .office .c-map__pin[data-pin=hanshin] {
    bottom: 185px;
    left: 234px;
  }

  .office .c-map__pin[data-pin=yahata] {
    bottom: 172px;
    left: 70px;
  }

  .office .c-map__pin[data-pin=oita] {
    bottom: 149px;
    left: 95px;
  }

  .office .c-map__pin[data-pin=nishi] {
    bottom: 164px;
    left: 57px;
  }

  .office .c-map__link li[data-item=main] {
    right: 74px;
    bottom: 209px;
  }

  .office .c-map__link li[data-item=main]::before {
    left: -105px;
    width: 95px;
  }

  .office .c-map__link li[data-item=kamaishi] {
    top: 214px;
    right: -50px;
  }

  .office .c-map__link li[data-item=kamaishi]::before {
    left: -30px;
    width: 20px;
  }

  .office .c-map__link li[data-item=muroran] {
    top: 142px;
    right: -50px;
  }

  .office .c-map__link li[data-item=muroran]::before {
    left: -54px;
    width: 44px;
  }

  .office .c-map__link li[data-item=muroran]::after {
    bottom: 11px;
    left: -54px;
    height: 40px;
  }

  .office .c-map__link li[data-item=tohoku] {
    top: 245px;
    right: 52px;
  }

  .office .c-map__link li[data-item=tohoku]::before {
    left: -60px;
    width: 50px;
  }

  .office .c-map__link li[data-item=kimitsu] {
    right: -51px;
    bottom: 172px;
  }

  .office .c-map__link li[data-item=kimitsu]::before {
    left: -106px;
    width: 96px;
  }

  .office .c-map__link li[data-item=kimitsu]::after {
    bottom: 11px;
    left: -106px;
    height: 20px;
  }

  .office .c-map__link li[data-item=kashima] {
    right: -51px;
    bottom: 250px;
  }

  .office .c-map__link li[data-item=kashima]::before {
    left: -83px;
    width: 73px;
  }

  .office .c-map__link li[data-item=kashima]::after {
    top: 11px;
    left: -83px;
    height: 30px;
  }

  .office .c-map__link li[data-item=tyubu] {
    top: 235px;
    left: 280px;
  }

  .office .c-map__link li[data-item=tyubu]::before {
    height: 90px;
  }

  .office .c-map__link li[data-item=nagoya] {
    bottom: 135px;
    left: 280px;
  }

  .office .c-map__link li[data-item=nagoya]::before {
    height: 30px;
  }

  .office .c-map__link li[data-item=kansai] {
    top: 210px;
    left: 231px;
  }

  .office .c-map__link li[data-item=kansai]::before {
    height: 130px;
  }

  .office .c-map__link li[data-item=wakayama] {
    bottom: 53px;
    left: 201px;
  }

  .office .c-map__link li[data-item=wakayama]::before {
    height: 95px;
  }

  .office .c-map__link li[data-item=wakayama]::after {
    bottom: 124px;
    width: 20px;
  }

  .office .c-map__link li[data-item=hirohata] {
    top: 180px;
    left: 203px;
  }

  .office .c-map__link li[data-item=hirohata]::before {
    height: 150px;
  }

  .office .c-map__link li[data-item=hanshin] {
    bottom: 94px;
    left: 231px;
  }

  .office .c-map__link li[data-item=hanshin]::before {
    height: 65px;
  }

  .office .c-map__link li[data-item=yahata] {
    bottom: 314px;
    left: 55px;
  }

  .office .c-map__link li[data-item=yahata]::after {
    width: 25px;
  }

  .office .c-map__link li[data-item=oita] {
    bottom: 67px;
  }

  .office .c-map__link li[data-item=oita]::before {
    right: 64px;
    height: 60px;
  }

  .office .c-map__link li[data-item=nishi] {
    bottom: 276px;
    left: 0;
  }

  .group .c-map.overseas {
    max-width: 730px !important;
  }

  .group .c-map__pin[data-pin=ns_kashima] {
    right: 186px;
    bottom: 223px;
  }

  .group .c-map__pin[data-pin=ns_higashi] {
    right: 208px;
    bottom: 218px;
  }

  .group .c-map__pin[data-pin=ns_kansai] {
    bottom: 178px;
    left: 229px;
  }

  .group .c-map__pin[data-pin=ns_nishi] {
    bottom: 169px;
    left: 63px;
  }

  .group .c-map__pin[data-pin=shinichi] {
    right: 200px;
    bottom: 214px;
  }

  .group .c-map__pin[data-pin=aoba] {
    bottom: 197px;
    left: 279px;
  }

  .group .c-map__pin[data-pin=daisen] {
    bottom: 186px;
    left: 239px;
  }

  .group .c-map__pin[data-pin=marinelink] {
    bottom: 175px;
    left: 72px;
  }

  .group .c-map__pin[data-pin=toyohashi] {
    bottom: 184px;
    left: 297px;
  }

  .group .c-map__pin[data-pin=seiwa] {
    bottom: 185px;
    left: 232px;
  }

  .group .c-map__pin[data-pin=siam] {
    bottom: 236px;
    left: 24px;
  }

  .group .c-map__pin[data-pin=indonesia] {
    bottom: 171px;
    left: 51px;
  }

  .group .c-map__pin[data-pin=koshu] {
    bottom: 274px;
    left: 64px;
  }

  .group .c-map__pin[data-pin=usa] {
    top: 216px;
    right: 71px;
  }

  .group .c-map__link li[data-item=ns_kashima] {
    right: 0;
    bottom: 260px;
  }

  .group .c-map__link li[data-item=ns_kashima]::before {
    right: 115px;
    width: 78px;
  }

  .group .c-map__link li[data-item=ns_kashima]::after {
    top: 10px;
    left: -86px;
  }

  .group .c-map__link li[data-item=ns_higashi] {
    right: -15px;
    bottom: 169px;
  }

  .group .c-map__link li[data-item=ns_higashi]::before {
    right: 130px;
    width: 102px;
  }

  .group .c-map__link li[data-item=ns_higashi]::after {
    bottom: 10px;
    left: -109px;
    height: 40px;
  }

  .group .c-map__link li[data-item=ns_kansai] {
    bottom: 78px;
    left: 257px;
  }

  .group .c-map__link li[data-item=ns_kansai]::before {
    right: 116px;
  }

  .group .c-map__link li[data-item=ns_osaka] {
    bottom: 45px;
    left: 257px;
  }

  .group .c-map__link li[data-item=ns_osaka]::before {
    right: 116px;
  }

  .group .c-map__link li[data-item=sumisaku] {
    left: 257px;
  }

  .group .c-map__link li[data-item=sumisaku]::before {
    right: 95px;
  }

  .group .c-map__link li[data-item=sumisaku]::after {
    bottom: 10px;
    height: 170px;
  }

  .group .c-map__link li[data-item=ns_nishi] {
    bottom: 270px;
    left: -35px;
  }

  .group .c-map__link li[data-item=ns_nishi]::before {
    top: 24px;
  }

  .group .c-map__link li[data-item=shinichi] {
    right: 21px;
    bottom: 210px;
  }

  .group .c-map__link li[data-item=shinichi]::before {
    right: 95px;
    width: 85px;
  }

  .group .c-map__link li[data-item=aoba] {
    right: 160px;
    bottom: 114px;
  }

  .group .c-map__link li[data-item=aoba]::before {
    right: 94px;
    width: 61px;
  }

  .group .c-map__link li[data-item=aoba]::after {
    bottom: 10px;
    left: -69px;
    height: 80px;
  }

  .group .c-map__link li[data-item=daisen] {
    bottom: 298px;
    left: 237px;
  }

  .group .c-map__link li[data-item=daisen]::before {
    top: 25px;
    height: 100px;
  }

  .group .c-map__link li[data-item=marinelink]::before {
    right: 31px;
    bottom: 25px;
    height: 140px;
  }

  .group .c-map__link li[data-item=toyohashi] {
    right: 160px;
    bottom: 143px;
  }

  .group .c-map__link li[data-item=toyohashi]::before {
    right: 94px;
    width: 42px;
  }

  .group .c-map__link li[data-item=toyohashi]::after {
    bottom: 10px;
    left: -51px;
    height: 40px;
  }

  .group .c-map__link li[data-item=ns-kansai] {
    bottom: 80px;
    left: 257px;
  }

  .group .c-map__link li[data-item=ns-kansai]::before {
    right: 95px;
  }

  .group .c-map__link li[data-item=seiwa] {
    top: 213px;
    left: 237px;
  }

  .group .c-map__link li[data-item=seiwa]::before {
    right: 92px;
  }

  .group .c-map__link li[data-item=seiwa]::after {
    top: 10px;
    left: -39px;
    width: 35px;
    height: 154px;
  }

  .group .c-map__link li[data-item=siam] {
    top: 190px;
  }

  .group .c-map__link li[data-item=siam]::before {
    left: -29px;
    width: 22px;
  }

  .group .c-map__link li[data-item=siam]::after {
    top: 10px;
    left: -29px;
    height: 150px;
  }

  .group .c-map__link li[data-item=thailand] {
    top: 230px;
  }

  .group .c-map__link li[data-item=thailand]::before {
    left: -29px;
    width: 22px;
  }

  .group .c-map__link li[data-item=thailand]::after {
    top: 11px;
    left: -29px;
    height: 110px;
  }

  .group .c-map__link li[data-item=indonesia] {
    bottom: 167px;
    left: 200px;
  }

  .group .c-map__link li[data-item=indonesia]::before {
    left: -137px;
    width: 132px;
  }

  .group .c-map__link li[data-item=koshu] {
    bottom: 270px;
  }

  .group .c-map__link li[data-item=koshu]::before {
    left: -125px;
    width: 120px;
  }

  .group .c-map__link li[data-item=usa] {
    top: 100px;
    right: 66px;
  }

  .group .c-map__link li[data-item=usa]::before {
    top: 25px;
  }

  .history__wrap ul {
    padding-left: 15px;
  }

  .notice__section .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .notice #contents .c-title01 .en {
    font-size: 3.2rem;
  }

  .notice__list {
    max-width: 100%;
  }

  .contact__section .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .contact .c-title01 .en {
    font-size: 3.2rem;
  }

  .contact__list {
    max-width: 100%;
  }

  .news__item.pdf .news__title::after {
    right: -10px;
    width: 16px;
    height: 16px;
  }

  .sitemap__link li + li {
    margin-top: 10px;
  }

  .sitemap__link a {
    font-size: 1.2rem;
  }

  .sitemap__wrap_title_sub {
    font-size: 1.2rem;
  }

  .top .mv {
    height: 800px;
  }

  .top .mv__copy {
    font-size: 5.6rem;
  }

  .top .mv .swiper-pagination {
    right: 20px;
  }

  .top .project__txt {
    width: 100%;
  }

  .top .news__content {
    width: 65.1vw;
  }

  .top .news__item.pdf .news__title::after {
    right: -10px;
    width: 16px;
    height: 16px;
  }

  .top .business .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top .business__img {
    display: block;
  }

  .top .business__wrapper {
    width: 100%;
  }

  .top .business__list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    gap: 50px 30px;
  }

  .top .business__item {
    width: calc(50% - 15px);
    margin: 0 !important;
    border: none;
  }

  .top .business__item a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px 0;
  }

  .top .business__txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }

  .top .business__movie {
    display: none;
  }

  .top .service__item {
    height: auto;
  }

  .top .service__img {
    height: auto;
  }

  .top .service__img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .top .service__img .c-title02 {
    display: none;
  }

  .top .service__wrapper {
    position: relative;
    bottom: auto;
    min-height: auto;
    padding: 30px 20px 0;
  }

  .top .col2 .c-title01 .en {
    font-size: 4.8rem;
  }

  .top .col2 .c-title01 img {
    width: 220px;
  }

  .top .col2 .c-btn01__icon {
    width: 50px;
    height: 50px;
  }

  .top .col2 .c-btn01__icon::before,
  .top .col2 .c-btn01__icon::after {
    width: 20px;
    height: 20px;
  }

  .merit__col {
    gap: 45px;
  }

  .merit__title {
    font-size: 2.4rem;
  }

  .service__subheading {
    margin-top: 60px;
    font-size: 2.2rem;
  }

  .service__list + .service__subheading {
    margin-top: 80px;
  }

  .service__list {
    margin-top: 40px;
    gap: 60px 40px;
  }

  .service__body {
    margin-top: 20px;
  }

  .service__title {
    font-size: 2.6rem;
  }

  .download__list {
    gap: 40px;
  }

  .download__item {
    width: calc(50% - 20px);
  }

  .download__item a {
    gap: 30px 20px;
  }

  .download__thumb {
    width: 100px;
  }

  .download__title {
    font-size: 1.6rem;
    padding-left: 40px;
  }

  .download__title::before {
    height: 25px;
  }

  .download__title::after {
    width: 17px;
    height: 17px;
  }

  .download__info th, .download__info td {
    padding: 15px 10px;
  }

  .download__info th {
    width: 90px;
  }
}

@media screen and (max-width: 1110px) {
  .about_us .data__item {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .office .c-map__pin[data-pin=main] {
    right: 108px;
    bottom: 108px;
  }
}

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

  section {
    padding: 80px 0;
  }

  #contents:not(:has(section)) {
    padding: 80px 0;
  }

  .c-title01 .en {
    font-size: 3.2rem;
  }

  .c-title01 .ja {
    font-size: 1.2rem;
  }

  .c-title01__center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-title02 .en {
    font-size: 1.2rem;
  }

  .c-title02 .ja {
    font-size: 1.8rem;
  }

  .c-under__mv {
    padding: 45px 0 0;
  }

  .c-under__mv .c-title01 .ja {
    font-size: 1.4rem;
  }

  .c-under__mv_scroll {
    display: none;
  }

  .c-under__mv_img {
    margin-top: 5px;
  }

  .c-breadcrumb__list {
    padding-bottom: 4px;
    overflow-x: scroll;
  }

  .c-breadcrumb__item {
    font-size: 1rem;
    white-space: nowrap;
  }

  .c-intro__title {
    font-size: 2.4rem;
    text-align: left;
  }

  .c-intro .txt {
    text-align: left;
  }

  .c-intro__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-intro__img.wrap {
    margin-top: 50px;
    gap: 50px;
  }

  .c-intro__img.wrap figure {
    width: 100%;
  }

  .c-table th,
  .c-table td {
    display: block;
    width: 100%;
  }

  .c-table th {
    width: 100%;
    padding: 20px 20px 5px;
  }

  .c-table td {
    padding: 0 20px 20px;
    border: none;
  }

  .c-table td table a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .c-table tr:has(table) th,
  .c-table tr:has(table) td {
    display: inline-block;
  }

  .c-table tr:has(table) th {
    width: 30% !important;
  }

  .c-table tr:has(table) td {
    width: 70% !important;
  }

  .c-table tr:has(table) table th,
  .c-table tr:has(table) table td {
    display: block !important;
    width: 100% !important;
  }

  .c-table tr:has(table) table td:has(+ td) {
    padding: 20px 20px 5px;
    border-top: solid 1px var(--line02-color);
  }

  .c-list01 {
    margin: 60px auto 0;
  }

  .c-list01__title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }

  .c-list01__item {
    position: relative;
    padding-bottom: 40px;
  }

  .c-list01__item + .c-list01__item {
    margin-top: 60px;
  }

  .c-list01__head .txt {
    font-size: 1.6rem;
  }

  .c-list01__btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .c-list02 {
    gap: 30px;
  }

  .c-list02__item {
    width: 100%;
  }

  .c-list02 .c-title02 small {
    font-size: 1.4rem;
  }

  .c-list02__btn {
    margin-top: 15px;
  }

  .c-list03 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-list03__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 216px;
  }

  .c-related {
    margin-top: 30px;
  }

  .c-related.col3 .c-related__item {
    width: 100%;
  }

  .c-related__item {
    width: 100%;
  }

  .c-related__item a {
    padding: 10px;
  }

  .c-related__icon {
    width: 50px;
  }

  .c-map {
    max-width: 318px;
  }

  .c-map__pin {
    width: 8px;
    height: 8px;
  }

  .c-map__pin.main {
    width: 11px;
    height: 11px;
  }

  .c-map__pin.main::after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
  }

  .c-map__link a {
    font-size: 0.8rem;
  }

  .c-map__link a.main {
    font-size: 1rem;
  }

  .c-tab__btn_wrap {
    margin-bottom: 30px;
    gap: 2px;
  }

  .c-tab__btn {
    padding: 15px;
    font-size: 1.2rem;
  }

  .c-tab.col2 .c-tab__btn {
    width: calc(50% - 1px);
  }

  .c-tab.col3 .c-tab__btn {
    width: calc(33.3333333333% - 1px);
  }

  .c-tab.col4 .c-tab__btn_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px 2px;
  }

  .c-tab.col4 .c-tab__btn {
    width: calc(50% - 1px);
  }

  .c-col2:not(:first-of-type) {
    margin-top: 60px !important;
  }

  .c-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .c-col2__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .c-col2__title small {
    font-size: 1.2rem;
  }

  .c-col2__btn {
    margin-top: 30px;
  }

  .c-col2__img {
    width: 100%;
  }

  .c-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-flow + .c-flow {
    margin-top: 60px;
    padding-top: 60px;
    border-top: solid 1px var(--line02-color);
  }

  .c-flow__title .txt {
    font-size: 2rem;
  }

  .c-flow__list li {
    padding: 20px;
    gap: 15px;
    font-size: 1.4rem;
  }

  .c-flow__list li::before {
    width: 10px;
    height: 10px;
  }

  .c-flow__list li + li {
    margin-top: 10px;
  }

  .c-flow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px;
    gap: 20px;
  }

  .c-flow__img {
    width: 100%;
  }

  .c-sentence section + section .inner {
    padding-top: 80px;
  }

  .c-sentence__main {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  .c-sentence__title {
    margin: 60px 0 10px;
    font-size: 1.6rem;
  }

  .c-sentence__title_sub {
    margin: 30px 0 10px;
    font-size: 1.4rem;
  }

  .c-sentence__table thead th:first-of-type {
    min-width: 150px;
  }

  .loading {
    background: url(../img/top/sp/img-loading.jpg) no-repeat center center/cover;
  }

  .header__logo {
    width: 250px;
    height: 18px;
  }

  .header .keyword .gsc-control-cse {
    padding: 0 20px;
  }

  .footer__pagetop a::after {
    width: 20px;
    height: 20px;
    margin-top: 12px;
  }

  .footer__sub {
    display: none;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 60px;
  }

  .footer__bottom .logo {
    width: 290px;
    margin: 0 auto;
  }

  .footer__bottom .copy {
    margin-top: 30px;
    text-align: center;
  }

  .footer__banner li {
    width: 100%;
  }

  .message #contents section {
    margin-top: 80px;
  }

  .message__wrap {
    margin-top: 0;
  }

  .message__img {
    width: 100%;
    margin-bottom: 40px;
  }

  .message__title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .message__name {
    margin-bottom: 50px;
  }

  .policy .management::after {
    top: 0;
    width: 70vw;
    height: 76.8vw;
  }

  .policy .management__img01 {
    width: 66vw;
    margin: 0 0 40px calc(50% - 50vw);
  }

  .policy .management__img02 {
    width: 37.3vw;
  }

  .policy .management__wrap {
    width: 100%;
    gap: 40px;
  }

  .policy .management .c-title01 {
    margin-bottom: 30px;
  }

  .policy .value__list {
    margin: 30px auto 0;
    gap: 10px;
  }

  .policy .value__item {
    width: 100%;
    padding: 20px 16px;
  }

  .policy .value__title {
    font-size: 2rem;
  }

  .policy .value__txt {
    padding: 15px 0 0;
  }

  .policy .conduct__list {
    margin: 30px auto 0;
    padding-left: 20px;
  }

  .executive .c-table tr:has(table) th,
  .executive .c-table td:has(table) {
    display: block !important;
    width: 100% !important;
  }

  .executive .c-table td:has(table) tr:nth-of-type(even) {
    background-color: var(--bg-color);
  }

  .executive .c-table td:has(table) td {
    display: inline-block !important;
    width: 65% !important;
    min-width: inherit;
    padding-top: 20px;
  }

  .executive .c-table td:has(table) td:has(+ td) {
    width: 35% !important;
    padding-right: 0;
    border-top: none !important;
  }

  .executive .c-table td:has(table) tr:first-of-type td {
    padding-top: 5px;
  }

  .office .c-map__pin[data-pin=kamaishi] {
    top: 117px;
    right: 74px;
  }

  .office .c-map__pin[data-pin=muroran] {
    top: 55px;
    right: 83px;
  }

  .office .c-map__pin[data-pin=tohoku] {
    top: 130px;
    right: 85px;
  }

  .office .c-map__pin[data-pin=kimitsu] {
    z-index: 0;
    right: 110px;
    bottom: 102px;
  }

  .office .c-map__pin[data-pin=kashima] {
    right: 98px;
    bottom: 116px;
  }

  .office .c-map__pin[data-pin=tyubu] {
    right: 161px;
    bottom: 105px;
  }

  .office .c-map__pin[data-pin=nagoya] {
    right: 161px;
    bottom: 100px;
  }

  .office .c-map__pin[data-pin=kansai] {
    bottom: 101px;
    left: 123px;
  }

  .office .c-map__pin[data-pin=wakayama] {
    bottom: 91px;
    left: 118px;
  }

  .office .c-map__pin[data-pin=hirohata] {
    bottom: 103px;
    left: 108px;
  }

  .office .c-map__pin[data-pin=hanshin] {
    bottom: 98px;
    left: 123px;
  }

  .office .c-map__pin[data-pin=yahata] {
    bottom: 92px;
    left: 38px;
  }

  .office .c-map__pin[data-pin=oita] {
    bottom: 77px;
    left: 53px;
  }

  .office .c-map__pin[data-pin=nishi] {
    bottom: 87px;
    left: 31px;
  }

  .office .c-map__link li[data-item=main] {
    right: 48px;
    bottom: 106px;
  }

  .office .c-map__link li[data-item=main]::before {
    left: -40px;
    width: 38px;
  }

  .office .c-map__link li[data-item=kamaishi] {
    top: 103px;
    right: -27px;
  }

  .office .c-map__link li[data-item=kamaishi]::before {
    left: -9px;
    width: 6px;
  }

  .office .c-map__link li[data-item=kamaishi]::after {
    top: 5.5px;
    left: -10px;
    width: 1px;
    height: 10px;
  }

  .office .c-map__link li[data-item=muroran] {
    top: 72px;
    right: -27px;
  }

  .office .c-map__link li[data-item=muroran]::before {
    left: -19px;
    width: 16px;
  }

  .office .c-map__link li[data-item=muroran]::after {
    bottom: 5.5px;
    left: -19px;
    height: 20px;
  }

  .office .c-map__link li[data-item=tohoku] {
    top: 128px;
    right: 34px;
  }

  .office .c-map__link li[data-item=tohoku]::before {
    left: -21px;
    width: 18px;
  }

  .office .c-map__link li[data-item=kimitsu] {
    right: -27px;
    bottom: 82px;
  }

  .office .c-map__link li[data-item=kimitsu]::before {
    left: -46px;
    width: 42px;
  }

  .office .c-map__link li[data-item=kimitsu]::after {
    bottom: 6px;
    left: -46px;
    height: 20px;
  }

  .office .c-map__link li[data-item=kashima] {
    right: -27px;
    bottom: 130px;
  }

  .office .c-map__link li[data-item=kashima]::before {
    left: -33px;
    width: 30px;
  }

  .office .c-map__link li[data-item=kashima]::after {
    top: 6px;
    left: -34px;
    height: 18px;
  }

  .office .c-map__link li[data-item=tyubu] {
    top: 115px;
    left: 144px;
  }

  .office .c-map__link li[data-item=tyubu]::before {
    top: 13px;
    height: 62px;
  }

  .office .c-map__link li[data-item=nagoya] {
    bottom: 70px;
    left: 145px;
  }

  .office .c-map__link li[data-item=nagoya]::before {
    bottom: 13px;
    height: 22px;
  }

  .office .c-map__link li[data-item=kansai] {
    top: 100px;
    left: 124px;
  }

  .office .c-map__link li[data-item=kansai]::before {
    top: 13px;
    left: 3px;
    height: 82px;
  }

  .office .c-map__link li[data-item=wakayama] {
    bottom: 30px;
    left: 92px;
  }

  .office .c-map__link li[data-item=wakayama]::before {
    bottom: 13px;
    height: 52px;
  }

  .office .c-map__link li[data-item=wakayama]::after {
    bottom: 64px;
    width: 20px;
  }

  .office .c-map__link li[data-item=hirohata] {
    top: 80px;
    left: 104px;
  }

  .office .c-map__link li[data-item=hirohata]::before {
    top: 13px;
    height: 100px;
  }

  .office .c-map__link li[data-item=hanshin] {
    bottom: 48px;
    left: 117px;
  }

  .office .c-map__link li[data-item=hanshin]::before {
    bottom: 13px;
    height: 40px;
  }

  .office .c-map__link li[data-item=yahata] {
    bottom: 164px;
    left: 15px;
  }

  .office .c-map__link li[data-item=yahata]::before {
    top: 13px;
    right: 40px;
    height: 67px;
  }

  .office .c-map__link li[data-item=yahata]::after {
    top: 80px;
    right: 40px;
    width: 20px;
  }

  .office .c-map__link li[data-item=oita] {
    bottom: 37px;
    left: 0;
  }

  .office .c-map__link li[data-item=oita]::before {
    right: 29px;
    bottom: 13px;
    height: 30px;
  }

  .office .c-map__link li[data-item=nishi] {
    bottom: 136px;
  }

  .office .c-map__link li[data-item=nishi]::before {
    top: 13px;
    height: 50px;
  }

  .group .c-map.overseas {
    max-width: 318px !important;
  }

  .group .c-map__pin[data-pin=ns_kashima] {
    right: 98px;
    bottom: 118px;
  }

  .group .c-map__pin[data-pin=ns_higashi] {
    right: 107px;
    bottom: 114px;
  }

  .group .c-map__pin[data-pin=ns_kansai] {
    bottom: 94px;
    left: 121px;
  }

  .group .c-map__pin[data-pin=ns_nishi] {
    bottom: 90px;
    left: 33px;
  }

  .group .c-map__pin[data-pin=shinichi] {
    right: 103px;
    bottom: 112px;
  }

  .group .c-map__pin[data-pin=aoba] {
    bottom: 104px;
    left: 149px;
  }

  .group .c-map__pin[data-pin=daisen] {
    bottom: 98px;
    left: 126px;
  }

  .group .c-map__pin[data-pin=marinelink] {
    bottom: 93px;
    left: 38px;
  }

  .group .c-map__pin[data-pin=toyohashi] {
    bottom: 98px;
    left: 156px;
  }

  .group .c-map__pin[data-pin=seiwa] {
    bottom: 98px;
    left: 122px;
  }

  .group .c-map__pin[data-pin=siam] {
    bottom: 109px;
    left: 10px;
  }

  .group .c-map__pin[data-pin=indonesia] {
    bottom: 78px;
    left: 23px;
  }

  .group .c-map__pin[data-pin=koshu] {
    bottom: 126px;
    left: 28px;
  }

  .group .c-map__pin[data-pin=usa] {
    top: 100px;
    right: 32px;
  }

  .group .c-map__link li[data-item=ns_kashima] {
    right: -10px;
    bottom: 140px;
  }

  .group .c-map__link li[data-item=ns_kashima]::before {
    right: 68px;
    width: 44px;
  }

  .group .c-map__link li[data-item=ns_kashima]::after {
    top: 6px;
    left: -48px;
    height: 20px;
  }

  .group .c-map__link li[data-item=ns_higashi] {
    right: -19px;
    bottom: 80px;
  }

  .group .c-map__link li[data-item=ns_higashi]::before {
    right: 77px;
    width: 54px;
  }

  .group .c-map__link li[data-item=ns_higashi]::after {
    bottom: 6px;
    left: -58px;
    height: 35px;
  }

  .group .c-map__link li[data-item=ns_kansai] {
    bottom: 47px;
    left: 146px;
  }

  .group .c-map__link li[data-item=ns_kansai]::before {
    right: 68px;
    width: 18px;
  }

  .group .c-map__link li[data-item=ns_osaka] {
    bottom: 28px;
    left: 146px;
  }

  .group .c-map__link li[data-item=ns_osaka]::before {
    right: 68px;
    width: 18px;
  }

  .group .c-map__link li[data-item=sumisaku] {
    left: 146px;
  }

  .group .c-map__link li[data-item=sumisaku]::before {
    right: 55px;
    width: 18px;
  }

  .group .c-map__link li[data-item=sumisaku]::after {
    bottom: 6px;
    height: 80px;
  }

  .group .c-map__link li[data-item=ns_nishi] {
    bottom: 130px;
    left: 0;
  }

  .group .c-map__link li[data-item=ns_nishi]::before {
    top: 14px;
    right: 35px;
    height: 32px;
  }

  .group .c-map__link li[data-item=shinichi] {
    right: 2px;
    bottom: 110px;
  }

  .group .c-map__link li[data-item=shinichi]::before {
    right: 56px;
    width: 45px;
  }

  .group .c-map__link li[data-item=aoba] {
    right: 120px;
    bottom: 184px;
  }

  .group .c-map__link li[data-item=aoba]::before {
    content: none;
  }

  .group .c-map__link li[data-item=aoba]::after {
    top: 14px;
    bottom: auto;
    left: 6px;
    height: 70px;
  }

  .group .c-map__link li[data-item=daisen] {
    bottom: 208px;
    left: 120px;
  }

  .group .c-map__link li[data-item=daisen]::before {
    top: 15px;
  }

  .group .c-map__link li[data-item=marinelink] {
    bottom: 0;
    left: 0;
  }

  .group .c-map__link li[data-item=marinelink]::before {
    right: 35px;
    bottom: 15px;
    height: 80px;
  }

  .group .c-map__link li[data-item=toyohashi] {
    right: 90px;
    bottom: 64px;
  }

  .group .c-map__link li[data-item=toyohashi]::before {
    right: 54px;
    width: 14px;
  }

  .group .c-map__link li[data-item=toyohashi]::after {
    top: auto;
    bottom: 6px;
    left: -17px;
    height: 30px;
  }

  .group .c-map__link li[data-item=ns-kansai] {
    bottom: 46px;
    left: 146px;
  }

  .group .c-map__link li[data-item=ns-kansai]::before {
    right: 55px;
    width: 18px;
  }

  .group .c-map__link li[data-item=seiwa] {
    top: 60px;
    left: 120px;
  }

  .group .c-map__link li[data-item=seiwa]::before {
    right: 56px;
    width: 10px;
  }

  .group .c-map__link li[data-item=seiwa]::after {
    top: 6px;
    left: -15px;
    width: 20px;
    height: 134px;
  }

  .group .c-map__link li[data-item=siam] {
    top: 50px;
    left: 30px;
  }

  .group .c-map__link li[data-item=siam]::before {
    left: -17px;
    width: 13px;
  }

  .group .c-map__link li[data-item=siam]::after {
    top: 6px;
    left: -17px;
    height: 100px;
  }

  .group .c-map__link li[data-item=thailand] {
    top: 70px;
    left: 30px;
  }

  .group .c-map__link li[data-item=thailand]::before {
    left: -17px;
    width: 13px;
  }

  .group .c-map__link li[data-item=thailand]::after {
    top: 7px;
    left: -17px;
    height: 69px;
  }

  .group .c-map__link li[data-item=indonesia] {
    bottom: 75.5px;
    left: 63px;
  }

  .group .c-map__link li[data-item=indonesia]::before {
    left: -35px;
    width: 30px;
  }

  .group .c-map__link li[data-item=koshu] {
    bottom: 123px;
    left: 60px;
  }

  .group .c-map__link li[data-item=koshu]::before {
    left: -26px;
    width: 22px;
  }

  .group .c-map__link li[data-item=usa] {
    top: 15px;
    right: 24px;
  }

  .group .c-map__link li[data-item=usa]::before {
    top: 15px;
    height: 75px;
  }

  .group_detail div[data-panel=business] .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .group_detail div[data-panel=business] .wrap img {
    width: 100%;
    max-width: 100%;
  }

  .group_detail div[data-panel=business] h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }

  .group_detail div[data-panel=business] h3 {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }

  .group_detail div[data-panel=business] h3::before {
    top: 9px;
  }

  .group_detail div[data-panel=business] h4 {
    margin: 30px 0 20px;
    font-size: 1.6rem;
  }

  .group_detail div[data-panel=business] h4::before {
    top: 10px;
  }

  .group_detail div[data-panel=business] .table {
    padding-bottom: 5px;
    overflow-x: scroll;
  }

  .group_detail div[data-panel=business] table {
    min-width: 700px;
  }

  .history__image img {
    min-width: 576px;
  }

  .history__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 0 0;
  }

  .history__year {
    padding-left: 20px;
  }

  .history__wrapper {
    width: 100%;
    gap: 0;
  }

  .history__wrapper .history__wrap:nth-of-type(even) {
    background-color: var(--bg-color);
  }

  .history__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 10px;
  }

  .history__wrap + .history__wrap {
    border: none;
  }

  .history__head .category {
    min-width: 90px;
    font-size: 1rem;
  }

  .link__list {
    margin-top: 40px;
    padding: 0 20px;
    gap: 40px;
  }

  .link__item {
    width: 100%;
  }

  .link__img img {
    width: 64vw;
  }

  .notice .caution {
    font-size: 1.2rem;
    text-align: left;
  }

  .notice__item a,
  .notice__item .js-accordion {
    padding: 30px 20px;
    gap: 10px;
  }

  .sea .vessels__table {
    margin: 30px auto 0;
  }

  .sea .vessels__table table {
    min-width: 700px;
  }

  .contact__intro {
    margin-top: 95px;
  }

  .contact__intro ul {
    padding: 30px 20px 30px 35px;
  }

  .contact__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact__item_title {
    width: 100%;
    min-width: 100%;
  }

  .contact__item_txt {
    min-width: 50%;
  }

  .news__category {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    padding-bottom: 20px;
    overflow-y: scroll;
    border-bottom: solid 1px var(--line02-color);
  }

  .news__category li a {
    font-size: 1.2rem;
  }

  .search .gsc-control-cse {
    padding: 0 20px;
  }

  .search__title {
    margin-top: 40px;
    font-size: 2.4rem;
  }

  .sitemap__main .inner {
    gap: 0;
  }

  .sitemap__item {
    width: 100%;
    border-top: solid 1px var(--line02-color);
    border-bottom: solid 1px var(--line02-color);
  }

  .sitemap__item + .sitemap__item {
    margin-top: -1px;
  }

  .sitemap__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .sitemap__link {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sitemap__link:has(+ .sitemap__link) {
    margin-bottom: 0;
  }

  .sitemap__link li {
    width: 50%;
  }

  .sitemap__link li + li {
    margin-top: 0;
  }

  .sitemap__link a {
    padding: 10px;
  }

  .sitemap__link_head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 20px 0 !important;
    border-bottom: none !important;
    font-size: 1.4rem !important;
  }

  .sitemap__link_head::after {
    -webkit-mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
    -ms-flex-negative: 0;
    display: block;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-color: var(--point-color);
    content: "";
    mask: url(../img/common/icon-arrow.svg) no-repeat center center/contain;
  }

  .sitemap__link_head.no-child:not(:first-of-type) {
    border-top: solid 1px var(--line02-color);
  }

  .sitemap__wrap_title {
    padding-bottom: 10px;
    border-bottom: solid 1px var(--line02-color);
  }

  .sitemap__sub {
    display: none;
  }

  .top .mv {
    height: 650px;
  }

  .top .mv .inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 90px;
  }

  .top .mv__copy {
    font-size: 3.2rem;
    /* font-size: 2.7rem; */
    /* margin-bottom: 10px; */
  }

  .top .mv__copy_sub {
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .top .mv__btn {
    right: auto;
    bottom: 20px;
    left: 20px;
  }

  .top .mv__btn_item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top .mv .swiper-pagination {
    top: auto;
    height: calc(100% - 150px);
  }

  .top .project .inner::after {
    bottom: -80px;
    left: 0;
  }

  .top .project__head {
    margin-bottom: 20px;
  }

  .top .project .swiper-slide {
    width: 295px;
  }

  .top .news .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top .news__side {
    margin-bottom: 30px;
  }

  .top .news .c-btn01 {
    margin-top: 30px;
  }

  .top .news__category {
    -ms-flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .top .news__content {
    width: 100%;
    padding-top: 0;
  }

  .top .business .c-title01 {
    margin-bottom: 30px;
  }

  .top .business__list {
    margin-top: 30px;
  }

  .top .business__item {
    width: 100%;
  }

  .top .business__txt {
    font-size: 1.8rem;
  }

  .top .service .c-title01 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .top .service__item {
    width: 100%;
  }

  .top .service__wrapper {
    padding: 30px 0 0;
  }

  .top .service__link {
    margin-top: 20px;
  }

  .top .service .tab__btn_wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
  }

  .top .service .tab__panel {
    display: none;
  }

  .top .service .tab__panel.active {
    display: block;
  }

  .top .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top .col2__item {
    aspect-ratio: 376/230;
    width: 100%;
    height: auto;
  }

  .top .recruit {
    padding-bottom: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#3355FC), color-stop(30.4%, #3A88FB), to(#E7F3FF));
    background: linear-gradient(0deg, #3355FC 0%, #3A88FB 30.4%, #E7F3FF 100%);
  }

  .top .recruit .c-title01 {
    position: relative;
    left: auto;
    margin-bottom: 30px;
  }

  .dom-coastal__intro::before {
    height: 445px;
  }

  .dom-coastal__transported .c-list03 {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .result .c-table td,
  .result .c-table tr:has(table) table td:has(+ td) {
    padding: 20px;
  }

  .result .c-table td {
    border-top: solid 1px var(--line02-color);
  }

  .result .c-table td:has(table) {
    padding: 0;
    border: none;
  }

  .result .c-table th.u-table,
  .result .c-table td.u-table {
    display: inline-block;
    padding: 20px;
  }

  .result .c-table th.u-table {
    width: 30%;
  }

  .result .c-table td.u-table {
    width: 70%;
  }

  .project .swiper-slide {
    width: 295px;
  }

  .dom-integration-intro__img {
    max-width: 335px;
    margin: 30px auto 0;
  }

  .main-location__col {
    grid-template-columns: 100%;
    gap: 50px;
  }

  .main-location__col:not(:first-child) {
    margin-top: 80px;
    padding-top: 80px;
  }

  .main-location__img {
    grid-row: 2/3;
  }

  .main-location__wrap {
    grid-row: 1/2;
    grid-column: 1/2;
  }

  .main-location__title {
    font-size: 1.8rem;
  }

  .main-location__item {
    grid-template-columns: 100%;
    padding: 20px 0;
  }

  .main-location__item dt,
  .main-location__item dd {
    padding: 0 20px;
  }

  .main-location__item dt {
    grid-row: 1/2;
    padding-bottom: 5px;
  }

  .main-location__item dd {
    grid-row: 2/3;
    padding-top: 5px;
  }

  .dom-land__intro::before {
    height: 445px;
  }

  .merit__container {
    margin-top: 40px;
  }

  .merit__col {
    grid-template-columns: auto;
    gap: 30px;
  }

  .merit__wrap--reverse {
    grid-column: 1/2;
  }

  .merit__img {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .merit__img--reverse {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .merit__title {
    padding-top: 0;
    font-size: 1.8rem;
  }

  .warehouse__col:not(:first-child) {
    margin-top: 80px;
  }

  .warehouse__col-title {
    font-size: 1.6rem;
  }

  .warehouse .c-col2 {
    padding-top: 20px;
  }

  .warehouse__info {
    margin-top: 60px;
  }

  .warehouse__info-title {
    font-size: 1.6rem;
  }

  .warehouse__item {
    display: block;
  }

  .warehouse__item dt {
    padding-right: 0;
  }

  .warehouse__item dd {
    margin-top: 10px;
    padding-left: 0;
  }

  .int-container__intro::before {
    height: 445px;
  }

  .container-packing__box {
    margin-top: 30px;
    padding: 30px 20px;
    gap: 0px;
  }

  .container-packing__box-title {
    grid-column: 1/2;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }

  .container-packing__box-txt {
    grid-column: 1/3;
    padding: 0 10px;
    font-size: 1.3rem;
  }

  .container-packing__box-link {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: end;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--line02-color);
  }

  .container-packing__box-link::after {
    top: 33%;
  }

  .int-office__info {
    margin-top: 60px;
  }

  .int-office__info-title {
    font-size: 1.6rem;
  }

  .int-office__list + .int-office__info-title {
    margin-top: 60px;
  }

  .int-office__item {
    display: block;
  }

  .int-office__item dt {
    padding: 20px 20px 0;
  }

  .int-office__item dd {
    margin-top: 10px;
    padding: 0 20px 20px;
  }

  .ser-machinery__intro::before {
    height: 445px;
  }

  .construction__container {
    margin-top: 60px;
  }

  .construction__container .c-col2.--second {
    margin-top: 80px;
    padding-top: 80px;
  }

  .packing__title03 {
    margin: 40px 0 30px;
    font-size: 2rem;
  }

  .packing__title04 {
    margin: 30px 0 20px;
    font-size: 1.8rem;
  }

  .packing__title04::before {
    top: 9px;
  }

  .packing__title05 {
    margin: 30px 0 20px;
    font-size: 1.6rem;
  }

  .packing__txt {
    margin: 30px 0;
  }

  .packing__txt--notice {
    font-size: 14px;
  }

  .packing__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .packing__wrap--col2 figure,
  .packing__wrap--col2 p {
    width: 100%;
  }

  .packing__wrap--col3 figure {
    width: 100%;
  }

  .packing__table {
    padding-bottom: 5px;
  }

  .packing__table table {
    min-width: 700px;
  }

  .service__list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 50px 40px;
  }

  .service__title {
    font-size: 2rem;
  }

  .about_us .data__wrapper:first-of-type {
    margin-top: 30px;
  }
  
  .about_us .data__wrapper + .data__wrapper {
    margin-top: 80px;
  }

  .about_us .c-intro__btn {
    gap: 10px 30px;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 50px;
  }

  .about_us .data__list.col2,
  .about_us .data__list.col3 {
    flex-direction: column;
  }

  .about_us .data__list.col2 .data__item,
  .about_us .data__list.col3 .data__item {
    width: 100%;
  }

  .about_us .data__item .js-num {
    font-size: 7.0rem;
  }

  .about_us .data__list.col2 .data__item p {
    width: 100%;
    justify-content: center;
  }

  .about_us .data__item p:has(.sub-title) {
    max-width: 210px;
  }

  .about_us .data__item[data-item="従業員数"] .icon-wrap {
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    width: 100%;
  }

  .about_us .data__item[data-item="従業員数"] .icon {
    width: 290px;
    height: 26px;
  }

  .about_us .data__item[data-item="モーダルシフト"] {
    overflow: hidden;
  }

  .about_us .data__item[data-item="モーダルシフト"]::after {
    width: 120%;
    top: 100%;
    transform: translate(-50%, -100%);
  }

  .download__item {
    width: 100%;
  }

  .download__thumb {
    width: 140px;
    margin: 30px auto;
  }

  .download__info {
    border-top: solid 1px var(--line02-color);
  }

  .download__info th, .download__info td {
    padding: 20px;
  }

  .download__info th {
    width: 100px;
  }

  .download .caution {
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 35px;
  }

  .download__btn-wrap {
    margin-top: 30px;
    flex-direction: column;
  }

  .career .button__wrap {
    margin: 30px 0;
  }
}

@media screen and (max-width: 559px) {
  .about_us .data__item_wrap.chart {
    order: 3;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn01:hover .c-btn01__icon {
    background-color: var(--point-color);
  }

  .c-btn01:hover .c-btn01__icon::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  .c-btn01:hover .c-btn01__icon::after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .c-sidemenu__list a:hover {
    color: var(--point-color);
  }

  .c-sidemenu__close:hover {
    color: var(--point02-color);
  }

  .c-sidemenu__close:hover::after {
    background-color: var(--point02-color);
  }

  .c-under__mv_scroll.hover:hover .arrow::before {
    -webkit-animation-name: scrollArrowLeft;
    animation-name: scrollArrowLeft;
  }

  .c-under__mv_scroll.hover:hover .arrow::after {
    -webkit-animation-name: scrollArrowRight;
    animation-name: scrollArrowRight;
  }

  .c-breadcrumb__item:not(:last-of-type) a:hover {
    text-decoration: underline;
  }

  .c-table a:hover {
    opacity: 0.5;
  }

  .c-list01__btn a:hover {
    opacity: 0.5;
  }

  .c-list02__item:hover .c-list02__img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .c-list02__item:hover .c-btn01__icon {
    background-color: var(--point-color);
  }

  .c-list02__item:hover .c-btn01__icon::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  .c-list02__item:hover .c-btn01__icon::after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .c-related__item a:hover {
    background-color: rgba(var(--point02-color-rgb), 0.1);
  }

  .c-related__item a:hover .c-related__txt {
    color: var(--point-color);
  }

  .c-map__link a:hover {
    color: var(--point-color);
  }

  .c-tab__btn:hover {
    background-color: rgba(var(--point02-color-rgb), 0.5);
    color: #fff;
  }

  .c-col2__btn a:hover {
    border-bottom: solid 1px var(--point-color);
  }

  .c-sentence a:hover {
    color: var(--point-color);
  }

  .header__nav_item_inn:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header__nav_item.recruit:hover {
    background-color: var(--point02-color);
  }

  .header__nav_item.recruit:hover .header__nav_item_inn span {
    -webkit-transform: translateY(-120%) !important;
    transform: translateY(-120%) !important;
  }

  .header__megamenu_btn:hover::before {
    width: 0;
  }

  .header__megamenu_nav li:hover:not(.header__megamenu_item)::after {
    width: 100%;
  }

  .header__megamenu_nav li:hover:not(.header__megamenu_item) span,
  .header__megamenu_item li.last.w100 li:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  
  .header__megamenu_item li.last.w100:hover span {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }


  .footer__link a:hover {
    text-decoration: underline;
  }

  .footer__sub a:hover {
    text-decoration: underline;
  }

  .link a:hover {
    opacity: 0.5;
  }

  .notice .caution a:hover {
    text-decoration: none;
  }

  .notice__item a:hover,
  .notice__item .js-accordion:hover {
    color: var(--point-color);
  }

  .notice__item.link a:hover {
    opacity: 1 !important;
  }

  .notice__item.link a:hover .c-btn01__icon {
    background-color: var(--point-color);
  }

  .notice__item.link a:hover .c-btn01__icon::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  .notice__item.link a:hover .c-btn01__icon::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .contact__intro a:hover {
    text-decoration: none;
  }

  .news__category li:not(.active):hover a {
    background-color: var(--bg-color);
  }

  .news__category li.active a:hover {
    background-color: var(--point02-color);
    color: #fff;
  }

  .news__item a:hover .news__title {
    text-decoration: underline;
  }

  .not_found .c-intro__btn:hover {
    background-color: var(--point-color);
    color: #fff;
  }

  .not_found .c-intro__btn:hover::after {
    border-color: #fff;
  }

  .sitemap__link a:hover {
    text-decoration: underline;
  }

  .sitemap__sub a:hover {
    text-decoration: underline;
  }

  .top .project .swiper-slide a:hover .project__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .top .project .swiper-slide a:hover .project__btn span::before {
    width: 100%;
  }

  .top .news__category li:not(.active):hover a {
    background-color: var(--bg-color);
  }

  .top .news__category li.active a:hover {
    background-color: var(--point02-color);
    color: #fff;
  }

  .top .news__item a:hover .news__title {
    text-decoration: underline;
  }

  .top .business__item a:hover .business__txt {
    padding-left: 20px;
  }

  .top .business__item a:hover .c-btn01__icon {
    background-color: var(--point-color);
  }

  .top .business__item a:hover .c-btn01__icon::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  .top .business__item a:hover .c-btn01__icon::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .top .service__item:hover .service__img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .top .service__item:hover .service__wrapper {
    bottom: 0;
  }

  .top .service__link a:hover {
    opacity: 0.3;
  }

  .top .col2__item:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .top .col2__item:hover .c-btn01__icon {
    border: solid 1px var(--point-color);
    background-color: var(--point-color);
  }

  .top .col2__item:hover .c-btn01__icon::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  .top .col2__item:hover .c-btn01__icon::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .top .recruit .swiper-slide a:hover {
    opacity: 0.5;
  }

  .project .swiper-slide a:hover .project__thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .project .swiper-slide a:hover .project__btn span::before {
    width: 100%;
  }

  .container-packing__box-link:hover {
    opacity: 0.5;
  }

  .service__link:hover .c-btn01__icon {
    background-color: var(--point-color);
  }

  .service__link:hover .c-btn01__icon::before {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }

  .service__link:hover .c-btn01__icon::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .download__btn:hover {
    background-color: var(--point-color);
    color: #fff;
  }

  .download__btn:hover::before {
    background-color: #fff;
  }

  .career .entry__button:hover {
    background-color: var(--point-color);
    color: #fff;
  }

  .career .entry__button:hover::after {
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}

.footer_alert {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: rgba(238, 238, 238, 0.8);
  z-index: 100;
}
.footer_alert .inner {
  display: table;
  width: 100%;
  padding: 40px 10px 40px 30px;
  font-size: 18px;
  line-height: 1.53;
  font-weight: bold;
}
.footer_alert .inner .text {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 250px);
}
.footer_alert .inner .text p {
  font-weight: 700;
  font-size: 1.4rem;
}
.footer_alert .inner .text a {
  color: #0053d1;
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
}
.footer_alert .inner .btn {
  display: table-cell;
  vertical-align: middle;
  width: 250px;
  text-align: center;
}
.footer_alert .inner .btn span {
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  color: #fff;
  background: var(--point-color);
  font-size: 1.4rem;
  transition: opacity 0.3s;
  border-radius: 100px;
}
.footer_alert .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.5s;
}
.footer_alert .close::before {
  display: block;
  position: absolute;
  content: "";
  top: 1px;
  left: 9px;
  padding: 0;
  width: 2px;
  height: 20px;
  background: #000;
  transform: rotate(45deg);
}
.footer_alert .close::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 20px;
  height: 2px;
  margin-top: 0x;
  background: #000;
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .footer_alert .inner .btn span:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 600px) {
  .footer_alert .inner {
    display: block;
    padding: 50px 20px 30px;
  }
  .footer_alert .inner .text {
    display: block;
    width: 100%;
  }
  .footer_alert .inner .btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */

/* ----------------------------------------
** 241122add_comeback
---------------------------------------- */
.comeback .c-sentence__table th,
.comeback .c-sentence__table td {
  border: solid 1px var(--line02-color);
}
.comeback .c-sentence__table th {
  text-align: left;
  font-weight: 700;
  background-color: var(--bg-color);
  width: 170px;
}
.comeback .reserve__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 60px;
  margin: 60px auto 0;
  padding: 10px;
  border: solid 1px var(--point-color);
  border-radius: 100px;
  color: var(--point-color);
  text-decoration: none;
  font-weight: 400;
}
.comeback .reserve__btn::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: var(--btn-transition);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 1px var(--point-color);
  border-right: solid 1px var(--point-color);
  transition: var(--btn-transition);
  background: none;
}
@media (hover: hover) and (pointer: fine) {
  .comeback .reserve__btn:hover {
    background-color: var(--point-color);
    color: #fff;
  }
  .comeback .reserve__btn:hover::after {
    border-color: #fff;
  }
}


/* 20241205 Add
---------------------------------------- */
.partnership .download__btn,
.multi .download__btn {
  display: flex;
  text-decoration: none;
  margin-top: 60px;
}
.partnership .download__btn::after,
.multi .download__btn::after {
  content: none;
}
.multi strong {
  font-weight: 700;
  line-height: 1;
}
.multi strong a::after {
  content: none;
}
.multi__philosophy {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px var(--line-color);
}
.multi__philosophy_wrap {
  background-color: var(--bg-color);
  padding: 50px 94px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.multi__philosophy .c-title01 {
  margin-bottom: 20px;
}
.multi__philosophy .c-title01 .en {
  line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
  .partnership .download__btn:hover,
  .multi .download__btn:hover {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .multi__philosophy_wrap {
    padding: 30px 25px;
  }
}

/* 20250821 Add
---------------------------------------- */
.health__philosophy {
  margin-top: 60px;
}
.health__philosophy_wrap {
  background-color: var(--bg-color);
  padding: 50px 70px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.health__philosophy .c-title01 {
  margin-bottom: 20px;
}
.health__philosophy .c-title01 .en {
  line-height: 1;
}
.health__philosophy .list {
  margin-top: 30px;
}
.health__philosophy .list li {
  line-height: calc(42 / 20);
  list-style: decimal;
}
.health__figure {
  max-width: 880px;
  margin: 60px auto 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .health__philosophy_wrap {
    padding: 30px 25px;
  }
}