@charset "UTF-8";
:root {
  --themeColor:#0E6CFF;
  --themeColor-lt:#fcf1ed;
  --pointColor:#ac8839;
  --linkColor:#87eaf9;
  --bgColor:#f7f7f7;
  --fontColor: #000;
  --w:120rem;
  --side: calc((100% - (var(--w))) / 2);
  --widthXL:1300px;
  --widthLG:1025px;
  --widthTab:768px;
  --font-go-base: "Noto Sans JP","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-hanken: "Hanken Grotesk", sans-serif , var(--font-go-base);
  --baseP: 1600;
}

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

html {
  /* ベースのフォントサイズを設定・ブラウザが対応していない場合のフォールバック用 */
  font-size: 16px;
}
@media (min-width: 1025px) {
  html {
    /* 最小・最大値を設定してclamp()を使用 */
    font-size: clamp(3px, 1000vw / var(--baseP), var(--baseP) * 10 / var(--baseP) * 1px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 0.6872852234vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.6rem;
  color: var(--fontColor);
  font-family: var(--font-go-base);
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767px) {
  .for-pc {
    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: 16px;
  }
}

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: 16px;
  }
}

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

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

.outlink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  background: url("/img/common/icon-outlink.svg") no-repeat center;
}

.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: 1299px) {
  .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 #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.table-1 tr {
  border-bottom: 1px dotted #E1E1E1;
}
.table-1 th, .table-1 td {
  padding: 4rem;
  vertical-align: top;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .table-1 th, .table-1 td {
    padding: 2.4rem 1rem 2.4rem 0;
    font-size: 1.4rem;
  }
}
.table-1 a {
  color: var(--themekColor);
}
@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-l {
  margin-bottom: 9rem;
  transform: translate3d(-6rem, 0, 0);
  opacity: 0;
  transition: transform 1s ease 0s, opacity 0.6s ease 0s;
}
@media (max-width: 767px) {
  .title-l {
    margin-bottom: 5rem;
  }
}
.title-l-main {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-hanken);
  color: var(--themeColor);
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .title-l-main {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
  }
}
.title-l-sub {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--themeColor);
}
@media (max-width: 767px) {
  .title-l-sub {
    font-size: 1.4rem;
  }
}
.title-l-sub::before {
  content: "／";
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .title-l-sub::before {
    margin-right: 0.6rem;
  }
}
.title-l.is-active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.title-lm {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .title-lm {
    margin-bottom: 5rem;
  }
}
.title-lm-main {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-hanken);
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .title-lm-main {
    margin-bottom: 0.5rem;
    font-size: 3.2rem;
  }
}
.is-blue .title-lm-main {
  color: var(--themeColor);
}
.title-lm-sub {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .title-lm-sub {
    font-size: 1.4rem;
  }
}
.is-blue .title-lm-sub {
  color: var(--themeColor);
}
.title-lm-sub::before {
  content: "／";
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .title-lm-sub::before {
    margin-right: 0.6rem;
  }
}

.title-m {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .title-m {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 2.1666666667;
  }
}

.title-ms {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .title-ms {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.title-center {
  text-align: center;
  margin-bottom: 3.8rem;
}
.title-center-sub {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .title-center-sub {
    font-size: 1.4rem;
  }
}
.title-center-main {
  display: block;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font-hanken);
}
@media (max-width: 767px) {
  .title-center-main {
    font-size: 3.2rem;
  }
}

#container {
  background: #F8F8F8;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #fff;
  z-index: 100;
  transition: all 1.5s;
}
.is-siteOpen .loading {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .dwMenu-close .js-gNavi {
    transition: all 0.4s;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .dwMenu-active .js-gNavi {
    transition: all 0.4s;
    transform: translateX(-100%);
    opacity: 1;
    pointer-events: all;
  }
}

.js-mvText {
  background-image: linear-gradient(-25deg, #fff 50%, #000 50%, #000 100%);
  background-size: 200% 200%;
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-clip: text;
  color: transparent;
  transition: background-position 2s 0.1s cubic-bezier(0.77, 0.03, 0.24, 1.02);
}
.is-siteOpen .js-mvText {
  background-position: bottom 100% right 100%;
}

.js-typing-animation::after {
  content: "";
  border-right: 1px solid #fff;
  margin-left: 0.2rem;
  animation: flashing 1s linear infinite;
  opacity: 0;
}
.js-typing-animation.is-complete::after {
  display: none;
}

@keyframes flashing {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.js-aboutAnimation {
  position: relative;
}
.js-aboutAnimation-output {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

.marqueeAnimation {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 0.4em;
}
.marqueeAnimation-base {
  opacity: 0;
  pointer-events: none;
  width: 0;
}
.marqueeAnimation-flow {
  animation: marquee 36s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.dwMenu-active .js-dwMenu .js-dwMenu-top {
  top: 1.9rem;
  transform: translateY(1.1rem) translateX(0) rotate(45deg);
}
.dwMenu-active .js-dwMenu .js-dwMenu-bottom {
  top: 4.1rem;
  transform: translateY(-1.1rem) translateX(0) rotate(-45deg);
}

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

.js-toast {
  position: fixed;
  top: 30%;
  left: 0;
  width: 100%;
  z-index: 20;
}
.js-toast-inner {
  width: fit-content;
  margin-inline: auto;
  padding: 2rem 4rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .js-toast-inner {
    width: 80%;
    padding: 1.5rem 2rem;
  }
}
.js-toast-text {
  color: #fff;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .js-toast-text {
    font-size: 1.3rem;
  }
}

.js-formLoadingIcon {
  position: fixed;
  top: 30%;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border-top: 3px solid var(--themeColor);
  border-right: 3px solid var(--themeColor);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 0.2s;
  animation: circleLoading 1.5s linear infinite;
}

@keyframes circleLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsDetailContainer {
  background: #F8F8F8;
  padding-bottom: 15rem;
}
@media (max-width: 767px) {
  .newsDetailContainer {
    padding-bottom: 10rem;
  }
}

.newsArticle {
  padding: 32rem 0 0;
}
@media (min-width: 768px) {
  .newsArticle {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--w);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .newsArticle {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .newsArticle {
    padding: 4rem 2rem;
  }
}
.newsArticle-head {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-bottom: 3rem;
}
.newsArticle-head-time {
  display: block;
  font-size: 1.6rem;
  color: #848484;
}
.newsArticle-head-cates {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .newsArticle-head-cates {
    position: absolute;
    top: -0.4rem;
    left: 9.6rem;
  }
}
.newsArticle-head-cates-item {
  display: inline-flex;
  align-items: center;
  height: 2.9rem;
  padding: 0.2rem 1.6rem;
  border: 1px solid var(--themeColor);
  border-radius: 2rem;
  font-weight: bold;
  color: var(--themeColor);
  font-family: var(--font-hanken);
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .newsArticle-head-cates-item {
    height: 2.5rem;
    padding-inline: 1.2rem;
  }
}

.newsArticleContents h1 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .newsArticleContents h1 {
    margin-bottom: 1.6rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.newsArticleContents-img {
  margin-block: 4rem;
}
h1 + .newsArticleContents-img {
  margin-top: 0;
}
.newsArticleContents h2 {
  margin-block: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .newsArticleContents h2 {
    margin-block: 1rem;
    font-size: 2rem;
  }
}
.newsArticleContents p {
  margin-block: 1rem;
  line-height: 2.25;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .newsArticleContents p {
    margin-block: 0.8rem;
    line-height: 1.75;
  }
}
.newsArticleContents p + p {
  margin-top: 1.6rem;
}
.newsArticleContents p a {
  color: var(--themeColor);
  text-decoration: underline;
}.btn-shadow[data-astro-cid-4km7kxh4]{position:relative;color:var(--textColor);display:inline-flex;align-items:center;justify-content:center;height:7rem;padding-inline:5rem;background:var(--bgColor);box-shadow:-3px -4px 10px 0 rgb(255,255,255),4px 4px 6px 0 #E3E3E3;border-radius:5rem;font-weight:500;overflow:hidden;transition:all 0.2s}@media (max-width: 767px){.btn-shadow[data-astro-cid-4km7kxh4]{height:5.6rem;font-size:1.4rem;padding:0.5rem 4rem}}.btn-shadow[data-astro-cid-4km7kxh4]::after{content:"";position:absolute;left:0;top:0;width:400%;height:100%;background:linear-gradient(-55deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,var(--themeColor) 70%,var(--themeColor) 100%);transform:translateX(-100%);transition:all 1s;z-index:0}.btn-shadow[data-astro-cid-4km7kxh4].with-icon::before{content:"";display:inline-block;width:0.58rem;height:0.58rem;margin-right:1.6rem;background:var(--textColor);border-radius:50%;z-index:1}@media (hover: hover){.btn-shadow[data-astro-cid-4km7kxh4]:hover{color:#fff}.btn-shadow[data-astro-cid-4km7kxh4]:hover::before{background:#fff}.btn-shadow[data-astro-cid-4km7kxh4]:hover::after{transform:translateX(0)}}.btn-shadow-inner[data-astro-cid-4km7kxh4]{position:relative;z-index:1}.btn-shadow[data-astro-cid-4km7kxh4].is-l{height:8.6rem;font-size:2.4rem}@media (max-width: 767px){.btn-shadow[data-astro-cid-4km7kxh4].is-l{height:5.6rem;font-size:1.4rem}}@media (min-width: 768px){.gNavi[data-astro-cid-4sfaevbj]{display:flex;align-items:center;gap:20px;margin-top:0.5rem}}@media (max-width: 767px){.gNavi[data-astro-cid-4sfaevbj]{position:fixed;left:100%;top:10rem;width:100%;height:calc(100vh - 10rem);background:#F8F8F8;margin-top:0;padding:3.5rem 2.8rem;z-index:10}}.gNavi-ul[data-astro-cid-4sfaevbj]{display:flex;background:#f8f8f8;box-shadow:-2px -6px 6px 0 rgb(255,255,255) inset,6px 4px 4px 0 #E3E3E3 inset;height:7rem;border-radius:4rem;padding-inline:3.2rem}@media (max-width: 767px){.gNavi-ul[data-astro-cid-4sfaevbj]{box-shadow:none;flex-direction:column;height:auto;padding:0;margin-bottom:4rem}}.gNavi-ul-li[data-astro-cid-4sfaevbj]{font-weight:bold;font-size:1.6rem}@media (max-width: 767px){.gNavi-ul-li[data-astro-cid-4sfaevbj]{font-size:1.4rem}}@media (max-width: 767px){.gNavi-ul-li[data-astro-cid-4sfaevbj].is-sub{margin-left:2rem;font-weight:normal}}.gNavi-ul-li[data-astro-cid-4sfaevbj].with-arrow{position:relative}@media (max-width: 767px){.gNavi-ul-li[data-astro-cid-4sfaevbj].with-arrow:after{content:"";position:absolute;top:50%;right:2rem;width:1rem;height:1rem;background-image:url(/img/common/icon-arrow-r.svg);background-size:contain;background-repeat:no-repeat;transform:translateY(-50%)}}.gNavi-ul-li[data-astro-cid-4sfaevbj] a[data-astro-cid-4sfaevbj]{display:flex;align-items:center;justify-content:center;height:100%;padding:1.2rem;color:var(--fontColor)}@media (max-width: 767px){.gNavi-ul-li[data-astro-cid-4sfaevbj] a[data-astro-cid-4sfaevbj]{justify-content:flex-start}}@media (hover: hover){.gNavi-ul-li[data-astro-cid-4sfaevbj] a[data-astro-cid-4sfaevbj]:hover{color:var(--themeColor)}}@media (max-width: 767px){.gNavi-doc[data-astro-cid-4sfaevbj]{text-align:center}}.gNavi-doc[data-astro-cid-4sfaevbj] .btn-shadow{font-weight:bold;width:19.5rem}@media (max-width: 767px){.gNavi-doc[data-astro-cid-4sfaevbj] .btn-shadow{width:22.6rem;height:5.1rem}}.gNavi-doc[data-astro-cid-4sfaevbj] .btn-shadow::after{content:none}@media (hover: hover){.gNavi-doc[data-astro-cid-4sfaevbj] .btn-shadow:hover{color:var(--themeColor)}}@media (max-width: 767px){.gNavi-contact[data-astro-cid-4sfaevbj]{margin-top:2rem;text-align:center}}.gNavi-contact[data-astro-cid-4sfaevbj] .btn-shadow{font-weight:bold}@media (max-width: 767px){.gNavi-contact[data-astro-cid-4sfaevbj] .btn-shadow{width:22.6rem;height:5.1rem;font-size:1.4rem}}.gNavi-contact[data-astro-cid-4sfaevbj] .btn-shadow::after{background:linear-gradient(-55deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,var(--fontColor) 70%,var(--fontColor) 100%)}.dwMenu[data-astro-cid-yvbls3cq]{appearance:none;position:fixed;top:1rem;right:1rem;display:block;padding:0;background:#F8F8F8;border:none;border-radius:50%;cursor:pointer;z-index:5;box-shadow:4px 4px 6px 0 #e3e3e3,-3px -4px 10px 0 #ffffff}@media (min-width: 768px){.dwMenu[data-astro-cid-yvbls3cq]{display:none}}.dwMenu-line[data-astro-cid-yvbls3cq]{width:5.8rem;height:5.8rem;display:block;cursor:pointer;transition:opacity 0.25s ease}@media (min-width: 768px){.dwMenu-line[data-astro-cid-yvbls3cq]:hover{opacity:0.7}}@media (max-width: 767px){.dwMenu-line[data-astro-cid-yvbls3cq]:hover{opacity:0.7}}.dwMenu-line[data-astro-cid-yvbls3cq] span[data-astro-cid-yvbls3cq]{position:absolute;left:calc(50% - 1.1rem);width:2.2rem;height:1px;background:#000;border:none;transition:all 0.35s ease;cursor:pointer;border-radius:0.3rem}.dwMenu-line-top[data-astro-cid-yvbls3cq]{top:2.7rem}.dwMenu-line-bottom[data-astro-cid-yvbls3cq]{top:3.3rem}.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 13rem;
  background: #F8F8F8;
  padding-inline: 5%;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 1299px) {
  .header {
    padding-inline: 3%;
  }
}
@media (max-width: 767px) {
  .header {
    height: 10rem;
  }
}
.header-logo {
  width: 17.9rem;
  height: fit-content;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .header-logo {
    margin-top: 3.4rem;
    width: 12.1rem;
  }
}.footerContact[data-astro-cid-cnjmnxve]{position:relative;padding-block:14.8rem 10rem;background:var(--themeColor);color:#fff}@media (max-width: 767px){.footerContact[data-astro-cid-cnjmnxve]{padding-block:12rem 6.5rem}}.footerContact-lineBg[data-astro-cid-cnjmnxve]{width:100%;height:100%;position:absolute;left:0;top:0;padding-block:14.8rem 10rem;background:url(/img/common/footer-line.svg) center left/1121px 753px repeat-x;animation:bgTranslateX 24s linear infinite;mask-image:linear-gradient(to bottom,rgba(0,0,0,0),black,black,rgba(0,0,0,0));opacity:0.5;pointer-events:none}@keyframes bgTranslateX{0%{background-position:0 0}100%{background-position:-1121px 0}}.footerContact-inner[data-astro-cid-cnjmnxve]{position:relative;display:grid;grid-template:"title text" auto "btn btn" auto/auto 1fr;gap:4rem 15.8rem;width:144rem;max-width:100%;margin-inline:auto}@media (min-width: 768px) and (max-width: 1024px){.footerContact-inner[data-astro-cid-cnjmnxve]{max-width:135.5rem}}@media (max-width: 767px){.footerContact-inner[data-astro-cid-cnjmnxve]{grid-template:"title" auto "text" auto "btn" 1fr/1fr;gap:0;width:100%;margin-left:auto;margin-right:auto;max-width:calc(100% - 4rem);width:calc(100% - 4rem)}}.footerContact-title[data-astro-cid-cnjmnxve]{grid-area:title}.footerContact-title-main[data-astro-cid-cnjmnxve]{color:#fff}.footerContact-title-sub[data-astro-cid-cnjmnxve]{color:#fff}.footerContact-text[data-astro-cid-cnjmnxve]{grid-area:text;font-size:1.8rem;line-height:1.8888888889;color:#C9C9C9;width:38rem;max-width:100%}@media (max-width: 767px){.footerContact-text[data-astro-cid-cnjmnxve]{width:100%;margin-bottom:4rem;font-size:1.4rem;line-height:1.7142857143}}.footerContact-btn[data-astro-cid-cnjmnxve]{grid-area:btn;text-align:right}.contactBtn[data-astro-cid-cnjmnxve]{position:relative;color:white;display:inline-flex;align-items:center;justify-content:center;width:fit-content;width:31.2rem;height:9.7rem;padding-inline:2rem;background:var(--themeColor);box-shadow:0.159rem 0.24rem 0.31rem 0 rgba(255,255,255,0.25) inset,-0.318rem -0.47rem 0.318rem 0 rgba(51,73,110,0.25) inset;border-radius:5rem;font-size:2.4rem;font-weight:500;transition:all 1s;overflow:hidden}@media (max-width: 767px){.contactBtn[data-astro-cid-cnjmnxve]{width:auto;height:5.4rem;font-size:1.4rem;padding:0.5rem 2.5rem}}.contactBtn[data-astro-cid-cnjmnxve]::after{content:"";position:absolute;left:0;top:0;width:400%;height:100%;background:linear-gradient(-55deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,#fff 70%,#fff 100%);transform:translateX(-100%);transition:all 1s;z-index:0}.contactBtn[data-astro-cid-cnjmnxve]::before{content:"";display:inline-block;width:0.9rem;height:0.9rem;margin-right:1.6rem;background:white;border-radius:50%;z-index:1;transition:all 1s}@media (hover: hover){.contactBtn[data-astro-cid-cnjmnxve]:hover{color:var(--themeColor);background:#fff}.contactBtn[data-astro-cid-cnjmnxve]:hover::before{background:var(--fontColor)}.contactBtn[data-astro-cid-cnjmnxve]:hover::after{transform:translateX(0)}}.contactBtn-inner[data-astro-cid-cnjmnxve]{position:relative;z-index:1}.footer[data-astro-cid-mtxgg6pp]{position:relative;background:#0a0f1c;color:rgba(255,255,255,0.72);padding-top:10rem;overflow:hidden}@media (max-width: 767px){.footer[data-astro-cid-mtxgg6pp]{padding-top:6rem}}.footer-inner[data-astro-cid-mtxgg6pp]{position:relative;max-width:144rem;margin-inline:auto;padding-inline:4rem}@media (min-width: 768px) and (max-width: 1024px){.footer-inner[data-astro-cid-mtxgg6pp]{max-width:135.5rem}}@media (max-width: 767px){.footer-inner[data-astro-cid-mtxgg6pp]{padding-inline:2.4rem}}.footer-top[data-astro-cid-mtxgg6pp]{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8rem 6rem;padding-bottom:8rem}@media (max-width: 767px){.footer-top[data-astro-cid-mtxgg6pp]{grid-template-columns:1fr;gap:4.5rem 0;padding-bottom:5rem}}.footer-bottom[data-astro-cid-mtxgg6pp]{display:flex;justify-content:space-between;align-items:center;padding-block:3rem;border-top:1px solid rgba(255,255,255,0.08);position:relative}.footer-bottom[data-astro-cid-mtxgg6pp]::before{content:"";position:absolute;left:0;top:-1px;width:12rem;height:1px;background:#c69b3a}@media (max-width: 767px){.footer-bottom[data-astro-cid-mtxgg6pp]{flex-direction:column-reverse;align-items:flex-start;gap:1.2rem;padding-block:2.4rem}}.footer-bottom-copy[data-astro-cid-mtxgg6pp]{font-size:1.2rem;color:rgba(255,255,255,0.42);letter-spacing:0.04em}.footer-bottom-link[data-astro-cid-mtxgg6pp] a[data-astro-cid-mtxgg6pp]{font-size:1.2rem;color:rgba(255,255,255,0.55);letter-spacing:0.06em;transition:color 0.2s}@media (hover: hover){.footer-bottom-link[data-astro-cid-mtxgg6pp] a[data-astro-cid-mtxgg6pp]:hover{color:#c69b3a}}.footer-brand[data-astro-cid-mtxgg6pp]{display:flex;flex-direction:column;gap:3rem}.footer-logo[data-astro-cid-mtxgg6pp]{display:block;width:20rem;max-width:100%}@media (max-width: 767px){.footer-logo[data-astro-cid-mtxgg6pp]{width:16rem}}.footer-logo[data-astro-cid-mtxgg6pp] img[data-astro-cid-mtxgg6pp]{width:100%;height:auto;display:block}.footer-address[data-astro-cid-mtxgg6pp]{display:grid;grid-template-columns:max-content auto;align-items:start;gap:0 2rem;font-style:normal;font-size:1.4rem;line-height:1.8571428571;color:rgba(255,255,255,0.7)}@media (max-width: 767px){.footer-address[data-astro-cid-mtxgg6pp]{font-size:1.3rem;gap:0 1.4rem}}.footer-address-label[data-astro-cid-mtxgg6pp]{font-size:1.05rem;letter-spacing:0.18em;text-transform:uppercase;color:#c69b3a;padding:0.4rem 0 0.4rem 1rem;border-left:1px solid #c69b3a;line-height:1;white-space:nowrap}.footer-address-body[data-astro-cid-mtxgg6pp]{display:block}.footer-nav[data-astro-cid-mtxgg6pp]{display:grid;grid-template-columns:repeat(3,minmax(12rem,max-content));gap:4rem 7rem}@media (max-width: 767px){.footer-nav[data-astro-cid-mtxgg6pp]{grid-template-columns:repeat(2,1fr);gap:3.5rem 2rem}}.footer-nav-title[data-astro-cid-mtxgg6pp]{font-size:1.1rem;letter-spacing:0.18em;color:#c69b3a;margin-bottom:1.8rem;text-transform:uppercase;font-weight:600;position:relative;padding-bottom:1rem}.footer-nav-title[data-astro-cid-mtxgg6pp]::after{content:"";position:absolute;left:0;bottom:0;width:2.4rem;height:1px;background:rgba(198,155,58,0.4)}.footer-nav-list[data-astro-cid-mtxgg6pp] li[data-astro-cid-mtxgg6pp]+li[data-astro-cid-mtxgg6pp]{margin-top:0.4rem}.footer-nav-list[data-astro-cid-mtxgg6pp] a[data-astro-cid-mtxgg6pp]{display:inline-block;padding:0.6rem 0;font-size:1.4rem;color:rgba(255,255,255,0.78);transition:color 0.2s}@media (hover: hover){.footer-nav-list[data-astro-cid-mtxgg6pp] a[data-astro-cid-mtxgg6pp]:hover{color:#fff}}