@charset "UTF-8";
/** @format */
/* News リンク下線の ::before（初期 width:0。ホバー or 現在地で 100%） */
/* PC グロナビ・コースカード見出しなど：アクセント色の手描き風下線（::before） */
@keyframes accent-handwriting-underline {
  0% {
    background: #305C89;
    transform-origin: left center;
    width: 0;
  }
  50%, 100% {
    background: #305C89;
    width: calc(100% - 1.4em);
  }
}
/** @format */
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Baloo Chettan 2";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/BalooChettan2-Medium.woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../assets/fonts/YakuHanJP-Bold.woff2") format("woff2");
}
/** @format */
html {
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  html {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
html {
  line-height: 1.5;
  font-weight: 400;
  color: #2D313F;
  text-align: justify;
  text-align-last: left;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-width: 10px;
  scrollbar-color: #B7A47E #F0F3F4;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #F0F3F4;
  border-radius: 12px;
}
html::-webkit-scrollbar-thumb {
  background: #B7A47E;
  border-radius: 12px;
}
html::-webkit-scrollbar-thumb:hover {
  background: #305C89;
}
html::-webkit-scrollbar-thumb:active {
  background: #F8F7F3;
}

body {
  overflow-x: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #2D313F;
}

body.admin-bar {
  min-height: 100vh;
  min-height: 100dvh;
}

main {
  flex: 1;
}

img {
  vertical-align: bottom;
}

a:hover,
a.focus-visible {
  text-decoration: none;
}

.pc-large-only {
  display: block;
}
@media screen and (max-width: 1280px) {
  .pc-large-only {
    display: none;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.sp-short-only {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-short-only {
    display: block;
  }
}

.external-link {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  flex-shrink: 0;
  color: inherit;
}

.works__actions .external-link {
  margin-left: 0;
}

.breadcrumb {
  padding-top: 24px;
  padding-bottom: clamp(45.12px, 41.819px + 0.42921vw, 50.06px);
  padding-inline: clamp(74.4px, 67.982px + 0.83458vw, 84.006px);
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-inline: 24px;
  }
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
}

.breadcrumb__item + .breadcrumb__item {
  margin-inline-start: 0.5em;
}

.breadcrumb__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 1em;
  flex-shrink: 0;
  margin-inline-end: 0.5em;
  vertical-align: middle;
  background: url("../../assets/img/common/icon-arrow/icon-pagination-next.svg") no-repeat center/contain;
}

.breadcrumb__link {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb__link:hover {
  text-decoration: underline;
  opacity: 0.85;
}

.breadcrumb__current {
  font-size: 14px;
}

/*------------------------------------------
* 小文字化
------------------------------------------*/
.text-lowercase {
  text-transform: lowercase;
}

/*------------------------------------------
* タグ
------------------------------------------*/
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7.68px, 7.313px + 0.04769vw, 8.229px);
  list-style: none;
}

.tag-item {
  font-size: clamp(14.4px, 13.712px + 0.08942vw, 15.429px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #2D313F;
  padding: 0.26em 0.53em;
  border-radius: 4px;
}

.tag-list.-primary30 .tag-item {
  background: #D6DEE7;
}

.tag-list.-secondary30 .tag-item {
  background: #F8F7F3;
}

.tag-list.-bgbeige01 .tag-item {
  background: #F0E8DA;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----- 一覧ヘッド（News list / 記事一覧） ----- */
.news-list-head {
  text-align: center;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .news-list-head {
    margin-bottom: 1.75rem;
    gap: 16px;
  }
}

.news-list-head__en {
  margin: 0;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 64px;
}
@media screen and (min-width: 769px) {
  .news-list-head__en {
    font-size: clamp(55.04px, 44.771px + 1.33532vw, 70.41px);
  }
}
.news-list-head__en {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #B7A47E;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .news-list-head__en {
    font-size: 48px;
  }
}

.news-list-head .news-list-head__ja {
  margin: 0;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .news-list-head .news-list-head__ja {
    font-size: clamp(16.92px, 15.682px + 0.16095vw, 18.773px);
  }
}
.news-list-head .news-list-head__ja {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #2D313F;
}

/* ----- 一覧カード ----- */
.news-list {
  list-style: none;
  margin: 0;
  padding: 1.5rem 1.75rem;
  background-color: #F0E8DA;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .news-list {
    padding: 0.5rem 1rem 1rem;
    border-radius: 20px;
  }
}

.news-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgb(99.5721925134%, 99.6062931101%, 99.6434937611%);
}
.news-item:last-child {
  border-bottom: none;
}

.news-item__link {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.35rem;
  padding: 1.15rem 0.35rem;
  text-decoration: none;
  color: #2D313F;
  transition: color all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-item__link {
    grid-template-columns: auto auto 1fr auto;
    padding: 1rem 0.15rem;
  }
}
.news-item__link:hover, .news-item__link:focus-visible {
  color: #305C89;
}
.news-item__link:hover .news-item__arrow, .news-item__link:focus-visible .news-item__arrow {
  transform: translateX(0.35em);
}
.news-item__link:hover .news-item__title, .news-item__link:focus-visible .news-item__title {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.news-item__meta {
  display: contents;
}

.news-item__date {
  grid-column: 1;
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .news-item__date {
    font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  }
}
.news-item__date {
  color: #737E8A;
  line-height: 1.4;
  white-space: nowrap;
}

.news-item__category {
  grid-column: 2;
}

.news-item__category,
.news-detail__category {
  display: inline-block;
  border: 2px solid #305C89;
  border-radius: 4px;
  padding: 0.1em 0.55em;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .news-item__category,
  .news-detail__category {
    font-size: clamp(11.64px, 11.227px + 0.05365vw, 12.258px);
  }
}
.news-item__category,
.news-detail__category {
  color: #305C89;
  font-weight: 700;
  white-space: nowrap;
}

.news-item__title {
  grid-column: 3;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .news-item__title {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
.news-item__title {
  font-weight: 700;
  line-height: 1.55;
  min-width: 0;
}

.news-item__arrow {
  grid-column: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.news-item__arrow img {
  display: block;
  width: 8px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news-item__link {
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
  }
  .news-item__date {
    grid-column: 1;
    grid-row: 1;
  }
  .news-item__category {
    grid-column: 2;
    grid-row: 1;
  }
  .news-item__arrow {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }
  .news-item__title {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.news-empty {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .news-empty {
    font-size: clamp(15.52px, 14.97px + 0.07154vw, 16.343px);
  }
}
.news-empty {
  color: #737E8A;
  line-height: 1.8;
  text-align: center;
  padding: 2rem 1rem;
  background: #FFFFFF;
  border: 1px solid rgb(99.5721925134%, 99.6062931101%, 99.6434937611%);
  border-radius: 24px;
}

.news-pagination {
  margin-top: 2.5rem;
  text-align: center;
}

.news-pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-pagination__item a,
.news-pagination__item span {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .news-pagination__item a,
  .news-pagination__item span {
    font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  }
}
.news-pagination__item a,
.news-pagination__item span {
  color: #305C89;
  text-decoration: none;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.news-pagination__item .current {
  font-weight: 700;
  color: #2D313F;
  background: #F0F3F4;
  pointer-events: none;
}
.news-pagination__item a:hover,
.news-pagination__item a:focus-visible {
  text-decoration: underline;
}

/* ----- 詳細 ----- */
.news-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin: 0 0 1rem;
}

.news-detail__date {
  font-family: "Baloo Chettan 2", "YakuHanJP", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .news-detail__date {
    font-size: clamp(13.44px, 12.798px + 0.08346vw, 14.401px);
  }
}
.news-detail__date {
  color: #737E8A;
  line-height: 1.4;
}

.news-detail__title {
  font-size: 24px;
}
@media screen and (min-width: 769px) {
  .news-detail__title {
    font-size: clamp(22.08px, 19.88px + 0.28614vw, 25.373px);
  }
}
.news-detail__title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.75rem;
  color: #2D313F;
}

.news-detail__gallery {
  margin: 0 0 2rem;
  position: relative;
}

.news-detail__swiper-main {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news-detail__swiper-main {
    border-radius: 12px;
  }
}

.news-detail__slide-figure {
  margin: 0;
  aspect-ratio: 3/2;
  background: #F8F9F9;
}
.news-detail__slide-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  border: 0;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 18px;
  box-shadow: 0 2px 8px rgba(45, 49, 63, 0.18);
  cursor: pointer;
  transition: opacity all 0.3s ease, transform all 0.3s ease;
}
.news-detail__nav::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .news-detail__nav {
    width: 2.25rem;
    height: 2.25rem;
    margin-top: -1.125rem;
    background-size: 8px 14px;
  }
}
.news-detail__nav:hover, .news-detail__nav:focus-visible {
  transform: scale(1.05);
}
.news-detail__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.news-detail__nav[hidden] {
  display: none;
}

.news-detail__nav--prev {
  left: 0.75rem;
  background-image: url("../../assets/img/common/icon-arrow/icon-pagination-prev.svg");
}
@media screen and (max-width: 768px) {
  .news-detail__nav--prev {
    left: 0.5rem;
  }
}

.news-detail__nav--next {
  right: 0.75rem;
  background-image: url("../../assets/img/common/icon-arrow/icon-pagination-next.svg");
}
@media screen and (max-width: 768px) {
  .news-detail__nav--next {
    right: 0.5rem;
  }
}

.news-detail__swiper-thumbs {
  margin-top: 1rem;
}

.news-detail__thumb-figure {
  margin: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid transparent;
  background: #F8F9F9;
  cursor: pointer;
  transition: border-color all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-detail__thumb-figure {
    border-radius: 4px;
  }
}
.news-detail__thumb-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail__swiper-thumbs .swiper-slide-thumb-active .news-detail__thumb-figure {
  border-color: #305C89;
}

.news-detail__content {
  margin-bottom: 2.5rem;
}
.news-detail__content > *:first-child {
  margin-top: 0;
}
.news-detail__content p {
  margin: 0 0 1.25em;
}
.news-detail__content ul,
.news-detail__content ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
}
.news-detail__content a {
  color: #305C89;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.news-detail__actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(99.5721925134%, 99.6062931101%, 99.6434937611%);
}
