@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #000;
}

body {
  font-family: "Noto Sans JP", serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
body {
  overflow-x: clip;
}

.single article > * + * {
  margin-top: 0;
}

html {
  /* ベースのフォントサイズ */
  font-size: 16px;
  /* スマートフォン 375px以下 */
}
html {
  /* タブレット 376px~inner */
}
html {
  /* PC inner以上 */
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*addressタグのフォントリセット*/
address {
  font-style: normal;
}

/* =========================
   SP表示（デフォルト）
========================= */
.breadcrumb {
  padding: 0.5rem 0;
  background-color: transparent;
}

.under-page__breadcrumb {
  margin-top: 0.5rem;
}

.breadcrumb_trail {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
}
.breadcrumb_trail .breadcrumb_trail-delimiter {
  margin: 0 0.5rem;
  color: #fff;
}
.breadcrumb_trail .breadcrumb_trail-end {
  color: #fff;
  font-weight: 500;
}
.breadcrumb_trail ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb_trail li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb_trail li:not(:last-child)::after {
  margin: 0 0.5rem;
  content: ">";
  color: #fff;
}
.breadcrumb_trail .breadcrumb_trail-begin a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.breadcrumb:empty {
  display: none;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.7;
}

.btn-more {
  z-index: 0;
  position: relative;
  padding: 0.8125rem 0.4375rem 0.8125rem 2.1875rem;
  overflow: hidden;
  gap: 1.9375rem;
  border: 1px solid #539dd4;
  background-color: #fff;
  -webkit-box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.0625rem 0.25rem rgba(0, 0, 0, 0.1);
  color: #539dd4;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn-more::before {
  z-index: -1;
  position: absolute;
  width: 0;
  inset: 0;
  background-color: #539dd4;
  content: "";
  -webkit-transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.btn-more:hover {
  border-color: #fff;
  color: #fff;
  opacity: 1;
}
.btn-more:hover::before {
  width: 100%;
}

.btn-more__icon {
  display: inline-block;
  width: 0.75rem;
  height: 0.625rem;
  background-color: currentColor;
  mask: url("../images/btn-arrow.svg") center/contain no-repeat;
  -webkit-mask: url("../images/btn-arrow.svg") center/contain no-repeat;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   共通スタイル
========================= */
.drawer {
  z-index: 999;
  position: fixed;
  margin-top: 4.6875rem;
  inset: 0;
  padding: 0 1rem 3.75rem 1rem;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.drawer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.drawer__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drawer__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3125rem 2rem;
  gap: 0.625rem;
  border-bottom: 1px solid #d8d8d8;
  color: #000;
  line-height: 1.75;
  text-decoration: none;
}

.drawer__ja {
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: none;
}

.drawer__en {
  margin-top: 0.125rem;
  font-size: 0.5625rem;
  font-family: "Montserrat", sans-serif;
}

.drawer__contact {
  margin-inline: auto;
}

.btn-contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8125rem 1rem;
  gap: 0.875rem;
  border: 1px solid #539dd4;
  border-radius: 0.5rem;
  background-color: #539dd4;
  color: #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-contact img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.btn-contact:hover {
  border-color: #539dd4;
  background-color: #fff;
  color: #539dd4;
}
.btn-contact:hover img {
  -webkit-filter: invert(43%) sepia(44%) saturate(1416%) hue-rotate(175deg) brightness(93%) contrast(87%);
          filter: invert(43%) sepia(44%) saturate(1416%) hue-rotate(175deg) brightness(93%) contrast(87%);
}

body.is-openSP {
  overflow: hidden;
}

.is-openSP .drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-openSP .drawer__icon--bar:nth-child(1) {
  -webkit-transform: rotate(25deg) translateY(0.625rem);
          transform: rotate(25deg) translateY(0.625rem);
}

.is-openSP .drawer__icon--bar:nth-child(2) {
  opacity: 0;
}

.is-openSP .drawer__icon--bar:nth-child(3) {
  -webkit-transform: rotate(-25deg) translateY(-0.625rem);
          transform: rotate(-25deg) translateY(-0.625rem);
}

/* =========================
   footer
========================= */
.footer {
  padding-block: 2.9375rem 0.875rem;
  background-color: #4d4d4d;
  color: #fff;
}

.footer__inner.inner {
  max-width: 1320px;
}

/* =========================
   nav
========================= */
.footer__nav {
  margin-inline: auto;
  padding-inline: 1rem;
}

/* =========================
   menus wrapper（SP）
========================= */
.footer__menus {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 17.875rem;
  margin: 0 auto 1.25rem;
}

/* =========================
   menu list
========================= */
.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  list-style: none;
}

/* =========================
   item
========================= */
.footer__item {
  font-size: 0.8125rem;
  line-height: 1.4;
}

.footer__item a {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  color: #fff;
  text-decoration: none;
}

.footer__item a::before {
  position: absolute;
  top: 32%;
  left: 0;
  width: 0.625rem;
  height: 1.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/footer-arrow.svg") center/contain no-repeat;
  content: "";
}

.footer__item a:hover {
  opacity: 0.85;
}

/* =========================
   placeholder
========================= */
.footer__item--placeholder {
  display: none;
}

/* =========================
   label / sub
========================= */
.footer__label {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
}

.footer__sub {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.5625rem;
  font-family: "Montserrat", sans-serif;
}

/* =========================
   copyright
========================= */
.footer__copyright {
  margin-top: 2.5rem;
  color: #fff;
  font-size: 0.625rem;
  text-align: center;
}

/* =========================
   PC（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 4.4375rem;
  border-top: 0.5rem solid #0168b7;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90rem;
  height: inherit;
  margin-inline: auto;
  padding-inline: 1rem;
  gap: 0.5rem;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.header__logo img {
  width: 15.6875rem;
  height: auto;
}

.header__nav {
  display: none;
}

.header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  position: relative;
}

.header__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  padding: 1.125rem 1.75rem;
  color: #000;
  text-decoration: none;
}

.header__list::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #d8d8d8;
  content: "";
}

.header__list--label {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.75;
  white-space: nowrap;
}

.header__list--sub {
  margin-top: 0.125rem;
  color: #000;
  font-size: 0.5625rem;
  font-family: "Montserrat", sans-serif;
}

.header__list-btn {
  padding-left: 3.125rem;
}

.header__list a.header__list--contact {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8125rem 1rem;
  gap: 0.875rem;
  border: 1px solid #539dd4;
  border-radius: 0.5rem;
  background-color: #539dd4;
  color: #fff;
  font-weight: 700;
  font-size: 1.0625rem;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.header__list a.header__list--contact img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.header__list a.header__list--contact:hover {
  border-color: #539dd4;
  background-color: #fff;
  color: #539dd4;
}
.header__list a.header__list--contact:hover img {
  -webkit-filter: invert(43%) sepia(44%) saturate(1416%) hue-rotate(175deg) brightness(93%) contrast(87%);
          filter: invert(43%) sepia(44%) saturate(1416%) hue-rotate(175deg) brightness(93%) contrast(87%);
}

.header__contact-icon {
  width: 15px;
}

.drawer__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.drawer__icon--bar {
  width: 100%;
  height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #0168b7;
}

.drawer__contact-icon {
  width: 15px;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.inner {
  width: 100%;
  max-width: 37.5rem;
  margin-inline: auto;
  padding-inline: 15px;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.news-page {
  padding-top: 5.3125rem;
  background-color: #519dd3;
  color: #fff;
}

.news-hero {
  position: relative;
  height: 169px;
  background-image: url("../images/page/news-heroSP.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.news-hero__inner {
  height: inherit;
}

.news-hero__container {
  position: absolute;
  top: 45%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-hero__title {
  font-weight: 700;
  font-size: 1.5625rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}

.news-hero__en {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
}

.news-page__section {
  padding: 3rem 0 4.5rem;
}
.news-page__section .inner {
  max-width: 62.5rem;
}

.news-section .section-head--info {
  width: 100%;
}

.news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem;
  gap: 2rem;
}

.news-card:last-child {
  border-bottom: none;
}

.news-card__link {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 1.25rem;
  gap: 1rem;
  border-bottom: 1px dashed #fff;
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.news-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.news-card__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.news-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card__thumb--list {
  aspect-ratio: 360/167;
  width: 100%;
}

.news-card__thumb--single {
  aspect-ratio: 744/312;
  max-width: 100%;
}

.news-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.news-card__date {
  color: #fff;
  font-size: 0.875rem;
}

.news-card__cat {
  display: inline-block;
  padding-inline: 8px;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #fff;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 2.2;
  text-decoration: none;
}

.news-card__title {
  display: -webkit-box;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card__content {
  display: -webkit-box;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card__content p + p {
  margin-top: 0.75rem;
}

.news-card__btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.125rem 0 0;
  margin-left: auto;
  padding: 1rem 0.5rem 1rem 1.5625rem;
  gap: 1.125rem;
}

.news-card__btn-icon {
  width: 0.75rem;
  height: 0.625rem;
  background-color: currentColor;
  mask: url("../images/btn-arrow.svg") center/contain no-repeat;
  -webkit-mask: url("../images/btn-arrow.svg") center/contain no-repeat;
}

.news-section__empty {
  margin-top: 0.75rem;
  color: #fff;
  font-size: 0.875rem;
}

.news-single .news-page__section {
  padding-bottom: 7.5rem;
}
.news-single .news-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.875rem;
  padding-bottom: 0;
  gap: 1.25rem;
}
.news-single .news-card__title {
  display: block;
  font-size: 1.375rem;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
  text-overflow: initial;
}
.news-single .news-card__content {
  display: block;
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 300;
  text-align: left;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.news-single .news-single__back-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2.5rem;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.page-404 {
  padding-top: 5.3125rem;
}
.page-404 .page-hero--simple {
  text-align: center;
}
.page-404 .page-hero--simple .page-hero__eyebrow {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  opacity: 0.9;
}
.page-404 .page-hero--simple .page-hero__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
}
.page-404 .page-hero--simple .page-hero__lead {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2;
  opacity: 0.95;
}
.page-404 .page-hero--simple .page-hero__actions .btn-more {
  padding: 14px 36px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #539dd4;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-404 .page-hero--simple .page-hero__actions .btn-more:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: transparent;
  color: #fff;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   共通スタイル
========================= */
.page-hero {
  padding-top: 6.25rem;
  padding-bottom: 1.25rem;
}

/* =========================
   SP表示（デフォルト）
========================= */
.page-privacy .page-hero--simple .page-hero__eyebrow {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15em;
  opacity: 0.9;
}
.page-privacy .page-hero--simple .page-hero__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
}
.page-privacy .page-hero--simple .page-hero__lead {
  font-size: 14px;
  line-height: 2;
  opacity: 0.95;
}
.page-privacy .privacy {
  padding: 60px 0;
  background-color: #fff;
}
.page-privacy .privacy .section-title--blue {
  margin-bottom: 40px;
}
.page-privacy .privacy__list {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
  counter-reset: policy-counter;
}
.page-privacy .privacy__list li {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.page-privacy .privacy__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-privacy .privacy__list li h3 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px;
  color: #0168b7;
  font-weight: 700;
  font-size: 18px;
}
.page-privacy .privacy__list li h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #539dd4;
  content: "";
}
.page-privacy .privacy__list li p {
  color: #333;
  font-size: 14px;
  line-height: 2;
}
.page-privacy .privacy__contact {
  padding: 32px 24px;
  border-left: 4px solid #539dd4;
  border-radius: 4px;
  background-color: #f8f9fa;
}
.page-privacy .privacy__contact h3 {
  margin-bottom: 16px;
  color: #0168b7;
  font-weight: 700;
  font-size: 20px;
}
.page-privacy .privacy__contact > p {
  margin-bottom: 24px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}
.page-privacy .privacy__meta {
  margin-bottom: 32px;
  padding: 24px 20px;
  border-radius: 4px;
  background-color: #fff;
}
.page-privacy .privacy__meta dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  color: #0168b7;
  font-weight: 700;
  font-size: 13px;
}
.page-privacy .privacy__meta dt::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #539dd4;
  content: "";
}
.page-privacy .privacy__meta dd {
  margin-bottom: 16px;
  padding-left: 14px;
  color: #333;
  font-size: 14px;
  line-height: 1.8;
}
.page-privacy .privacy__meta dd:last-child {
  margin-bottom: 0;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   共通スタイル
========================= */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.75rem;
  gap: 0.375rem;
}
.pagination a,
.pagination span {
  display: inline-block;
  min-width: 2rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.25rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.pagination__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.375rem;
  list-style: none;
}
.pagination__items li.is-active a,
.pagination__items li.is-active span {
  background-color: #fff;
  color: #0168b7;
}
.pagination__items a {
  min-width: 2rem;
}

.pagination__arrow.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

/* =========================
   共通スタイル
========================= */
.section-head--info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 1.125rem;
  gap: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 121, 189, 0.6)), to(rgba(55, 89, 202, 0.6)));
  background: linear-gradient(to right, rgba(48, 121, 189, 0.6) 0%, rgba(55, 89, 202, 0.6) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.4375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.5em;
  text-align: left;
}

.section-head--info::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 8px;
  background-color: #1d5daa;
  content: "";
}

.section-head__en {
  display: inline-block;
  color: #c7deef;
  font-style: italic;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: initial;
  text-align: center;
}

/* =========================
   SP表示（デフォルト）
========================= */
.section-title {
  position: relative;
  color: #ffffff;
  font-size: 23px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
}
.section-title::before {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: "";
}
.section-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: attr(data-en);
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: initial;
  opacity: 0.9;
}

.section-title.section-title--blue {
  color: #519dd3;
  text-align: left;
}

.section-title.section-title--blue::before {
  right: 0;
  left: initial;
  background-color: #519dd3;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   タブレット用調整（376px〜1024px）
========================= */
/* =========================
   PC表示（1000px〜1440px）
========================= */
/* =========================
   大画面表示（1920px以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-achievements {
  padding-block: 3rem 3.4375rem;
  overflow-x: clip;
  background-color: #eef5fb;
}

.inner.top-achievements__inner {
  max-width: 600px;
}

.top-achievements__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
  gap: 1rem;
}

.top-achievements__item {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 75%;
  min-height: 142px;
  margin-inline: auto;
  padding: 1rem;
  background: #b2d3ec;
}

.top-achievements__date {
  font-size: 0.75rem;
}

.top-achievements__text {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-company {
  padding-top: 3.4375rem;
  background: #428ac9;
  color: #fff;
}

.top-company__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  margin-inline: auto;
  padding-top: 1.25rem;
  padding-bottom: 3.375rem;
  padding-inline: 1rem;
  gap: 1.25rem;
}

.top-company__container::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #428ac9;
  content: "";
  opacity: 1;
}

.top-company__wrapper {
  display: contents;
}

.top-company__img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.top-company__table {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-inline: 1rem;
}

.top-company__map {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.top-company__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 0.5rem;
  border-bottom: 1px solid #fff;
}

.top-company__row dt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7.5rem;
      -ms-flex: 0 0 7.5rem;
          flex: 0 0 7.5rem;
  margin: 0;
  font-weight: 700;
  font-size: 0.875rem;
}

.top-company__row dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}

.top-company__row:last-of-type {
  border-bottom: none;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-contact {
  padding-block: 3.5625rem;
  overflow-x: clip;
  background-color: #bad8ee;
  text-align: center;
}

.top-contact__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5625rem;
  gap: 1.4375rem;
}

.top-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 13.75rem;
  padding: 0.75rem 1.5rem;
  gap: 0.5rem;
  border: 1px solid #539dd4;
  border-radius: 0.875rem;
  background-color: #539dd4;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.top-contact__btn img {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.top-contact__btn:hover {
  border-color: #539dd4;
  background-color: #fff;
  color: #539dd4;
}
.top-contact__btn:hover img {
  -webkit-filter: invert(43%) sepia(44%) saturate(1416%) hue-rotate(175deg) brightness(93%) contrast(87%);
          filter: invert(43%) sepia(44%) saturate(1416%) hue-rotate(175deg) brightness(93%) contrast(87%);
}

.top-contact__text {
  font-size: 1.0625rem;
}

.top-contact__icon-mail {
  width: 15px;
}

.top-contact__icon-tel {
  width: 17px;
}

.top-contact__icon-tel img {
  aspect-ratio: 17/22;
}

.top-contact__icon-mail img {
  aspect-ratio: 15/12;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-group {
  padding-block: 4rem;
  background-color: #539dd4;
  color: #fff;
}

.top-group__inner.inner {
  max-width: 600px;
}

.top-group__note {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  text-align: center;
}

.top-group__accordion {
  margin-top: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #0168b7;
}

.top-group__link img {
  aspect-ratio: 17/15;
  width: 17px;
}

.top-group__summary {
  display: block;
  position: relative;
  padding: 0.75rem 1rem 0.75rem 2.1875rem;
  font-weight: 500;
  font-size: 0.9375rem;
  list-style: none;
  list-style-type: none;
  cursor: pointer;
}
.top-group__summary::-webkit-details-marker {
  display: none;
}
.top-group__summary::-moz-list-bullet {
  list-style-type: none;
}
.top-group__summary::marker {
  display: none;
  content: none;
}
.top-group__summary::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "●";
  color: #fff;
}
.top-group__summary::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.5625rem;
  height: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  background: url("../images/accordion-arrow.svg") center/contain no-repeat;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

details[open] .top-group__summary::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.top-group__content {
  overflow: hidden;
}

.top-group__body {
  padding-top: 1.125rem;
  background-color: #539dd4;
  color: #000;
}

.top-group__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
}

.top-group__img img {
  width: 100%;
  height: auto;
}

.top-group__info {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.top-group__info-btn {
  display: block;
  margin-top: 1.25rem;
  text-align: end;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-hero {
  padding-top: 4.4375rem;
}

.top-hero__inner {
  position: relative;
}

.top-hero__slider {
  z-index: 1;
  position: relative;
  width: 100vw;
  height: 31.125rem;
  margin: 0 calc(50% - 50vw);
}

.top-hero__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-hero__slide {
  min-width: 100%;
}

.top-hero__slide img {
  aspect-ratio: 392/498;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-hero__catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 54%;
  left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.5rem 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.top-hero__text-en {
  font-weight: 700;
  font-size: 1.8125rem;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}

.top-hero__text-ja {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.125rem;
}

.top-hero__pagination.swiper-pagination {
  display: none;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-info {
  padding-block: 3.4375rem;
  background-color: #519dd3;
}

.top-info__inner.inner {
  max-width: 37.5rem;
  margin-inline: auto;
  padding-inline: 1rem;
}

.top-info__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1.125rem;
  gap: 1rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 121, 189, 0.6)), to(rgba(55, 89, 202, 0.6)));
  background: linear-gradient(to right, rgba(48, 121, 189, 0.6) 0%, rgba(55, 89, 202, 0.6) 100%);
  color: #fff;
  font-weight: 700;
  font-size: 1.4375rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: left;
}
.top-info__title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 0.5rem;
  background-color: #1d5daa;
  content: "";
}

.top-info__en {
  display: inline-block;
  color: #c7deef;
  font-style: italic;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: initial;
  text-align: center;
}

.top-info__item {
  position: relative;
  padding-inline: 1rem;
  padding-block: 1.25rem 0.75rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  color: #000;
  font-size: 0.875rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}

.top-info__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: inherit;
}

.top-info__overlay {
  z-index: 1;
  position: absolute;
  inset: 0;
  pointer-events: auto;
}

.top-info__meta {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.top-info__date {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.25rem;
  color: #ffffff;
  font-weight: 300;
  font-size: 0.875rem;
}

.top-info__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 2;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 4px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  pointer-events: auto;
}

.top-info__text {
  display: -webkit-box;
  color: #ffffff;
  font-weight: 300;
  font-size: 1rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Noto Sans JP", serif;
  text-overflow: ellipsis;
}

.top-info__btn {
  margin-top: 1.75rem;
  text-align: center;
}

/* =========================
   PC表示（md以上）
========================= */
/* =========================
   SP表示（デフォルト）
========================= */
.top-policy {
  position: relative;
  padding-block: 3rem;
  background-image: url("../images/policy-bgSP.png");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.top-policy__inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.top-policy__title {
  font-weight: 900;
  font-size: 1.875rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3em;
}

.top-policy__en {
  margin-top: 0.5rem;
  font-style: italic;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

.top-policy__lead {
  margin-top: 1.875rem;
  font-weight: 700;
  font-size: 1.4375rem;
  font-family: "Noto Serif JP", serif;
}

.top-policy__text {
  margin-top: 1.625rem;
  padding-inline: 14px;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: left;
}

/* =========================
   PC表示（md以上）
========================= */

@media screen and (min-width: 376px) and (max-width: 1024px) {
  .section-title::after {
    right: 7%;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  html {
    font-size: 1.3559322034vw;
  }
  .breadcrumb {
    padding: 1rem 0;
  }
  .under-page__breadcrumb {
    margin-top: 1rem;
  }
  .breadcrumb_trail {
    font-size: 0.875rem;
  }
  .btn-more {
    padding: 1.4375rem 1.3125rem 1.4375rem 3.5rem;
    gap: 3rem;
    font-size: 1rem;
  }
  .btn-more__icon {
    width: 1.0625rem;
    height: 0.9375rem;
  }
  .footer {
    padding-block: 3.125rem 2.375rem;
  }
  .footer__item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
  }
  .footer__menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 76.1875rem;
    margin: 0 auto 1rem;
    gap: 0.75rem 2.25rem;
  }
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.75rem 2.25rem;
  }
  .footer__label {
    font-size: 1.0625rem;
  }
  .footer__sub {
    margin-top: 5px;
    font-size: 0.5625rem;
  }
  .footer__item a::before {
    top: 50%;
  }
  .footer__copyright {
    margin-top: 3.4375rem;
  }
  .header {
    height: 5.3125rem;
  }
  .drawer__icon {
    display: none;
  }
  .header__logo img {
    width: 25.6875rem;
  }
  .header__nav {
    display: block;
  }
  .inner {
    max-width: 1220px;
    padding-inline: 20px;
  }
  .news-hero {
    height: 495px;
    background-image: url("../images/page/news-hero.png");
  }
  .news-hero__container {
    text-align: center;
  }
  .news-hero__title {
    font-size: 2.1875rem;
  }
  .news-hero__en {
    font-size: 1.4375rem;
  }
  .news-page__section {
    padding: 4.25rem 0 6.875rem;
  }
  .news-section .section-head--info {
    margin-bottom: 3rem;
  }
  .news-list {
    gap: 2.5rem;
  }
  .news-card {
    padding-bottom: 2.5rem;
  }
  .news-card__link {
    grid-template-columns: 18.75rem 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3.9375rem;
    gap: 3rem;
  }
  .news-card__body {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 100%;
  }
  .news-card__thumb--list {
    aspect-ratio: 222/248;
    max-width: 16.25rem;
  }
  .news-card__thumb--single {
    max-width: 46.5rem;
  }
  .news-card__date {
    font-size: 1.125rem;
  }
  .news-card__title {
    font-size: 1.125rem;
  }
  .news-card__content {
    font-size: 0.9375rem;
  }
  .news-card__btn {
    margin-top: auto;
    margin-left: initial;
  }
  .news-single .news-page__section {
    padding-bottom: 14.375rem;
  }
  .news-single .news-card {
    gap: 1.375rem;
  }
  .news-single .news-card__title {
    font-size: 1.875rem;
  }
  .news-single .news-card__content {
    padding-bottom: 5rem;
    font-size: 1.125rem;
  }
  .page-404 .page-hero--simple .page-hero__eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .page-404 .page-hero--simple .page-hero__title {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .page-404 .page-hero--simple .page-hero__lead {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .page-404 .page-hero--simple .page-hero__actions .btn-more {
    padding: 16px 48px;
  }
  .page-privacy .page-hero--simple .page-hero__eyebrow {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .page-privacy .page-hero--simple .page-hero__title {
    margin-bottom: 24px;
    font-size: 36px;
  }
  .page-privacy .page-hero--simple .page-hero__lead {
    font-size: 15px;
  }
  .page-privacy .privacy {
    padding: 80px 0;
  }
  .page-privacy .privacy .section-title--blue {
    margin-bottom: 60px;
  }
  .page-privacy .privacy__list {
    margin-bottom: 80px;
  }
  .page-privacy .privacy__list li {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .page-privacy .privacy__list li h3 {
    padding-left: 16px;
    font-size: 20px;
  }
  .page-privacy .privacy__list li h3::before {
    width: 4px;
    height: 24px;
  }
  .page-privacy .privacy__list li p {
    font-size: 15px;
  }
  .page-privacy .privacy__contact {
    padding: 48px;
  }
  .page-privacy .privacy__contact h3 {
    font-size: 22px;
  }
  .page-privacy .privacy__contact > p {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .page-privacy .privacy__meta {
    margin-bottom: 40px;
    padding: 32px;
  }
  .page-privacy .privacy__meta dt {
    font-size: 14px;
  }
  .page-privacy .privacy__meta dd {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .section-title {
    font-size: 2.8125rem;
    text-align: center;
  }
  .section-title::before {
    right: calc(50% - 50vw);
    left: -7%;
    width: auto;
  }
  .section-title::after {
    font-size: 2.25rem;
  }
  .section-title.section-title--blue {
    text-align: center;
  }
  .section-title.section-title--blue::before {
    right: -12%;
    left: calc(50% - 50vw);
    width: auto;
  }
  .section-title.section-title--blue.top-achievements__title::before {
    right: -33%;
    left: calc(50% - 50vw);
    width: auto;
  }
  .top-achievements {
    padding-block: 5rem 7.5rem;
  }
  .inner.top-achievements__inner {
    max-width: 892px;
  }
  .top-achievements__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.0625rem;
    gap: 1.625rem;
  }
  .top-achievements__item {
    width: calc((100% - 2rem) / 3);
  }
  .top-company {
    padding-top: 1.375rem;
    padding-bottom: 3.375rem;
    background: #539dd4;
  }
  .top-company__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: initial;
    margin-top: 4.8125rem;
    padding-top: 3.5625rem;
    padding-bottom: 6.6875rem;
    padding-inline: initial;
  }
  .top-company__container::before {
    width: 80%;
  }
  .top-company__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 51.0416666667%;
    gap: 2.5rem;
  }
  .top-company__img,
  .top-company__table,
  .top-company__map {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .top-company__img {
    width: 100%;
  }
  .top-company__img img {
    aspect-ratio: 980/605;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-company__table {
    width: 40.625rem;
    max-width: 100%;
    margin-top: 1rem;
    padding-right: 40px;
    padding-inline: initial;
  }
  .top-company__row {
    padding-block: 0.75rem;
  }
  .top-company__row dt {
    font-size: 1.125rem;
  }
  .top-company__row dd {
    font-size: 1.125rem;
  }
  .top-company__map {
    aspect-ratio: 531/276;
    width: 54.1836734694%;
    margin-left: auto;
  }
  .top-contact {
    padding-block: 6.25rem;
  }
  .top-contact__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4.75rem;
    gap: 1.5625rem;
  }
  .top-contact__btn {
    max-width: 16.875rem;
  }
  .top-contact__text {
    max-width: 16.875rem;
    font-size: 1.5625rem;
  }
  .top-group {
    padding-block: 5.25rem 7.5rem;
  }
  .top-group__inner.inner {
    max-width: 1050px;
  }
  .top-group__note {
    margin-top: 2.125rem;
    font-size: 1.125rem;
  }
  .top-group__accordion {
    margin-top: 3.25rem;
  }
  .top-group__summary {
    padding: 1.4375rem 1.8125rem 1.4375rem 3.125rem;
    font-size: 1.125rem;
  }
  .top-group__summary::before {
    left: 1.8125rem;
  }
  .top-group__summary::after {
    right: 2rem;
    width: 0.875rem;
    height: 0.5rem;
  }
  .top-group__body {
    padding-top: 2.4375rem;
  }
  .top-group__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 11.5rem;
  }
  .top-group__img {
    width: 45%;
  }
  .top-group__info {
    margin-bottom: auto;
    font-size: 1.125rem;
    line-height: 2;
  }
  .top-group__info-btn {
    margin-top: 2.8125rem;
    text-align: left;
  }
  .top-hero {
    padding-top: 5.3125rem;
  }
  .top-hero__slider {
    height: 37.5rem;
  }
  .top-hero__slide {
    aspect-ratio: 1920/600;
    width: 100%;
  }
  .top-hero__text-en {
    font-size: 3.125rem;
  }
  .top-hero__text-ja {
    margin-top: 0.75rem;
    font-size: 1.875rem;
  }
  .top-hero__pagination.swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 7%;
    left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .swiper-pagination-bullet {
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .swiper-pagination-bullet-active {
    background-color: #0168b7;
    opacity: 1;
  }
  .top-info {
    padding-block: 5rem 3.125rem;
  }
  .top-info__inner.inner {
    max-width: 65.4375rem;
  }
  .top-info__title {
    padding: 1rem 2rem 1.1875rem 2rem;
    font-size: 1.75rem;
    letter-spacing: 0.5em;
  }
  .top-info__title::before {
    width: 1rem;
  }
  .top-info__en {
    font-size: 2rem;
  }
  .top-info__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.3125rem 1.75rem 1.625rem;
    gap: 1.25rem;
    font-family: "Noto Sans JP", serif;
  }
  .top-info__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 1rem;
  }
  .top-info__meta {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .top-info__date {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0.5rem;
    font-size: 1.125rem;
  }
  .top-info__label {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 4px;
    font-size: 0.875rem;
  }
  .top-info__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  .top-info__btn {
    margin-top: 3.125rem;
    margin-left: auto;
    text-align: end;
  }
  .top-policy {
    padding-block: 4rem;
    background-image: url("../images/policy-bg.png");
  }
  .top-policy__title {
    font-size: 2.8125rem;
  }
  .top-policy__en {
    margin-top: 1.25rem;
    font-size: 1.0625rem;
  }
  .top-policy__lead {
    margin-top: 2.25rem;
    font-size: 2.1875rem;
  }
  .top-policy__text {
    margin-top: 1.3125rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

@media (min-width: 1000px) and (max-width: 1440px) {
  .section-title::after {
    right: initial;
    left: calc(50% + 300px);
  }
  .section-title.section-title--blue.top-achievements__title::after {
    right: initial;
    left: calc(50% + 175px);
  }
}

@media (min-width: 1180px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .top-company__container {
    gap: 3.125rem;
  }
  .top-company__row dt {
    -webkit-flex-basis: 10rem;
        -ms-flex-preferred-size: 10rem;
            flex-basis: 10rem;
  }
}

@media (min-width: 1920px) {
  .section-title::after {
    right: initial;
    left: calc(50% + 470px);
    font-size: 2.8125rem;
  }
  .section-title.section-title--blue.top-achievements__title::after {
    right: initial;
    left: calc(50% + 335px);
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=map/styles.css.map */