*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
html {
  font-size: calc(10 / 1280 * 100 * 1vw);
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 / 360 * 100 * 1vw);
  }
}
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #1b1b1b;
  transition: all 0.4s;
  font-weight: 400;
  background-color: #1b4387;
}
body.is-fixed {
  overflow: hidden;
}
main {
  z-index: 0;
  position: relative;
}
section {
  padding: 12rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 9.6rem 0;
  }
}
p {
  line-height: 2;
}
a {
  color: #1b1b1b;
  transition: all 0.4s;
}
ahover {
  opacity: 0.6;
}
.pc_only {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
.pc_only-ib {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .pc_only-ib {
    display: none !important;
  }
}
.pc_only-flex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc_only-flex {
    display: none !important;
  }
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
}
.sp_only-ib {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only-ib {
    display: inline-block !important;
  }
}
.sp_only-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_only-flex {
    display: flex !important;
  }
}
.visually-hidden {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  inline-size: 4px !important;
  block-size: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
  contain: strict !important;
  pointer-events: none !important;
  visibility: visible !important;
  border: none !important;
  opacity: 0 !important;
}
@media (prefers-reduced-motion: no-preference) and (scripting: enabled) {
  [data-scroll-animation] {
    transition-property: var(--property);
    transition-timing-function: var(--easing);
  }
  [data-scroll-animation][data-animated="true"]:not(:focus-within) {
    transition-duration: var(--duration);
  }
}
@media (prefers-reduced-motion: no-preference) and (scripting: enabled) {
  [data-scroll-animation="fade-in"] {
    --property: opacity;
    --easing: ease;
    --duration: 0.8s;
  }
  [data-scroll-animation="fade-in"]:not([data-animated="true"]) {
    opacity: 0;
  }
}
.c-archive {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-archive {
    gap: 6.4rem;
  }
}
.c-archive a {
  padding: 1.6rem 7.2rem 1.6rem 0;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-archive a {
    padding: 0 4rem 0 0;
  }
}
.c-archive a:after {
  content: "\e5e1";
  font-family: "Material Icons Sharp";
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  color: #143368;
}
.c-archive a dl {
  display: grid;
  grid-template-columns: 7rem 1fr;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-archive a dl {
    gap: 1.6rem;
  }
}
.c-archive a dl dt {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.c-archive a dl dt .year {
  color: #888;
  line-height: 1;
}
.c-archive a dl dt .month {
  color: #1b4387;
  line-height: 1;
  font-size: 2.4rem;
}
.c-archive a dl dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #1b4387;
}
@media screen and (max-width: 767px) {
  .c-archive a dl dd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.c-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-banner {
    gap: 0.8rem;
  }
}
.c-banner li:last-child {
  grid-area: 2/1/3/3;
}
.c-bread {
  padding: 2.4rem 0;
  font-size: 1.4rem;
}
.c-bread .inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-bread .inner a {
  color: #700044;
}
.c-bread .inner span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-bread .inner span:not(:last-child) {
  flex-shrink: 0;
}
.c-bread .inner span:last-child {
  flex-shrink: 1;
}
.c-btn,
.c-btn-w {
  margin: 0 auto;
  width: 20.8rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #143368;
  color: #fff;
  font-weight: 500;
  font-family: "Jost", "Noto Sans JP", sans-serif;
}
.c-btn:hover,
.c-btn-w:hover {
  letter-spacing: 0.2em;
}
.c-btn-w,
.c-btn-w-w {
  background-color: #fff;
  color: #143368;
}
.c-btn-web,
.c-btn-w-web,
.c-btn-contact,
.c-btn-w-contact {
  width: 16rem;
  height: 4.8rem;
  border: 0.1rem solid #fff;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.c-btn-contact {
    width: 22rem;
}
.c-btn-web:after,
.c-btn-w-web:after,
.c-btn-contact:after,
.c-btn-w-contact:after {
  content: "\e5e1";
  font-family: "Material Icons Sharp";
  font-size: 1.2rem;
  transition: translate 0.4s;
}
.c-btn-web:hover:after,
.c-btn-w-web:hover:after,
.c-btn-contact:hover:after,
.c-btn-w-contact:hover:after {
  translate: 0.4rem 0;
}
.c-btn-web,
.c-btn-w-web {
  color: #fff;
}
.c-btn-contact,
.c-btn-w-contact {
  background-color: #fff;
  color: #143368;
}
.c-bullet li,
.c-content ul li {
  padding-left: 2rem;
  position: relative;
  line-height: 2;
}
.c-bullet li:before,
.c-content ul li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background-color: #1b1b1b;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 1.6rem;
  left: 0.8rem;
}
.c-content h2 {
  margin: 8rem 0 3.2rem;
  font-size: 2rem;
}
.c-content h3 {
  margin: 4rem 0 2.4rem;
  font-size: 1.6rem;
}
.c-content ul {
  margin-top: 4rem;
  padding: 2.4rem 3.2rem;
  border: 0.1rem solid #1b1b1b;
}
.c-content .wp-block-table {
  margin: 4rem 0;
}
.c-content a {
  margin-top: 4rem;
  display: inline-block;
  color: #0086c8;
  text-decoration: underline;
}
.c-content .wp-block-button {
  margin-top: 4rem;
}
.c-content .wp-block-button a {
  margin: 0;
  display: block;
  padding: 1.6rem;
  width: fit-content;
  background-color: transparent;
  border: 0.1rem solid #1b1b1b;
  border-radius: 0;
  text-decoration: none;
  font-size: 1.6rem;
  color: #143368;
}
.c-fee h3 {
  text-align: center;
  line-height: 2;
}
.c-fee .price {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-fee .price {
    margin-top: 1.6rem;
  }
}
.c-fee dl {
  margin-top: 2.4rem;
  padding: 2.4rem 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.c-fee dl dt {
  width: 27.2rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0086c8;
  color: #fff;
  line-height: 2;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-fee dl dt {
    width: 24.8rem;
  }
}
.c-fee dl dd {
  font-size: 2.4rem;
}
.c-fee dl dd span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 5.6rem;
}
.c-fee .info {
  margin-top: 4rem;
  line-height: 1.5;
}
.c-flow {
  margin-top: 6.4rem;
  counter-reset: flow;
  display: grid;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-flow {
    gap: 3.2rem;
  }
}
.c-flow > li {
  padding: 4rem 8rem;
  display: grid;
  grid-template-columns: 10rem 1fr;
  align-items: center;
  gap: 4rem;
  background-color: #e3e9f1;
  counter-increment: flow;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-flow > li {
    padding: 5.6rem 4rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.c-flow > li:before {
  content: counter(flow, decimal-leading-zero);
  position: absolute;
  top: -3.6rem;
  left: 50%;
  translate: -50% 0;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #143368;
  font-size: 4.8rem;
}
.c-flow > li .txt {
  order: 1;
}
.c-flow > li h3 {
  color: #143368;
  font-size: 2.4rem;
  font-weight: 700;
}
.c-flow > li p {
  margin-top: 0.8rem;
}
.c-flow > li img {
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 767px) {
  .c-flow > li img {
    margin: 0 auto;
    width: 8rem;
  }
}
.c-form .btn-wrap {
  margin-top: 6.4rem;
}
.c-form .btn-wrap .c-btn {
  cursor: pointer;
  transition: all 0.4s;
  border: none;
}
.c-form .btn-wrap .c-btn + .c-btn {
  margin-top: 2.4rem;
}
.c-form .btn-wrap .c-btn:hover {
  opacity: 0.8;
}
.c-form .btn-wrap .c-btn.prev {
  background-color: #e3e9f1;
  color: #1b1b1b;
}
.c-form {
  margin: 0 auto;
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .c-form {
    width: 100%;
  }
}
.c-form dl + dl {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-form dl + dl {
    margin-top: 5.6rem;
  }
}
.c-form dl dt .tit {
  font-size: 2rem;
  line-height: 2;
}
.c-form dl dd + dd {
  margin-top: 0.8rem;
}
.c-form dl dd .date {
  display: grid;
  grid-template-columns: 20.4rem 11.4rem 11.4rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-form dl dd .date {
    grid-template-columns: 10.4rem 7.2rem 7.2rem;
  }
}
.c-form dl dd .date input {
  text-align: center;
}
.c-form dl dd .sex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
.c-form dl dd .group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.c-form dl.is-required dt .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
.c-form dl.is-required dt .tit:after {
  padding: 0.5rem 2.2rem;
  content: "必須";
  background-color: #0086c8;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
.c-form dl.is-error dd input,
.c-form dl.is-error dd textarea {
  border-color: #d8292b;
  background-color: #ffdad5;
}
.c-form dl.is-error dd .select {
  background-color: #ffdad5;
}
.c-form dl.is-error dd .select select {
  border-color: #d8292b;
}
.c-form dl.is-error dd .error {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 2;
}
.c-form dl.is-error dd .error:before {
  content: "※";
}
.c-form .mw_wp_form_confirm .select {
  background-image: none;
  background-color: transparent;
}
.c-form .mw_wp_form_confirm .date {
  display: block;
}
.c-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}
.c-form input {
  padding: 0.8rem 1.6rem;
  width: 100%;
  border: 0.1rem solid #dbdbdb;
  outline: none;
  transition: all 0.4s;
  line-height: 2;
}
.c-form input:focus {
  border-color: #1b1b1b;
}
.c-form input[type="radio"] {
  display: none;
}
.c-form input[type="radio"] + span {
  padding: 0.8rem 0 0.8rem 5.6rem;
  display: block;
  border: 0.1rem solid #e3e9f1;
  cursor: pointer;
  position: relative;
  transition: all 0.4s;
  line-height: 2;
}
.c-form input[type="radio"] + span:before,
.c-form input[type="radio"] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  transition: all 0.4s;
}
.c-form input[type="radio"] + span:before {
  width: 2.8rem;
  height: 2.8rem;
  border: 0.1rem solid #1b1b1b;
  left: 1.6rem;
}
.c-form input[type="radio"] + span:after {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #fff;
  left: 2.2rem;
}
.c-form input[type="radio"]:checked + span {
  border: 0.1rem solid #1b1b1b;
}
.c-form input[type="radio"]:checked + span:after {
  background-color: #1b1b1b;
}
.c-form .select {
  background-image: url("../img/common/ico/arrow.svg");
  background-repeat: no-repeat;
  background-size: 3.2rem 3.2rem;
  background-position: right 1.6rem center;
  background-color: #fff;
}
.c-form .select select {
  width: 100%;
  padding: 0.8rem 1.6rem;
  border: none;
  appearance: none;
  box-sizing: border-box;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
  border: 0.1rem solid #dbdbdb;
  line-height: 2;
}
.c-form .select select:focus {
  border-color: #1b1b1b;
}
.c-form textarea {
  padding: 0.8rem 1.6rem;
  width: 100%;
  height: 18.4rem;
  border: 0.1rem solid #dbdbdb;
  outline: none;
  transition: all 0.4s;
  line-height: 2;
}
.c-form textarea:focus {
  border-color: #1b1b1b;
}
h2 {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}
h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 2rem;
  font-weight: 500;
}
h5 {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-heading-main {
  margin-bottom: 4rem;
  text-align: center;
}
.c-heading-main p {
  line-height: 1.5;
}
.c-heading-main .en {
  color: #0086c8;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-main .en {
    font-size: 1.6rem;
  }
}
.c-heading-main .jp {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-heading-main .jp {
    font-size: 2rem;
  }
}
.c-heading-top {
  margin-bottom: 4rem;
  text-align: center;
  color: #143368;
}
@media screen and (max-width: 767px) {
  .c-heading-top {
    margin-bottom: 2.4rem;
  }
}
.c-heading-top .en {
  font-size: 11.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-heading-top .en {
    font-size: 3rem;
    line-height: 1;
  }
}
.c-heading-top .jp {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-heading-top .jp {
    margin-block-start: 0.8rem;
    font-size: 1.4rem;
  }
}
.c-icons {
  margin: 0 auto;
  width: 64rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-icons {
    width: 26.4rem;
    gap: 3.2rem 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-icons.features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-icons.bring {
    grid-template-columns: 1fr;
  }
}
.c-icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-icons li h4 {
  order: 1;
  color: #143368;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-icons li h4 {
    font-size: 1.6rem;
  }
}
.c-icons li p {
  order: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-icons li p {
    font-size: 1.2rem;
  }
}
.c-icons li img {
  width: 10rem;
  order: 0;
}
@media screen and (max-width: 767px) {
  .c-icons li img {
    width: 8rem;
  }
}
.c-increment {
  counter-reset: item;
  line-height: 2;
}
.c-increment li {
  counter-increment: item;
  display: grid;
  grid-template-columns: 2rem 1fr;
}
.c-increment li:before {
  content: counter(item) ".";
}
.c-mv-single {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .c-mv-single {
    padding-top: 10.4rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-mv-single .l-wrap {
    width: 100%;
  }
}
.c-mv-single .thumb {
  width: 48.5rem;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-mv-single .thumb {
    width: 28rem;
  }
}
.c-mv-single .inner {
  margin: -12rem 0 0 auto;
  padding: 7.2rem;
  width: 63.2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv-single .inner {
    margin-top: -2.4rem;
    padding: 4rem 2.4rem;
    width: 31.2rem;
  }
}
.c-mv-single .inner .title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.c-mv-single .inner .title + h1 {
  margin-top: 1.6rem;
}
.c-mv-single .inner h1 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-mv-single .inner h1 {
    font-size: 2.4rem;
  }
}
.c-mv-single .c-category-recipe {
  margin: 2.4rem 0 0 auto;
  width: 48.8rem;
}
@media screen and (max-width: 767px) {
  .c-mv-single .c-category-recipe {
    margin: 1.6rem auto 0;
    width: 31.2rem;
  }
}
.c-mv {
  height: 55.5rem;
}
@media screen and (max-width: 767px) {
  .c-mv {
    padding-bottom: 2.4rem;
    height: 36rem;
  }
}
.c-mv .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-mv .img img {
  object-fit: cover;
  object-position: center center;
}
.c-mv .l-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.c-mv h1 {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.05em;
  filter: drop-shadow(0 0 0.95rem rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
  .c-mv h1 {
    font-size: 3.2rem;
  }
}
.c-mv + section {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-mv + section {
    padding-top: 8rem;
  }
}
.c-mv-large {
  padding: 16rem 0 8rem;
  background-image: url("../img/common/bg-large.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv-large {
    padding: 8rem 0 6.4rem;
    background-image: url("../img/common/bg-sp.svg");
  }
}
@media screen and (max-width: 767px) {
  .c-mv-large .l-wrap,
  .c-mv-large .l-wrap--sm {
    width: 28rem;
  }
}
.c-mv-large h1 {
  margin-top: 8rem;
  text-align: center;
}
.c-mv-large h1 .en {
  font-size: 6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-mv-large h1 .en {
    font-size: 3rem;
    line-height: 1;
  }
}
.c-mv-large h1 .jp {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-mv-large h1 .jp {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.c-mv-large .txt {
  margin: 8rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-mv-large .txt {
    margin-top: 6.4rem;
  }
}
.c-mv-large .txt dt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
.c-mv-large .txt dd {
  margin-top: 2.4rem;
  line-height: 2.5;
}
.c-mv-small {
  padding: 16rem 0 8rem;
  background-image: url("../img/common/bg-small.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv-small {
    padding: 8rem 0;
    background-image: url("../img/common/bg-sp.svg");
  }
}
.c-mv-small h1 {
  text-align: center;
}
.c-mv-small h1 .en {
  font-size: 6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-mv-small h1 .en {
    font-size: 3rem;
    line-height: 1;
  }
}
.c-mv-small h1 .jp {
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-mv-small h1 .jp {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}
.c-mv-small .txt {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-mv-small .txt {
    margin-top: 6.4rem;
  }
}
.wp-pagenavi {
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    gap: 2.4rem;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  border: none;
  text-align: center;
  color: #1b4387;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 1.6rem;
  }
}
.wp-pagenavi span:not(.previouspostslink),
.wp-pagenavi a:not(.previouspostslink),
.wp-pagenavi span:not(.nextpostslink),
.wp-pagenavi a:not(.nextpostslink) {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  font-weight: 400;
  color: #0086c8;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  margin: 0;
  padding: 0;
  width: fit-content;
}
.wp-pagenavi .previouspostslink .material-symbols-sharp,
.wp-pagenavi .nextpostslink .material-symbols-sharp {
  background-color: #1b4387;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-family: "Material Icons Sharp";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink .material-symbols-sharp,
  .wp-pagenavi .nextpostslink .material-symbols-sharp {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.wp-pagenavi .previouspostslink {
  order: -1;
}
.wp-pagenavi .nextpostslink {
  order: 1;
}
.c-pagetop {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  background-color: #0086c8;
  border-radius: 50%;
  position: fixed;
  right: 8rem;
  bottom: 6.4rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 1.6rem;
    bottom: 6.4rem;
  }
}
.c-pagetop:after {
  content: "\e316";
  font-family: "Material Icons Sharp";
  font-size: 2.4rem;
}
.splide .splide__arrows .splide__arrow {
  width: 5.6rem;
  height: 5.6rem;
  background-color: transparent;
}
.splide .splide__arrows .splide__arrow svg {
  fill: #fff;
}
.c-splide {
  position: relative;
}
.c-splide .splide__track {
  overflow: visible;
}
.splide__pagination {
  gap: 1.6rem;
}
.splide__pagination .splide__pagination__page {
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.5;
}
.splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  opacity: 1;
}
.c-toggle {
  display: grid;
  gap: 0.2rem;
  counter-reset: item;
}
.c-toggle li {
  counter-increment: item;
}
.c-toggle li .tit {
  padding: 2.4rem 9.8rem 2.4rem 3.2rem;
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.6rem;
  color: #143368;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-toggle li .tit {
    padding: 1.6rem 4rem 1.6rem 0.8rem;
    grid-template-columns: 3.2rem 1fr;
    font-size: 1.6rem;
  }
}
.c-toggle li .tit:before {
  content: counter(item, decimal-leading-zero) ".";
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-toggle li .tit:before {
    font-size: 2rem;
  }
}
.c-toggle li .tit.js-toggle-parent {
  position: relative;
  cursor: pointer;
}
.c-toggle li .tit.js-toggle-parent:after {
  content: "\e145";
  font-family: "Material Icons Sharp";
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  transition: rotate 0.4s;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-toggle li .tit.js-toggle-parent:after {
    top: 1.6rem;
    right: 0.8rem;
  }
}
.c-toggle li .tit.js-toggle-parent.is-open:after {
  content: "\e15b";
  font-family: "Material Icons Sharp";
  rotate: -180deg;
}
.c-toggle li .child {
  display: none;
}
.c-toggle li .child .c-bullet {
  padding: 0 0.8rem 2.4rem 8.8rem;
}
@media screen and (max-width: 767px) {
  .c-toggle li .child .c-bullet {
    padding: 0 3.2rem 3.2rem 3.2rem;
  }
}
.c-underline span {
  background: linear-gradient(transparent 70%, $color-yellow 0%);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-feature-settings: "calt" off;
}
.l-footer-copy {
  background-color: #1b1b1b;
  color: #fff;
  padding: 2.4rem 0;
  text-align: right;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    padding-bottom: 7.4rem;
    text-align: center;
  }
}
.l-footer-cta {
  padding: 6.4rem 0;
  background-image: url("../img/footer/cta.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-cta {
    padding: 5.6rem 0;
    background-image: url("../img/footer/cta-sp.webp");
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta .l-wrap {
    width: 28rem;
  }
}
.l-footer-cta h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
.l-footer-cta .btns {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 16rem);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-cta .btns {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta .btns a {
    width: 100%;
  }
}
.l-footer-nav {
  padding: 4rem 0 2.4rem;
  background-color: #1b1b1b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    padding: 5.6rem 0 8rem;
  }
}
.l-footer-nav a {
  color: #fff;
}
.l-footer-nav .parent {
  display: flex;
  gap: 4.8rem;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-nav .parent {
    flex-wrap: wrap;
  }
}
.l-footer-nav .parent h2 {
  font-size: 1.4rem;
  line-height: 2;
}
.l-footer-nav .parent .child {
  margin-top: 0.8rem;
  display: grid;
  gap: 0.8rem;
}
.l-footer-nav .parent li:last-child .child {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 0.8rem 3.2rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: all 0.4s;
}
header button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
}
header button:focus {
  outline: none;
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header-btns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-btns {
    padding: 0.8rem 0;
    justify-content: center;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
  }
}
.l-header-btns a.btn-web,
.l-header-btns a.btn-contact {
  width: 18rem;
  height: 4.8rem;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-btns a.btn-web,
  .l-header-btns a.btn-contact {
    width: 15.5rem;
    height: 3.4rem;
    font-size: 1.2rem;
  }
}
.l-header-btns a.btn-web {
  background: linear-gradient(90deg, #4b0b09 0%, #b93531 50%, #4b0b09 100%);
  background-size: 200% 100%;
}
.l-header-btns a.btn-web:hover {
  background-position: 100% 0;
}
.l-header-btns a.btn-contact {
  background: linear-gradient(90deg, #021029 0%, #1b4387 50%, #021029 100%);
  background-size: 200% 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-btns a.btn-contact {
    font-size: 1.2rem;
  }
}

.l-header-btns a.btn-contact:hover {
  background-position: 100% 0;
}
.l-header-logo {
  margin-left: 7.2rem;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    margin-left: 0;
    width: 8rem;
  }
}
.l-header-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav > li {
    width: 100%;
    font-size: 1.4rem;
    color: #143368;
    font-weight: 500;
  }
}
.l-header-nav > li > a,
.l-header-nav > li > button {
  padding: 0.8rem 0;
  font-size: 1.4rem;
  color: #143368;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-nav > li > a,
  .l-header-nav > li > button {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav > li .tit {
    padding-bottom: 0.8rem;
    border-bottom: 0.1rem solid #143368;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav > li > a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-bottom: 0.1rem solid #143368;
  }
  .l-header-nav > li > a:after {
    content: "\e5e1";
    font-family: "Material Icons Sharp";
  }
}
.l-header-nav > li button {
  width: fit-content;
  position: relative;
}
.l-header-nav > li button:before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #143368;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  scale: 0 0;
  transition: scale 0.4s;
}
.l-header-nav > li button:after {
  content: "\e313";
  font-family: "Material Icons Sharp";
}
.l-header-nav > li button.is-active:before {
  scale: 1 1;
}
.l-header-pc {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(0.4rem);
  height: 7.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-pc {
    display: none;
  }
}
.l-header-pc .inner {
  width: 124.8rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.l-header-pc .inner .navs {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.l-header-shops {
  visibility: hidden;
  padding: 4rem 0;
  width: 100%;
  max-height: calc(100dvh - 7.2rem - 8rem);
  background-color: #fff;
  position: fixed;
  top: 7.2rem;
  left: 0;
  z-index: 12;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  opacity: 0;
}
.l-header-shops.is-active {
  visibility: visible;
  animation: fadeIn 0.4s;
  animation-fill-mode: both;
}
.l-header-shops-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-header-shops-list {
    margin-top: 1.6rem;
    grid-template-columns: 1fr;
  }
}
.l-header-shops-list .shop h3 {
  color: #143368;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 2.4rem;
  line-height: 2;
  border-bottom: 0.1rem solid #143368;
}
@media screen and (max-width: 767px) {
  .l-header-shops-list .shop h3 {
    border: none;
  }
}
.l-header-shops-list .shop ul {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header-shops-list .shop ul {
    margin-top: 0.8rem;
    gap: 2.4rem;
  }
}
.l-header-shops-list .shop ul li a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #143368;
}
.l-header-shops-list .shop ul li a .en {
  font-size: 1.4rem;
}
.l-header-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-sp {
    display: block;
  }
}
.l-header-sp-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #fff;
  z-index: 30;
}
.l-header-sp-btn span {
  width: 2.8rem;
  height: 0.3rem;
  background-color: #1b4387;
  display: block;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  transition: all 0.4s;
  transform-origin: center center;
}
.l-header-sp-btn span:first-child {
  top: 2.2rem;
}
.l-header-sp-btn span:last-child {
  top: 3.4rem;
}
.l-header-sp-btn.is-active span {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.l-header-sp-btn.is-active span:first-child {
  rotate: -135deg;
}
.l-header-sp-btn.is-active span:last-child {
  rotate: 135deg;
}
.l-header-sp-bar {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 5.6rem;
  translate: 0 calc(5.6rem * -1);
  transition: translate 0.4s;
}
.l-header-sp-bar.is-active {
  translate: 0 0;
}
.l-header-sp-bar .infos {
  margin-left: 1.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.l-header-sp-bar .infos .name {
  color: #143368;
  font-weight: 500;
}
.l-header-sp-nav {
  padding: 3.2rem 4rem 4rem;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: calc(100dvh - 5.6rem);
  overflow-y: scroll;
  position: fixed;
  top: 5.6rem;
  left: 0;
  translate: -100% 0;
  transition: translate 0.4s;
  z-index: 20;
}
.l-header-sp-nav.is-active {
  translate: 0 0;
}
.l-header-sp-cta {
  margin-top: 5.6rem;
  display: grid;
  gap: 1.6rem;
}
.l-header-sp-cta a {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0.1rem solid #1b4387;
  font-weight: 500;
}
.l-header-sp-cta a:after {
  content: "\e5e1";
  font-family: "Material Icons Sharp";
}
.l-header-sp-cta a.web {
  color: #1b4387;
}
.l-header-sp-cta a.contact {
  background-color: #1b4387;
  color: #fff;
}
.l-header-wrap {
  visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgba(27, 67, 135, 0.3) 0%, #143368 100%);
  position: fixed;
  top: 7.2rem;
  left: 0;
  backdrop-filter: blur(0.4rem);
  z-index: 11;
  cursor: pointer;
}
.l-header-wrap.is-active {
  visibility: visible;
  animation: fadeIn 0.4s;
  animation-fill-mode: both;
}
.l-wrap,
.l-wrap--md,
.l-wrap--sm,
.l-wrap--md--sm {
  position: relative;
  width: 96rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrap,
  .l-wrap--md,
  .l-wrap--sm,
  .l-wrap--md--sm {
    width: 31.2rem;
  }
}
.l-wrap--md,
.l-wrap--md--md,
.l-wrap--sm--md,
.l-wrap--md--sm--md {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  .l-wrap--md,
  .l-wrap--md--md,
  .l-wrap--sm--md,
  .l-wrap--md--sm--md {
    width: 31.2rem;
  }
}
.l-wrap--sm,
.l-wrap--md--sm,
.l-wrap--sm--sm,
.l-wrap--md--sm--sm {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .l-wrap--sm,
  .l-wrap--md--sm,
  .l-wrap--sm--sm,
  .l-wrap--md--sm--sm {
    width: 31.2rem;
  }
}
.p-archive-contents {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-archive-contents {
    padding: 8rem 0 12rem;
  }
}
.p-404-contents {
  padding-top: 0;
}
.p-404-contents .inner {
  padding: 8rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-404-contents .inner {
    padding: 8rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-404-contents .l-wrap--sm {
    width: 100%;
  }
}
.p-404-contents .c-btn {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-404-contents .c-btn {
    margin-top: 8rem;
  }
}
.p-contact {
  padding-top: 0;
}
.p-contact .inner {
  padding: 8rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact .inner {
    padding: 8rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .l-wrap--sm {
    width: 100%;
  }
}
.p-contact .l-wrap--sm .info {
  margin-top: 6.4rem;
}
.p-contact.complete p {
  text-align: center;
}
.p-contact.complete .c-btn {
  margin-top: 5.6rem;
}
.p-corporation-fee {
  background-color: #fff;
}
.p-corporation-fee .head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-corporation-fee .head {
    flex-direction: column;
    align-items: center;
    gap: 3.2rem;
    font-size: 2rem;
  }
}
.p-corporation-fee .head p {
  line-height: 1;
}
.p-corporation-fee .head .price {
  color: #0086c8;
  font-weight: 700;
  font-size: 2rem;
}
.p-corporation-fee .head .price span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 4.8rem;
  line-height: 0.6;
}
.p-corporation-fee .fees {
  margin-top: 4rem;
  display: grid;
  gap: 0.8rem;
}
.p-corporation-fee .fees dl {
  height: 11.2rem;
  display: grid;
  grid-template-columns: 30.4rem 1fr;
  gap: 0.8rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-corporation-fee .fees dl {
    grid-template-columns: 13.6rem 1fr;
  }
}
.p-corporation-fee .fees dl:first-child dt,
.p-corporation-fee .fees dl:first-child dd {
  background-color: #0086c8;
}
.p-corporation-fee .fees dl dt {
  display: grid;
  place-items: center;
  background-color: #1b4387;
  font-weight: 700;
}
.p-corporation-fee .fees dl dd {
  background-color: #1b4387;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-corporation-fee .fees dl dd .per {
  line-height: 1;
  font-size: 1.4rem;
}
.p-corporation-fee .fees dl dd .price {
  margin-top: 0.8rem;
  line-height: 1;
}
.p-corporation-fee .fees dl dd .price span {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 3.2rem;
}
.p-corporation-fee .info {
  margin-top: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-corporation-fee .info {
    margin-top: 4rem;
  }
}
.p-corporation-flow {
  background-color: #e3e9f1;
}
.p-corporation-flow .c-flow > li {
  padding: 4rem 16rem;
  grid-template-columns: 1fr;
  gap: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-corporation-flow .c-flow > li {
    padding: 5.6rem 4rem;
  }
}
.p-corporation-flow .c-flow > li p {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-corporation-flow .c-flow > li p {
    margin-top: 0.8rem;
  }
}
.p-corporation-head {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-corporation-head .l-wrap {
    width: 28rem;
  }
}
.p-corporation-head ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  counter-reset: item;
}
@media screen and (max-width: 767px) {
  .p-corporation-head ul {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.p-corporation-head ul li {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  background-color: #fff;
  text-align: center;
  counter-increment: item;
}
.p-corporation-head ul li .txt {
  padding-bottom: 2.4rem;
}
.p-corporation-head ul li .txt dt {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  font-size: 4.8rem;
  color: #143368;
}
.p-corporation-head ul li .txt dt:after {
  content: counter(item, decimal-leading-zero);
}
.p-corporation-head ul li .txt dd {
  font-size: 2rem;
}
.p-first-join-flow {
  margin-top: 12rem;
}
.p-first-join-flow .c-splide {
  padding-left: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-first-join-flow .c-splide {
    padding-left: 0;
  }
}
.p-first-join-flow .splide__list {
  padding-left: 11.2rem;
  display: grid !important;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-first-join-flow .splide__list {
    display: flex !important;
    gap: 0;
  }
}
.p-first-join-flow .splide__list:before {
  content: "";
  width: 0.1rem;
  height: 66.4rem;
  background-color: #1b1b1b;
  position: absolute;
  top: 6rem;
  left: -9.6rem;
}
@media screen and (max-width: 767px) {
  .p-first-join-flow .splide__list:before {
    display: none;
  }
}
.p-first-join-flow .splide__list li {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-first-join-flow .splide__list li {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-first-join-flow .splide__list li:before {
  content: "";
  background-color: #1b4387;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  left: -10.8rem;
}
@media screen and (max-width: 767px) {
  .p-first-join-flow .splide__list li:before {
    display: none;
  }
}
.p-first-join-flow .splide__list li:first-child:before,
.p-first-join-flow .splide__list li:last-child:before {
  width: 3.2rem;
  height: 3.2rem;
  left: -11.2rem;
}
.p-first-join-flow .splide__list li .txt {
  order: 2;
}
.p-first-join-flow .splide__list li .txt h3 {
  color: #143368;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
}
.p-first-join-flow .splide__list li .txt p {
  margin-top: 0.8rem;
}
.p-first-join-flow .splide__list li .img {
  width: 20rem;
  order: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-first-join-flow .splide__pagination {
    bottom: -4.8rem;
  }
}
.p-first-join-flow .splide__pagination .splide__pagination__page.is-active {
  background-color: #888;
}
.p-first-join-head .info {
  line-height: 2.5;
}
.p-first-join-head .contact {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-first-join-head .contact {
    grid-template-columns: 1fr;
  }
}
.p-first-join-head .contact li {
  padding: 4rem;
  background-color: #fff;
  text-align: center;
}
.p-first-join-head .contact li h3 {
  font-size: 2rem;
}
.p-first-join-head .contact li h3 .num {
  margin-bottom: 2.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 4.8rem;
  line-height: 1;
  color: #143368;
}
.p-first-join-head .contact li .c-btn {
  margin-top: 2.4rem;
  height: 6.4rem;
}
.p-first-join {
  background-color: #e3e9f1;
}
.p-first-join .banner {
  margin: 8rem auto 0;
  display: block;
  width: 46.8rem;
}
@media screen and (max-width: 767px) {
  .p-first-join .banner {
    width: 100%;
  }
}
.p-first-join-prepare {
  margin-top: 12rem;
  padding: 6.4rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-first-join-prepare {
    margin-top: 16rem;
    padding: 6.4rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-first-join-prepare .l-wrap--sm {
    width: 100%;
  }
}
.p-first-join-prepare h3 {
  text-align: center;
}
.p-first-join-prepare ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-first-join-prepare ul {
    grid-template-columns: 1fr;
    gap: 11.2rem;
  }
}
.p-first-join-prepare ul li {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
.p-first-join-prepare ul li + li {
  position: relative;
}
.p-first-join-prepare ul li + li:before {
  content: "\e145";
  font-family: "Material Icons Sharp";
  font-size: 3.2rem;
  position: absolute;
  top: 6rem;
  left: -1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-first-join-prepare ul li + li:before {
    top: 0;
    left: 50%;
    translate: -50% -6.9rem;
  }
}
.p-first-join-prepare ul li .img {
  width: 14.4rem;
}
@media screen and (max-width: 767px) {
  .p-first-join-prepare ul li .img {
    width: 12rem;
  }
}
.p-first-join-prepare ul li h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #143368;
}
.p-first-join-prepare .info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-first-join-prepare .info {
    margin-top: 5.6rem;
  }
}
.p-first-target {
  background-color: #fff;
}
.p-first-target .cards {
  margin-top: 6.4rem;
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-first-target .cards {
    margin-top: 4rem;
    gap: 4.8rem;
  }
}
.p-first-target .cards .card {
  width: 29.4rem;
  display: flex;
  flex-direction: column-reverse;
  border: 0.3rem solid #e3e9f1;
  background-color: #fff;
  filter: drop-shadow(-1.6rem -1.6rem 0 #e3e9f1);
}
@media screen and (max-width: 767px) {
  .p-first-target .cards .card {
    width: 28rem;
  }
}
.p-first-target .cards .card .txt {
  padding: 1.6rem 2.4rem;
}
.p-first-target .cards .card .txt h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #143368;
  height: 2lh;
}
@media screen and (max-width: 767px) {
  .p-first-target .cards .card .txt h3 {
    height: auto;
  }
}
.p-first-target .cards .card .txt p {
  margin-top: 1.6rem;
  height: 4lh;
}
@media screen and (max-width: 767px) {
  .p-first-target .cards .card .txt p {
    height: auto;
  }
}
.p-info-bring {
  background-image: url("../img/common/bg-left.svg");
  background-repeat: no-repeat;
  background-size: 74.3rem 77.6rem;
}
@media screen and (max-width: 767px) {
  .p-info-bring {
    background-size: 100% auto;
  }
}
.p-info-bring .c-heading-main .jp {
  color: #fff;
}
.p-info-bring .inner {
  padding: 6.4rem 0;
  background-color: #fff;
}
.p-info-bring .info {
  margin-top: 4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info-bring .info {
    margin-top: 6.4rem;
  }
}
.p-info-features {
  background-color: #fff;
}
.p-info-fee {
  background-color: #e3e9f1;
}
.p-info-flow {
  background-color: #fff;
}
.p-info-matters {
  background-color: #e3e9f1;
}
.p-info-matters .c-toggle li {
  background-color: #fff;
}
.p-info-regulations {
  background-color: #fff;
}
.p-info-regulations .c-toggle li {
  background-color: #e3e9f1;
}
.p-info-regulations .info {
  margin-top: 4rem;
}
.p-info-regulations .info h3 {
  color: #143368;
  font-size: 2rem;
}
.p-info-regulations .info .c-increment {
  margin-top: 1.6rem;
}
.p-info-regulations .other {
  margin-top: 3.2rem;
  font-size: 2rem;
  font-weight: 500;
}
.p-recruit-contents {
  background-color: #e3e9f1;
}
.p-recruit-contents .inner {
  padding: 8rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-contents .inner {
    padding: 8rem 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-contents .inner .l-wrap--sm {
    width: 100%;
  }
}
.p-recruit-contents .inner .description {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contents .inner .description {
    margin-top: 6.4rem;
    gap: 4.8rem;
  }
}
.p-recruit-contents .inner .description dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-recruit-contents .inner .description dl {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-recruit-contents .inner .description dl dt {
  color: #143368;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-contents .inner .description dl dt {
    font-size: 2rem;
  }
}
.p-recruit-contents .inner .description dl dd {
  font-size: 1.4rem;
}
.p-recruit-contents .inner .c-btn {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-contents .inner .c-btn {
    margin-top: 8rem;
  }
}
.p-recruit-head {
  background-color: #fff;
}
.p-recruit-head .imgs {
  display: grid;
  grid-template-columns: 47.2rem 26.4rem 17.4rem;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head .imgs {
    grid-template-columns: 16.8rem 12rem;
    grid-template-rows: repeat(2, 18.4rem);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-head .imgs picture:first-child {
    grid-area: 1/1/2/3;
  }
}
.p-recruit-head h2 {
  margin-top: 4rem;
  text-align: center;
  color: #143368;
  font-size: 4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-head h2 {
    margin-top: 6.4rem;
    font-size: 2.4rem;
  }
}
.p-recruit-head .points {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-head .points {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
.p-recruit-head .points p {
  padding: 1.6rem 0;
  background-color: #1b4387;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-recruit-head .points p {
    font-size: 2rem;
  }
}
.p-top-about {
  padding-top: 8rem;
  background-color: #e3e9f1;
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding: 9.6rem 0;
  }
}
.p-top-about .inner {
  padding: 4rem 2.4rem 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-about .inner .l-wrap--sm {
    width: 100%;
  }
}
.p-top-about .inner + .inner {
  margin-top: 4rem;
}
.p-top-about .inner .info {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-about .inner .info {
    font-size: 1.4rem;
  }
}
.p-top-flow {
  padding-top: 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-flow {
    padding: 9.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-flow .c-flow {
    margin-top: 4.8rem;
  }
}
.p-top-gym {
  padding-top: 8rem;
  background-image: url("../img/common/bg-right.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 74.3rem 77.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-gym {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gym {
    padding: 9.6rem 0;
  }
}
.p-top-gym .c-heading-top {
  margin-bottom: 0;
  color: #fff;
}
.p-top-gym h3 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 8rem;
  line-height: 2;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-gym h3 {
    margin-top: 2.4rem;
    font-size: 4rem;
  }
}
.p-top-gym ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-gym ul {
    gap: 0 0.8rem;
  }
}
.p-top-gym ul li a {
  padding: 2.4rem 0;
  display: block;
  border-top: 0.1rem solid #fff;
  color: #fff;
  position: relative;
}
.p-top-gym ul li a:after {
  content: "";
  width: 6.5rem;
  height: 5.6rem;
  background-image: url("../img/top/tri.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  translate: 0 -50%;
  opacity: 0;
  transition: opacity 0.4s;
}
.p-top-gym ul li a:hover:after {
  opacity: 1;
}
.p-top-gym ul li a .jp,
.p-top-gym ul li a .en {
  line-height: 1.5;
}
.p-top-gym ul li a .jp {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-gym ul li a .jp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gym ul li a .en {
    font-size: 1.2rem;
  }
}
.p-top-head {
  padding: 16rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-head {
    padding: 12rem 0 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head .l-wrap {
    width: 28rem;
  }
}
.p-top-head h2 {
  position: absolute;
  top: -4.8rem;
  left: 8rem;
  font-size: 6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top-head h2 {
    top: -2.4rem;
    left: 1.6rem;
    font-size: 3.2rem;
  }
}
.p-top-head .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 48rem;
  border: 0.5rem solid #fff;
  filter: drop-shadow(-1.6rem -1.6rem 0 #fff);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top-head .img {
    position: static;
    width: 100%;
  }
}
.p-top-head .txt {
  margin-left: auto;
  width: 38rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-head .txt {
    margin-top: 5.6rem;
    width: 100%;
  }
}
.p-top-head .txt dt {
  font-size: 2.4rem;
  font-weight: 500;
}
.p-top-head .txt dd {
  margin-top: 4rem;
  line-height: 2;
}
.p-top-head .tri {
  position: absolute;
  top: -12rem;
  right: -0.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-head .tri {
    top: -6.4rem;
    right: -2.4rem;
  }
}
.p-top-head .tri svg {
  width: 18.5rem;
  height: 16rem;
  fill: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-top-head .tri svg {
    width: 10.4rem;
    height: 8.8rem;
  }
}
.p-top-machines {
  padding-top: 8rem;
  background-image: url("../img/common/bg-left.svg");
  background-repeat: no-repeat;
  background-size: 74.3rem 77.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-machines {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-machines {
    padding: 9.6rem 0;
  }
}
.p-top-machines .c-heading-top {
  color: #fff;
}
.p-top-machines .c-splide {
  position: relative;
}
.p-top-machines .c-splide .wrap {
  margin-left: auto;
  width: 76rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-machines .c-splide .wrap {
    margin-right: auto;
    width: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-machines .c-splide .splide__arrows .splide__arrow {
    top: 16.7rem;
  }
}
.p-top-machines .c-splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
.p-top-machines .c-splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
.p-top-machines .c-splide .splide__pagination {
  width: fit-content;
  bottom: -3.2rem;
  left: 83.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-machines .c-splide .splide__pagination {
    bottom: -26.2rem;
    left: 50%;
    translate: -50% 0;
  }
}
.p-top-machines .c-splide .txt {
  padding: 7.2rem 4rem;
  width: 40rem;
  position: absolute;
  top: 6.8rem;
  left: 16rem;
  background-color: #fff;
  color: #143368;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-machines .c-splide .txt {
    margin: 0 auto;
    padding: 2.4rem;
    position: static;
    width: 28rem;
  }
}
.p-top-machines .c-splide .txt dt {
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-top-machines .c-splide .txt dt {
    font-size: 2rem;
  }
}
.p-top-machines .c-splide .txt dd {
  margin-top: 1.6rem;
}
.p-top-mv {
  padding: 0;
  height: 100vh;
  display: grid;
  place-items: center;
  background-image: url("../img/top/mv.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-mv:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(210deg, rgba(27, 67, 135, 0.3) 0%, #143368 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-mv .inner {
  position: relative;
  z-index: 2;
}
.p-top-mv .inner p {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-mv .inner p {
    font-size: 2rem;
  }
}
.p-top-mv .inner .logo {
  margin: 1.6rem auto 0;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv .inner .logo {
    width: 24rem;
  }
}
.p-top-news {
  padding-top: 8rem;
  background-color: #e3e9f1;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 9.6rem 0;
  }
}
.p-top-news .c-archive {
  gap: 0.2rem;
}
.p-top-news .c-archive a {
  padding: 3.2rem 15.2rem 3.2rem 8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-archive a {
    padding: 1.6rem 4.8rem 1.6rem 0.8rem;
  }
}
.p-top-news .c-archive a:after {
  right: 8rem;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-archive a:after {
    right: 0.8rem;
  }
}
.p-top-news .c-archive a:first-child:before {
  width: 5.6rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  content: "NEW";
  position: absolute;
  top: 50%;
  left: -2.8rem;
  translate: 0 -50%;
  background-color: #1b4387;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-archive a:first-child:before {
    top: 0;
    left: 0.8rem;
  }
}
.p-top-news .c-btn {
  margin: 4rem auto 0;
}
.p-top-services {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-services {
    padding: 9.6rem 0;
  }
}
.p-single-contents {
  padding: 8rem 0 12rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single-contents .l-wrap--sm {
    width: 28rem;
  }
}
.p-single-contents .head {
  display: flex;
  flex-direction: column-reverse;
}
.p-single-contents .head time {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: fit-content;
}
.p-single-contents .head time p {
  width: fit-content;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.p-single-contents .head time .year {
  color: #888;
}
.p-single-contents .head time .month {
  color: #143368;
  font-size: 2.4rem;
}
.p-single-contents .head h1 {
  font-size: 2.4rem;
  line-height: 2;
  color: #143368;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single-contents .head h1 {
    font-size: 2rem;
  }
}
.p-single-contents .c-content {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-single-contents .c-content {
    margin-top: 4rem;
  }
}
.p-single-contents .nav {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-single-contents .nav {
    gap: 2.4rem;
  }
}
.p-single-contents .nav a {
  background-color: #1b4387;
  color: #fff;
}
.p-single-contents .nav a.c-btn {
  margin: 0;
  gap: 0.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single-contents .nav a.c-btn {
    width: 16rem;
    height: 4.8rem;
  }
}
.p-single-contents .nav a.c-btn:before {
  content: "\e896";
  font-family: "Material Icons Sharp";
  font-size: 2.4rem;
}
.p-single-contents .nav a[rel="prev"],
.p-single-contents .nav a[rel="next"] {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Material Icons Sharp";
}
@media screen and (max-width: 767px) {
  .p-single-contents .nav a[rel="prev"],
  .p-single-contents .nav a[rel="next"] {
    width: 3.2rem;
    height: 3.2rem;
  }
}
