@charset "UTF-8";
:root {
  --themeColor:#002348;
  --themeColor-lt:#fcf1ed;
  --pointColor:#ac8839;
  --linkColor:#87eaf9;
  --bgColor:#f7f7f7;
  --fontColor: #002348;
  --w:1240px;
  --side: calc((100% - (var(--w))) / 2);
  --widthXL:1340px;
  --widthLG:1025px;
  --widthTab:768px;
  --font-go-base: "Hiragino Kaku Gothic Pro" ,"游ゴシック体", "Yu Gothic Medium" , "Yu Gothic", Meiryo ,sans-serif;
  --font-mi-base: "Hiragino Mincho ProN", "Yu Mincho","YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  --font-tenor: 'Tenor Sans', var(--font-mi-base);
  --headerHeight: 80px;
  --topServiceWindowHeight: 950px;
  --titleTopPos: 50vh;
  --titleTopPosSp: 300px;
  --titleTopPosMarginBtm: 20vh;
  --titleTopPosMarginBtmSp: 100px;
}

html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, select, main, address, span {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 140%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  box-sizing: border-box;
}

a, span, details, summary {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-style: normal;
}

ul li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-bottom;
}

sub {
  vertical-align: text-top;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  font-size: 100%;
}

legend {
  color: #000;
}

figure {
  margin: 0;
}

img {
  backface-visibility: hidden;
}

body {
  font-size: 0.9375rem;
  color: var(--fontColor);
  font-family: var(--font-mi-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "halt";
  letter-spacing: 0.03em;
}

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

@media (min-width: 1025px) {
  .for-tabsp {
    display: none !important;
  }
}

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  color: var(--fontColor);
}
a img {
  opacity: 1;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  a:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  a:active img {
    opacity: 0.8;
  }
}

p {
  line-height: 190%;
}
p + p {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  p a:hover {
    color: var(--linkColor);
  }
}
@media (max-width: 767px) {
  p a:active {
    color: var(--linkColor);
  }
}

ol {
  padding-left: 1.25rem;
}

ruby rt {
  font-size: 40%;
}

em {
  color: #e13838;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  appearance: none;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    font-size: 1rem;
  }
}

select {
  height: 40px;
  padding: 8px 10px;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 4px;
  color: var(--fontColor);
}
@media (max-width: 767px) {
  select {
    font-size: 1rem;
  }
}

textarea {
  width: 100%;
  height: 200px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.btn-square {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  width: 300px;
  height: 50px;
  border: 0.5px solid var(--themeColor);
  font-size: 0.9375rem;
  font-family: var(--font-tenor);
  transition: all 0.4s ease;
  will-change: padding-right;
  color: var(--themeColor);
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-square {
    width: 100%;
    max-width: 315px;
    height: 45px;
    font-size: 0.75rem;
  }
}
.btn-square::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 27%;
  top: calc(50% - 7.5px);
  background: url(../images/common/icon-arrow-b.svg) center center/contain no-repeat;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .btn-square::after {
    background-position: 0 -20px;
    transform: translateY(10px);
  }
}
@media (hover: hover) {
  .btn-square:hover {
    padding-right: 25px;
  }
}
@media (hover: hover) and (min-width: 768px) {
  .btn-square:hover::after {
    background-position: 0 0;
    transform: translateY(0);
  }
}
.btn-square.is-arrow-up::after {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .btn-square.is-arrow-up:hover::after {
    transform: rotate(180deg) translateY(0);
  }
}
.btn-square.is-no-arrow::after {
  display: none;
}
@media (hover: hover) {
  .btn-square.is-no-arrow:hover {
    padding-right: initial;
    background: rgba(0, 0, 0, 0.05);
  }
}

.col {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .col {
    display: block;
  }
}
@media (max-width: 767px) {
  .col.is-sp-flex {
    display: flex;
  }
}
.col.is-oneline {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.col-contents {
  width: 100%;
}
@media (max-width: 767px) {
  .col-contents {
    max-width: 100%;
  }
  .col:not(.is-sp-flex) .col-contents + .col:not(.is-sp-flex) .col-contents {
    margin-top: 10px;
  }
}
.is-oneline .col-contents {
  margin-bottom: 0;
}
.is-oneline .col-contents + .col-contents {
  margin-left: 2%;
}
@media (max-width: 767px) {
  .is-oneline:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-oneline:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-2 .col-contents {
  max-width: 48%;
}
.is-2 .col-contents:nth-child(even) {
  margin-left: calc(4% - 1px);
}
.is-2 .col-contents:nth-child(n+3) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-2 .col-contents:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .is-2:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-2:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-3 .col-contents {
  max-width: 32%;
}
.is-3 .col-contents:not(:nth-child(3n+1)) {
  margin-left: calc(2% - 1px);
}
.is-3 .col-contents:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-3 .col-contents:nth-child(n+4) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-3:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-3:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.is-4 .col-contents {
  max-width: 23%;
}
.is-4 .col-contents:not(:nth-child(4n+1)) {
  margin-left: calc(2.6% - 1px);
}
.is-4 .col-contents:nth-child(n+5) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .is-4 .col-contents:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .is-4:not(.is-sp-flex) .col-contents {
    max-width: 100%;
    margin: auto;
  }
  .is-4:not(.is-sp-flex) .col-contents + .col-contents {
    margin-top: 30px;
  }
}
.col-contents-title {
  margin-bottom: 5px;
}
.col-contents-text {
  margin-top: 5px;
}

.flImgContents-img {
  max-width: 37%;
  width: 100%;
}
@media (max-width: 767px) {
  .flImgContents-img {
    max-width: 100%;
  }
}
.flImgContents-img.is-s {
  max-width: 200px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-s {
    max-width: 100%;
  }
}
.flImgContents-img.is-ss {
  max-width: 100px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-ss {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.flImgContents-img.is-l {
  max-width: 47%;
}
@media (max-width: 767px) {
  .flImgContents-img.is-l {
    max-width: 100%;
  }
}
.flImgContents-img.is-fr {
  float: right;
  margin: 0 0 20px 40px;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fr {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fr:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fr.is-sp-float {
    width: 35%;
    margin: 0 0 10px 10px;
  }
}
.flImgContents-img.is-fl {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 767px) {
  .flImgContents-img.is-fl {
    margin: 0 auto 20px;
  }
  .flImgContents-img.is-fl:not(.is-sp-float) {
    float: none;
  }
  .flImgContents-img.is-fl.is-sp-float {
    width: 35%;
    margin: 0 10px 10px 0;
  }
}

.text-s {
  font-size: 85%;
}

.text-l {
  font-size: 120%;
}

.cl-red {
  color: #ff0000;
}

.list-normal > li {
  margin: 0 0 10px;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
}
.list-normal > li::before {
  content: "●";
  margin-right: 5px;
  font-size: 10px;
  font-family: sans-serif;
  color: var(--themeColor);
}

.list-number {
  padding: 0 0 0 25px;
}
.list-number > li {
  list-style: decimal;
  margin: 0 0 10px;
}

.list-numbold {
  counter-reset: li;
  list-style: none;
  padding-left: 2.5rem;
}
.list-numbold > li::before {
  margin: 0 5px 0 -2rem;
  width: 2.5rem;
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
}

.al-r {
  text-align: right;
}

.al-c {
  text-align: center;
}

.full {
  width: 100%;
}

.size-30 {
  width: 30%;
}
@media (max-width: 767px) {
  .size-30 {
    width: 70%;
  }
}

.size-60 {
  width: 60%;
}
@media (max-width: 767px) {
  .size-60 {
    width: 100%;
  }
}

.indent {
  width: 97%;
  margin: 0 0 0 auto;
}

.moreLink {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 8px;
  font-family: var(--font-tenor);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .moreLink {
    font-size: 0.75rem;
    padding-right: 25px;
  }
}
.moreLink::before, .moreLink::after {
  content: "";
  display: inline-block;
  position: absolute;
  will-change: transform;
  background: var(--fontColor);
  transition: all 0.4s ease;
}
.moreLink::before {
  width: 1px;
  height: 19px;
  top: 1px;
  right: 9px;
}
@media (max-width: 767px) {
  .moreLink::before {
    top: 4px;
    height: 14px;
    right: 6.5px;
  }
}
.moreLink::after {
  width: 19px;
  height: 1px;
  right: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .moreLink::after {
    width: 14px;
    top: 10px;
  }
}
@media (hover: hover) {
  .moreLink:hover {
    opacity: 0.8;
  }
  .moreLink:hover::before, .moreLink:hover::after {
    transform: rotate(180deg);
  }
}
.moreLink.is-white {
  color: white;
}
.moreLink.is-white::before, .moreLink.is-white::after {
  background: white;
}

.section-small {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}
.section-1:first-child {
  margin-top: 0;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 70px;
}
.section-2:first-child {
  margin-top: 0;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 100px;
}
.section-3:first-child {
  margin-top: 0;
}

.section-center {
  max-width: var(--w);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .section-center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .section-center-sp {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.nowrap {
  white-space: nowrap;
}

.table-1 {
  border-collapse: collapse;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.table-1 tr {
  border-bottom: 2px dotted #ccc;
}
.table-1 th, .table-1 td {
  padding: 13px;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    font-size: 0.875rem;
  }
}
.table-1 th {
  background: #fcfbf5;
  color: var(--themeColor);
}
.table-1 a {
  color: var(--linkColor);
}
@media (max-width: 767px) {
  .table-1.is-sideTitle th {
    padding: 10px 0;
  }
  .table-1.is-sideTitle td {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .is-sideTitle tr {
    display: block;
  }
  .is-sideTitle th, .is-sideTitle td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .is-sideTitle th {
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.wfix {
  table-layout: fixed;
}

@media (max-width: 767px) {
  .tableScrollWrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-right: -5vw;
    padding-right: 5vw;
  }
}

.title-bold {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
}

.title-simple {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 1.0625rem;
  font-family: var(--font-tenor);
}
@media (max-width: 767px) {
  .title-simple {
    font-size: 0.875rem;
  }
}

.title-l {
  margin-bottom: 10px;
  font-family: var(--font-tenor);
  font-size: 2.8rem;
  line-height: 1;
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .title-l {
    font-size: 2.125rem;
    margin-bottom: 5px;
  }
}

.title-m-en {
  font-size: 1.875rem;
  font-family: var(--font-tenor);
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .title-m-en {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.title-m-ja {
  display: block;
  font-size: 1.4375rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .title-m-ja {
    margin-top: 5px;
    font-size: 0.8125rem;
  }
}

#container {
  background: #F2EEE8;
}

.main.is-bg-gray {
  background: #E9E9E9;
}

.contentsMain {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .contentsMain {
    padding-top: 70px;
  }
}

.useSvg {
  display: none;
}

.js-accordion-title {
  list-style: none;
  cursor: pointer;
}
.js-accordion-title::-webkit-details-marker {
  display: none;
}
@media (min-width: 768px) {
  .js-accordion-sp-only .js-accordion-title {
    pointer-events: none;
  }
}
.js-accordion-plus {
  position: absolute;
  right: 0;
  top: 20px;
  width: 28px;
  height: 28px;
  background: none;
  padding: 0;
  border: none;
}
@media (min-width: 768px) {
  .js-accordion-plus {
    display: none;
  }
}
.js-accordion-plus::before, .js-accordion-plus::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.js-accordion-plus::before {
  width: 50%;
  height: 1px;
}
.is-ac-open .js-accordion-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.js-accordion-content {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .js-accordion-sp-only .js-accordion-content {
    height: auto;
    overflow: auto;
  }
}
.js-accordion-content-inner {
  width: 100%;
}
@media (min-width: 768px) {
  .js-accordion-sp-only .js-accordion-content-inner {
    width: auto;
  }
}

.scrollIcon {
  position: absolute;
  top: calc(100vh - 250px);
  height: 250px;
  left: 85px;
}
@media (min-width: 1025px) and (max-width: 1339px) {
  .scrollIcon {
    left: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .scrollIcon {
    left: 3%;
  }
}
@media (max-width: 767px) {
  .scrollIcon {
    left: 8px;
  }
}
.scrollIcon-text {
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .scrollIcon-text {
    transform: rotate(90deg);
  }
}
.scrollIcon::before, .scrollIcon::after {
  content: "";
  width: 0.5px;
  height: calc(100% - 30px);
  background: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
}
@media (max-width: 767px) {
  .scrollIcon::before, .scrollIcon::after {
    height: calc(100% - 50px);
  }
}
.scrollIcon::before {
  opacity: 0.3;
}
.scrollIcon::after {
  transform-origin: top;
  animation: scaleYAnim 3s infinite;
}

.js-textup {
  position: relative;
  display: inline-block;
  overflow: clip;
}
.js-textup-inner {
  display: inline-block;
  transform: translateY(100%);
  transition: transform 0.6s 0.2s ease-out;
}
.is-animated .js-textup-inner {
  transform: translateY(0);
}
.is-endhide-start .js-textup-inner {
  transition-delay: 0s;
}
.js-textup::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0, currentColor 1%, currentColor 99%, transparent);
  transform: scale(0);
}
.js-textup.is-animated::after {
  animation: lineSpleadAnim 1s forwards;
}

@keyframes lineSpleadAnim {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.kv {
  position: relative;
  overflow: hidden;
}
.kv picture {
  display: block;
  width: 100%;
  height: auto;
}
.kv img {
  width: 100%;
}
.kv-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  color: #fff;
  padding-top: 10px;
  font-size: 1.0625rem;
  font-family: var(--font-tenor);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .kv-title {
    font-size: 1.25rem;
  }
}

.js-textCharUp {
  overflow: hidden;
  width: fit-content;
}
.js-textCharUp .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30%);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.js-textCharUp .char.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-textCharUp {
  position: relative;
  clip-path: inset(0 0 0);
}
.js-textCharUp .text-each {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  transition: 1s;
}
.js-textCharUp .text-each.is-active {
  opacity: 1;
  transform: translateY(0%);
}

.js-changeBgByScroll-trigger-item a {
  opacity: 0.35;
}
.js-changeBgByScroll-trigger-item.is-active a {
  opacity: 1;
}

.lang-en .lang-en-none {
  display: none;
}

.footerContact {
  background: url(../images/common/bg-contact.webp) no-repeat center/cover;
  padding-block: 160px;
}
@media (max-width: 767px) {
  .footerContact {
    padding: 60px 30px;
    background: url(../images/common/bg-contact-sp.webp) no-repeat center/cover;
  }
}
.footerContact-inner {
  position: relative;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .footerContact-inner {
    padding-inline: 3%;
  }
}
@media (max-width: 767px) {
  .footerContact-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  .footerContact-inner::after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    display: inline-block;
    width: calc(100% - 120px);
    height: 1px;
    background: #fff;
    position: absolute;
  }
}
.footerContact-title {
  position: relative;
  height: fit-content;
}
@media (max-width: 767px) {
  .footerContact-title {
    width: fit-content;
  }
}
.footerContact-title-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotateInfinite 15s infinite linear;
}
.footerContact-title-circle::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: -5px;
  top: calc(50% - 5px);
  will-change: transform;
}
.footerContact-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family: var(--font-tenor);
  font-size: 1.375rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footerContact-title-main {
    width: 200px;
    height: 200px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .footerContact-title-main {
    width: 120px;
    height: 120px;
    font-size: 0.9375rem;
  }
}
.footerContact-content {
  flex: 1;
  padding-top: 105px;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .footerContact-content {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  .footerContact-content {
    padding-top: 10px;
  }
}
.footerContact-content-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 70px;
  border-top: 1px solid #fff;
  padding: 32px 0 0 20%;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .footerContact-content-inner {
    padding-left: 5%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .footerContact-content-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-top: 0;
    padding: 0;
  }
}
.footerContact-content-text {
  line-height: 2;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .footerContact-content-text {
    font-size: 0.75rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lang-en .footerContact-content-text {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .footerContact-content-link {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footerContact-content-link {
    position: absolute;
    top: 75px;
    right: 0;
    text-align: right;
  }
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer {
  background: #002348;
  color: #fff;
  padding-bottom: 40px;
}
.footer-inner {
  padding: 97px 0;
}
@media (min-width: 768px) {
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .footer-inner {
    max-width: 90%;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-inner {
    flex-direction: column;
    gap: 60px 0;
  }
}
@media (max-width: 767px) {
  .footer-inner {
    display: block;
    padding: 85px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    width: 230px;
    margin: 0 auto 40px;
  }
}
.footer a {
  color: #fff;
}
.footer-main {
  display: flex;
  gap: 0 80px;
}
@media (min-width: 1025px) and (max-width: 1339px) {
  .footer-main {
    gap: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-main {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .footer-main {
    display: block;
  }
}
@media (min-width: 1025px) {
  .footer-main-r {
    min-width: 199px;
  }
}
@media (max-width: 767px) {
  .footer-main-r {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-block: 60px 0;
  }
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .footer-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .footer-bottom {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .footer-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-bottom-nav {
  font-size: 0.75rem;
}

.footerNavi {
  gap: 0 85px;
}
@media (max-width: 767px) {
  .footerNavi {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.footerNavi-col {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 85px;
}
@media (min-width: 1025px) and (max-width: 1339px) {
  .footerNavi-col {
    gap: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footerNavi-col {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .footerNavi-col {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footerNavi-col + .footerNavi-col {
    margin-top: 35px;
  }
}

@media (min-width: 1340px) {
  .footerNaviSect {
    min-width: 195px;
  }
}
@media (max-width: 767px) {
  .footerNaviSect + .footerNaviSect {
    margin-top: 0px;
  }
}
.footerNaviSect-title {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.125rem;
  font-family: var(--font-tenor);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(242, 238, 232, 0.3411764706);
}
@media (max-width: 767px) {
  .footerNaviSect-title {
    font-size: 1.25rem;
    padding-block: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footerNaviSect-title a {
    display: inline-block;
  }
}
@media (hover: hover) {
  .footerNaviSect-title a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .footerNaviSect .js-accordion-content-inner {
    padding-block: 25px;
  }
}
.footerNaviSect-list {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .footerNaviSect-list {
    font-size: 0.75rem;
  }
}
.footerNaviSect-list a {
  display: block;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .footerNaviSect-list a {
    padding: 6px 0;
  }
}
@media (hover: hover) {
  .footerNaviSect-list a:hover {
    opacity: 0.6;
  }
}
.footerNaviSect-single {
  margin-top: 60px;
}
.footerNaviSect-single a {
  display: block;
  padding: 6px 0;
  font-size: 1.125rem;
}
@media (hover: hover) {
  .footerNaviSect-single a:hover {
    opacity: 0.6;
  }
}

.footerContactLink {
  display: inline-block;
  margin-bottom: 40px;
  padding: 15px 34px;
  background: var(--fontColor);
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 767px) {
  .footerContactLink {
    width: 162px;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}
@media (hover: hover) {
  .footerContactLink:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

.footerGroupLogos-item + .footerGroupLogos-item {
  margin-top: 5px;
}
.footerGroupLogos-item a {
  display: block;
}

.footerCopy {
  display: block;
  font-family: var(--font-go-base);
  opacity: 0.5;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .footerCopy {
    font-size: 0.75rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    height: 66px;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 1024px) {
  .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0.5px solid #fff;
    opacity: 0.5;
    z-index: 6;
  }
}
.is-nav-bg .header::before {
  opacity: 1;
}
.is-nav-bg-no-transparent .header::before {
  background: rgb(255, 255, 255);
}
.header-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header-bg {
    display: none;
  }
}
.is-nav-hover .header-bg {
  opacity: 1;
}
.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3%;
}
@media (max-width: 1024px) {
  .header-inner {
    height: 100%;
    padding-left: 30px;
    align-items: center;
  }
}
.header-logo {
  position: relative;
  z-index: 8;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .header-logo {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .header-logo {
    width: 140px;
  }
}
.header-logo .reverseIcon {
  position: relative;
  display: flex;
  align-items: center;
}
.header-logo .reverseIcon a {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-logo .reverseIcon a img {
  vertical-align: top;
}
.header-logo .reverseIcon-blue {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.is-nav-bg .header-logo .reverseIcon-blue {
  opacity: 1;
}
.dwMenu-active .header-logo .reverseIcon-blue {
  opacity: 0;
}
.is-nav-hover .header-logo .reverseIcon-blue {
  opacity: 0;
}
.header-logo .reverseIcon-white {
  transition: all 0.3s ease;
}
.is-nav-bg .header-logo .reverseIcon-white {
  opacity: 0;
}
.dwMenu-active .header-logo .reverseIcon-white {
  opacity: 1;
}
.is-nav-hover .header-logo .reverseIcon-white {
  opacity: 1;
}
.header-r {
  display: flex;
  align-items: center;
  gap: 0 8.5rem;
}
@media (min-width: 1340px) {
  .header-r {
    gap: 0 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .header-r {
    gap: 0 1vw;
  }
}

.hedaerLang {
  display: flex;
  font-family: var(--font-tenor);
  z-index: 6;
}
@media (max-width: 1024px) {
  .hedaerLang {
    margin-right: 50px;
  }
}
.hedaerLang-li {
  display: flex;
}
@media (max-width: 1024px) {
  .hedaerLang-li {
    font-size: 0.8125rem;
  }
}
.hedaerLang-li a {
  display: inline-block;
  padding-inline: 5px;
  color: #fff;
  opacity: 0.5;
}
.is-nav-bg .hedaerLang-li a {
  color: var(--themeColor);
}
.dwMenu-active .hedaerLang-li a {
  color: #fff;
}
.is-nav-hover .hedaerLang-li a {
  color: #fff;
}
.hedaerLang-li a.is-current {
  opacity: 1;
}
@media (hover: hover) {
  .hedaerLang-li a:hover {
    opacity: 0.6;
  }
}
.hedaerLang-li + li::before {
  content: "/";
  color: #fff;
  transition: color 0.3s ease;
}
.is-nav-bg .hedaerLang-li + li::before {
  color: var(--themeColor);
}
.is-nav-hover .hedaerLang-li + li::before {
  color: #fff;
}
.dwMenu-active .hedaerLang-li + li::before {
  color: #fff;
}

@media (max-width: 1024px) {
  .gNavi {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 130px 0;
    margin: 0;
    background: #32475D;
    transition: all 0.8s cubic-bezier(0.78, 0.01, 0.18, 1);
    transform: translateX(0);
    z-index: 5;
    overflow-y: scroll;
  }
  .dwMenu-active .gNavi {
    transform: translateX(-100%);
  }
}
@media (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .gNavi {
    max-width: 100%;
  }
}
.gNavi-ul {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .gNavi-ul {
    height: var(--headerHeight);
  }
}
@media (max-width: 1024px) {
  .gNavi-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
    width: calc(100% - 80px);
    margin-inline: auto;
  }
}
.gNavi-ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  width: 100%;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .gNavi-ul::after {
    display: none;
  }
}
.gNavi-ul-li {
  position: relative;
  font-family: var(--font-tenor);
}
@media (min-width: 1025px) {
  .gNavi-ul-li {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .gNavi-ul-li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .is-nav-bg .gNavi-ul-li {
    color: var(--themeColor);
  }
  .is-nav-bg .gNavi-ul-li a {
    color: var(--themeColor);
  }
}
@media (min-width: 1025px) {
  .gNavi-ul-li-title {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .gNavi-ul-li-title {
    margin-bottom: 5px;
    border-bottom: 0.5px solid rgb(255, 255, 255);
  }
}
@media (max-width: 1024px) {
  .is-contact .gNavi-ul-li-title {
    border-bottom: none;
    margin-bottom: 0;
    height: 100%;
  }
}
.gNavi-ul-li-title > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1025px) and (max-width: 1339px) {
  .gNavi-ul-li-title > a {
    padding-inline: 20px;
  }
}
@media (max-width: 1024px) {
  .gNavi-ul-li-title > a {
    padding: 20px 0;
    font-size: 1.0625rem;
    letter-spacing: 0.05em;
  }
  .js-addHoverClass .gNavi-ul-li-title > a {
    width: calc(100% - 40px);
  }
}
.gNavi-ul-li-title > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
  transform-origin: left;
  background: #fff;
  will-change: width;
  z-index: 3;
}
@media (hover: hover) {
  .gNavi-ul-li-title > a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.is-nav-hover .gNavi-ul-li-title a {
  color: #fff;
}
@media (max-width: 1024px) {
  .gNavi-ul-li.is-contact, .gNavi-ul-li.is-listfarm {
    margin-top: 60px;
  }
  .gNavi-ul-li.is-contact::after, .gNavi-ul-li.is-listfarm::after {
    display: none;
  }
  .gNavi-ul-li.is-contact > a, .gNavi-ul-li.is-listfarm > a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .gNavi-ul-li.is-contact {
    border: 0.5px solid #fff;
    height: 42px;
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .gNavi-ul-li.is-contact a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0.8125rem;
  }
}
.gNavi-ul-li.is-listfarm {
  height: 42px;
  width: 120px;
  background: #fff;
}
.gNavi-ul-li.is-listfarm img {
  width: 100%;
}
@media (min-width: 1025px) {
  .gNavi-ul-li.is-listfarm {
    display: none;
  }
}
.gNavi-ul-li.is-listfarm a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  .gNavi-ul-li.is-pc-listfarm {
    display: none;
  }
}
.gNavi-bottom {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .gNavi-bottom {
    padding-inline: 35px;
  }
}
.gNavi-bottom-nav {
  display: block;
  margin-bottom: 20px;
  font-family: var(--font-tenor);
}
.gNavi-bottom-nav a {
  color: #fff;
  font-size: 0.75rem;
  z-index: 1;
}
.gNavi-bottom-small {
  display: block;
  margin-top: 10px;
  color: #fff;
  line-height: 1;
  font-family: var(--font-go-base);
  opacity: 0.5;
  font-size: 0.75rem;
  letter-spacing: -0.03em;
}
.gNavi-bottomNavi {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 60px);
  width: 100%;
  width: calc(100% - 80px);
}
.gNavi-bottomNavi-item {
  width: fit-content;
}
.gNavi-bottomNavi-item a {
  display: block;
}
@media (max-width: 767px) {
  .gNavi-bottomNavi-item a {
    margin-top: 50px;
    color: #fff;
    font-size: 0.75rem;
  }
}

@media (min-width: 1025px) {
  .gNaviSub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #32475D;
    padding-left: 10%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 0.3s ease;
  }
}
@media (max-width: 767px) {
  .gNaviSub {
    padding-left: 3%;
  }
}
@media (min-width: 1025px) {
  .gNavi-ul-li:hover .gNaviSub {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 768px) {
  .gNaviSub-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .gNaviSub-inner {
    max-width: 90%;
  }
}
.gNaviSub-inner {
  max-width: 1000px;
  display: flex;
  gap: 0 150px;
}
@media (min-width: 1025px) {
  .gNaviSub-inner {
    padding-block: calc(var(--headerHeight) + 30px) 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gNaviSub-inner {
    padding-block: 10px 20px;
  }
}
.gNaviSub-title {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gNaviSub-title {
    display: none;
  }
}
.gNaviSub-title-sub {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
.lang-en .gNaviSub-title-sub {
  display: none;
}
.gNaviSub-title-main {
  font-size: 1.3125rem;
  font-family: var(--font-tenor);
}
.gNaviSub-list {
  color: #fff;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .gNaviSub-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
  }
}
@media (max-width: 767px) {
  .gNaviSub-list {
    padding-top: 15px;
    font-size: 0.875rem;
  }
}
.gNaviSub-list a {
  display: flex;
  padding: 5px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .gNaviSub-list a::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 8px;
    margin-top: 3px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .gNaviSub-list a:hover::before {
    background: #fff;
  }
}
.gNavi-ul-li:hover .gNaviSub-list a {
  color: #fff;
}

.filter {
  position: fixed;
  width: 100%;
  height: 120%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 3;
}
.dwMenu-active .filter {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
}

.dwMenu {
  position: fixed;
  top: 17px;
  right: 17px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 15;
}
@media (min-width: 1025px) {
  .dwMenu {
    display: none;
  }
}
.dwMenu-hamburger {
  appearance: none;
  position: relative;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  animation: rotateone-back 1s forwards;
}
.dwMenu-active .dwMenu-hamburger {
  animation: rotateone 1s forwards;
}
.dwMenu-hamburger span {
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease;
}
.is-nav-bg .dwMenu-hamburger span {
  background: var(--themeColor);
}
.dwMenu-hamburger span:nth-of-type(1) {
  top: 9px;
  animation: menu-bar01 0.55s forwards;
}
.dwMenu-hamburger span:nth-of-type(2) {
  top: 17px;
  transition: opacity 0.25s 0.25s, background 0.3s 0s ease;
  opacity: 1;
}
.dwMenu-hamburger span:nth-of-type(3) {
  top: 25px;
  animation: menu-bar02 0.55s forwards;
}
.dwMenu-active .dwMenu-hamburger span {
  background: #fff;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(1) {
  animation: active-menu-bar01 0.55s forwards;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(2) {
  opacity: 0;
}
.dwMenu-active .dwMenu-hamburger span:nth-of-type(3) {
  animation: active-menu-bar03 0.55s forwards;
}

@keyframes rotateone {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotateone-back {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(35deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-35deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(35deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-35deg);
  }
}
.mv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #000 0%, #333 100%);
}
@media (max-width: 767px) {
  .mv {
    height: 66.5vw;
  }
}
.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv-bg picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-bg picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  text-align: center;
  color: #fff;
}
.mv-title-main {
  font-family: var(--font-tenor);
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 767px) {
  .mv-title-main {
    font-size: 1.25rem;
  }
}
.mv-title-sub {
  display: block;
  margin-top: 10px;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 767px) {
  .mv-title-sub {
    font-size: 0.875rem;
  }
}

.js-autoHeightSlider {
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .js-autoHeightSlider {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .js-autoHeightSlider {
    padding-bottom: 60px;
  }
}
.js-autoHeightSlider-item {
  display: flex;
  align-items: center;
  width: 260px;
}
@media (max-width: 767px) {
  .js-autoHeightSlider-item {
    width: 139px;
  }
}
.js-autoHeightSlider .splide__track {
  cursor: grab;
}
.js-autoHeightSlider .splide__track .splide__list {
  will-change: transform;
}
.js-autoHeightSlider .splide__pagination {
  display: flex !important;
}
.js-autoHeightSlider .splide__pagination li {
  width: fit-content;
  height: fit-content;
}
.js-autoHeightSlider .splide__pagination li button {
  width: 30px;
  border-radius: 0;
  height: 1px;
  margin: 0;
  background: var(--themeColor);
  opacity: 0.3;
}
.js-autoHeightSlider .splide__pagination li button.is-active {
  background: var(--themeColor);
  transform: scale(1);
  opacity: 1;
}

.serviceCircleItems {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .serviceCircleItems {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}
.serviceCircleItems-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 120px;
  font-family: var(--font-tenor);
  font-size: min(13px, 0.9027777778vw);
}
@media (min-width: 768px) {
  .serviceCircleItems-item + .serviceCircleItems-item {
    margin-left: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceCircleItems-item {
    width: 12.8472222222vw;
    height: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .serviceCircleItems-item {
    width: 150px;
    height: 100px;
    margin-top: -15px;
    font-size: 0.75rem;
  }
  .serviceCircleItems-item:nth-child(even) {
    margin-left: -10px;
  }
}
.is-white .serviceCircleItems-item {
  color: #fff;
}
.serviceCircleItems-item-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.serviceCircleItems-item-circle svg {
  width: 100%;
  height: 100%;
}
.serviceCircleItems-item-circle svg path.stroke-path {
  stroke: rgb(0, 0, 0);
}
.is-white .serviceCircleItems-item-circle svg path.stroke-path {
  stroke: rgb(255, 255, 255);
}
.serviceCircleItems-item-circle svg path.fill-path {
  fill: rgba(255, 255, 255, 0);
  transition: all 1s;
}
.serviceCircleItems-item.is-active svg.is-svg-animated .fill-path {
  fill: rgba(255, 255, 255, 0.25);
}

.js-modal-open {
  cursor: pointer;
}

.js-modalBg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - var(--headerHeight));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .js-modalBg {
    height: calc(100% - 60px);
  }
}

.js-modal {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - var(--headerHeight));
  background: #F2EEE8;
  display: grid;
  place-items: center;
  z-index: 8;
  visibility: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .js-modal {
    height: calc(100% - 66px);
  }
}
@media (max-width: 767px) {
  .js-modal {
    height: calc(100% - 60px);
  }
}
.js-modal-inner {
  position: relative;
  max-width: 1000px;
  height: fit-content;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .js-modal-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .js-modal-inner {
    max-width: calc(100% - 60px);
  }
}
.js-modal-close {
  appearance: none;
  border: none;
  position: absolute;
  background: none;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .js-modal-close {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .js-modal-close {
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .js-modal-close:hover {
    transform: scale(1.1);
  }
}
.js-modal-contents {
  background: rgba(0, 35, 72, 0.1019607843);
  border-radius: 20px;
  height: 80vh;
  max-height: fit-content;
  padding: 68px 80px 68px 104px;
  overflow: hidden;
}
@media (min-width: 1025px) and (max-width: 1339px) {
  .js-modal-contents {
    padding-block: 68px;
    padding-inline: 7.2222222222vw 6.25vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .js-modal-contents {
    padding-block: 60px;
    padding-inline: 50px 35px;
  }
}
@media (max-width: 767px) {
  .js-modal-contents {
    padding: 52px 25px 20px;
    border-radius: 10px;
    height: 82vh;
  }
}
.js-modal-contents-scroll {
  width: 100%;
  height: 100%;
  max-height: fit-content;
  padding-right: 10px;
  overflow-y: scroll;
  scrollbar-width: 4px;
  scrollbar-color: rgba(5, 24, 51, 0.2) transparent;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .js-modal-contents-scroll {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .js-modal-contents-scroll {
    padding-right: 0;
  }
}
.js-modal-contents-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 0;
}
.js-modal-contents-scroll::-webkit-scrollbar-button {
  display: none;
}
.js-modal-contents-scroll::-webkit-scrollbar-thumb {
  overflow: hidden;
  border-radius: 0;
  background: rgba(5, 24, 51, 0.2);
}
.js-modal-contents-scroll::-webkit-scrollbar-corner {
  background: transparent;
}

.js-thumbSlider-main {
  position: relative;
  width: 800px;
  margin-inline: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .js-thumbSlider-main {
    width: 100%;
  }
}
.js-thumbSlider-main .splide__slide {
  width: 800px;
  height: 450px;
}
@media (max-width: 767px) {
  .js-thumbSlider-main .splide__slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
  }
}
.js-thumbSlider-main .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.js-thumbSlider-main .splide__pagination {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: fit-content;
  height: fit-content;
  top: 64px;
  right: 66px;
  left: auto;
}
.js-thumbSlider-main .splide__pagination li button {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.js-thumbSlider-main .splide__pagination li button.is-active {
  background: var(--themeColor);
  transform: scale(1);
  background: #fff;
  opacity: 1;
}
.js-thumbSlider-thumb {
  padding-block: 60px 110px;
}
@media (max-width: 767px) {
  .js-thumbSlider-thumb {
    padding-block: 50px 50px;
  }
}
.js-thumbSlider-thumb .splide__list {
  align-items: center;
}
.js-thumbSlider-thumb .splide__list .splide__slide {
  width: fit-content;
  height: fit-content;
  border: none;
}
.js-thumbSlider-thumb .splide__list .splide__slide.is-active {
  border: none;
}
.js-thumbSlider-thumb .splide__pagination {
  display: flex !important;
}
.js-thumbSlider-thumb .splide__pagination li {
  width: fit-content;
  height: fit-content;
}
.js-thumbSlider-thumb .splide__pagination li button {
  width: 30px;
  border-radius: 0;
  height: 1px;
  margin: 0;
  background: var(--themeColor);
  opacity: 0.3;
}
.js-thumbSlider-thumb .splide__pagination li button.is-active {
  background: var(--themeColor);
  transform: scale(1);
  opacity: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--themeColor);
  display: grid;
  place-items: center;
  z-index: 9999;
  transition: all 0.5s ease;
  pointer-events: none;
  visibility: hidden;
}
.loading img {
  animation: loadingAnim 1s ease;
}
@media (max-width: 767px) {
  .loading img {
    width: 60%;
  }
}
.is-topLoading-end .loading {
  opacity: 0;
  pointer-events: none;
}

@keyframes loadingAnim {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.topMv {
  position: relative;
  min-height: 100vh;
  padding-bottom: 120px;
}
.topMv-filter {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
}
.topMv-video {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
.topMv-video-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.topMv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scaleYAnim {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  49% {
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.topConcept {
  position: relative;
  max-width: 850px;
  margin-inline: auto;
  color: #fff;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topConcept {
    padding-inline: 5%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .topConcept {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .topConcept {
    padding-inline: 52px 5%;
  }
}
.topConcept-inner {
  position: relative;
  padding-top: var(--titleTopPos);
}
@media (max-width: 767px) {
  .topConcept-inner {
    padding-top: var(--titleTopPosSp);
  }
}
.is-mv-scroll .topConcept-inner {
  padding-top: 0;
}
.topConcept-title {
  position: sticky;
  top: var(--titleTopPos);
  left: 0;
  margin-bottom: var(--titleTopPosMarginBtm);
}
@media (max-width: 767px) {
  .topConcept-title {
    top: var(--titleTopPosSp);
    margin-bottom: var(--titleTopPosMarginBtmSp);
  }
}
.topConcept-title::after {
  content: none;
}
.is-mv-scroll .topConcept-title {
  position: static;
}
.topConcept-title-main {
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .topConcept-title-main {
    line-height: 1.7;
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .lang-en .topConcept-title-main {
    font-size: 1.25rem;
  }
}
.topConcept-title-main.js-textup-inner {
  opacity: 0;
  transform: translateY(30px);
}
.is-topLoading-end .is-animated .topConcept-title-main.js-textup-inner {
  transition: opacity 1.4s 0.3s ease, transform 1.4s 0.3s ease-out;
  transform: translateY(0);
  opacity: 1;
}
.is-topLoading-end .topConcept-title.is-animated::after {
  animation: lineSpleadAnim 2s 0.5s forwards;
}
.is-topLoading-end .topConcept-title.is-endhide-start::after {
  animation: lineSpleadAnim 0.2s 0s forwards;
}
.topConcept-text {
  margin-top: 50vh;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .topConcept-text {
    font-size: 0.875rem;
  }
}
.is-mv-scroll .topConcept-text {
  margin-top: 0;
}
.topConcept-text p {
  line-height: 2;
}
.topConcept-text p + p {
  margin-top: 1.8rem;
}
.topConcept-more {
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topConcept-more {
    right: 3%;
  }
}
@media (max-width: 767px) {
  .topConcept-more {
    position: static;
    margin-top: 40px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .topConcept-more .moreLink {
    font-size: 0.78125rem;
  }
}

.topProjects {
  position: relative;
  padding-block: 140px 200px;
  background: #F2EEE8;
  z-index: 1;
}
@media (max-width: 767px) {
  .topProjects {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .topProjects .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topProjects .title-simple {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .topProjects .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}

@media (min-width: 1340px) {
  .topProjectsSlider {
    margin-left: var(--side);
  }
}

.slidePanel {
  width: 400px;
}
@media (max-width: 767px) {
  .slidePanel {
    width: 260px;
  }
}
.slidePanel-subtitle {
  margin-bottom: 15px;
  font-family: var(--font-tenor);
  font-size: 1.0625rem;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .slidePanel-subtitle {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .slidePanel-subtitle {
    padding-left: 5px;
    font-size: 0.8125rem;
  }
}
.slidePanel-title {
  margin-bottom: 5px;
  font-size: 1rem;
  font-family: var(--font-tenor);
}
@media (min-width: 768px) {
  .slidePanel-title {
    padding-left: 10px;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .slidePanel-title {
    min-height: 70px;
    padding-inline: 5px 20px;
    font-weight: bold;
    font-size: 0.9375rem;
    overflow: hidden;
  }
}
.slidePanel-text {
  font-size: 0.75rem;
  overflow: hidden;
  display: -webkit-box;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1025px) {
  .slidePanel-text {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .slidePanel-text {
    padding-inline: 5px 20px;
  }
}
@media (min-width: 768px) {
  .lang-en .slidePanel-text {
    margin-bottom: 20px;
  }
}
.slidePanel-img {
  overflow: hidden;
}
@media (max-width: 767px) {
  .slidePanel-img {
    margin-top: 25px;
  }
}
.slidePanel-img img {
  transition: all 1s ease;
}
@media (hover: hover) {
  .slidePanel-img:hover img {
    transform: scale(1.05);
    opacity: 1;
  }
}

.topService {
  position: relative;
  margin-bottom: 200px;
}
@media (min-width: 768px) {
  .topService {
    height: calc(var(--topServiceWindowHeight) * 4 + 100vh);
  }
}
@media (max-width: 767px) {
  .topService {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .topService .title-simple {
    position: absolute;
    top: min(200px, 24vh);
    left: var(--side);
    z-index: 1;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topService .title-simple {
    left: 5%;
  }
}
@media (max-width: 767px) {
  .topService .title-simple {
    margin-bottom: 35px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.topService-sticky {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .topService-sticky {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
  }
}
.topService-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  overflow: hidden;
}
.topService-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.8s ease-in-out;
}
.topService-bg-img.is-active {
  opacity: 1;
  transform: scale(1);
}
.topService-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topService-circle {
  position: absolute;
  top: 100px;
  right: 66px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .topService-circle {
    top: 100px;
    right: 30px;
  }
}
.topService-circle-item {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: background-color 0.3s ease;
}
@media (max-width: 767px) {
  .topService-circle-item {
    width: 8px;
    height: 8px;
  }
}
.topService-circle-item.is-active {
  background: #fff;
}
.topService-inner {
  position: absolute;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: var(--headerHeight);
}
.topService-contents {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 135px;
}
@media (min-width: 768px) {
  .topService-contents {
    width: fit-content;
    margin-inline: auto;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topService-contents {
    gap: 0 9.375vw;
  }
}
@media (max-width: 767px) {
  .topService-contents {
    flex-direction: column;
    gap: 60px 0;
  }
}

.serviceNavi {
  color: #fff;
  width: 240px;
}
@media (max-width: 767px) {
  .serviceNavi {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.serviceNavi-ul-li {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.35);
  transform: translateY(30px);
  transition: all 0.4s ease;
  opacity: 0;
}
.serviceNavi-ul-li + .serviceNavi-ul-li {
  margin-top: -1px;
}
.is-show .serviceNavi-ul-li:nth-child(1) {
  transition-delay: 0s;
  transform: translateY(0);
  opacity: 1;
}
.is-show .serviceNavi-ul-li:nth-child(2) {
  transition-delay: 0.2s;
  transform: translateY(0);
  opacity: 1;
}
.is-show .serviceNavi-ul-li:nth-child(3) {
  transition-delay: 0.4s;
  transform: translateY(0);
  opacity: 1;
}
.is-show .serviceNavi-ul-li:nth-child(4) {
  transition-delay: 0.6s;
  transform: translateY(0);
  opacity: 1;
}
.is-show .serviceNavi-ul-li:nth-child(5) {
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
.is-show .serviceNavi-ul-li:nth-child(6) {
  transition-delay: 1s;
  transform: translateY(0);
  opacity: 1;
}
.serviceNavi-ul-li:first-child {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.serviceNavi-ul-li a {
  color: #fff;
  display: block;
  padding: 25px;
  transition: all 0.4s ease;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceNavi-ul-li a {
    padding: 1.7361111111vw;
  }
}
@media (max-width: 767px) {
  .serviceNavi-ul-li a {
    padding: 30px 0;
    text-align: center;
  }
}
.lang-en .serviceNavi-ul-li a {
  padding: 35px 20px;
}
.serviceNavi-ul-li.is-active {
  box-shadow: inset 0 -1px 0 rgb(255, 255, 255), inset 0 1px 0 rgb(255, 255, 255);
}
.serviceNavi-ul-li-en {
  display: block;
  font-family: var(--font-tenor);
  font-size: 1.4375rem;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceNavi-ul-li-en {
    font-size: 1.25rem;
  }
}
.serviceNavi-ul-li-ja {
  font-size: 0.8125rem;
}
.lang-en .serviceNavi-ul-li-ja {
  display: none;
}

.topServiceSpSection {
  position: relative;
  width: 100%;
  aspect-ratio: 2.27;
  padding: 30px;
  margin-bottom: 1px;
}
.topServiceSpSection-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topServiceSpSection-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topServiceSpSection-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 125px;
  height: 65px;
  margin-bottom: 28px;
  z-index: 1;
  color: #fff;
  font-size: 0.625rem;
}
.topServiceSpSection-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topServiceSpSection-title {
  position: relative;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
  z-index: 1;
}

@media (min-width: 768px) {
  .topNews {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topNews {
    max-width: 90%;
  }
}
.topNews {
  background: #fff;
  margin-bottom: 200px;
  padding: 40px 80px 30px;
}
@media (max-width: 767px) {
  .topNews {
    margin-bottom: 100px;
    padding: 50px 30px 20px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.topNews .title-simple {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .topNews .title-simple {
    font-size: 0.875rem;
  }
}
.topNews-main {
  margin-inline: auto;
}
@media (min-width: 1025px) {
  .topNews-main {
    padding-left: 190px;
  }
}
@media (max-width: 767px) {
  .topNews-main {
    margin-top: 50px;
  }
}
.topNews-more {
  text-align: right;
  margin-top: 35px;
}
@media (min-width: 1025px) {
  .topNews-more .moreLink {
    padding-right: 25px;
    font-size: 0.875rem;
  }
  .topNews-more .moreLink::before {
    height: 14px;
    top: 3px;
  }
  .topNews-more .moreLink::after {
    width: 14px;
    right: 2px;
  }
}

.newsSect {
  position: relative;
  display: flex;
  padding: 32px;
  border-bottom: 1px solid var(--fontColor);
}
@media (max-width: 767px) {
  .newsSect {
    flex-direction: column;
    gap: 6px 0;
    padding: 15px 0;
    border-color: rgba(0, 35, 72, 0.4);
  }
}
.newsSect::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fontColor);
  top: 41px;
  left: 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  .newsSect::before {
    position: absolute;
    top: 23px;
    left: 0;
  }
}
@media (hover: hover) {
  .newsSect:hover {
    opacity: 0.6;
  }
}
.newsSect:first-child {
  border-top: 1px solid var(--themeColor);
}
@media (max-width: 767px) {
  .newsSect:first-child {
    border-color: rgba(0, 35, 72, 0.4);
  }
}
.newsSect-date {
  display: block;
  width: 120px;
  font-size: 0.8125rem;
  color: var(--fontColor);
  font-family: var(--font-tenor);
  line-height: 1;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .newsSect-date {
    width: 100%;
    margin-bottom: 3px;
    padding-left: 20px;
    font-size: 0.75rem;
    opacity: 0.5;
  }
}
.newsSect-title {
  flex: 1;
  display: flex;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .newsSect-title-icon {
    min-width: 120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .newsSect-title-icon {
    position: absolute;
    top: 14px;
    left: 100px;
  }
}
.newsSect-title-icon-i {
  height: fit-content;
  white-space: nowrap;
  display: inline-block;
  border-radius: 2px;
  font-size: 0.75rem;
  background: var(--themeColor);
  padding: 4px 10px;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .newsSect-title-icon-i {
    padding: 2px 6px;
  }
}
.newsSect-title-main {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .newsSect-title-main {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .newsSect-title-main {
    font-size: 0.8125rem;
  }
}

.topAbout {
  max-width: 1440px;
  padding-block: 0 190px;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topAbout {
    padding-block: c0 13.1944444444vw;
  }
}
@media (max-width: 767px) {
  .topAbout {
    overflow: hidden;
    padding-block: 0 96px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 768px) {
  .topAbout-more {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .topAbout-more {
    max-width: 90%;
  }
}
.topAbout-more {
  max-width: 1440px;
  text-align: right;
  margin-top: 24px;
}
@media (max-width: 1480px) and (min-width: 768px) {
  .topAbout-more {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .topAbout-more {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}

.aboutPanelGrid {
  display: grid;
  gap: 1px;
  grid-template: "img1 img2 img2 img2 img2 img2 img2 img3 img3 img3 img3 img3 img3" auto "img1 img4 img4 img4 img4 img5 img5 img5 img5 img6 img6 img6 img6" auto/6fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .aboutPanelGrid {
    grid-template: "img1 img1" auto "img2 img3" auto "img4 img4" auto "img5 img6" auto/1fr 1fr;
  }
}

.aboutPanelItem {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.aboutPanelItem:nth-child(1) {
  grid-area: img1;
}
.aboutPanelItem:nth-child(2) {
  grid-area: img2;
}
.aboutPanelItem:nth-child(3) {
  grid-area: img3;
}
.aboutPanelItem:nth-child(4) {
  grid-area: img4;
}
.aboutPanelItem:nth-child(5) {
  grid-area: img5;
}
.aboutPanelItem:nth-child(6) {
  grid-area: img6;
}
.aboutPanelItem-bg {
  position: static;
  opacity: 0.4;
  transition: opacity 0.8s;
  overflow: hidden;
}
@media (hover: hover) {
  a:hover .aboutPanelItem-bg {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .aboutPanelItem-bg {
    position: static;
  }
}
.aboutPanelItem-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
@media (hover: hover) {
  a:hover .aboutPanelItem-bg img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.aboutPanelItem-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
}
.aboutPanelItem-text-subtitle {
  font-size: 0.75rem;
}
.lang-en .aboutPanelItem-text-subtitle {
  display: none;
}
.aboutPanelItem-text-title {
  font-size: 1.25rem;
  font-family: var(--font-tenor);
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aboutPanelItem-text-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .aboutPanelItem-text-title {
    text-align: center;
    margin-top: 5px;
    font-size: 1rem;
  }
}
.aboutPanelItem .moreLink {
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .aboutPanelItem .moreLink {
    opacity: 1;
    right: 26px;
    bottom: 32px;
  }
  .aboutPanelItem .moreLink::before, .aboutPanelItem .moreLink::after {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .aboutPanelItem .moreLink-inner {
    display: none;
  }
}
@media (hover: hover) {
  .aboutPanelItem:hover .moreLink {
    opacity: 1;
  }
  .aboutPanelItem:hover .moreLink::before, .aboutPanelItem:hover .moreLink::after {
    transform: rotate(180deg);
  }
}

@media (min-width: 768px) {
  .aboutUs .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .aboutUs .title-simple {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .aboutUs .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.aboutUs-heading {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .aboutUs-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .aboutUs-heading {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .aboutUs-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.aboutUs-heading-lead {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .aboutUs-heading-lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
    line-height: 2;
  }
}
.aboutUs-heading-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .aboutUs-heading-text {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .aboutSlider .js-autoHeightSlider-item {
    width: auto;
  }
}

@media (min-width: 768px) {
  .siteContentsLinksGrid {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .siteContentsLinksGrid {
    max-width: 90%;
  }
}
.siteContentsLinksGrid {
  max-width: 1340px;
  margin: 200px auto;
  display: grid;
  gap: 1px;
  grid-template: "img1 img1 img1 img1 img1 img1 img2 img2 img2 img2 img2 img2" auto "img3 img3 img3 img3 img4 img4 img4 img4 img5 img5 img5 img5" auto/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .siteContentsLinksGrid {
    margin: 100px auto 50px auto;
    width: calc(100% - 20px);
    grid-template: "img1 img2" auto "img3 img3" auto "img4 img5" auto/1fr 1fr;
  }
}

.siteContentsLinks {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  overflow: hidden;
}
@media (min-width: 768px) {
  .siteContentsLinks {
    height: 22.5694444444vw;
  }
}
.siteContentsLinks:nth-child(1) {
  grid-area: img1;
}
.siteContentsLinks:nth-child(2) {
  grid-area: img2;
}
.siteContentsLinks:nth-child(3) {
  grid-area: img3;
}
.siteContentsLinks:nth-child(4) {
  grid-area: img4;
}
.siteContentsLinks:nth-child(5) {
  grid-area: img5;
}
.siteContentsLinks-bg {
  position: static;
  opacity: 0.4;
  transition: opacity 0.8s;
  overflow: hidden;
}
@media (hover: hover) {
  a:hover .siteContentsLinks-bg {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .siteContentsLinks-bg {
    position: static;
  }
}
.siteContentsLinks-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
@media (hover: hover) {
  a:hover .siteContentsLinks-bg img {
    opacity: 1;
    transform: scale(1.1);
  }
}
.siteContentsLinks-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  color: #fff;
}
.siteContentsLinks-text-subtitle {
  font-size: 0.75rem;
}
.lang-en .siteContentsLinks-text-subtitle {
  display: none;
}
.siteContentsLinks-text-title {
  font-size: 1.25rem;
  font-family: var(--font-tenor);
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .siteContentsLinks-text-title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .siteContentsLinks-text-title {
    text-align: center;
    margin-top: 5px;
    font-size: 1rem;
  }
}
.siteContentsLinks .moreLink {
  position: absolute;
  bottom: 20px;
  right: 30px;
  transition: all 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .siteContentsLinks .moreLink {
    opacity: 1;
    right: 26px;
    bottom: 32px;
  }
  .siteContentsLinks .moreLink::before, .siteContentsLinks .moreLink::after {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .siteContentsLinks .moreLink-inner {
    display: none;
  }
}
@media (hover: hover) {
  .siteContentsLinks:hover .moreLink {
    opacity: 1;
  }
  .siteContentsLinks:hover .moreLink::before, .siteContentsLinks:hover .moreLink::after {
    transform: rotate(180deg);
  }
}

.companySect {
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  .companySect {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .companySect {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .companySect {
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .companySect-table {
    padding-left: 180px;
  }
}
.companySect-table .list_table {
  position: relative;
}
.companySect-table .list_table::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: var(--themeColor);
  position: absolute;
  left: 0;
  top: 0;
}
.companySect-table .list_table tr {
  position: relative;
}
@media (max-width: 767px) {
  .companySect-table .list_table tr {
    display: block;
  }
}
.companySect-table .list_table tr::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background: var(--themeColor);
  position: absolute;
  left: 0;
  bottom: 0;
}
.companySect-table .list_table th, .companySect-table .list_table td {
  font-size: 1rem;
  padding-block: 32px;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .companySect-table .list_table th, .companySect-table .list_table td {
    padding-block: 30px;
    font-size: 0.75rem;
  }
}
.companySect-table .list_table th > div, .companySect-table .list_table td > div {
  line-height: 1.95;
}
.companySect-table .list_table th {
  font-weight: bold;
}
@media (min-width: 768px) {
  .companySect-table .list_table th {
    width: 300px;
    padding-left: 72px;
  }
}
@media (max-width: 767px) {
  .companySect-table .list_table th {
    width: 110px;
    padding-right: 10px;
  }
}

.display-group {
  display: none !important;
}

.groupSummary {
  max-width: 1130px;
  width: 100%;
  background: #fff;
  padding: 100px;
  margin: 0 auto 140px;
}
@media (max-width: 767px) {
  .groupSummary {
    margin: 0 auto 100px;
    width: calc(100% - 40px);
    padding: 40px 20px 60px;
  }
}
.groupSummary-logo {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .groupSummary-logo {
    width: 200px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
.groupSummary-lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.1;
  font-weight: bold;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .groupSummary-lead {
    font-size: 1rem;
  }
}
.groupSummary-text {
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .groupSummary-text {
    letter-spacing: -0.02rem;
    font-size: 0.8125rem;
  }
}
.groupSummary-text-note {
  margin-top: 35px;
  font-size: 0.75rem;
}

.groupmap {
  text-align: center;
}

@media (min-width: 768px) {
  .groupInfo {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .groupInfo {
    max-width: 90%;
  }
}
.groupInfo {
  max-width: 1130px;
  padding-block: 140px 200px;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .groupInfo {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .groupInfo {
    padding-block: 100px;
    width: calc(100% - 40px);
    margin-inline: auto;
  }
}
.groupInfo-cont {
  background: #fff;
  padding: 0 102px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .groupInfo-cont {
    padding: 40px 5%;
  }
}
@media (max-width: 767px) {
  .groupInfo-cont {
    padding: 40px 20px;
  }
}

.groupCompanySect {
  display: flex;
  align-items: center;
  padding-block: 50px;
  gap: 30px;
}
@media (max-width: 767px) {
  .groupCompanySect {
    flex-direction: column;
    padding: 50px 0;
    text-align: center;
  }
  .groupCompanySect:first-child {
    padding-top: 0;
  }
  .groupCompanySect:last-child {
    padding-bottom: 0;
  }
}
.groupCompanySect + .groupCompanySect {
  border-top: 1px solid rgba(0, 35, 72, 0.5);
}
@media (min-width: 1025px) {
  .groupCompanySect-title {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .groupCompanySect-title {
    width: 34%;
  }
}
@media (max-width: 767px) {
  .groupCompanySect-title {
    margin-bottom: 10px;
  }
  .groupCompanySect-title img {
    width: auto;
    height: 70px;
  }
}
.groupCompanySect-r {
  flex: 1;
}
.groupCompanySect-name {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .groupCompanySect-name {
    font-size: 0.9375rem;
    margin-bottom: 20px;
  }
}
.lang-en .groupCompanySect-name {
  font-weight: normal;
  font-family: var(--font-tenor);
}
.groupCompanySect-tag {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .groupCompanySect-tag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px min(15px, 5%);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .groupCompanySect-tag.is-layout1 {
    display: flex;
    max-width: 300px;
  }
}
.groupCompanySect-tag.is-grid2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .groupCompanySect-tag.is-grid2 {
    grid-template-columns: repeat(1, auto);
  }
}
.groupCompanySect-tag-li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 0.8125rem;
  border: 1px solid rgba(0, 35, 72, 0.5);
}
@media (max-width: 767px) {
  .groupCompanySect-tag-li {
    width: 213px;
    font-size: 0.75rem;
    padding-inline: 10px;
  }
}
.lang-en .groupCompanySect-tag-li {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .is-layout1 .groupCompanySect-tag-li {
    width: min(87px, 30%);
  }
  .is-layout1 .groupCompanySect-tag-li:nth-child(4) {
    margin-left: 10%;
  }
  .is-layout1 .groupCompanySect-tag-li:nth-child(5) {
    margin-right: 10%;
  }
}
.groupCompanySect-more {
  text-align: right;
}
@media (min-width: 768px) {
  .groupCompanySect-more.is-minusMargin {
    margin-top: -40px;
  }
}

.phConcept {
  position: relative;
  max-width: 700px;
  margin-inline: auto;
  padding-bottom: 160px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .phConcept {
    padding-inline: 3%;
  }
}
@media (max-width: 767px) {
  .phConcept {
    padding-bottom: 70px;
    max-width: calc(100% - 100px);
  }
}
.phConcept-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .phConcept-title {
    margin-bottom: 30px;
  }
}
.phConcept-title-en {
  display: block;
  font-size: 1.0625rem;
  font-family: var(--font-tenor);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .phConcept-title-en {
    font-size: 0.8125rem;
  }
}
.phConcept-title-main {
  font-size: 2.0625rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .phConcept-title-main {
    line-height: 1.7;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .phConcept-title-main :not(.is-animated) .js-textup-inner {
    transform: translateY(2.8em);
  }
}
@media (max-width: 767px) {
  .phConcept-text {
    font-size: 0.75rem;
  }
}
.phConcept-text p {
  line-height: 2;
}
.phConcept-text p + p {
  margin-top: 1.8rem;
}

.groupPh {
  padding-block: 200px;
  border-top: 0.5px solid #000;
}
@media (max-width: 767px) {
  .groupPh {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .groupPh-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .groupPh-inner {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .groupPh-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.groupPh .title-m {
  margin-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .groupPh .title-m {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .groupPh .title-m {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .groupPh-cont {
    display: flex;
  }
}
@media (min-width: 1340px) {
  .groupPh-cont {
    padding-left: 100px;
  }
}

.phPointsect-wrap {
  position: relative;
}

.groupPhAnimTitles {
  margin-bottom: 45px;
}
.groupPhAnimTitles-inner {
  position: relative;
  position: sticky;
  top: 40vh;
  width: 250px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .groupPhAnimTitles-inner {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .lang-en .groupPhAnimTitles-inner {
    width: 170px;
  }
}
.groupPhAnimTitles-inner .phPointsect-title {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease;
}
@media (min-width: 768px) {
  .groupPhAnimTitles-inner .phPointsect-title {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: translateY(20px);
    opacity: 0;
  }
  .groupPhAnimTitles-inner .phPointsect-title.is-active {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateY(0);
    opacity: 1;
  }
}

.phPointsect {
  display: flex;
  max-width: 1000px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .phPointsect {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .phPointsect {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .phPointsect:first-child {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .phPointsect:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .phPointsect + .phPointsect {
    margin-top: 100px;
  }
}
.phPointsect-title {
  margin-top: 10px;
  font-size: 1rem;
  white-space: nowrap;
  font-family: var(--font-tenor);
}
@media (max-width: 767px) {
  .phPointsect-title {
    white-space: normal;
    font-size: 0.8125rem;
  }
}
@media (min-width: 768px) {
  .phPointsect-wrap .phPointsect-title {
    opacity: 0;
    position: absolute;
  }
}
.phPointsect-title.is-indent {
  text-indent: -1em;
  padding-left: 1.2em;
}
.phPointsect-cont {
  flex: 1;
}
.phPointsect-cont-lead {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .phPointsect-cont-lead {
    font-size: 3.4vw;
  }
}
@media (max-width: 767px) {
  .phPointsect-cont-lead {
    font-size: 1rem;
    line-height: 2.2;
  }
}
.phPointsect-cont-list {
  padding-left: 2em;
}
@media (max-width: 767px) {
  .phPointsect-cont-list {
    padding-left: 1em;
  }
}
.phPointsect-cont-list li {
  list-style: disc;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .phPointsect-cont-list li {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.phPointsect-cont-list li + li {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .phPointsect-cont-list li + li {
    margin-top: 15px;
  }
}
.phPointsect-cont-commitmentList-item {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .phPointsect-cont-commitmentList-item {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .phPointsect-cont-commitmentList-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.phPointsect-cont-commitmentList-item + .phPointsect-cont-commitmentList-item {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .phPointsect-cont-commitmentList-item + .phPointsect-cont-commitmentList-item {
    margin-top: 15px;
  }
}
.phPointsect-cont-commitmentList-item-dt {
  width: 430px;
  font-size: 1.5625rem;
  margin-bottom: 12px;
  font-family: var(--font-tenor);
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .phPointsect-cont-commitmentList-item-dt {
    font-size: 1.25rem;
    width: 270px;
  }
}
@media (max-width: 767px) {
  .phPointsect-cont-commitmentList-item-dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.0625rem;
  }
}
.phPointsect-cont-commitmentList-item-dt .num {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .phPointsect-cont-commitmentList-item-dt .num {
    font-size: 1.25rem;
  }
}
.phPointsect-cont-commitmentList-item-dd {
  flex: 1;
  font-size: 0.9375rem;
  margin-top: -5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .phPointsect-cont-commitmentList-item-dd {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .phPointsect-cont-commitmentList-item-dd {
    margin-left: 42px;
    font-size: 0.75rem;
    letter-spacing: 0.13em;
  }
}

.serviceSummary {
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  .serviceSummary {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceSummary {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .serviceSummary {
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .serviceSummary .title-simple {
    margin-bottom: 40px;
  }
}
.serviceSummary-lead {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .serviceSummary-lead {
    margin-bottom: 40px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: left;
  }
}

.serviceContentsWrapper {
  display: flex;
  position: relative;
}

.serviceContentsNavi {
  position: absolute;
  top: 0;
  right: 100px;
  text-align: right;
  z-index: 2;
  height: calc(100% - 50vh);
  padding-top: 14vh;
  pointer-events: none;
}
@media (max-width: 767px) {
  .serviceContentsNavi {
    top: 0;
    right: 30px;
    padding-top: 40px;
  }
}
.serviceContentsNavi-ul {
  position: sticky;
  top: 20vh;
  display: inline-block;
  height: 0;
  width: fit-content;
  pointer-events: all;
}
@media (max-width: 767px) {
  .serviceContentsNavi-ul {
    top: 70px;
  }
}
.serviceContentsNavi-ul-li {
  color: #fff;
}
.serviceContentsNavi-ul-li a {
  appearance: none;
  background: none;
  display: flex;
  gap: 0 8px;
  border: none;
  color: inherit;
  font-size: 0.75rem;
  padding: 5px 0;
  font-family: var(--font-mi-base);
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .serviceContentsNavi-ul-li a {
    text-align: left;
    line-height: 1.4;
  }
}
.serviceContentsNavi-ul-li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .serviceContentsNavi-ul-li a::before {
    margin-top: 4px;
    width: 6px;
    height: 6px;
  }
}
.serviceContentsNavi-ul-li a.is-active::before {
  background: #fff;
}
@media (hover: hover) {
  .serviceContentsNavi-ul-li a:hover {
    opacity: 0.7;
  }
}

.serviceSectWrapper {
  width: 100%;
}

.serviceSect {
  position: relative;
  width: 100%;
  height: 800px;
}
@media (max-width: 767px) {
  .serviceSect {
    height: 100vh;
  }
}
.serviceSect a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .serviceSect a {
    height: 100%;
  }
}
.serviceSect-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.serviceSect-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s ease;
}
@media (hover: hover) {
  a:hover .serviceSect-bg img {
    opacity: 1;
    transform: scale(1.05);
  }
}
.serviceSect-circle {
  position: absolute;
  top: 100px;
  left: 100px;
}
@media (max-width: 767px) {
  .serviceSect-circle {
    top: 80px;
    left: 30px;
  }
}
.serviceSect .title-m {
  position: absolute;
  bottom: 100px;
  left: 100px;
  color: #fff;
}
.serviceSect .title-m-en {
  font-size: 1.4375rem;
}
@media (max-width: 767px) {
  .serviceSect .title-m-en {
    display: block;
    margin-bottom: 3px;
    font-size: 1.25rem;
  }
}
.serviceSect .title-m-ja {
  font-size: 0.8125rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .serviceSect .title-m-ja {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
.lang-en .serviceSect .title-m-ja {
  display: none;
}
@media (max-width: 767px) {
  .serviceSect .title-m {
    bottom: 120px;
    left: 30px;
    font-size: 1.25rem;
  }
}
.serviceSect-more {
  position: absolute;
  bottom: 100px;
  right: 100px;
}
@media (max-width: 767px) {
  .serviceSect-more {
    bottom: 40px;
    left: 30px;
  }
}
@media (min-width: 768px) {
  .serviceSect-more .moreLink {
    padding-right: 70px;
  }
  .serviceSect-more .moreLink::before {
    height: 50px;
    right: 25px;
    top: -15px;
  }
  .serviceSect-more .moreLink::after {
    width: 50px;
  }
}

.projectList {
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  .projectList {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .projectList {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .projectList {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .projectList .title-simple {
    margin-bottom: 40px;
  }
}
.projectList-lead {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .projectList-lead {
    text-align: left;
    font-size: 0.8125rem;
  }
}

.projectSectWrap {
  margin-top: 100px;
  max-width: 950px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .projectSectWrap {
    margin: 40px auto 0;
  }
}

.projectSect + .projectSect {
  margin-top: 140px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .projectSect + .projectSect {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .projectSect + .projectSect {
    margin-top: 40px;
  }
}
.projectSect-en {
  font-family: var(--font-tenor);
  font-size: 1rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .projectSect-en {
    font-size: 0.8125rem;
  }
}
.projectSect-title {
  margin-bottom: 20px;
  font-family: var(--font-tenor);
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .projectSect-title {
    font-size: 0.9375rem;
  }
}
.projectSect-img {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .projectSect-img {
    margin-bottom: 20px;
  }
}
.projectSect-img a {
  display: block;
}
.projectSect-img a img {
  transform: scale(1);
  transition: transform 1s ease;
}
@media (hover: hover) {
  .projectSect-img a img:hover {
    transform: scale(1.1);
    opacity: 1;
  }
}
.projectSect-img img {
  width: 100%;
}
.projectSect-img.is-comingsoon::after {
  content: "Coming Soon..";
  display: block;
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 1.875rem;
  font-family: var(--font-tenor);
}
@media (max-width: 767px) {
  .projectSect-img.is-comingsoon::after {
    font-size: 0.875rem;
  }
}
.projectSect-more {
  text-align: right;
}

.newsControl {
  display: block;
  width: fit-content;
  margin: 0 0 40px auto;
}
@media (max-width: 767px) {
  .newsControl {
    margin-bottom: 20px;
  }
}
.newsControl select {
  background: transparent;
  border: 1px solid rgba(0, 35, 72, 0.3);
  border-radius: 0;
  min-width: 130px;
}
@media (max-width: 767px) {
  .newsControl select {
    height: 35px;
    padding: 5px;
  }
}

.newsContents {
  max-width: 1040px;
  margin-inline: auto;
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .newsContents {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .newsContents {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    padding-bottom: 70px;
  }
}
.newsContents .title-m {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .newsContents .title-m {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newsContents .title-m-en {
    font-size: 0.8125rem;
  }
}

.newsSection {
  position: relative;
  display: flex;
  padding: 32px 0;
  border-bottom: 0.5px solid var(--themeColor);
}
@media (max-width: 767px) {
  .newsSection {
    flex-direction: column;
    gap: 5px 0;
    padding: 30px 0;
  }
}
@media (hover: hover) {
  .newsSection:hover {
    opacity: 0.6;
  }
}
.newsSection:first-child {
  border-top: 0.5px solid var(--themeColor);
}
.newsSection-date {
  display: block;
  width: 120px;
  font-size: 0.8125rem;
  color: var(--themeColor);
  font-family: var(--font-tenor);
  line-height: 1;
}
@media (min-width: 768px) {
  .newsSection-date {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .newsSection-date {
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.8125rem;
  }
}
.newsSection-title {
  flex: 1;
  display: flex;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .newsSection-title-icon {
    min-width: 120px;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .newsSection-title-icon {
    position: absolute;
    top: 24px;
    left: 90px;
  }
}
.newsSection-title-icon-i {
  height: fit-content;
  white-space: nowrap;
  display: inline-block;
  border-radius: 2px;
  font-size: 0.75rem;
  background: var(--themeColor);
  padding: 4px 10px;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .newsSection-title-icon-i {
    padding: 2px 6px;
  }
}
.newsSection-title-main {
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .newsSection-title-main {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .newsSection-title-main {
    font-size: 0.75rem;
  }
}

.pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  font-family: var(--font-tenor);
}
@media (max-width: 767px) {
  .pager {
    margin-top: 50px;
  }
}
.pager-prev, .pager-next {
  position: relative;
}
@media (max-width: 767px) {
  .pager-prev, .pager-next {
    font-size: 0.75rem;
  }
}
.pager-prev.is-disabled, .pager-next.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.pager-prev::before, .pager-next::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 10px;
  position: absolute;
  top: 5px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .pager-prev::before, .pager-next::before {
    width: 20px;
    height: 6px;
    top: 8px;
  }
}
.pager-prev {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .pager-prev {
    padding-left: 30px;
  }
}
.pager-prev::before {
  left: 0;
  background: url(../images/common/icon-arrow-l.png) no-repeat left center/contain;
}
@media (hover: hover) {
  .pager-prev:hover::before {
    transform: translateX(-5px);
  }
}
.pager-next {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .pager-next {
    padding-right: 30px;
  }
}
.pager-next::before {
  right: 0;
  background: url(../images/common/icon-arrow-r.png) no-repeat right center/contain;
}
@media (hover: hover) {
  .pager-next:hover::before {
    transform: translateX(5px);
  }
}
.pager-numbers {
  display: flex;
  gap: 0 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager-numbers li a, .pager-numbers li span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.875rem;
  color: var(--themeColor);
}
.pager-numbers li a.current, .pager-numbers li span.current {
  font-weight: bold;
  border-bottom: 2px solid var(--themeColor);
}
.pager-numbers li a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .newsDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .newsDetail {
    max-width: 90%;
  }
}
.newsDetail {
  max-width: 900px;
  padding: 0 5% 120px;
}
@media (max-width: 767px) {
  .newsDetail {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.newsDetail-head-image {
  margin-bottom: 20px;
}
.newsDetail-head-info {
  margin-bottom: 40px;
}
.newsDetail-head-meta {
  margin-bottom: 40px;
}
.newsDetail-head-date {
  margin-right: 10px;
}
.newsDetail-head-title {
  margin-bottom: 60px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .newsDetail-head-title {
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.newsDetail-content h3 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
}
.newsDetail-link {
  margin-top: 30px;
}
.newsDetail-back {
  border-top: 1px solid var(--themeColor);
  padding-top: 60px;
  margin-top: 60px;
  text-align: center;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 0.8125rem;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
}
.breadcrumbs a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .mv.is-listfarm {
    height: 100vh;
  }
  .mv.is-listfarm img {
    object-position: bottom;
  }
}

.listfarmWrapper {
  background: #00493A;
  color: #fff;
  padding-block: 192px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmWrapper {
    padding-block: 80px;
  }
}
@media (max-width: 767px) {
  .listfarmWrapper {
    padding-block: 100px;
  }
}

.listfarmSummary {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 98px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .listfarmSummary {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .listfarmSummary-imgs {
    width: 100%;
  }
}
.listfarmSummary-imgs-item {
  position: absolute;
  margin: auto;
  width: 330px;
  height: fit-content;
}
@media (max-width: 767px) {
  .listfarmSummary-imgs-item {
    position: static;
    width: 100%;
  }
}
.listfarmSummary-imgs-item.is-1 {
  top: 0;
  bottom: 0;
  right: calc(50% + 450px);
}
@media (min-width: 768px) and (max-width: 1339px) {
  .listfarmSummary-imgs-item.is-1 {
    right: 80%;
  }
}
@media (max-width: 767px) {
  .listfarmSummary-imgs-item.is-1 {
    width: 80%;
    margin-inline: auto 0;
  }
  .listfarmSummary-imgs-item.is-1 img {
    width: 100%;
  }
}
.listfarmSummary-imgs-item.is-2 {
  top: 0;
  bottom: 0;
  left: calc(50% + 450px);
}
@media (min-width: 768px) and (max-width: 1339px) {
  .listfarmSummary-imgs-item.is-2 {
    left: 80%;
  }
}
@media (max-width: 767px) {
  .listfarmSummary-imgs-item.is-2 {
    width: 60%;
    margin-inline: 0 auto;
    margin-top: 60px;
  }
}

.listfarmSummaryLead {
  padding: 100px 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .listfarmSummaryLead {
    width: 100%;
    padding: 0 20px 100px;
  }
}
.listfarmSummaryLead-logo {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .listfarmSummaryLead-logo {
    max-width: 280px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
}
.listfarmSummaryLead-copy {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .listfarmSummaryLead-copy {
    font-size: 1.25rem;
    text-align: center;
  }
}
.listfarmSummaryLead-text {
  font-size: 1rem;
  line-height: 1.95;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmSummaryLead-text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .listfarmSummaryLead-text {
    font-size: 0.875rem;
    text-align: center;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .listfarmSlider.js-autoHeightSlider .splide__list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .listfarmSlider.js-autoHeightSlider .splide__slide {
    width: 260px;
  }
}
.listfarmSlider.js-autoHeightSlider .splide__pagination__page {
  background: #F2EEE8;
  opacity: 0.3;
}
.listfarmSlider.js-autoHeightSlider .splide__pagination__page.is-active {
  background: #fff;
  opacity: 1;
}

.listfarmDesc {
  display: flex;
  padding-top: 200px;
}
@media (min-width: 768px) {
  .listfarmDesc {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .listfarmDesc {
    max-width: 90%;
  }
}
@media (min-width: 1340px) {
  .listfarmDesc {
    max-width: 1100px;
  }
}
@media (min-width: 768px) {
  .listfarmDesc {
    align-items: center;
    gap: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmDesc {
    gap: 50px;
    padding-top: 100px;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .listfarmDesc {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    gap: 60px;
    padding-top: 100px;
  }
}
.listfarmDesc:last-of-type {
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmDesc:last-of-type {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .listfarmDesc:last-of-type {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .listfarmDesc.is-reverse {
    flex-direction: row-reverse;
  }
}
.listfarmDesc-img {
  width: 600px;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .listfarmDesc-img {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .listfarmDesc-img {
    max-width: 100%;
  }
}
.listfarmDesc-text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmDesc-text {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .listfarmDesc-text {
    font-size: 0.875rem;
  }
}
.listfarmDesc-text-lead {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .listfarmDesc-text-lead {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.listfarmDesc-text p + p {
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmDesc-text p + p {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .listfarmDesc-text p + p {
    margin-top: 30px;
  }
}

.listfarmLogo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: fit-content;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .listfarmLogo {
    gap: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .listfarmLogo {
    max-width: 280px;
    padding-bottom: 60px;
    gap: 20px;
  }
}
@media (hover: hover) {
  .listfarmLogo:hover img {
    opacity: 0.6;
  }
}
.listfarmLogo-linkLabel {
  display: flex;
  align-items: center;
  font-size: 1.875rem;
  font-family: var(--font-tenor);
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .listfarmLogo-linkLabel {
    font-size: 1.0625rem;
  }
}
.listfarmLogo-linkLabel::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/common/icon-outlink-white.svg) no-repeat center center/contain;
  margin-left: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .listfarmLogo-linkLabel::after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media (hover: hover) {
  .listfarmLogo:hover .listfarmLogo-linkLabel::after {
    transform: translate(4px, -4px);
  }
}

@media (min-width: 768px) {
  .strengthSectionWrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .strengthSectionWrapper {
    max-width: 90%;
  }
}
@media (min-width: 1340px) {
  .strengthSectionWrapper {
    max-width: 1050px;
  }
}
@media (max-width: 767px) {
  .strengthSectionWrapper-subtitle {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    font-size: 0.8125rem;
    margin-bottom: 50px;
  }
}

.strengthSection {
  display: grid;
  grid-template: "title lead" auto "img img" auto/1fr 640px;
  gap: 70px 30px;
  padding-block: 150px;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strengthSection {
    grid-template: "title" "img" "lead"/100%;
    gap: 0;
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .strengthSection {
    grid-template: "title" "lead" "img"/100%;
    gap: 0;
    padding-block: 100px;
    padding-inline: 30px;
  }
}
.strengthSection:first-of-type {
  padding-top: 0;
  max-width: 100%;
}
.strengthSection + .strengthSection {
  border-top: 1px solid #002348;
}
@media (max-width: 767px) {
  .strengthSection + .strengthSection {
    border-color: rgba(0, 0, 0, 0.3);
  }
}
.strengthSection .title-simple {
  grid-area: title;
}
@media (min-width: 1025px) {
  .strengthSection .title-simple {
    font-size: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .strengthSection .title-simple {
    font-size: 1.1875rem;
    margin-bottom: 30px;
  }
}
.strengthSection-lead {
  grid-area: lead;
  font-size: 1rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .strengthSection-lead {
    font-size: 0.75rem;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
}
.strengthSection-img {
  grid-area: img;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .strengthSection-img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .strengthSection-img {
    margin-top: 30px;
  }
}
.strengthSection-img img {
  width: 100%;
}

.messageWrapper {
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .messageWrapper {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .messageWrapper {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .messageWrapper .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .messageWrapper .title-simple {
    max-width: 90%;
  }
}
.messageWrapper .title-simple {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .messageWrapper .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-bottom: 40px;
  }
}

.messageContent {
  display: flex;
  gap: 0 100px;
  padding-left: calc(var(--side) + 5%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .messageContent {
    gap: 0 60px;
  }
}
@media (max-width: 767px) {
  .messageContent {
    flex-direction: column;
    gap: 40px 0;
  }
}
.messageContent-desc {
  width: 680px;
  max-width: 50%;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .messageContent-desc {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .messageContent-desc {
    width: 100%;
    max-width: 100%;
    padding-inline: 30px;
  }
}
.messageContent-desc-lead {
  margin-bottom: 60px;
  font-size: 1.5625rem;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .messageContent-desc-lead {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .messageContent-desc-lead {
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 2;
  }
}
.messageContent-desc-text {
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .messageContent-desc-text {
    font-size: 0.875rem;
  }
}
.messageContent-desc-text p + p {
  margin-top: 30px;
}
.messageContent-desc-sign {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  .messageContent-desc-sign {
    width: 220px;
    margin: 30px 0 0 auto;
  }
}

.messageContentImg {
  flex: 1;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .messageContentImg {
    width: calc(100% - 60px);
    margin-inline: auto;
  }
  .messageContentImg img {
    width: 100%;
  }
}
.messageContentImg-name {
  margin-top: 40px;
  width: fit-content;
}
@media (max-width: 767px) {
  .messageContentImg-name {
    margin-top: 20px;
  }
}
.messageContentImg-name-sub {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}
.messageContentImg-name-main {
  display: block;
  font-size: 2.1875rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .messageContentImg-name-main {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .messageContentImg-name-main {
    font-size: 1.6875rem;
  }
}
.messageContentImg-name-main-en {
  margin-left: 30px;
  font-size: 1.25rem;
  font-family: var(--font-tenor);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .messageContentImg-name-main-en {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .messageContentImg-name-main-en {
    font-size: 0.8125rem;
  }
}

.achievementSect {
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .achievementSect {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .achievementSect .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .achievementSect .title-simple {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .achievementSect .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-bottom: 40px;
  }
}
.achievementSect-lead {
  margin-bottom: 100px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .achievementSect-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-bottom: 60px;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: left;
  }
}

.achievementList {
  max-width: 975px;
  margin-inline: auto;
  border-top: 1px solid rgba(0, 35, 72, 0.25);
}
@media (min-width: 768px) and (max-width: 1339px) {
  .achievementList {
    padding-inline: 20px;
  }
}
@media (max-width: 767px) {
  .achievementList {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}

.archiveItem {
  padding-block: 32px;
  display: flex;
  border-bottom: 1px solid rgba(0, 35, 72, 0.25);
}
@media (max-width: 767px) {
  .archiveItem {
    flex-direction: column;
    padding-block: 30px;
  }
}
.archiveItem-date {
  font-size: 1.125rem;
  font-weight: bold;
  width: 225px;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .archiveItem-date {
    width: 100%;
    font-size: 0.75rem;
  }
}
.archiveItem-title {
  flex: 1;
  font-size: 1.125rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .archiveItem-title {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.archiveItem-title-other {
  margin-top: 30px;
}
.archiveItem-visual {
  width: 300px;
}
@media (max-width: 767px) {
  .archiveItem-visual {
    margin-top: 20px;
    width: 100%;
  }
}
.archiveItem-visual-img {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .archiveItem-visual-img {
    margin-bottom: 0;
  }
}
.archiveItem-visual-cap {
  font-size: 0.75rem;
}

.serviceDetailWrapper {
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailWrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .serviceDetailWrapper {
    padding-bottom: 100px;
  }
}

.serviceDetailSummary {
  padding-bottom: 200px;
  border-bottom: 1px solid var(--themeColor);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailSummary {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .serviceDetailSummary {
    padding-bottom: 100px;
  }
}
.serviceDetailSummary.is-no-border {
  border-bottom: none;
}
@media (min-width: 768px) {
  .serviceDetailSummary .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceDetailSummary .title-simple {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .serviceDetailSummary .title-simple {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.serviceDetailSummary .serviceCircleItems-item {
  width: 242px;
  height: 157px;
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .serviceDetailSummary .serviceCircleItems-item {
    width: 150px;
    height: 100px;
    opacity: 0;
    font-size: 0.75rem;
  }
  .is-site-open .serviceDetailSummary .serviceCircleItems-item {
    opacity: 1;
    transition: opacity 0.1s ease 0.5s;
  }
}
.serviceDetailSummary-lead {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .serviceDetailSummary-lead {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceDetailSummary-lead {
    max-width: 90%;
  }
}
.serviceDetailSummary-lead {
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceDetailSummary-lead {
    padding-inline: 5%;
  }
}
@media (max-width: 767px) {
  .serviceDetailSummary-lead {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    font-size: 0.8125rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lang-en .serviceDetailSummary-lead {
    max-width: 860px;
  }
}
.serviceDetailSummary-lead p {
  line-height: 1.95;
}
.serviceDetailSummary-lead p + p {
  margin-top: 30px;
}

.serviceDetailSect {
  padding-block: 200px;
}
@media (min-width: 768px) {
  .serviceDetailSect {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceDetailSect {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailSect {
    padding-block: 100px;
  }
}
@media (max-width: 767px) {
  .serviceDetailSect {
    padding-block: 100px;
  }
}
.serviceDetailSect.is-single {
  padding-top: 0;
}
.serviceDetailSect + .serviceDetailSect {
  border-top: 1px solid var(--themeColor);
}
.serviceDetailSect:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .serviceDetailSect .title-m {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceDetailSect .title-m {
    max-width: 90%;
  }
}
.serviceDetailSect .title-m {
  margin-bottom: 150px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailSect .title-m {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .serviceDetailSect .title-m {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .serviceDetailSect .title-m-en {
    font-size: 1.5625rem;
  }
}
.lang-en .serviceDetailSect .title-m-ja {
  display: none;
}
.serviceDetailSect-desc {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1070px;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailSect-desc {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .serviceDetailSect-desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.serviceDetailSect-desc-img {
  width: 60%;
}
@media (max-width: 767px) {
  .serviceDetailSect-desc-img {
    width: 100%;
  }
}
.serviceDetailSect-desc-img img {
  width: 100%;
}
.serviceDetailSect-desc-text {
  width: 400px;
  max-width: 100%;
  font-size: 0.9375rem;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailSect-desc-text {
    width: 60%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .serviceDetailSect-desc-text {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    font-size: 0.8125rem;
  }
}
.serviceDetailSect-desc-text p {
  line-height: 2.2;
}
.serviceDetailSect-desc-text p + p {
  margin-top: 2em;
}
.serviceDetailSect-viewmore {
  width: fit-content;
  margin: 100px auto 0;
  text-align: center;
  transition: all 0.3s;
  will-change: margin-top, opacity;
}
@media (max-width: 767px) {
  .serviceDetailSect-viewmore {
    width: 100%;
    max-width: 315px;
    margin-top: 60px;
  }
}
.is-ac-open .serviceDetailSect-viewmore {
  opacity: 0;
  pointer-events: none;
  margin-top: 0;
}

.serviceDetailPr {
  margin-top: 150px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailPr {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .serviceDetailPr {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.serviceDetailPr .title-simple {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .serviceDetailPr .title-simple {
    margin-bottom: 10px;
  }
}
.serviceDetailPr-cont {
  max-width: 1070px;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  background: #fff;
  padding: 10px;
  gap: 0 60px;
}
@media (max-width: 767px) {
  .serviceDetailPr-cont {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.serviceDetailPr-cont-img {
  max-width: 415px;
}
@media (max-width: 767px) {
  .serviceDetailPr-cont-img {
    width: 100%;
  }
}
.serviceDetailPr-cont-img img {
  width: 100%;
}
.serviceDetailPr-cont-desc {
  flex: 1;
  font-family: var(--font-tenor);
}
@media (min-width: 768px) {
  .serviceDetailPr-cont-desc {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .serviceDetailPr-cont-desc {
    width: 100%;
  }
}
.serviceDetailPr-cont-desc-title {
  font-size: 1.125rem;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .serviceDetailPr-cont-desc-title {
    font-size: 0.75rem;
    margin-bottom: 10px;
  }
}
.serviceDetailPr-cont-desc-text {
  margin-bottom: 50px;
  font-size: 1.5625rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1339px) {
  .serviceDetailPr-cont-desc-text {
    margin-bottom: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serviceDetailPr-cont-desc-text {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .serviceDetailPr-cont-desc-text {
    margin-bottom: 15px;
    font-size: 0.9375rem;
  }
}
.serviceDetailPr-cont-desc-more {
  text-align: right;
}
@media (hover: hover) {
  a:hover .serviceDetailPr-cont-desc-more .moreLink {
    opacity: 0.8;
  }
  a:hover .serviceDetailPr-cont-desc-more .moreLink::before, a:hover .serviceDetailPr-cont-desc-more .moreLink::after {
    transform: rotate(180deg);
  }
}

.serviceToArchive {
  text-align: center;
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .serviceToArchive {
    margin-top: 100px;
  }
}
.serviceToArchive-title {
  margin-bottom: 35px;
  font-size: 2.0625rem;
  font-family: var(--font-tenor);
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .serviceToArchive-title {
    font-size: 1.25rem;
  }
}
.serviceToArchive-title-sub {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .serviceToArchive-title-sub {
    font-size: 0.75rem;
  }
}
.lang-en .serviceToArchive-title-sub {
  display: none;
}
.serviceToArchive-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-family: var(--font-tenor);
  letter-spacing: 0.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  .serviceToArchive-link {
    font-size: 0.8125rem;
  }
}
.serviceToArchive-link::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url(../images/common/icon-outlink.svg) no-repeat center center/contain;
  margin-left: 20px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .serviceToArchive-link::after {
    width: 14px;
    height: 14px;
    margin-left: 10px;
  }
}
@media (hover: hover) {
  a:hover .serviceToArchive-link::after {
    transform: translate(4px, -4px);
  }
}

.servicePr {
  width: fit-content;
  margin: 150px auto 0;
}
@media (max-width: 767px) {
  .servicePr {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-top: 80px;
  }
}
.servicePr .title-simple {
  margin-bottom: 20px;
}
.servicePr-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 60px;
  margin-inline: auto;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .servicePr-cont {
    display: block;
  }
}
.servicePr-cont-item {
  width: 100%;
  max-width: 470px;
}
@media (min-width: 1340px) {
  .servicePr-cont-item {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .servicePr-cont-item + .servicePr-cont-item {
    margin-top: 50px;
  }
}
.js-accordion-content .servicePr-cont {
  transform: translateY(30px);
}
.is-ac-open .js-accordion-content .servicePr-cont {
  transform: translateY(0);
}
.servicePr-moreAccordions .js-accordion {
  display: none;
}
.servicePr-moreAccordions .js-accordion:first-child {
  display: block;
}
.servicePr-moreAccordions .js-accordion.is-ac-open + .js-accordion {
  display: block;
}
.servicePr-moreAccordions-close {
  display: none;
  width: fit-content;
  margin: 100px auto 0;
  text-align: center;
  transition: all 0.3s;
  will-change: margin-top, opacity;
}
@media (max-width: 767px) {
  .servicePr-moreAccordions-close {
    width: 100%;
    max-width: 315px;
    margin-top: 60px;
  }
}
.js-accordion:last-of-type.is-ac-open + .servicePr-moreAccordions-close {
  display: block;
}

.servicePrItemThumb {
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  font-family: var(--font-tenor);
  color: var(--themeColor);
  text-align: left;
}
.servicePrItemThumb-img {
  margin-bottom: 20px;
  overflow: hidden;
  aspect-ratio: 1.67;
}
@media (max-width: 767px) {
  .servicePrItemThumb-img {
    margin-bottom: 15px;
  }
}
.servicePrItemThumb-img img {
  transition: transform 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servicePr-cont-item:hover .servicePrItemThumb-img img {
  transform: scale(1.1);
}
.servicePrItemThumb-place {
  font-size: 1.125rem;
  font-family: var(--font-tenor);
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .servicePrItemThumb-place {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .servicePrItemThumb-place {
    font-size: 0.75rem;
  }
}
.servicePrItemThumb-label {
  position: relative;
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .servicePrItemThumb-label {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .servicePrItemThumb-label {
    font-size: 0.9375rem;
  }
}
.servicePrItemThumb-label::before, .servicePrItemThumb-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: var(--themeColor);
  width: 18px;
  height: 1px;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .servicePrItemThumb-label::before, .servicePrItemThumb-label::after {
    width: 14px;
  }
}
.servicePrItemThumb-label::before {
  top: 16px;
  right: 0;
}
@media (max-width: 767px) {
  .servicePrItemThumb-label::before {
    top: 8px;
  }
}
.servicePrItemThumb-label::after {
  transform: rotate(90deg);
  top: 16px;
  right: 0;
}
@media (max-width: 767px) {
  .servicePrItemThumb-label::after {
    top: 8px;
  }
}
.servicePr-cont-item:hover .servicePrItemThumb-label::before {
  transform: rotate(180deg);
}
.servicePr-cont-item:hover .servicePrItemThumb-label::after {
  transform: rotate(270deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .servicePrItemModal {
    width: min(600px, 70vw);
  }
}
.servicePrItemModal-heading {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .servicePrItemModal-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .servicePrItemModal-heading {
    flex-direction: column;
    gap: 20px;
  }
}
.servicePrItemModal-heading-img {
  width: 400px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .servicePrItemModal-heading-img {
    width: 100%;
  }
  .servicePrItemModal-heading-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .servicePrItemModal-heading-img {
    width: 100%;
  }
  .servicePrItemModal-heading-img img {
    width: 100%;
  }
}
.servicePrItemModal-desc {
  flex: 1;
}
.servicePrItemModal-desc-place {
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-family: var(--font-tenor);
}
@media (max-width: 767px) {
  .servicePrItemModal-desc-place {
    font-size: 0.75rem;
  }
}
.servicePrItemModal-desc-name {
  margin-bottom: 30px;
  font-size: 1.5625rem;
}
@media (max-width: 767px) {
  .servicePrItemModal-desc-name {
    margin-bottom: 20px;
    font-size: 0.9375rem;
  }
}
.servicePrItemModal-desc-info {
  line-height: 2;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .servicePrItemModal-desc-info {
    font-size: 0.75rem;
  }
}
.servicePrItemModal-text {
  font-size: 0.875rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .servicePrItemModal-text {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.simpleDl-item {
  display: flex;
}
.simpleDl-item + .simpleDl-item {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .simpleDl-item + .simpleDl-item {
    margin-top: 5px;
  }
}
.simpleDl-item dt {
  width: 80px;
}
@media (max-width: 767px) {
  .simpleDl-item dt {
    width: 70px;
  }
}
.lang-en .simpleDl-item dt {
  width: 100px;
}
@media (max-width: 767px) {
  .lang-en .simpleDl-item dt {
    width: 90px;
  }
}
.simpleDl-item dd {
  flex: 1;
}

@media (max-width: 767px) {
  .mv.is-lavignehakuba {
    height: 100vh;
  }
  .mv.is-lavignehakuba img {
    object-position: bottom;
  }
}

@media (max-width: 767px) {
  .mv.is-poltronafrausuitesmotoazabu {
    height: 100vh;
  }
  .mv.is-poltronafrausuitesmotoazabu img {
    object-position: bottom;
  }
}
.mv.is-poltronafrausuitesmotoazabu .js-textup-inner {
  transform: translateY(100px);
}
.mv.is-poltronafrausuitesmotoazabu .is-animated .js-textup-inner {
  transform: translateY(0);
}

@media (max-width: 767px) {
  .mv.is-thetowershonantsujido {
    height: 100vh;
  }
  .mv.is-thetowershonantsujido img {
    object-position: bottom;
  }
}

.projectDetailContents {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .projectDetailContents {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .projectDetailContents .title-l {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .projectDetailContents .title-l {
    max-width: 90%;
  }
}
.projectDetailContents .title-l {
  max-width: 800px;
}
@media (max-width: 767px) {
  .projectDetailContents .title-l {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mainContent-poltronafrausuitesmotoazabu .projectDetailContents .title-l {
    letter-spacing: -0.03em;
  }
}
@media (max-width: 767px) {
  .mainContent-thetowershonantsujido .projectDetailContents .title-l {
    letter-spacing: -0.05em;
    font-size: 2rem;
  }
}
.projectDetailContents-desclayout {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .projectDetailContents-desclayout {
    margin-top: 0px;
  }
}

.projectImgsSlider {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .projectImgsSlider {
    padding-bottom: 50px;
  }
}
.projectImgsSlider .splide__slide {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .projectImgsSlider .splide__slide {
    margin-right: 30px !important;
  }
}
.projectImgsSlider .splide__slide picture {
  display: block;
}

.projectMainImg {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.projectMainImg img {
  width: 100%;
}

@media (min-width: 768px) {
  .projectConcept {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .projectConcept {
    max-width: 90%;
  }
}
.projectConcept {
  max-width: calc(900px + 10%);
  display: grid;
  padding: 60px 5% 90px;
}
@media (max-width: 767px) {
  .projectConcept {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    padding: 20px 0 60px;
  }
}
@media (min-width: 768px) {
  .projectConcept.is-layout-1 {
    grid-template: "title text" auto "img img" 1fr/auto 1fr;
    gap: 40px 36px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .projectConcept.is-layout-1 {
    grid-template: "title" auto "text" auto "img" auto/1fr;
    gap: 20px 0;
  }
}
@media (max-width: 767px) {
  .projectConcept.is-layout-1 {
    grid-template: "title" auto "text" auto "img" auto/1fr;
    gap: 30px 0;
  }
}
@media (min-width: 768px) {
  .projectConcept.is-layout-1.with-sideSect {
    grid-template: "title text" auto "sidesect sidesect" auto "img img" 1fr/auto 1fr;
    gap: 100px 80px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .projectConcept.is-layout-1.with-sideSect {
    grid-template: "title title" auto "text text" auto "sidesect sidesect" auto "img img" auto/1fr;
    gap: 20px 0;
  }
}
@media (max-width: 767px) {
  .projectConcept.is-layout-1.with-sideSect {
    grid-template: "title" auto "text" auto "img" auto "sidesect" auto/1fr;
    gap: 30px 0;
  }
}
@media (min-width: 768px) {
  .projectConcept.is-layout-2 {
    grid-template: "img title" auto "img text" auto/50.5% auto;
    align-items: center;
    gap: 30px 60px;
    padding-block: 0 100px;
  }
}
@media (max-width: 767px) {
  .projectConcept.is-layout-2 {
    grid-template: "img" auto "title" auto "text" auto/1fr;
    gap: 0;
    padding-block: 0 40px;
  }
}
@media (min-width: 768px) {
  .projectConcept.is-layout-2.is-reverse {
    grid-template: "title img" auto "text img" auto/1fr 50.5%;
  }
}
.projectConcept-title {
  grid-area: title;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .projectConcept-title {
    font-size: 1.1875rem;
  }
}
.is-layout-2 .projectConcept-title {
  align-self: end;
}
@media (max-width: 767px) {
  .is-layout-2 .projectConcept-title {
    margin-bottom: 10px;
  }
}
.projectConcept-text {
  grid-area: text;
  font-size: 0.8125rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .projectConcept-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .projectConcept-text p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .projectConcept-text p + p {
    margin-top: 2em;
  }
}
@media (min-width: 768px) {
  .lang-en .projectConcept-text p + p {
    margin-top: 2em;
  }
}
.is-layout-2 .projectConcept-text {
  align-self: start;
}
.projectConcept-img {
  grid-area: img;
  width: 100%;
}
@media (max-width: 767px) {
  .projectConcept-img {
    width: calc(100% + 60px);
    margin-inline: calc(-50vw + 50%);
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .is-reverse .projectConcept-img {
    margin-inline: calc(-50vw + 50%);
  }
}
.projectConcept-img picture {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .is-layout-2 .projectConcept-img picture {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .is-reverse .projectConcept-img picture {
    margin-inline: auto 0;
  }
}
.projectConcept-img img {
  width: 100%;
  height: auto;
  display: block;
}
.projectConcept-sideSect {
  grid-area: sidesect;
  display: flex;
  gap: 70px;
}
@media (max-width: 767px) {
  .projectConcept-sideSect {
    flex-direction: column;
    gap: 50px;
    margin-block: 40px 20px;
  }
}

.projectConceptSideSect-title {
  font-size: 1.1875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .projectConceptSideSect-title {
    font-size: 1.1875rem;
    margin-bottom: 20px;
  }
}
.projectConceptSideSect-text {
  font-size: 0.8125rem;
  line-height: 1.95;
}
@media (max-width: 767px) {
  .projectConceptSideSect-text {
    font-size: 0.875rem;
  }
}

.prinfoList {
  background: #fff;
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 80px 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .prinfoList {
    width: 90%;
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .prinfoList {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    margin-block: 0 60px;
    padding: 30px;
  }
}
.prinfoList-table {
  width: 750px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .prinfoList-table {
    width: 100%;
  }
}
.prinfoList-table tr {
  border-bottom: 0.5px solid var(--themeColor);
}
@media (max-width: 767px) {
  .prinfoList-table tr {
    border-bottom: 1px solid rgba(0, 35, 72, 0.2);
  }
}
.prinfoList-table th, .prinfoList-table td {
  padding: 15px 0;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .prinfoList-table th, .prinfoList-table td {
    padding: 16px 0;
    font-size: 0.75rem;
  }
}
.lang-en .prinfoList-table th, .lang-en .prinfoList-table td {
  line-height: 1.5;
}
.prinfoList-table th {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .prinfoList-table th {
    width: 80px;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .prinfoList-table td {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .prinfoList-table td {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .privacyPolicy {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1339px) {
  .privacyPolicy {
    max-width: 90%;
  }
}
.privacyPolicy {
  padding-block: 200px;
}
@media (max-width: 767px) {
  .privacyPolicy {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 60px);
    width: 100%;
    padding-block: 50px;
  }
}
.privacyPolicy .title-m {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .privacyPolicy .title-m {
    margin-bottom: 0px;
  }
}
.privacyPolicy .title-m-en {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .privacyPolicy .title-m-en {
    display: none;
  }
}
.privacyPolicy .title-m-ja {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .privacyPolicy .title-m-ja {
    font-size: 0.8125rem;
  }
}
.lang-en .privacyPolicy .title-m-ja {
  display: none;
}
.privacyPolicy .style01 {
  display: none;
}
.privacyPolicy .lead .detail_revision {
  display: block;
  text-align: right;
  margin-bottom: 50px;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .privacyPolicy .lead .detail_revision {
    margin-bottom: 20px;
  }
}
.privacyPolicy .lead .txtBox {
  font-size: 1rem;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .privacyPolicy .lead .txtBox {
    font-size: 0.8125rem;
    margin-bottom: 30px;
  }
}
.privacyPolicy .anchorList {
  border: 1px solid #000;
  padding: 30px;
}
@media (max-width: 767px) {
  .privacyPolicy .anchorList {
    font-size: 0.75rem;
  }
}
.privacyPolicy .anchorList li a {
  display: block;
  padding: 4px 0;
}
.privacyPolicy h5 {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-block: 60px 30px;
}
@media (max-width: 767px) {
  .privacyPolicy h5 {
    font-size: 0.875rem;
    margin-block: 60px 20px;
  }
}
@media (max-width: 767px) {
  .privacyPolicy .txtBox {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .privacyPolicy .txtBox a {
    text-decoration: underline;
  }
}
.privacyPolicy .detail_box ul {
  margin-block: 20px;
}
.privacyPolicy .detail_box ul li + li {
  margin-top: 5px;
}
.privacyPolicy .detail_sub_box {
  margin-top: 30px;
}
