@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap");
:root {
  --btn-color:#e6b400;
  --btnline-color:#e6b400;
  --en-color:colors(c_yellow);
  --ja-color:#be1e1e;
  --item-color:red;
}

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

html {
  box-sizing: border-box;
}

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

body {
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
input, textarea, button, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

td, th {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

p, li, dd, dt, td, th {
  word-wrap: break-word;
}

select, input {
  word-wrap: normal;
}

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

caption, th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

pre, code,
kbd, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

input:not([type=radio]):not([type=checkbox]), textarea, button {
  /* iosでボタンなどのデフォルト装飾を解除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Firefoxでボタン系の高さが1pxずれる対策 */
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  border: 0px;
}

/*----------------------
     html base
---------------------------------------- */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px; /* 1rem = 10px */
  background: #fff;
}

body {
  min-height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
  font-weight: 500;
  background: #fff;
}

html, body {
  overflow-x: visible !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

button, input, textarea {
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Arimo, sans-serif;
}

input[type=text], input[type=tel], input[type=email], textarea, select, input[type=password] {
  padding: 0.5em 1em;
  border: 2px solid #f5f5f5;
  background: #f5f5f5;
  font-size: 16px;
  width: 100%;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus, select:focus, input[type=password]:focus {
  border: 2px solid #3255a5;
}

textarea {
  height: 10em;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

@media (max-width: 1023px) {
  img {
    max-width: 100%;
  }
}
.l-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-contents {
  line-height: 1.6;
  display: grid;
}
@media (max-width: 767px) {
  .l-contents {
    padding: 0 5vw;
  }
}

.l-main {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1023px) {
  .l-main {
    margin-top: 0;
  }
}

.l-header {
  position: relative;
  width: 100%;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
@media (max-width: 767px) {
  .l-header {
    height: auto;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  z-index: 90;
}

.p-mv__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-mv img {
    max-width: 100%;
  }
}
.p-mv__btn {
  width: clamp(18rem, 100%, 25rem);
  display: block;
  position: absolute;
  bottom: 22%;
  left: 5%;
  --btn-color:#148746;
  --btnline-color:#148746;
}
.p-mv__btn.__fadein {
  opacity: 0;
  transition: 2s;
  transform: translate3d(0, 50px, 0);
}
.p-mv__btn.__fadein.__visibled {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .p-top-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-top-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-top-title {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-items: baseline;
}
.p-top-title .__en {
  font-weight: 600;
  font-size: 4.5rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  margin-bottom: 2.4rem;
}
.p-top-title .__ja {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.p-top-about {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/img_top_about.png) no-repeat left top/52%;
  min-height: 50rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-about {
    background-size: 40%;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .p-top-about {
    background: none;
    min-height: auto;
  }
}
.p-top-about__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: ". desc";
  -moz-column-gap: 16rem;
       column-gap: 16rem;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-about__inner {
    padding-inline: 5vw;
  }
}
@media (max-width: 1023px) {
  .p-top-about__inner {
    display: block;
  }
}
.p-top-about__image {
  display: none;
}
@media (max-width: 767px) {
  .p-top-about__image {
    display: block;
  }
}
.p-top-about__desc {
  grid-area: desc;
  grid-column: 2/3;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top-about__desc {
    grid-column: auto;
    margin-top: 1.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-about__desc {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-areas: ". title" ". text" "links links";
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-about__title {
    grid-area: title;
    margin-top: 2.4rem;
  }
}
.p-top-about__text {
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-about__text {
    grid-area: text;
  }
}
.p-top-about__links {
  display: grid;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-about__links {
    grid-area: links;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8rem;
  }
}
.p-top-about__link {
  background: #fff;
  color: #000000;
  width: 100%;
  padding-block: 1em;
  padding-inline: 2em 1em;
  border-radius: 2em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  letter-spacing: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-top-about__link:after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background: url(../images/icon_blue_arrow2.svg) no-repeat center center/contain;
}
.p-top-about__link:hover {
  opacity: 1;
  text-decoration: none;
  background: #3255a5;
  color: #fff;
}

.p-top-news {
  overflow: hidden;
  padding: 0.8rem;
}
.p-top-news .p-top-title .__en {
  margin-bottom: 0;
}
.p-top-news__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-top-news__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-news__inner {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-news__inner {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-top-news__inner {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-top-news__inner {
    flex-direction: column;
  }
}
.p-top-news__lists {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-top-news__lists {
    padding-inline: 5vw;
  }
}
.p-top-news__item-wrap {
  padding-right: 1.6rem;
}
.p-top-news__item {
  display: grid;
  gap: 0.8rem;
  min-height: 22rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2.4rem;
  border: 5px solid #fff;
  padding: 2.4rem 4rem;
  height: 100%;
  margin-right: 1.6rem;
}
.p-top-news__item .__date {
  font-weight: 700;
  font-size: 4.8rem;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Arimo", sans-serif;
  line-height: 1;
}
.p-top-news__item .__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-top-news__item .__text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
}
.p-top-news__item:hover {
  opacity: 1;
  text-decoration: none;
  border: 5px solid #3255a5;
  color: #000000;
}
.p-top-news__more {
  background: #eaeef6;
  width: 12rem;
  padding: 0.5em 1em;
  border-radius: 2.5em;
  color: #3255a5;
  text-decoration: none;
  display: grid;
  grid-template-columns: 2fr 0.5fr;
  align-items: center;
  border: 2px solid #eaeef6;
  transition: 0.3s;
  position: relative;
  font-weight: 700;
  text-align: center;
}
.p-top-news__more:after {
  content: "";
  display: block;
  width: 1.4rem;
  aspect-ratio: 11/8;
  background: url(../images/icon_blue_arrow4.svg) no-repeat center center/contain;
}
.p-top-news__more:hover {
  background: #fff;
  border: 2px solid #3255a5;
  text-decoration: none;
  opacity: 1;
}

.p-top-member {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  background: #f5f5f5;
  --btn-color:#3255a5;
  --btn-text-color:#fff;
  --btn-icon:url("../images/icon_member.svg");
}
.p-top-contents:has(.p-top-member) {
  padding-inline: 0;
}

.p-top-member__inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  font-weight: 500;
  font-size: 1.5rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-top-member__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-top-member__inner {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-member__inner {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-top-member__inner {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-member__inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-top-member__inner {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-top-member__image img {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-member__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .p-top-member__links {
    grid-template-columns: 1fr;
  }
}
.p-top-member__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  background: var(--btn-color);
  color: var(--btn-text-color);
  width: 100%;
  padding-block: 0.8em;
  padding-inline: 2em 1em;
  border-radius: 2.5em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  letter-spacing: 0.08rem;
}
.p-top-member__link.a-member {
  --border-color:#e6323c;
  --btn-color:#e6323c;
  --btn-text-color:#fff;
  --btn-icon:url("../images/icon_member.svg");
}
.p-top-member__link.a-newsletter {
  --border-color:#3255a5;
  --btn-color:#3255a5;
  --btn-text-color:#fff;
  --btn-icon:url("../images/icon_lock.svg");
}
.p-top-member__link:before {
  content: "";
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  background-image: var(--btn-icon);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid var(--border-color);
  border-radius: 50%;
}
.p-top-member__link:hover {
  opacity: 1;
  text-decoration: none;
  background: var(--btn-text-color);
  color: var(--btn-color);
}
.p-top-member__link:hover:before {
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.p-top-pagelinks {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  --btn-color:#fff;
  --btn-text-color:#000000;
  --btn-icon:url("../images/icon_blue_arrow.svg");
}
.p-top-pagelinks__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-weight: 500;
  font-size: 1.5rem;
  align-items: center;
  gap: 4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-pagelinks__inner {
    padding-inline: 5vw;
  }
}
@media (max-width: 1023px) {
  .p-top-pagelinks__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-pagelinks__link {
  width: clamp(28rem, 100%, 38rem);
  overflow: hidden;
  display: grid;
  align-items: center;
  gap: 1.6rem;
  background: var(--btn-color);
  color: var(--btn-text-color);
  border-radius: 2.4rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  letter-spacing: 0.08rem;
  position: relative;
  padding-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-pagelinks__link {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 0;
    gap: 2.4rem;
  }
}
.p-top-pagelinks__link .__detail {
  padding: 1.6rem 2.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-pagelinks__link .__detail {
    padding: 0;
  }
}
.p-top-pagelinks__link .__title {
  color: #3255a5;
  font-weight: 700;
  font-size: 1.8rem;
}
.p-top-pagelinks__link .__text {
  margin-top: 1.6rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.p-top-pagelinks__link .__image {
  width: 100%;
  aspect-ratio: 38/30;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-top-pagelinks__link .__image {
    aspect-ratio: 2/1;
  }
}
@media (max-width: 767px) {
  .p-top-pagelinks__link .__image {
    aspect-ratio: 3/1;
  }
}
.p-top-pagelinks__link .__image img {
  width: 100%;
  aspect-ratio: 38/30;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}
@media (max-width: 1023px) {
  .p-top-pagelinks__link .__image img {
    aspect-ratio: 2/1;
  }
}
.p-top-pagelinks__link:after {
  content: "";
  display: block;
  width: 4rem;
  aspect-ratio: 1/1;
  background-image: var(--btn-icon);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
}
.p-top-pagelinks__link:hover {
  opacity: 1;
  text-decoration: none;
  background: rgba(50, 84, 165, 0.1450980392);
}
.p-top-pagelinks__link:hover .__image img {
  transform: scale(1.1);
}
.p-top-pagelinks__link:hover:before {
  border: 1px solid var(--border-color);
  border-radius: 50%;
}

.p-about__title {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem;
  border-bottom: 2px solid #3255a5;
  display: grid;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about__title {
    padding-inline: 5vw;
  }
}
.p-about__title .__en {
  font-weight: 600;
  font-size: 3.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.p-about__title .__ja {
  font-weight: 600;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 2.2;
  letter-spacing: 0.2em;
  color: #3255a5;
}

.p-about-nav {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .p-about-nav {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-about-nav {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-about-nav__item {
  background: #fff;
  color: #000000;
  width: 100%;
  padding-block: 1em;
  padding-inline: 2em 1em;
  border-radius: 2.5em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  letter-spacing: 0.08rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.p-about-nav__item:after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background: url(../images/icon_blue_arrow2.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
.p-about-nav__item:hover {
  opacity: 1;
  text-decoration: none;
  background: #3255a5;
  color: #fff;
}
.p-about-nav__item.__is_active {
  background: #3255a5;
  color: #fff;
}

.p-about-message {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/bg_about_message.svg) no-repeat left bottom scroll;
}
.p-page-contents:has(.p-about-message) {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-contents:has(.p-about-message) {
    padding-inline: 5vw;
  }
}

@media (min-width: 1024px) {
  .p-about-message {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-message {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-about-message {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 0);
  }
}
.p-about-message__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-about-message__image {
  float: right;
  margin-left: 4rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px) {
  .p-about-message__image {
    float: none;
    margin: 0;
    text-align: center;
  }
}
.p-about-message__text {
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) and (min-width: 1024px) {
  .p-about-message__text {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 1023px) {
  .p-about-message__text {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-about-message__text {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-about-message__paragraph {
  padding-bottom: 1em;
}
.p-about-message__sign {
  font-weight: 700;
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .p-about-message__sign {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-message__sign {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-about-message__sign {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-about-message__sign {
    display: grid;
  }
}
.p-about-message__sign .__class_sign {
  font-weight: 700;
  font-size: 1.8rem;
  display: flex;
  gap: 1em;
  align-items: center;
}
@media (max-width: 767px) {
  .p-about-message__sign .__class_sign {
    justify-content: flex-end;
  }
}

.p-about-member {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-page-contents:has(.p-about-member) {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-contents:has(.p-about-member) {
    padding-inline: 5vw;
  }
}

@media (min-width: 1024px) {
  .p-about-member {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-member {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-about-member {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-about-member__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-about-member__years {
  text-align: center;
  font-weight: 700;
}
.p-about-member__list {
  display: grid;
  gap: 1.6rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .p-about-member__list {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-member__list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-about-member__list {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-about-member__list:after {
  content: "";
  display: block;
  background: url(../images/bg_about_member.svg) no-repeat bottom right/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  aspect-ratio: 317/400;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-about-member__list:after {
    width: 60%;
  }
}
.p-about-member__list .__item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (max-width: 767px) {
  .p-about-member__list .__item {
    grid-template-columns: 1fr;
  }
}
.p-about-member__list .__item .__title,
.p-about-member__list .__item .__detail {
  padding: 2.4rem;
  display: flex;
  align-items: center;
}
.p-about-member__list .__item .__title {
  background: #eaeef6;
}
.p-about-member__list .__item .__detail {
  background: #f5f5f5;
}

.p-about-history {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  --list-indent: 8rem;
}
.p-page-contents:has(.p-about-history) {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-contents:has(.p-about-history) {
    padding-inline: 5vw;
  }
}

@media (min-width: 1024px) {
  .p-about-history {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-history {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-about-history {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-about-history__inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.p-about-history__title {
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.p-about-history__text {
  line-height: 2.2;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 1024px) {
  .p-about-history__text {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-history__text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-about-history__text {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-about-history {
    --list-indent: 2.4rem;
  }
}
.p-about-history__list {
  border-left: 2px solid #000000;
  position: relative;
  padding-bottom: 3.2rem;
}
@media (min-width: 1024px) {
  .p-about-history__list {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-history__list {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-about-history__list {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-about-history__list:before {
  content: "";
  display: block;
  width: 2px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -2px;
}
@media (min-width: 1024px) {
  .p-about-history__list-item {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.75);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-history__list-item {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.75);
  }
}
@media (max-width: 767px) {
  .p-about-history__list-item {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.75);
  }
}
.p-about-history__list-year {
  padding-left: var(--list-indent);
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  color: #3255a5;
  position: relative;
}
@media (min-width: 1024px) {
  .p-about-history__list-year {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-history__list-year {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about-history__list-year {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-about-history__list-year:after {
  content: "";
  display: block;
  width: 1.2rem;
  aspect-ratio: 1/1;
  background: #3255a5;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: -0.7rem;
}
.p-about-history__list-year:before {
  content: "";
  display: block;
  width: 7%;
  height: 0.1rem;
  background: #d6d6d6;
  position: absolute;
  top: 1rem;
  left: 0rem;
}
.p-about-history__list-year .__wareki {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Arimo", sans-serif;
  color: #000000;
  display: inline-block;
  margin-left: 1em;
}
.p-about-history__list-year .__wareki.h-hide {
  display: none;
}
.p-about-history__list-detail {
  margin-left: var(--list-indent);
}
.p-about-history__list-detail__text {
  line-height: 2;
}
.p-about-history__list-detail__images {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .p-about-history__list-detail__images {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-about-history__list-detail__images {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-about-history__list-detail__images {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-about-history__list-detail__images .__caption {
  line-height: 2;
  font-weight: 500;
  font-size: 1.5rem;
}

.p-calendar__note {
  text-align: center;
}
.p-calendar__note2 {
  text-align: center;
  font-size: 1.5rem;
}
.p-calendar__table {
  margin-left: auto;
  margin-right: auto;
  width: clamp(30rem, 100%, 62rem);
}
@media (min-width: 1024px) {
  .p-calendar__table {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-calendar__table {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-calendar__table {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-newsletter {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  min-height: 28.6rem;
}
@media (max-width: 1023px) {
  .p-newsletter {
    padding-inline: 5vw;
  }
}
.p-newsletter__note {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-newsletter__note {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newsletter__note {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-newsletter__note {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-newsletter__console-wrap {
  border-top: 2px solid #3255a5;
}
@media (min-width: 1024px) {
  .p-newsletter__console-wrap {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newsletter__console-wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-newsletter__console-wrap {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (min-width: 1024px) {
  .p-newsletter__console-wrap {
    padding-top: calc(7.2rem * 0.5);
    padding-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newsletter__console-wrap {
    padding-top: calc(4rem * 0.5);
    padding-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-newsletter__console-wrap {
    padding-top: calc(4rem * 0.5);
    padding-bottom: calc(4rem * 0);
  }
}
.p-newsletter__console {
  position: relative;
  width: 28rem;
  margin-inline: auto;
}
.p-newsletter__console:before, .p-newsletter__console:after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.p-newsletter__console:before {
  display: inline-block;
  right: 0;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 3px 3px 0;
  background-color: #ebeef6;
}
.p-newsletter__console:after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1rem;
  background: #3255a5;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.p-newsletter__console select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em 3.6em 0.4em 0.8em;
  border: none;
  border-radius: 3px;
  background-color: #ebeef6;
  color: #3255a5;
  font-weight: 700;
  font-size: 1.8rem;
  cursor: pointer;
}
.p-newsletter__console select:focus {
  outline: 2px solid #ebeef6;
}
.p-newsletter__lists {
  min-height: 10rem;
}
.p-newsletter__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-newsletter__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .p-newsletter__list {
    grid-template-columns: 1fr;
  }
}
.p-newsletter__list .__item a {
  display: flex;
  border: 1px solid #d6d6d6;
  padding: 2.4rem;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.8rem;
  height: 10rem;
}
.p-newsletter__list .__item a:after {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow_lightblue.svg) no-repeat center center/contain;
}
.p-newsletter__list .__item a:hover {
  text-decoration: none;
  opacity: 1;
  background: #3255a5;
  color: #fff;
}
.p-newsletter__list .__item a:hover:after {
  background-color: #fff;
  border-radius: 50%;
}

.p-member {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-member {
    padding-inline: 5vw;
  }
}
.p-member__comingsoon {
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.p-member__note {
  text-align: center;
}
@media (min-width: 1024px) {
  .p-member__note {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-member__note {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-member__note {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-member__console-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-member__console-wrap {
    padding-inline: 5vw;
  }
}
.p-member__console {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(13, 1fr);
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-member__console {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 767px) {
  .p-member__console {
    grid-template-columns: repeat(5, 1fr);
  }
}
.p-member__console .__alphabet {
  border: 2px solid #3255a5;
  border-radius: 1rem;
  color: #3255a5;
  margin-inline: auto;
  width: 5rem;
  aspect-ratio: 1/1;
  font-weight: 600;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8;
  transition: 0.3s;
  text-box: trim-both cap alphabetic;
  padding-bottom: 0.1em;
}
.p-member__console .__alphabet:hover {
  background: #3255a5;
  color: #fff;
}
.p-member__console .__alphabet.__selected {
  background: #3255a5;
  color: #fff;
}
.p-member__console .__alphabet.__disabled {
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  color: #d6d6d6;
  cursor: default;
  pointer-events: none;
}
.p-member__listtitle {
  background: #3255a5;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-weight: 800;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (min-width: 1024px) {
  .p-member__listtitle {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-member__listtitle {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-member__listtitle {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-member__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4rem;
  --item-padding:4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-member__list {
    --item-padding:4rem 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-member__list {
    --item-padding:2.4rem 1.6rem;
  }
}
.p-member__list .__item {
  display: grid;
  grid-template-columns: 34rem 1fr;
  border: 1px solid #d6d6d6;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-member__list .__item {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 767px) {
  .p-member__list .__item {
    grid-template-columns: 1fr;
  }
}
.p-member__list .__item .__person {
  background: rgba(50, 85, 165, 0.1);
  padding: var(--item-padding);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2.4rem;
       column-gap: 2.4rem;
}
@media (max-width: 1023px) {
  .p-member__list .__item .__person {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
    grid-template-columns: 1fr 1.2fr;
  }
}
.p-member__list .__item .__person .__name {
  font-weight: 600;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.p-member__list .__item .__person .__en_ruby {
  font-weight: 700;
  font-size: 1.4rem;
  color: #3255a5;
  margin-bottom: 1.5em;
}
.p-member__list .__item .__person .__birthday,
.p-member__list .__item .__person .__birthplace {
  font-weight: 700;
  line-height: 1.8;
}
.p-member__list .__item .__profile {
  padding: var(--item-padding);
  line-height: 1.8;
}
.p-member__list .__item .__profile .__content {
  display: grid;
  grid-template-columns: 6em auto;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .p-member__list .__item .__profile .__content {
    grid-template-columns: 5.5em auto;
  }
}
.p-member__list .__item .__profile .__contentdetail {
  font-weight: 500;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  display: flex;
}
.p-member__list .__item .__profile .__contentdetail:before {
  content: attr(data-icon);
  margin-right: 1em;
}
.p-member__list .__item .__profile .__address {
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 2.4rem;
}

.p-news__lists {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-news__lists {
    padding-inline: 5vw;
  }
}
.p-news__list {
  border-bottom: 1px solid #f5f5f5;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  padding: 1em 0.5em;
}
.p-news__list .__upper {
  display: flex;
  gap: 1em;
  align-items: center;
}
.p-news__list .__date {
  text-align: left;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #3255a5;
}
.p-news__list .___icon {
  background: #3255a5;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  line-height: 1;
  font-weight: 700;
  font-size: 1.2rem;
}
.p-news__list .__news,
.p-news__list .__news_category {
  background: #3255a5;
}
.p-news__list .__activity {
  background: #e6323c;
}
@media (max-width: 767px) {
  .p-news__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-news__list a {
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
}

.p-news-detail {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-news-detail {
    padding-inline: 5vw;
  }
}
.p-news-detail__title {
  font-weight: 700;
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1.6;
  border-bottom: 2px solid #3255a5;
  padding-bottom: 1.6rem;
}
@media (max-width: 1023px) {
  .p-news-detail__title {
    font-size: 1.92rem;
  }
}
.p-news-detail__titles {
  padding-bottom: 1.6rem;
}
@media (min-width: 1024px) {
  .p-news-detail__titles {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news-detail__titles {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-news-detail__titles {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-news-detail__date {
  font-weight: 700;
  font-size: 1.5rem;
  color: #3255a5;
}
.p-news-detail__datetag {
  display: flex;
  gap: 1em;
  align-items: center;
}
.p-news-detail__category {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 1em;
  line-height: 1;
}
.p-news-detail__category.a-news_category {
  background: #3255a5;
}
.p-news-detail__category.a-activity {
  background: #e6323c;
}
.p-news-detail__category.a- {
  background: #148746;
}
.p-news-detail__detail {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .p-news-detail__detail {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-news-detail__detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-news-detail__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-news-detail__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-contact {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-contact__pretext {
    margin-top: calc(7.2rem * 0);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact__pretext {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contact__pretext {
    margin-top: calc(4rem * 0);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-contact__title {
  background-color: #eaeef6;
  color: #3255a5;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 0.5em;
  text-align: center;
}
.p-contact__inputs {
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-contact__inputs {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact__inputs {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
@media (max-width: 767px) {
  .p-contact__inputs {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0.5);
  }
}
.p-contact__input {
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 0.8rem;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact__input {
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 767px) {
  .p-contact__input {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.p-contact__input .__input {
  gap: 1em;
}
.p-contact__input-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-block: 0.5em;
  display: flex;
  align-items: center;
}
.p-contact__input-title.__multiline {
  align-self: start;
}
.p-contact__input-title.a-required:before {
  content: "必須";
  border: 1px solid #e6323c;
  border-radius: 5px;
  color: #e6323c;
  font-size: 1.4rem;
  margin-right: 0.5em;
  line-height: 1;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em 0.4em;
}
.p-contact__input-title.a-any:before {
  content: "任意";
  border: 1px solid #fff;
  color: #fff;
  margin-left: 0.5em;
  font-size: 1.4rem;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em;
}
.p-contact__note {
  font-size: 1.5rem;
  margin-block: 0.5em;
  line-height: 1.8;
  text-align: center;
}
.p-contact__confirm-message {
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-contact__confirm-message {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact__confirm-message {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-contact__confirm-message {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-contact__link {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-contact__link:hover {
  text-decoration: none;
}
.p-contact__agree {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .p-contact__agree {
    margin-top: calc(7.2rem * 0.25);
    margin-bottom: calc(7.2rem * 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact__agree {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
@media (max-width: 767px) {
  .p-contact__agree {
    margin-top: calc(4rem * 0.25);
    margin-bottom: calc(4rem * 0.25);
  }
}
.p-contact__agree:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-contact__btn {
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-contact__btn {
    margin-top: calc(7.2rem * 0.5);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-contact__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-contact__btn {
    margin-top: calc(4rem * 0.5);
    margin-bottom: calc(4rem * 0);
  }
}
.p-contact__sendbtn,
.p-contact input[type=submit] {
  all: unset;
  background: #e6323c;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  width: 28rem;
  border: 2px solid #e6323c;
  border-radius: 2.5em;
  padding: 1em;
  cursor: pointer;
  transition: 0.3s;
}
.p-contact__sendbtn:hover,
.p-contact input[type=submit]:hover {
  background: #fff;
  color: #e6323c;
}
.p-contact__backbtn {
  all: unset;
  background: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  width: 28rem;
  border: 2px solid #000000;
  border-radius: 2.5em;
  padding: 1em;
  cursor: pointer;
  transition: 0.3s;
}
.p-contact__backbtn:hover {
  background: #fff;
  color: #e6323c;
}
.p-contact p {
  margin-block: 0;
}
.p-contact__radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.p-contact__privacy {
  text-align: center;
  margin-block: 4rem;
}
.p-contact__privacy-link {
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.8rem;
  text-underline-offset: 0.2em;
}
.p-contact label:has(input[type=radio], input[type=checkbox]) {
  cursor: pointer;
}
.p-contact__input-btn {
  margin-inline: auto;
}
.p-contact__err {
  color: #e6323c;
  grid-column: 2/3;
}
.p-contact .wpcf7-not-valid-tip {
  padding-block: 0.5em;
}

.slick-list {
  overflow: visible;
}

.slick-track {
  display: flex;
}

.slick-track:before, .slick-track:after {
  display: none;
}

.slick-slide {
  height: auto !important;
}

.slick-prev, .slick-next {
  width: 7rem;
  height: 7rem;
  z-index: 1000;
}
@media (max-width: 1230px) {
  .slick-prev, .slick-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 4rem;
  width: 7rem;
  height: 7rem;
  content: "";
  display: block;
  background: url(../images/icon_blue_arrow.svg) no-repeat center center/contain;
}
@media (max-width: 1230px) {
  .slick-prev:before, .slick-next:before {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.slick-prev:before {
  transform: rotate(-180deg);
}

.slick-prev {
  left: -5.2rem;
}
@media (max-width: 1230px) {
  .slick-prev {
    left: -1.8rem;
  }
}
@media (max-width: 1024px) {
  .slick-prev {
    left: 3.2rem;
  }
}
@media (max-width: 640px) {
  .slick-prev {
    left: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .slick-next {
    right: 3.2rem;
  }
}

.p-btns {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
@media (max-width: 1023px) {
  .p-btns {
    padding-inline: 5vw;
  }
}
@media (min-width: 1024px) {
  .p-btns {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-btns {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-btns {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-btns__detail {
  display: flex;
  justify-content: center;
  padding-inline: 1.6rem;
  gap: 1.6rem;
}
@media (min-width: 1024px) {
  .p-btns__detail {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-btns__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-btns__detail {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
.p-btns__detail .__item {
  width: -moz-fit-content;
  width: fit-content;
}
.p-btns__detail .__item a {
  display: block;
}

.p-page-main {
  background: url(../images/bg_page_header.png) no-repeat left top, linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 35rem, #fff 35rem, #fff 100%);
}
@media (max-width: 767px) {
  .p-page-main {
    background: url(../images/bg_page_header_sp.png) no-repeat top 1rem left -80%/80%, linear-gradient(180deg, #f5f5f5 0%, #f5f5f5 35rem, #fff 35rem, #fff 100%);
  }
}

.p-page-heading {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  height: 20rem;
  display: grid;
  gap: 1.6rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .p-page-heading {
    padding-inline: 5vw;
  }
}
.p-page-heading__title {
  display: grid;
  text-align: center;
  gap: 1.6rem;
}
.p-page-heading__title .__en {
  font-weight: 600;
  font-size: 4.5rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}
@media (max-width: 1023px) {
  .p-page-heading__title .__en {
    font-size: 3.6rem;
  }
}
.p-page-heading__title .__ja {
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
}
@media (max-width: 1023px) {
  .p-page-heading__title .__ja {
    font-size: 1.44rem;
  }
}

.p-page-contents__wrap {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-page-contents__wrap {
    margin-inline: 3vw;
    max-width: 94vw;
  }
}

@media (min-width: 1024px) {
  .p-page-contents {
    margin-top: calc(7.2rem * 1);
    margin-bottom: calc(7.2rem * 1);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-page-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}
@media (max-width: 767px) {
  .p-page-contents {
    margin-top: calc(4rem * 1);
    margin-bottom: calc(4rem * 1);
  }
}

.p-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 1024px) {
  .p-pagination {
    margin-top: calc(7.2rem * 0.75);
    margin-bottom: calc(7.2rem * 0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-pagination {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0);
  }
}
@media (max-width: 767px) {
  .p-pagination {
    margin-top: calc(4rem * 0.75);
    margin-bottom: calc(4rem * 0);
  }
}

.p-pagination__link {
  display: inline-block;
  padding: 0.5rem;
  color: #000000;
  font-weight: 700;
  font-size: 1.5rem;
  transition: opacity 0.3s;
  background: #fff;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
}
.p-pagination__link--prev, .p-pagination__link--next {
  color: #e6323c;
}
.p-pagination__link--prev span, .p-pagination__link--next span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
}
.p-pagination__link--prev span {
  rotate: 180deg;
}

.p-pagination__link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.p-pagination__disabled {
  pointer-events: none;
  display: none;
  opacity: 0.7;
}

.p-pagination .__current {
  background: #e6323c;
  display: grid;
  place-content: center;
  width: 2em;
  height: 2em;
  aspect-ratio: 1/1;
  border-radius: 2em;
  color: #fff;
}

ul.page-numbers li:first-child > .page-numbers {
  border-radius: 50%;
}

ul.page-numbers li:last-child > .page-numbers {
  border-radius: 50%;
}

ul.page-numbers li a, ul.page-numbers li span.page-numbers {
  border: none;
}

.p-common-links {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-common-links {
    padding-inline: 5vw;
  }
}
@media (max-width: 767px) {
  .p-common-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-header {
  position: sticky;
  top: 0;
  background: #fff;
  height: 10rem;
}
@media (max-width: 767px) {
  .p-header {
    height: 6rem;
  }
}
.p-header__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-block: 1.6rem;
  height: 100%;
  z-index: 111;
  position: relative;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header__inner {
    padding-inline: 5vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header__inner {
    padding-inline: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-header__inner {
    padding: 0.8rem;
  }
}
.p-header .p-logo {
  display: flex;
  gap: 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  top: 2.4rem;
  left: 1.6rem;
  z-index: 110;
  pointer-events: all;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header .p-logo a {
    display: flex;
    align-items: baseline;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-header .p-logo a {
    display: flex;
    align-items: baseline;
    gap: 1rem;
  }
  .p-header .p-logo img {
    height: 4rem;
  }
  .p-header .p-logo img.__logo {
    height: 3.2rem;
  }
}
.p-header .p-logo img.is-open {
  filter: invert(100%);
}
@media (max-width: 767px) {
  .p-header .p-logo {
    top: 1.6rem;
    display: grid;
    align-items: center;
    width: 60vw;
  }
}

.p-header__contact {
  position: relative;
  padding-inline: 0 4rem;
}
@media (max-width: 1023px) {
  .p-header__contact {
    padding-inline: 0;
    width: 100%;
  }
}
.p-header__contact a {
  display: block;
  color: #fff;
}
@media (max-width: 1023px) {
  .p-header__contact a {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-header__contact a span {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: center;
}

.p-header-nav {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  z-index: 109;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-header-nav {
    left: 0%;
    transform: translateX(0);
    width: 100%;
    height: 100dvh;
    position: fixed;
    gap: 1.6rem;
    top: 0;
    left: 0;
    background: #3255a5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .p-header-nav.p-sp-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.p-header-nav {
  height: 100%;
}
.p-header-nav__lists {
  display: flex;
  gap: 2em;
  align-items: center;
  justify-content: flex-end;
  grid-template-columns: repeat(3, 1fr);
  margin-right: 2em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header-nav__lists {
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .p-header-nav__lists {
    box-shadow: none;
    display: block;
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    background: none;
    margin-right: 0;
    width: 100%;
  }
}
.p-header-nav__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header-nav__list {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-header-nav__list {
    display: block;
    height: auto;
    margin-bottom: 1.6em;
  }
}
.p-header-nav__list > .p-header-nav__hook {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  width: 100%;
  height: 100%;
  pointer-events: all;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header-nav__list > .p-header-nav__hook {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-header-nav__list > .p-header-nav__hook {
    color: #fff;
  }
}
.p-header-nav__list > .p-header-nav__hook:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-header-nav__for_member {
  display: flex;
}
@media (max-width: 767px) {
  .p-header-nav__for_member {
    gap: 1.6rem;
  }
}
.p-header-nav__for_member__hook {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 16rem;
  background-color: var(--bg-color);
  color: #fff;
  font-weight: 700;
}
.p-header-nav__for_member__hook.a-newsletter {
  letter-spacing: 1em;
  text-indent: 1em;
  --icon-image:url(../images/icon_lock.svg);
  --bg-color:#3255a5;
}
.p-header-nav__for_member__hook.a-member {
  --icon-image:url(../images/icon_member.svg);
  --bg-color:#e6323c;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-header-nav__for_member__hook {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .p-header-nav__for_member__hook {
    padding: 1.6rem;
    border: 1px solid #fff;
  }
}
.p-header-nav__for_member__hook:before {
  content: "";
  display: block;
  width: 3.6rem;
  aspect-ratio: 1/1;
  background: var(--icon-image) no-repeat center center/contain;
}
.p-header-nav__for_member__hook:hover {
  text-decoration: none;
  color: #fff;
}

.p-header-opener {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  display: flex;
  height: 6rem;
  top: 0;
  left: 0;
  justify-content: flex-end;
  padding-right: 2.4rem;
  padding-top: 2.4rem;
  z-index: 110;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-header-opener {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .p-header-opener {
    display: none;
  }
}

.p-header-open {
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 5rem;
  background: #3255a5;
  cursor: pointer;
  z-index: 110;
  transition: background-color 0.3s;
  display: none;
}
@media (max-width: 1023px) {
  .p-header-open {
    display: flex;
    height: 6rem;
    width: 6rem;
    position: absolute;
    right: 0%;
    top: 0rem;
  }
}
.p-header-open__inner {
  display: block;
  width: 2rem;
  height: 3rem;
  position: relative;
}
.p-header-open span {
  display: block;
  margin: 0;
  border: none;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  transform-origin: 0% 50%;
  position: absolute;
  top: 0.7rem;
  left: 0;
  transition: 0.3s;
}
.p-header-open span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.p-header-open span:nth-of-type(3) {
  top: unset;
  bottom: 0.7rem;
}
.p-header-open.is-open {
  transition: background-color 0.3s;
}
.p-header-open.is-open span {
  left: 0.05rem;
}
.p-header-open.is-open span:nth-of-type(1) {
  transform: rotate(45deg);
  width: 2.4rem;
}
.p-header-open.is-open span:nth-of-type(2) {
  opacity: 0;
}
.p-header-open.is-open span:nth-of-type(3) {
  top: unset;
  bottom: 0.4rem;
  transform: rotate(-45deg);
  width: 2.4rem;
}

.p-footer {
  background: url(../images/bg_footer.png) repeat-x center top;
  overflow: hidden;
}
.p-footer__container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #1d3c80;
  margin-top: 13rem;
}
@media (max-width: 1023px) {
  .p-footer__container {
    padding-inline: 5vw;
  }
}
.p-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 4rem 4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer__inner {
    padding: 4rem 0rem;
    grid-template-columns: 1fr 1.5fr;
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-footer__inner {
    grid-template-columns: 1fr;
    padding: 4rem 0rem 2.4rem;
    row-gap: 1.6rem;
  }
}
.p-footer__copyright {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  grid-column: 1/3;
  color: #fff;
  text-align: left;
  margin-top: 1.6rem;
  margin-left: 7.2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer__copyright {
    width: 100%;
    text-align: center;
    grid-column: 1/3;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .p-footer__copyright {
    grid-column: auto;
    order: 3;
    margin-left: 0;
    font-weight: 500;
    font-size: 1rem;
  }
}

.p-footer-info {
  display: grid;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-footer-info {
    order: 2;
    padding-top: 4rem;
  }
}
.p-footer-info__text {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.7;
  margin-left: 7.2rem;
}
@media (max-width: 1023px) {
  .p-footer-info__text {
    margin-left: 0;
  }
}

.p-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  align-items: start;
}
.p-footer-nav a {
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .p-footer-nav {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .p-footer-nav {
    grid-template-columns: repeat(1, auto);
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 4rem;
  }
}
.p-footer-nav__list {
  display: grid;
  gap: 1.5em;
}
@media (max-width: 767px) {
  .p-footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin-block: 1em;
  }
}
.p-footer-nav__inner-list {
  display: grid;
  gap: 1em;
}
@media (max-width: 767px) {
  .p-footer-nav__inner-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-footer-nav__inner-list .__item {
  display: flex;
  gap: 0.2em;
  color: #fff;
}
.p-footer-nav__inner-list .__item:before {
  content: "・";
}

.c-btn-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.c-btn {
  display: block;
  border-radius: 2em;
  background: var(--btn-color);
  border: 2px solid var(--btnline-color);
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.c-btn:hover {
  background: #fff;
  color: var(--btn-color);
  opacity: 1;
  text-decoration: none;
}

.c-btn4 {
  display: block;
  border-radius: 1.5em;
  background: #fff;
  border: 2px solid #000000;
  color: #000000;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  width: clamp(20rem, 100%, 30rem);
}
.c-btn4:hover {
  background: #000000;
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.c-btn5 {
  display: block;
  border-radius: 1.5em;
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  font-family: "Shippori Mincho B1", "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  padding: 0.8em 0.5em;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  width: clamp(20rem, 100%, 30rem);
}
.c-btn5:hover {
  background: #fff;
  color: #000000;
  opacity: 1;
  text-decoration: none;
}

.c-btn_min {
  width: clamp(10rem, 100%, 20rem);
}

.c-btn-min {
  width: clamp(10rem, 100%, 15rem);
}

.c-btn-arrow {
  display: grid;
  grid-template-columns: auto 1.6rem;
  align-items: center;
  gap: 0.2em;
}
.c-btn-arrow:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1rem;
  background: url(../images/icon_arrow_rw.png) no-repeat center center/contain;
}
.c-btn-arrow:hover:after {
  background: none;
  -webkit-mask-image: url(../images/icon_arrow_rw.svg);
          mask-image: url(../images/icon_arrow_rw.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  /*変更したい色をここに書く*/
  background-color: var(--btn-color);
}

.c-fixed {
  display: fixed;
  overflow: hidden;
}

.c-listicon {
  display: flex;
}
.c-listicon:before {
  content: attr(data-icon);
  margin-right: 0.2em;
}

/*-------------------------------------------*/
/* .pagination
/*-------------------------------------------*/
.pagination {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
  content-visibility: auto;
}
.pagination .nav-links {
  margin: 0 auto;
  display: inline-flex;
}

ul.page-numbers {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
ul.page-numbers li {
  margin: 0;
  list-style: none;
  display: block;
}
ul.page-numbers li a,
ul.page-numbers li span.page-numbers {
  padding: 6px 12px;
  display: block;
  margin-left: -1px;
  text-decoration: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  aspect-ratio: 1/1;
}
ul.page-numbers li:first-child a, ul.page-numbers li:first-child span.page-numbers {
  margin-left: 0;
}
ul.page-numbers li a:hover {
  background-color: #efefef;
}
ul.page-numbers li span.page-numbers.current {
  color: #fff;
  background-color: #3255a5;
}
@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none !important;
  }
}
.h-hide {
  display: none;
}

.h-inlineblock {
  display: inline-block;
}

.h-mb0 {
  margin-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .h-mb0 {
    margin-bottom: 0rem !important;
  }
}

.h-mt0 {
  margin-top: 0rem !important;
}
@media (max-width: 767px) {
  .h-mt0 {
    margin-top: 0rem !important;
  }
}

.h-pb0 {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .h-pb0 {
    padding-bottom: 0rem !important;
  }
}

.h-mb10 {
  margin-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .h-mb10 {
    margin-bottom: 0.8rem !important;
  }
}

.h-mt10 {
  margin-top: 1.6rem !important;
}
@media (max-width: 767px) {
  .h-mt10 {
    margin-top: 0.8rem !important;
  }
}

.h-pb10 {
  padding-bottom: 1.6rem !important;
}
@media (max-width: 767px) {
  .h-pb10 {
    padding-bottom: 0.8rem !important;
  }
}

.h-mb20 {
  margin-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .h-mb20 {
    margin-bottom: 1.6rem !important;
  }
}

.h-mt20 {
  margin-top: 3.2rem !important;
}
@media (max-width: 767px) {
  .h-mt20 {
    margin-top: 1.6rem !important;
  }
}

.h-pb20 {
  padding-bottom: 3.2rem !important;
}
@media (max-width: 767px) {
  .h-pb20 {
    padding-bottom: 1.6rem !important;
  }
}

.h-mb30 {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .h-mb30 {
    margin-bottom: 2.4rem !important;
  }
}

.h-mt30 {
  margin-top: 4.8rem !important;
}
@media (max-width: 767px) {
  .h-mt30 {
    margin-top: 2.4rem !important;
  }
}

.h-pb30 {
  padding-bottom: 4.8rem !important;
}
@media (max-width: 767px) {
  .h-pb30 {
    padding-bottom: 2.4rem !important;
  }
}

.h-mb40 {
  margin-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .h-mb40 {
    margin-bottom: 3.2rem !important;
  }
}

.h-mt40 {
  margin-top: 6.4rem !important;
}
@media (max-width: 767px) {
  .h-mt40 {
    margin-top: 3.2rem !important;
  }
}

.h-pb40 {
  padding-bottom: 6.4rem !important;
}
@media (max-width: 767px) {
  .h-pb40 {
    padding-bottom: 3.2rem !important;
  }
}

.h-mb50 {
  margin-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .h-mb50 {
    margin-bottom: 4rem !important;
  }
}

.h-mt50 {
  margin-top: 8rem !important;
}
@media (max-width: 767px) {
  .h-mt50 {
    margin-top: 4rem !important;
  }
}

.h-pb50 {
  padding-bottom: 8rem !important;
}
@media (max-width: 767px) {
  .h-pb50 {
    padding-bottom: 4rem !important;
  }
}

.h-mb60 {
  margin-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .h-mb60 {
    margin-bottom: 4.8rem !important;
  }
}

.h-mt60 {
  margin-top: 9.6rem !important;
}
@media (max-width: 767px) {
  .h-mt60 {
    margin-top: 4.8rem !important;
  }
}

.h-pb60 {
  padding-bottom: 9.6rem !important;
}
@media (max-width: 767px) {
  .h-pb60 {
    padding-bottom: 4.8rem !important;
  }
}

.h-mb70 {
  margin-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .h-mb70 {
    margin-bottom: 5.6rem !important;
  }
}

.h-mt70 {
  margin-top: 11.2rem !important;
}
@media (max-width: 767px) {
  .h-mt70 {
    margin-top: 5.6rem !important;
  }
}

.h-pb70 {
  padding-bottom: 11.2rem !important;
}
@media (max-width: 767px) {
  .h-pb70 {
    padding-bottom: 5.6rem !important;
  }
}

.h-mb80 {
  margin-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .h-mb80 {
    margin-bottom: 6.4rem !important;
  }
}

.h-mt80 {
  margin-top: 12.8rem !important;
}
@media (max-width: 767px) {
  .h-mt80 {
    margin-top: 6.4rem !important;
  }
}

.h-pb80 {
  padding-bottom: 12.8rem !important;
}
@media (max-width: 767px) {
  .h-pb80 {
    padding-bottom: 6.4rem !important;
  }
}

.h-mb90 {
  margin-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .h-mb90 {
    margin-bottom: 7.2rem !important;
  }
}

.h-mt90 {
  margin-top: 14.4rem !important;
}
@media (max-width: 767px) {
  .h-mt90 {
    margin-top: 7.2rem !important;
  }
}

.h-pb90 {
  padding-bottom: 14.4rem !important;
}
@media (max-width: 767px) {
  .h-pb90 {
    padding-bottom: 7.2rem !important;
  }
}

.h-mb100 {
  margin-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .h-mb100 {
    margin-bottom: 8rem !important;
  }
}

.h-mt100 {
  margin-top: 16rem !important;
}
@media (max-width: 767px) {
  .h-mt100 {
    margin-top: 8rem !important;
  }
}

.h-pb100 {
  padding-bottom: 16rem !important;
}
@media (max-width: 767px) {
  .h-pb100 {
    padding-bottom: 8rem !important;
  }
}

.h-fadein {
  opacity: 0;
  transition: 2s;
  transform: translate3d(0, 50px, 0);
}
.h-fadein.__visibled {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}