@charset "UTF-8";
/*
Theme Name:
*/
/*----------------------------------------
  reset
-----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

p {
  text-align: justify;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #141414;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #141414;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  outline: 0;
}

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

textarea {
  resize: vertical;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-webkit-input-placeholder {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: var(--color-black);
}
@media screen and (min-width: 896px) {
  a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  a:hover {
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px #141414;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New";
  font-optical-sizing: auto;
  color: var(--color-black);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 896px) {
  body {
    overflow-x: hidden;
  }
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

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

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

:root {
  --color-green: #006E65;
  --color-white: #FCFAFB;
  --color-black: #272222;
  --line-color: #C8C8C8;
  --animation-basic: 1.25s cubic-bezier(.22,.89,.34,.96);
  --grad-basic: linear-gradient(287deg, #006E65 9.48%, #002653 63.48%);
  --base-space: calc(60/1400*100%);
  --half-space: calc(700/1400*100%);
}

.en {
  font-family: "Chakra Petch", serif;
  font-weight: 600;
  font-style: normal;
}

.mv-heading .en-heading {
  display: block;
  font-size: 20rem;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .mv-heading .en-heading {
    font-size: 12rem;
  }
}
.mv-heading .jp-heading {
  display: block;
  padding-left: calc(4.2857142857% + 28px);
  margin-top: 60px;
  background-image: url(../../img/common/icon_square.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: 4.2857142857% center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  .mv-heading .jp-heading {
    padding-left: calc(4.2857142857% + 18px);
    margin-top: 30px;
    background-size: 8px;
    font-size: 2rem;
  }
}

.line-tb {
  border: 1px solid var(--line-color);
  border-width: 1px 0;
}

.dot-heading16 .txt {
  padding-left: 15px;
  background-image: url(../../img/common/icon_square.svg);
  background-size: 5px;
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  font-feature-settings: "hwid" on;
}

.big-en-heading {
  font-size: 24rem;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .big-en-heading {
    font-size: 12rem;
  }
}
.big-en-heading.gray {
  color: #A6ABC1;
}

.main-heading.tac {
  text-align: center;
}
.main-heading .jp-heading {
  position: relative;
  display: block;
  padding-left: calc(4.2857142857% + 20px);
  margin-top: 22px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media screen and (max-width: 896px) {
  .main-heading .jp-heading {
    margin-top: 12px;
    font-size: 1.6rem;
  }
}
.main-heading .jp-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(4.2857142857% + 1px);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-image: var(--grad-basic);
}
.main-heading .en-heading {
  display: block;
  padding-left: 4.2857142857%;
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.main-heading .en-heading.fz80 {
  font-size: 8rem;
}
@media screen and (max-width: 896px) {
  .main-heading .en-heading {
    font-size: 3.2rem;
    line-height: 0.8;
  }
  .main-heading .en-heading.fz80 {
    font-size: 4rem;
  }
}

.sp-line {
  font-weight: 600;
}
@media screen and (max-width: 896px) {
  .sp-line {
    display: block;
    margin-top: 6px;
  }
}

.copy-text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.57;
}
@media screen and (max-width: 896px) {
  .copy-text {
    font-size: 1.8rem;
  }
}

.base-txt14 {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .base-txt14 {
    font-size: 1.3rem;
  }
}

.base-txt15 {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .base-txt15 {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.base-txt16 {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .base-txt16 {
    font-size: 1.5rem;
  }
}

.base-link {
  position: relative;
  display: block;
}
@media screen and (min-width: 897px) {
  .base-link {
    width: 350px;
    border-bottom: 4px solid var(--color-black);
    transition: 0.35s ease-out;
  }
  .base-link:hover:before {
    opacity: 0;
    transform: translate(10px, -50%);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .base-link:hover:after {
    opacity: 1;
    transform: translate(0, -50%) scale(1);
    background-color: var(--color-green);
    background-position: center center;
  }
  .base-link:hover .txt {
    background: linear-gradient(90deg, #006E5A 0%, #00375F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 896px) {
  .base-link {
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid var(--color-black);
  }
}
.base-link:before, .base-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.base-link:before {
  background-image: url(../../img/common/link_arrow.svg);
  background-size: 12px;
  transform: translate(0, -50%);
}
.base-link:after {
  background-image: url(../../img/common/link_arrow_white.svg), var(--grad-basic);
  background-position: calc(50% - 20px) center, 0 0;
  background-size: 12px, cover;
  opacity: 0;
  transform: translate(0, -50%) scale(0.5);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.base-link.is-white {
  border-color: var(--color-white);
}
.base-link.is-white:before {
  background-image: url(../../img/common/link_arrow_white.svg);
}
.base-link.is-white .txt {
  color: var(--color-white);
}
.base-link .txt {
  display: block;
  padding: 10px 0;
}
@media screen and (min-width: 897px) {
  .base-link .txt {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.12em;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media screen and (max-width: 896px) {
  .base-link .txt {
    font-size: 1.4rem;
  }
}

.text__slide {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.text__slide-inner {
  display: inline-flex;
  gap: 0 80px;
  animation: scroll 100s linear infinite;
  background-color: #F0F0F0;
}
@media screen and (max-width: 896px) {
  .text__slide-inner {
    gap: 0 60px;
  }
}
.text__slide-inner.is-active .char {
  transform: translateY(0);
}
.text__slide-inner .char {
  display: inline-block;
  min-width: 80px;
  transform: translateY(110%);
  font-weight: 600;
  text-align: center;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 896px) {
  .text__slide-inner .char {
    min-width: 60px;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.photo-slide .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 896px) {
  .sp {
    display: block !important;
  }
}

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(0.75);
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.overlay.open {
  opacity: 1;
  transform: scale(1);
  z-index: 1001;
  transition-delay: 0s;
}

.nolink {
  pointer-events: none;
}

#stage {
  position: relative;
  overflow-x: hidden;
  background-repeat: repeat-y;
  background-position: center 0;
}
@media screen and (min-width: 897px) {
  #stage {
    background-image: url(../../img/common/line.svg);
    background-size: 95.6428571429%;
  }
}
@media screen and (max-width: 896px) {
  #stage {
    padding-top: 28vh;
    background-image: url(../../img/common/line.svg);
    background-size: 94.8717948718%;
  }
}

.bg-blur {
  position: relative;
}
.bg-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(255, 253, 253, 0.6);
  backdrop-filter: blur(10px);
}

.header {
  display: flex;
  justify-content: center;
  gap: 0 4px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1001;
  transition: 0.5s linear;
}
@media screen and (min-width: 897px) {
  .header {
    bottom: 20px;
  }
  .header.is-hide {
    transform: translateY(150%);
  }
}
@media screen and (max-width: 896px) {
  .header {
    top: 0;
    z-index: 10001;
    padding-top: 0;
    padding-left: 0;
  }
}
.header__logo {
  position: relative;
  z-index: 10001;
}
@media screen and (min-width: 897px) {
  .header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
  }
}
.header__logo img {
  width: 70px;
}
@media screen and (min-width: 897px) {
  .header__nav {
    width: 930px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 896px) {
  .header__nav {
    display: none;
  }
}
@media screen and (min-width: 897px) {
  .header__nav-list {
    display: flex;
    justify-content: center;
    gap: 0 52px;
    padding: 32px 0;
  }
}
.header__nav-list .link {
  position: relative;
  display: block;
  font-size: 1.5rem;
}
@media screen and (min-width: 897px) {
  .header__nav-list .link:hover {
    color: var(--color-white);
  }
  .header__nav-list .link:hover:before {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
.header__nav-list .link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header__nav-list .link .txt {
  position: relative;
  z-index: 2;
}
.header__menubtn {
  position: relative;
  border-radius: 3px;
}
@media screen and (min-width: 897px) {
  .header__menubtn {
    width: 100px;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .header__menubtn:hover {
    cursor: pointer;
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 896px) {
  .header__menubtn {
    position: fixed;
    bottom: 10px;
    right: 2.5%;
    width: 80px;
    padding: 30px 0;
  }
}
.header__menubtn.open .header__menubtn-line:nth-child(1) {
  margin-top: 0;
  transform: translate(0, -50%) rotate(135deg);
}
.header__menubtn.open .header__menubtn-line:nth-child(2) {
  transform: translate(-150%, -50%);
  opacity: 0;
}
.header__menubtn.open .header__menubtn-line:nth-child(3) {
  margin-top: 0;
  transform: translate(0, -50%) rotate(-135deg);
}
.header__menubtn-line {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  width: 40%;
  height: 2px;
  background-color: var(--color-black);
  transition: 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 896px) {
  .header__menubtn-line {
    left: 20px;
  }
}
.header__menubtn-line:nth-child(1) {
  margin-top: -9px;
}
.header__menubtn-line:nth-child(2) {
  width: 20px;
}
.header__menubtn-line:nth-child(3) {
  margin-top: 9px;
}

.nav {
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  transform: translate(-50%, 120%);
  opacity: 0;
  max-width: 1140px;
  height: 560px;
  padding: 110px 60px 90px;
  border-radius: 3px;
  background-color: rgba(255, 253, 253, 0.8);
  backdrop-filter: blur(10px);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 896px) {
  .nav {
    width: 95%;
    height: 80vh;
    padding: 80px 40px;
  }
}
.nav.open {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition-delay: 0.5s;
}
@media screen and (min-width: 897px) {
  .nav__main {
    display: flex;
    align-items: flex-start;
    gap: 0 40px;
  }
}
.nav__main-logo {
  width: 144px;
  margin-right: 76px;
}
@media screen and (max-width: 896px) {
  .nav__main-logo {
    margin: auto;
  }
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 40px;
    width: 906px;
  }
}
@media screen and (max-width: 896px) {
  .nav__main-sitemap {
    margin-top: 50px;
  }
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block.corp {
    width: 480px;
  }
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block.corp li:nth-child(odd) {
    width: 220px;
  }
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block.corp li:nth-child(even) {
    width: 224px;
  }
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block.corp li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 896px) {
  .nav__main-sitemap-block.corp li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block.rec {
    width: 240px;
  }
}
@media screen and (max-width: 896px) {
  .nav__main-sitemap-block.rec {
    margin-top: 50px;
  }
}
.nav__main-sitemap-block.rec .child-list {
  margin-top: 20px;
}
.nav__main-sitemap-block.rec li:nth-child(n+2) {
  margin-top: 20px;
}
.nav__main-sitemap-block .category {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block .parent-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 46px;
  }
}
@media screen and (max-width: 896px) {
  .nav__main-sitemap-block .parent-list {
    padding-left: 5.1282051282%;
    margin-top: 24px;
  }
}
.nav__main-sitemap-block .parent-list .link {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 897px) {
  .nav__main-sitemap-block .parent-list .link:hover {
    color: var(--color-white);
  }
  .nav__main-sitemap-block .parent-list .link:hover:before {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
.nav__main-sitemap-block .parent-list .link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav__main-sitemap-block .parent-list .link .txt {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.nav__snsarea {
  display: flex;
  gap: 0 16px;
  margin-top: 48px;
}
@media screen and (min-width: 897px) {
  .nav__snsarea a {
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .nav__snsarea a:hover {
    opacity: 0.7;
  }
}

.kv-fixedarea__logo {
  display: block;
  position: fixed;
  top: 50px;
  left: 4.2857142857%;
  z-index: 1000;
  width: 144px;
}
@media screen and (max-width: 896px) {
  .kv-fixedarea__logo {
    top: 20px;
    width: 100px;
  }
}
.kv-fixedarea__bnr {
  display: block;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 897px) {
  .kv-fixedarea__bnr {
    top: 0;
    right: 0;
    width: 21.4285714286%;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .kv-fixedarea__bnr:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  .kv-fixedarea__bnr {
    bottom: 10px;
    left: 2.5%;
    width: 52%;
  }
}

.common__mv {
  width: 91.4285714286%;
  margin: 90px auto 0;
}
@media screen and (max-width: 896px) {
  .common__mv {
    margin-top: 50px;
  }
  .common__mv .mvimg {
    object-fit: cover;
    height: 80vw;
  }
}

@media screen and (min-width: 897px) {
  .underlayer__mv {
    padding-top: 22.4285714286vw;
  }
}
@media screen and (min-width: 897px) {
  .introduction {
    margin-top: 140px;
  }
}
@media screen and (max-width: 896px) {
  .introduction {
    margin-top: 80px;
  }
}
.introduction__heading {
  padding-left: calc(4.2857142857% + 15px);
  background-image: url(../../img/common/icon_square.svg);
  background-size: 5px;
  background-position: calc(4.2857142857% + 1px) center;
  background-repeat: no-repeat;
  font-feature-settings: "hwid" on;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.introduction__txt {
  padding-left: 50%;
  padding-right: 4.2857142857%;
  margin-top: 50px;
  font-feature-settings: "palt" on;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  .introduction__txt {
    padding: 0 5%;
    margin-top: 20px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 897px) {
  .bnr__area {
    margin-top: 240px;
    margin-bottom: 240px;
  }
}
@media screen and (max-width: 896px) {
  .bnr__area {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.bnr__area .next-ttl {
  font-size: 16rem;
  font-weight: 600;
  line-height: 0.7;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 896px) {
  .bnr__area .next-ttl {
    font-size: 10rem;
  }
}
.bnr__area-link {
  overflow: hidden;
  display: block;
  position: relative;
  width: 70%;
  border-radius: 5px;
}
@media screen and (min-width: 897px) {
  .bnr__area-link {
    margin: -28px auto 0;
  }
  .bnr__area-link .link-img {
    transition: 6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .bnr__area-link:hover .link-img {
    transform: scale(1.06);
  }
  .bnr__area-link:hover .arrow {
    transform: scale(1.1);
    background-color: var(--color-white);
  }
  .bnr__area-link:hover .arrow:before {
    background-image: url(../../img/common/link_arrow.svg);
  }
}
@media screen and (max-width: 896px) {
  .bnr__area-link {
    width: 90%;
    margin: -14px auto 0;
  }
  .bnr__area-link .link-img {
    object-fit: cover;
    height: 64vw;
  }
}
.bnr__area-link:before, .bnr__area-link:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  width: 1px;
  height: 100%;
  background-color: #c8c8c8;
  opacity: 0.3;
}
.bnr__area-link:before {
  left: 5.1020408163%;
}
.bnr__area-link:after {
  left: 55.1020408163%;
}
.bnr__area-link .textarea {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  transform: translate(0, -50%);
  width: 100%;
  color: var(--color-white);
}
@media screen and (min-width: 897px) {
  .bnr__area-link .textarea.top-bnr {
    top: 42%;
  }
}
@media screen and (max-width: 896px) {
  .bnr__area-link .textarea.top-bnr {
    top: 44%;
  }
}
.bnr__area-link .textarea .label {
  padding: 0 calc(5.1020408163% + 20px);
  background-image: url(../../img/common/icon_square.svg);
  background-size: 10px;
  background-position: 5.1020408163% center;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-width: 1px 0;
}
@media screen and (max-width: 896px) {
  .bnr__area-link .textarea .label {
    font-size: 1.4rem;
  }
}
.bnr__area-link .textarea .jp-txt {
  padding: 0 5.1020408163%;
  margin-top: 60px;
  font-size: 2.4rem;
  letter-spacing: 0.6em;
  color: #C8C8C8;
}
@media screen and (max-width: 896px) {
  .bnr__area-link .textarea .jp-txt {
    margin-top: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.3em;
  }
}
.bnr__area-link .textarea .ttl {
  padding: 0 5.1020408163%;
  margin-top: 24px;
  border: 1px solid rgba(200, 200, 200, 0.3);
  border-width: 1px 0;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 896px) {
  .bnr__area-link .textarea .ttl {
    margin-top: 12px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 897px) {
  .bnr__area-link .textarea .ttl.txt-img {
    margin-top: 24px;
  }
}
@media screen and (max-width: 896px) {
  .bnr__area-link .textarea .ttl.txt-img {
    margin-top: 18px;
    padding-right: 10%;
  }
}
.bnr__area-link .arrow {
  position: absolute;
  bottom: 52px;
  right: 52px;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 1px solid var(--line-color);
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 896px) {
  .bnr__area-link .arrow {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}
.bnr__area-link .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 32px;
  background-image: url(../../img/common/link_arrow_white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 896px) {
  .bnr__area-link .arrow:before {
    width: 8px;
    height: 18px;
  }
}

.otherlink {
  margin-bottom: 240px;
}
@media screen and (max-width: 896px) {
  .otherlink {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 897px) {
  .otherlink__content {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 896px) {
  .otherlink__content {
    padding: 0 5.1282051282%;
    margin: 36px auto 0;
  }
}
@media screen and (min-width: 897px) {
  .otherlink__content-item {
    width: 47.0588235294%;
  }
  .otherlink__content-item:hover .thumb img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 896px) {
  .otherlink__content-item {
    display: block;
  }
  .otherlink__content-item:nth-child(n+2) {
    margin-top: 50px;
  }
}
.otherlink__content-item .thumb {
  overflow: hidden;
  border-radius: 4px;
}
.otherlink__content-item .thumb img {
  transition: 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.otherlink__content-item .en {
  padding-left: 20px;
  margin-top: 24px;
  background-image: url(../../img/common/icon_square.svg);
  background-size: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-feature-settings: "hwid" on;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 896px) {
  .otherlink__content-item .en {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
.otherlink__content-item .jp {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  .otherlink__content-item .jp {
    font-size: 1.8rem;
  }
}

.footer {
  background-color: #fff;
}
.footer__contact {
  overflow: hidden;
  position: relative;
}
.footer__contact:before, .footer__contact:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
  width: 4.2857142857%;
  height: 100%;
  background-image: url(../../img/common/footer_contact_line.svg);
  background-size: auto 100%;
  background-repeat: repeat-y;
}
.footer__contact:before {
  left: 0;
  background-position: right 0;
}
.footer__contact:after {
  right: 0;
  background-position: 0 0;
}
.footer__contact-inner {
  position: relative;
  display: block;
}
@media screen and (min-width: 897px) {
  .footer__contact-inner {
    padding: 120px 0 240px;
  }
  .footer__contact-inner:hover::before {
    transform: translate(-50%, -50%) scale(2) rotate(360deg);
  }
  .footer__contact-inner:hover .arrow:before {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact-inner.contact-area {
    padding: 80px 0 210px;
  }
  .footer__contact-inner.entry-area {
    padding: 80px 0 140px;
  }
}
.footer__contact-inner.contact-area:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 5;
  width: 100%;
  height: 30px;
  border: 1px solid var(--line-color);
  border-width: 1px 0;
  opacity: 0.3;
}
.footer__contact-inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 200vw;
  height: 300vh;
  background-image: var(--grad-basic);
  transition: 2s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.footer__contact .label {
  position: relative;
  z-index: 3;
  color: #A2A7BB;
}
.footer__contact .label .en {
  display: block;
  padding-left: 4.2857142857%;
  border: 1px solid rgba(162, 167, 187, 0.2);
  border-width: 1px 0;
  font-size: 10rem;
  font-weight: 600;
  line-height: 0.72;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (max-width: 896px) {
  .footer__contact .label .en {
    font-size: 6rem;
  }
}
.footer__contact .label .jp {
  position: relative;
  display: block;
  padding-left: 20px;
  margin-top: 6px;
  margin-left: 4.2857142857%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 896px) {
  .footer__contact .label .jp {
    font-size: 1.6rem;
  }
}
.footer__contact .label .jp:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: rgba(255, 253, 253, 0.6);
}
.footer__contact .copy {
  position: relative;
  z-index: 3;
  padding-left: 4.2857142857%;
  margin-top: 68px;
  border-bottom: 1px solid rgba(162, 167, 187, 0.2);
}
.footer__contact .base-txt16 {
  position: relative;
  z-index: 3;
  margin-top: 60px;
  color: #A2A7BB;
}
@media screen and (min-width: 897px) {
  .footer__contact .base-txt16 {
    padding-left: 4.2857142857%;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact .base-txt16 {
    padding: 0 5.1282051282%;
  }
}
.footer__contact .base-txt16.bd {
  border-bottom: 1px solid rgba(162, 167, 187, 0.2);
}
.footer__contact .phone {
  position: absolute;
  bottom: 120px;
  left: 0;
  z-index: 10;
  width: fit-content;
  padding-left: 4.2857142857%;
  margin-top: 40px;
  background-clip: padding-box;
}
.footer__contact .phone li {
  display: flex;
  align-items: center;
}
.footer__contact .phone li:nth-child(2) {
  margin-top: 8px;
}
.footer__contact .phone li .type {
  width: 40px;
  padding: 2px 6px 1px;
  margin-right: 9px;
  background-color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #002653;
}
.footer__contact .phone li .number {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: var(--color-white);
}
.footer__contact .phone li .number a {
  color: var(--color-white);
}
@media screen and (min-width: 897px) {
  .footer__contact .phone li .number a {
    pointer-events: none;
  }
}
.footer__contact .arrow {
  position: absolute;
  bottom: 100px;
  right: 4.2857142857%;
  z-index: 10;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid var(--color-white);
  background-image: url(../../img/common/link_arrow_white.svg);
  background-position: calc(50% + 4px) center;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (max-width: 896px) {
  .footer__contact .arrow {
    width: 80px;
    height: 80px;
    bottom: 30px;
  }
}
.footer__contact .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.75);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-white);
  background-image: url(../../img/common/link_arrow.svg);
  background-position: calc(50% + 4px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer__sitemap {
  position: relative;
  margin-top: 16px;
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
}
@media screen and (min-width: 897px) {
  .footer__sitemap {
    display: flex;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap {
    padding: 20px 0;
  }
}
.footer__sitemap:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.footer__sitemap-logo {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-logo {
    width: 33.5714285714%;
    border-right: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-logo {
    border-bottom: 1px solid var(--color-black);
  }
}
.footer__sitemap-logo .logo {
  display: block;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-logo .logo {
    width: 186px;
    margin-left: 8.5106382979%;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-logo .logo {
    width: 50%;
    margin: auto;
  }
}
.footer__sitemap-logo .address {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-logo .address {
    margin-top: 412px;
    margin-left: 8.5106382979%;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-logo .address {
    width: fit-content;
    margin: 30px auto 0;
  }
}
.footer__sitemap-content {
  padding-top: 40px;
}
@media screen and (min-width: 897px) {
  .footer__sitemap-content {
    display: flex;
    width: 45.7142857143%;
    padding-left: 40px;
    border-right: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content {
    padding: 40px 5.1282051282%;
    border-bottom: 1px solid var(--color-black);
  }
}
@media screen and (min-width: 897px) {
  .footer__sitemap-content.snsarea {
    width: 20.7142857143%;
  }
}
@media screen and (min-width: 897px) {
  .footer__sitemap-content-block:nth-child(2) {
    margin-left: 72px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content-block:nth-child(2) {
    margin-top: 60px;
  }
}
.footer__sitemap-content-block .label {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.4em;
}
.footer__sitemap-content-block .parent-list {
  margin-top: 60px;
}
@media screen and (max-width: 896px) {
  .footer__sitemap-content-block .parent-list {
    padding: 0 5.1282051282%;
    margin-top: 30px;
  }
}
.footer__sitemap-content-block .parent-item {
  position: relative;
}
.footer__sitemap-content-block .parent-item:nth-child(n+2) {
  margin-top: 20px;
}
.footer__sitemap-content-block .child-list {
  margin-top: 20px;
}
.footer__sitemap-content-block .child-list li:nth-child(n+2) {
  margin-top: 20px;
}
.footer__sitemap-content-block .link {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 897px) {
  .footer__sitemap-content-block .link:hover {
    color: var(--color-white);
  }
  .footer__sitemap-content-block .link:hover:before {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
.footer__sitemap-content-block .link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(0, 1);
  transform-origin: right;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer__sitemap-content-block .link .txt {
  position: relative;
  z-index: 2;
}
.footer__copyright {
  border-bottom: 1px solid var(--color-black);
}
@media screen and (min-width: 897px) {
  .footer__copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 2.8571428571%;
  }
}
@media screen and (max-width: 896px) {
  .footer__copyright {
    padding: 20px 5.1282051282%;
  }
}
.footer__copyright .pp-link {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.footer__copyright .copyright {
  font-size: 1.4rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 896px) {
  .footer__copyright .copyright {
    margin-top: 10px;
  }
}
.footer__name {
  padding: 42px 0;
}
@media screen and (max-width: 896px) {
  .footer__name {
    padding: 24px 0 100px;
  }
}
.footer__name .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (min-width: 897px) {
  .footer__name .swiper-slide {
    height: 200px;
  }
}
.footer__name .swiper-slide img {
  max-width: inherit;
  height: 100%;
}

.js-st-text {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(16px) scale(1);
  transition: 0.75s cubic-bezier(0.2, 1, 0.28, 1);
  will-change: transform, filter;
}
.js-st-text.is-active {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0) scale(1);
}

.js-img-in {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.js-img-in.is-active img {
  transform: scale(1);
  opacity: 1;
  filter: blur(0);
}
.js-img-in img {
  transition: var(--animation-basic);
  filter: blur(10px);
  transform: scale(1.2);
  opacity: 0;
  will-change: transform, filter;
}

.hover-box {
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); /* スムーズな移動 */
  will-change: transform; /* パフォーマンス向上のため */
}

.typeing {
  opacity: 0;
}

.typeing.active {
  opacity: 1;
}

.big-txt-move {
  display: block;
}

.news__wrap {
  position: relative;
}
@media screen and (min-width: 897px) {
  .news__wrap {
    padding: 160px 0 120px;
    background-color: transparent;
  }
}
@media screen and (max-width: 896px) {
  .news__wrap {
    padding: 40px 0 80px;
    background-color: #f0f0f0;
    background-image: url(../../img/common/line.svg);
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 94.8717948718%;
  }
}
@media screen and (min-width: 897px) {
  .news__wrap.is-detail {
    padding-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .news__wrap.is-detail {
    padding-top: 0;
  }
}
@media screen and (min-width: 897px) {
  .news__inner {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 91.3571428571%;
    margin-left: var(--base-space);
    margin-right: auto;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
  }
  .news__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18.75%;
    width: 1px;
    background-color: var(--line-color);
    pointer-events: none;
  }
}
@media screen and (max-width: 896px) {
  .news__inner {
    width: 100%;
  }
}
@media screen and (min-width: 897px) {
  .news__category {
    flex-shrink: 0;
    width: 18.75%;
    padding: 86px 6.4516129032% 0 1.5625%;
    align-self: stretch;
  }
}
@media screen and (max-width: 896px) {
  .news__category {
    padding: 0 5%;
    border-bottom: 1px solid var(--line-color);
  }
}
@media screen and (max-width: 896px) {
  .news__category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    padding: 24px 0;
  }
}
@media screen and (min-width: 897px) {
  .news__category-list li:not(:first-child) {
    margin-top: 16px;
  }
}
.news__category-btn {
  display: inline-block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #0d0c0c;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 896px) {
  .news__category-btn {
    width: fit-content;
    font-size: 1.3rem;
  }
}
.news__category-btn.is-current {
  border-bottom: 1px solid var(--color-black);
}
@media screen and (min-width: 897px) {
  .news__list {
    flex: 1;
    min-width: 0;
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 896px) {
  .news__list {
    padding: 0 5%;
  }
}
.news__list.is-loading {
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .news__list-result {
    min-height: 200px;
  }
}
@media screen and (min-width: 897px) {
  .news__list-items {
    padding: 80px 2.8901734104% 0 0.0963391137%;
  }
}
@media screen and (max-width: 896px) {
  .news__list-items {
    padding-top: 24px;
  }
}
.news__list-item {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 10px 2.8901734104% 10px 0;
  min-height: 100px;
}
@media screen and (max-width: 896px) {
  .news__list-item {
    gap: 16px;
    padding: 20px 0;
    min-height: auto;
  }
}
.news__list-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 897px) {
  .news__list-item:hover .news__list-text {
    transform: translateX(4px);
  }
  .news__list-item:hover .title {
    background: linear-gradient(90deg, #006e5a 0%, #00375f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .news__list-item:hover .arrow:before {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}
.news__list-text {
  flex: 1;
  min-width: 0;
}
@media screen and (min-width: 897px) {
  .news__list-text {
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
.news__list-meta {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 896px) {
  .news__list-meta {
    gap: 16px;
  }
}
.news__list-meta .cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  height: 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #006e5a 0%, #00375f 100%);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f5f5f5;
}
@media screen and (max-width: 896px) {
  .news__list-meta .cat {
    width: auto;
    min-width: 100px;
    padding: 0 12px;
    font-size: 1.3rem;
  }
}
.news__list-meta .time {
  flex-shrink: 0;
  font-family: "Chakra Petch", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #18181b;
}
.news__list .title {
  margin-top: 11px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #0d0c0c;
}
@media screen and (min-width: 897px) {
  .news__list .title {
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media screen and (max-width: 896px) {
  .news__list .title {
    margin-top: 8px;
    font-size: 1.8rem;
  }
}
.news__list .arrow {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(../../img/news/list_arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.news__list .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(../../img/common/link_arrow_white.svg), linear-gradient(90deg, #006e5a 0%, #00375f 100%);
  background-size: 8px, 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (min-width: 897px) {
  .news__pager {
    padding: 120px 2.8901734104% 120px;
  }
}
@media screen and (max-width: 896px) {
  .news__pager {
    padding: 40px 0 0;
  }
}
.news__pager-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  column-gap: 120px;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .news__pager-inner {
    column-gap: 16px;
  }
}
.news__pager-link {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  padding-bottom: 12px;
  font-family: "Chakra Petch", serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .news__pager-link {
    max-width: none;
    font-size: 1.6rem;
  }
}
.news__pager-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .news__pager-link:after {
    height: 3px;
  }
}
.news__pager-link .arrow {
  flex-shrink: 0;
  width: 12px;
  height: 26px;
  background: url(../../img/common/link_arrow.svg) center center/12px no-repeat;
}
.news__pager-link .txt {
  flex-shrink: 0;
}
.news__pager-link.is-prev {
  justify-self: end;
}
.news__pager-link.is-prev .arrow {
  transform: rotate(180deg);
}
.news__pager-link.is-next {
  justify-self: start;
}
.news__pager-link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.news__pager-status {
  position: relative;
  flex-shrink: 0;
  justify-self: center;
  width: 120px;
  height: 60px;
  border: 4px solid var(--color-black);
}
@media screen and (max-width: 896px) {
  .news__pager-status {
    width: 90px;
    height: 48px;
    border-width: 3px;
  }
}
.news__pager-status-label {
  position: absolute;
  top: 20px;
  left: 26px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-family: "Chakra Petch", serif;
  font-weight: 600;
  color: var(--color-black);
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .news__pager-status-label {
    top: 14px;
    left: 16px;
  }
}
.news__pager-status-label .current {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .news__pager-status-label .current {
    font-size: 1.8rem;
  }
}
.news__pager-status-label .total {
  margin-top: 8px;
  margin-left: 2px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 896px) {
  .news__pager-status-label .total {
    margin-top: 6px;
    font-size: 1.2rem;
  }
}
.news__pager-status:after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transform: rotate(45deg);
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .news__pager-status:after {
    right: 12px;
    bottom: 12px;
    width: 6px;
    height: 6px;
  }
}
.news__pager-select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  opacity: 0;
  cursor: pointer;
}
.news__empty {
  padding: 80px 2.8901734104% 80px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #0d0c0c;
  text-align: left;
}
@media screen and (max-width: 896px) {
  .news__empty {
    padding: 24px 0 60px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  .news__detail {
    position: relative;
    width: 91.4285714286%;
    margin: 0 auto;
    border-bottom: 1px solid var(--line-color);
  }
}
@media screen and (max-width: 896px) {
  .news__detail {
    padding: 0 5%;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-header {
    padding-top: 20px;
  }
}
.news__detail-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}
@media screen and (max-width: 896px) {
  .news__detail-meta {
    gap: 16px;
  }
}
.news__detail-meta .cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  height: 24px;
  border-radius: 4px;
  background: linear-gradient(90deg, #006e5a 0%, #00375f 100%);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f5f5f5;
}
@media screen and (max-width: 896px) {
  .news__detail-meta .cat {
    min-width: 100px;
    width: auto;
    padding: 0 12px;
    font-size: 1.3rem;
  }
}
.news__detail-meta .time {
  font-family: "Chakra Petch", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #18181b;
}
.news__detail-ttl {
  margin-top: 60px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #0d0c0c;
  border-top: 1px solid var(--line-color);
}
@media screen and (max-width: 896px) {
  .news__detail-ttl {
    margin-top: 36px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
  }
}
.news__detail-box {
  background-color: #f0f0f0;
}
@media screen and (min-width: 897px) {
  .news__detail-box {
    position: relative;
    border-top: 1px solid var(--line-color);
  }
  .news__detail-box:before, .news__detail-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: var(--line-color);
    pointer-events: none;
  }
  .news__detail-box:before {
    left: 0;
  }
  .news__detail-box:after {
    right: 0;
  }
}
.news__detail-thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.news__detail-body {
  padding: 120px 10.9375% 0;
}
@media screen and (max-width: 896px) {
  .news__detail-body {
    padding: 60px 10px 60px;
  }
}
.news__detail-body > *:first-child {
  margin-top: 0;
}
.news__detail-body > *:first-child img {
  margin-top: 0;
}
.news__detail-body h2,
.news__detail-body h3,
.news__detail-body h4,
.news__detail-body h5,
.news__detail-body h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 80px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #0d0c0c;
}
@media screen and (max-width: 896px) {
  .news__detail-body h2,
  .news__detail-body h3,
  .news__detail-body h4,
  .news__detail-body h5,
  .news__detail-body h6 {
    margin-top: 60px;
  }
}
.news__detail-body h2:before,
.news__detail-body h3:before,
.news__detail-body h4:before,
.news__detail-body h5:before,
.news__detail-body h6:before {
  content: "";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background: linear-gradient(90deg, #006e5a 0%, #00375f 100%);
}
.news__detail-body h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 896px) {
  .news__detail-body h2 {
    font-size: 1.8rem;
  }
  .news__detail-body h2:before {
    width: 1em;
    height: 1em;
  }
}
.news__detail-body h3 {
  font-size: 2rem;
}
@media screen and (max-width: 896px) {
  .news__detail-body h3 {
    font-size: 1.7rem;
  }
}
.news__detail-body h4 {
  font-size: 1.8rem;
}
@media screen and (max-width: 896px) {
  .news__detail-body h4 {
    font-size: 1.6rem;
  }
}
.news__detail-body h5,
.news__detail-body h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  .news__detail-body h5,
  .news__detail-body h6 {
    font-size: 1.5rem;
  }
}
.news__detail-body p {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: justify;
  color: #000;
}
@media screen and (max-width: 896px) {
  .news__detail-body p {
    font-size: 1.6rem;
  }
}
.news__detail-body a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.news__detail-body ul,
.news__detail-body ol {
  margin-top: 24px;
  padding-left: 1.2em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.news__detail-body img {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.news__detail-nav {
  margin-top: 120px;
  padding: 0 11.71875% 30px;
  border-top: 1px solid var(--line-color);
}
@media screen and (max-width: 896px) {
  .news__detail-nav {
    margin-top: 0;
    padding: 20px;
    border-bottom: 1px solid var(--line-color);
  }
}
.news__detail-nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  padding-top: 30px;
}
@media screen and (max-width: 896px) {
  .news__detail-nav-inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 0;
  }
}
@media screen and (min-width: 897px) {
  .news__detail-nav-prev-next {
    display: contents;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-nav-prev-next {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
    word-break: auto-phrase;
  }
}
@media screen and (min-width: 897px) {
  .news__detail-nav-prev-next .is-prev {
    order: 1;
  }
}
@media screen and (min-width: 897px) {
  .news__detail-nav-prev-next .is-next {
    order: 3;
  }
}
.news__detail-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 240px;
  padding-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .news__detail-nav-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: auto;
    padding-bottom: 0;
  }
}
.news__detail-nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-black);
}
@media screen and (max-width: 896px) {
  .news__detail-nav-link:after {
    position: static;
    height: 3px;
  }
}
.news__detail-nav-link-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 8px;
}
@media screen and (min-width: 897px) {
  .news__detail-nav-link.is-prev {
    align-items: flex-start;
  }
}
.news__detail-nav-link.is-prev .arrow {
  width: 12px;
  height: 26px;
  background: url(../../img/common/link_arrow.svg) center center/12px no-repeat;
  transform: rotate(180deg);
}
@media screen and (min-width: 897px) {
  .news__detail-nav-link.is-next {
    align-items: flex-end;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-nav-link.is-next {
    align-items: flex-end;
    align-self: flex-end;
  }
}
@media screen and (min-width: 897px) {
  .news__detail-nav-link.is-next .news__detail-nav-link-row {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-nav-link.is-next .news__detail-nav-link-row {
    justify-content: flex-end;
  }
}
.news__detail-nav-link.is-next .arrow {
  width: 12px;
  height: 26px;
  background: url(../../img/common/link_arrow.svg) center center/12px no-repeat;
}
@media screen and (min-width: 897px) {
  .news__detail-nav-link.is-back {
    order: 2;
    align-items: center;
  }
}
@media screen and (max-width: 896px) {
  .news__detail-nav-link.is-back {
    align-items: center;
    align-self: center;
    padding-bottom: 0;
  }
}
.news__detail-nav-link.is-back .dots {
  display: block;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background: url(../../img/news/link_dots.svg) center center/25px no-repeat;
}
.news__detail-nav-link.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */
