* {
  box-sizing: border-box;
}

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,
b, u, i, center,
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,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scrollbar-gutter: stable;
}
@media (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}
@media (max-width: 810px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.is-fixed {
  height: 100vh;
  overflow: hidden;
}

body {
  position: relative;
  padding: 18rem 0 0 0;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  color: #333333;
  opacity: 0;
  -webkit-animation: fadein 0.6s ease-in forwards;
          animation: fadein 0.6s ease-in forwards;
}
@media (max-width: 810px) {
  body {
    padding: 17.7rem 0 0 0;
  }
}
@media (max-width: 749px) {
  body {
    padding: 13rem 0 0 0;
  }
}
@media (max-width: 810px) {
  body.l-lower {
    padding: 12.9rem 0 0 0;
  }
}
@media (max-width: 749px) {
  body.l-lower {
    padding: 12.9rem 0 0 0;
  }
}

picture,
img {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

picture > img {
  width: 100%;
}

a {
  display: inline-block;
  color: #333333;
}

button {
  display: inline-block;
  padding: 0;
  line-height: 1;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
button:focus {
  outline: none;
}
@media (max-width: 810px) {
  button:focus {
    outline: none;
  }
}

time {
  display: inline-block;
}

p > a {
  color: #3399CC;
}

*:focus {
  outline: none;
}
@media (max-width: 810px) {
  *:focus {
    outline: none;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 0 2rem;
  background: #ffffff;
  z-index: 10;
  transition: padding 0.4s ease, border 0.4s ease;
}
@media (max-width: 810px) {
  .l-header {
    padding: 2rem 0;
  }
}
.l-header__inner {
  position: relative;
}
.l-header__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 3rem;
}
@media (max-width: 749px) {
  .l-header__column {
    gap: 2.7rem;
  }
}
.l-header__logo {
  width: 58.4rem;
  max-width: 100%;
  margin: 0 0 2rem 0;
}
@media (max-width: 749px) {
  .l-header__logo {
    width: 42rem;
    margin: 0 0 1.2rem 0;
  }
}
@media (max-width: 749px) {
  .l-header__logo {
    width: 26.8rem;
  }
}
.l-header__logo-wrap {
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-header__logo-wrap:hover {
    opacity: 0.7;
  }
}
.l-header__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 810px) {
  .l-header__title {
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.l-header__navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4rem;
}
.l-header__list {
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem;
}
@media (max-width: 810px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 0.8rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-header__list-item:hover {
    opacity: 0.7;
  }
}
.l-header__list-item .is-english {
  letter-spacing: 0.1em;
  font-size: 2rem;
}
.l-header__list-item .is-japanese {
  font-size: 1.4rem;
  font-weight: 600;
  color: #CFDD28;
}
.l-header__toggle {
  position: relative;
  width: 4rem;
  height: 1.6rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-header__toggle:hover {
    opacity: 0.6;
  }
}
.l-header__toggle::before, .l-header__toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #333333;
}
.l-header__toggle::after {
  top: auto;
  bottom: 0;
  width: 70%;
}
.l-header__button {
  position: absolute;
  bottom: 0;
  right: 4rem;
  border-radius: 6px;
  background: #ffffff;
}
@media (max-width: 810px) {
  .l-header__button {
    right: 2rem;
  }
}
@media (max-width: 749px) {
  .l-header__button {
    position: static;
    margin: 1.4rem 0 0 0;
  }
}
.l-header__logo-wrap {
  position: relative;
}
.l-header__logo:not(.l-header__logo--fixed) {
  transition: height 0.4s ease, margin 0.4s ease, opacity 0.6s ease;
}
.l-header__logo--fixed {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(1.6rem);
          transform: translateY(1.6rem);
  width: 38.9rem;
  height: 5.2rem;
  opacity: 0;
  z-index: -1;
  transition: -webkit-transform 0.4s ease, height 0.4s ease;
  transition: transform 0.4s ease, height 0.4s ease;
}
@media (max-width: 749px) {
  .l-header__logo--fixed {
    width: 26.8rem;
    height: 3.6rem;
  }
}
.l-header__navi {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.l-header__toggle {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.l-header__button {
  transition: right 0.4s ease;
}
.l-header.is-fixed {
  padding: 2rem 0;
  border-bottom: 2px solid #EEEEEE;
}
@media (max-width: 749px) {
  .l-header.is-fixed {
    padding: 1.6rem 0;
  }
}
.l-header.is-fixed .l-header__inner {
  position: static;
}
.l-header.is-fixed .l-header__logo {
  margin: 0;
}
.l-header.is-fixed .l-header__logo:not(.l-header__logo--fixed) {
  width: 38.9rem;
  height: 5.2rem;
  opacity: 0;
  z-index: -1;
  transition: height 0.4s ease, margin 0.4s ease;
}
@media (max-width: 749px) {
  .l-header.is-fixed .l-header__logo:not(.l-header__logo--fixed) {
    width: 26.8rem;
    height: 3.6rem;
  }
}
.l-header.is-fixed .l-header__logo--fixed {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  z-index: 1;
  transition: -webkit-transform 0.4s 0.2s ease, height 0.4s ease, opacity 0.4s 0.2s ease;
  transition: transform 0.4s 0.2s ease, height 0.4s ease, opacity 0.4s 0.2s ease;
}
.l-header.is-fixed .l-header__title {
  display: none;
}
.l-header.is-fixed .l-header__navi {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.l-header.is-fixed .l-header__toggle {
  -webkit-transform: translateY(1.2rem);
          transform: translateY(1.2rem);
}
@media (max-width: 749px) {
  .l-header.is-fixed .l-header__toggle {
    -webkit-transform: translateY(0.4rem);
            transform: translateY(0.4rem);
  }
}
.l-header.is-fixed .l-header__button {
  bottom: -0.8rem;
  right: 0.8rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 2px;
  transition: right 0.4s 0.2s ease;
}
@media (max-width: 749px) {
  .l-header.is-fixed .l-header__button {
    display: none;
  }
}

.l-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ffffff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  z-index: 8;
}

.l-header.is-fixed + .l-banner {
  transition: -webkit-transform 0.4s 0.2s ease;
  transition: transform 0.4s 0.2s ease;
}
@media (max-width: 749px) {
  .l-header.is-fixed + .l-banner {
    -webkit-transform: none;
            transform: none;
    pointer-events: auto;
  }
  .l-header.is-fixed + .l-banner .c-button01 {
    gap: 0;
  }
  .l-header.is-fixed + .l-banner .c-button01 > span {
    border-radius: 0;
  }
  .l-header.is-fixed + .l-banner .c-button01 > span.is-bubble {
    padding: 1.6rem;
  }
  .l-header.is-fixed + .l-banner .c-button01 > span.is-main {
    padding: 1rem 1.8rem;
  }
}

.l-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  height: 100vh;
  padding: 9.4rem 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  pointer-events: none;
  z-index: 11;
}
@media (max-width: 810px) {
  .l-hamburger {
    width: 100%;
    max-width: 43rem;
    padding: 6rem 0 10rem;
  }
}
.l-hamburger.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 810px) {
  .l-hamburger__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: calc(100vh - 16rem);
  }
}
.l-hamburger__toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.4rem;
  transition: opacity 0.3s;
}
@media (max-width: 810px) {
  .l-hamburger__toggle {
    width: 4rem;
  }
}
@media (any-hover: hover) {
  .l-hamburger__toggle:hover {
    opacity: 0.7;
  }
}
.l-hamburger__inner {
  padding: 0 4rem;
}
@media (max-width: 810px) {
  .l-hamburger__inner {
    padding: 0 2rem;
  }
}
.l-hamburger__inner > * {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  transition: opacity 0.3s ease-in, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
.l-hamburger__inner.is-active > * {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-hamburger__inner.is-active > *:nth-child(2) {
  transition: opacity 0.3s 0.1s ease-in, -webkit-transform 0.3s 0.1s ease-in;
  transition: opacity 0.3s 0.1s ease-in, transform 0.3s 0.1s ease-in;
}
.l-hamburger__inner.is-active > *:nth-child(3) {
  transition: opacity 0.3s 0.2s ease-in, -webkit-transform 0.3s 0.2s ease-in;
  transition: opacity 0.3s 0.2s ease-in, transform 0.3s 0.2s ease-in;
}
.l-hamburger__inner.is-active > *:nth-child(4) {
  transition: opacity 0.3s 0.3s ease-in, -webkit-transform 0.3s 0.3s ease-in;
  transition: opacity 0.3s 0.3s ease-in, transform 0.3s 0.3s ease-in;
}
.l-hamburger .c-navi01__title {
  color: #ffffff;
}
.l-hamburger .c-navi01__list01-item .is-english {
  color: #ffffff;
}
.l-hamburger .c-navi01__list01-item .is-japanese {
  color: #CFDD28;
}
.l-hamburger .c-navi01__list01 > li:not(:last-of-type) .c-navi01__list01-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 810px) {
  .l-hamburger .c-navi01__list02 {
    margin: auto 0 0 0;
  }
}
.l-hamburger .c-navi01__list02-item {
  color: #ffffff;
}
.l-hamburger .c-navi01__list02-item::before {
  background: url(../img/c-icon-blank01_white.svg) no-repeat center/contain;
}

.l-footer {
  width: 100%;
  padding: 12rem 0;
  background: #BFBFBF;
}
@media (max-width: 810px) {
  .l-footer {
    padding: 4rem 0 2rem;
  }
}
.l-footer__inner {
  max-width: 124rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 810px) {
  .l-footer__inner {
    position: relative;
  }
}
.l-footer__column {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 810px) {
  .l-footer__column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.l-footer__column--01 {
  margin: 0 0 8rem 0;
}
@media (max-width: 810px) {
  .l-footer__column--01 {
    margin: 0 0 2rem 0;
  }
}
.l-footer__column--01 > * {
  -ms-flex: 1;
      flex: 1;
}
.l-footer__column--02 {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 810px) {
  .l-footer__column--02 {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    gap: 2rem;
  }
}
.l-footer .c-navi01__list01 {
  max-width: 41.6rem;
}
@media (max-width: 810px) {
  .l-footer .c-navi01__list01 {
    max-width: none;
  }
}
.l-footer .c-navi01__button {
  gap: 4px;
  max-width: 41.6rem;
  margin: 0 0 2rem 0;
}
.l-footer__picture {
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 810px) {
  .l-footer__picture {
    width: 100%;
  }
}
.l-footer__picture > img {
  height: 100%;
  object-fit: cover;
}
.l-footer__picture-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 2.8rem;
}
.l-footer__totop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 6rem;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .l-footer__totop:hover {
    opacity: 0.7;
  }
}
@media (max-width: 810px) {
  .l-footer__totop {
    position: absolute;
    top: 0;
    right: 2rem;
    width: 5rem;
  }
}
.l-footer__logo01 {
  width: auto;
  height: 7.2rem;
}
.l-footer__logo01-wrap {
  margin: 8rem 0 0 0;
  transition: opacity 0.3s;
}
@media (max-width: 810px) {
  .l-footer__logo01-wrap {
    display: block;
    width: 22.98rem;
    margin: 2rem auto 0;
  }
}
@media (any-hover: hover) {
  .l-footer__logo01-wrap:hover {
    opacity: 0.7;
  }
}
.l-footer__logo02 {
  padding: 1rem 2rem;
  background: #EEEEEE;
}
@media (max-width: 810px) {
  .l-footer__logo02 {
    width: 100%;
    max-width: 38.5rem;
  }
}
.l-footer__logo02 > img {
  width: auto;
  height: 4rem;
}
@media (max-width: 810px) {
  .l-footer__logo02 > img {
    margin: 0 auto;
  }
}
.l-footer__logo02-wrap {
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 810px) {
  .l-footer__logo02-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}
.l-footer__copy {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

@-webkit-keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes liner {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@-webkit-keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: auto;
  }
}
@-webkit-keyframes slidein {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes slidein {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.animations {
  transition: opacity 0.6s 0.2s ease-out, -webkit-transform 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.2s ease-out, transform 0.6s 0.2s ease-out;
}
@media (max-width: 810px) {
  .animations {
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
}
.animations.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.animations.fadein.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.animations.delay400 {
  transition: opacity 0.6s 0.4s ease-out, -webkit-transform 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.4s ease-out, transform 0.6s 0.2s ease-out;
}
@media (max-width: 810px) {
  .animations.delay400 {
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
}
.animations.delay600 {
  transition: opacity 0.6s 0.6s ease-out, -webkit-transform 0.6s 0.2s ease-out;
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.2s ease-out;
}
@media (max-width: 810px) {
  .animations.delay600 {
    transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
}

.c-pc {
  display: block;
}
@media (max-width: 810px) {
  .c-pc {
    display: none;
  }
}
.c-pc--flex {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 810px) {
  .c-pc--flex {
    display: none;
  }
}

.c-pc750 {
  display: block;
}
@media (max-width: 749px) {
  .c-pc750 {
    display: none;
  }
}
.c-pc750--inline {
  display: inline;
}
@media (max-width: 749px) {
  .c-pc750--inline {
    display: none;
  }
}

.c-notTab {
  display: block;
}
@media (max-width: 810px) {
  .c-notTab {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-notTab {
    display: block;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 810px) {
  .c-sp {
    display: block;
  }
}
.c-sp--flex {
  display: none;
}
@media (max-width: 810px) {
  .c-sp--flex {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-sp750 {
  display: none;
}
@media (max-width: 749px) {
  .c-sp750 {
    display: block;
  }
}

.c-bold {
  font-weight: 700;
}

.c-nowrap {
  white-space: nowrap;
}

.c-hidden {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  pointer-events: none;
}

.c-cover {
  width: 100%;
  height: 100%;
}
.c-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-contain {
  width: 100%;
  height: 100%;
}
.c-contain > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-link--intext {
  padding: 0 0.4rem;
}
.c-link--tel {
  pointer-events: none;
}
@media (max-width: 810px) {
  .c-link--tel {
    pointer-events: auto;
  }
}
.c-link--blank {
  line-height: 1;
  position: relative;
  padding: 0 0 0 1.8em;
  transition: opacity 0.3s;
  font-size: 1.4rem;
  color: #3399CC;
}
@media (any-hover: hover) {
  .c-link--blank:hover {
    opacity: 0.7;
  }
}
.c-link--blank::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4em;
  aspect-ratio: 17/14;
  background: url(../img/c-icon-blank01_blue.svg) no-repeat center/contain;
}
.c-link--blank.c-link--intext {
  padding: 0 0.4rem 0 calc(1.8em + 0.4rem);
}
.c-link--blank.c-link--intext::before {
  left: 0.4rem;
}
.c-link--modal {
  line-height: 1;
  position: relative;
  padding: 0 0 0 1.5em;
  transition: opacity 0.3s;
  font-size: 1.4rem;
  color: #3399CC;
}
@media (any-hover: hover) {
  .c-link--modal:hover {
    opacity: 0.7;
  }
}
.c-link--modal::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1em;
  aspect-ratio: 1/1;
  background: url(../img/c-icon-plus01.svg) no-repeat center/contain;
}

.c-english,
.is-english {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.c-inner01 {
  padding: 0 4rem;
}
@media (max-width: 810px) {
  .c-inner01 {
    padding: 0 2rem;
  }
}

.c-inner02 {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.c-inner02.is-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.c-title01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 2rem;
  position: relative;
  margin: 0 0 4rem 0;
  padding: 0 0 4rem 0;
}
@media (max-width: 810px) {
  .c-title01 {
    gap: 1.6rem;
    margin: 0 0 3.2rem 0;
    padding: 0 0 3.2rem 0;
  }
}
.c-title01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: #333333;
}
.c-title01--right {
  padding: 0 8rem 0 0;
}
@media (max-width: 810px) {
  .c-title01--right {
    margin: 0 0 3.2rem 0;
    padding: 0 0 3.2rem 0;
  }
}
.c-title01--right::after {
  content: "";
  bottom: auto;
  top: 0.6rem;
  left: auto;
  right: 0;
  width: 2px;
  height: 32px;
  background: #333333;
}
@media (max-width: 810px) {
  .c-title01--right::after {
    width: 32px;
    height: 2px;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
  }
}
.c-title01 .is-english > img {
  width: auto;
  height: 4.6rem;
}
@media (max-width: 810px) {
  .c-title01 .is-english > img {
    height: 3.8rem;
  }
}
.c-title01 .is-japanese {
  font-size: 2.4rem;
  font-weight: 600;
  color: #CFDD28;
}
.c-title01 .is-japanese--black {
  color: #333333;
}
.c-title01 .is-bubble {
  position: relative;
  width: 100%;
  margin: 0.6rem 0 1.6rem 0;
  padding: 1rem;
  background: #B72737;
  border-radius: 2px;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #ffffff;
  z-index: 2;
}
.c-title01 .is-bubble::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 13px solid #B72737;
  border-bottom: 0;
}
.c-title01--small .is-english > img {
  height: 4.4rem;
}
@media (max-width: 810px) {
  .c-title01--small .is-english > img {
    height: 3.8rem;
  }
}

.c-lead01 {
  line-height: 2.4;
}
@media (max-width: 810px) {
  .c-lead01 {
    text-align: justify;
    line-height: 2;
  }
}
.c-lead01 > p:not(:last-of-type) {
  margin: 0 0 2.4rem 0;
}
@media (max-width: 810px) {
  .c-lead01 > p:not(:last-of-type) {
    margin: 0 0 2rem 0;
  }
}

.c-button01 {
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-weight: 600;
}
@media (any-hover: hover) {
  .c-button01:hover .is-main {
    opacity: 0.7;
  }
  .c-button01:hover .is-main::after {
    -webkit-transform: translateX(0.4rem);
            transform: translateX(0.4rem);
  }
}
.c-button01 > span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.c-button01 > span.is-bubble {
  position: relative;
  padding: 1.6rem;
  background: #B72737;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 810px) {
  .c-button01 > span.is-bubble {
    padding: 1.2rem 1.6rem;
  }
}
.c-button01 > span.is-bubble::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #B72737;
  border-right: 0;
}
.c-button01 > span.is-main {
  gap: 1rem;
  padding: 1rem 1.8rem;
  background: #CFDD28;
  border-radius: 0 4px 4px 0;
  font-size: 2rem;
  transition: opacity 0.3s;
}
@media (max-width: 810px) {
  .c-button01 > span.is-main {
    -ms-flex: 1;
        flex: 1;
    max-width: 28rem;
    padding: 0.7rem 1.8rem 0.8rem;
    font-size: 1.8rem;
  }
}
.c-button01 > span.is-main::after {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1/2;
  background: url(../img/c-icon-arrow01.svg) no-repeat center/contain;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.c-button01--1column {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  gap: 2.2rem;
}
@media (max-width: 810px) {
  .c-button01--1column {
    gap: 0.4rem;
    width: 100%;
  }
}
.c-button01--1column > span.is-bubble {
  padding: 1rem;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 810px) {
  .c-button01--1column > span.is-bubble {
    border-radius: 4px 4px 0 0;
    font-size: 1.6rem;
  }
}
.c-button01--1column > span.is-bubble::after {
  top: auto;
  bottom: 1px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 13px solid #B72737;
  border-bottom: 0;
}
.c-button01--1column > span.is-main {
  padding: 1.4rem 1.8rem;
  border-radius: 2px;
}
@media (max-width: 810px) {
  .c-button01--1column > span.is-main {
    max-width: none;
    border-radius: 0 0 4px 4px;
    font-size: 2rem;
  }
}
@media (max-width: 810px) {
  .c-button01--sp1column {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    gap: 0.4rem;
    width: 100%;
  }
  .c-button01--sp1column > span.is-bubble {
    padding: 0.7rem 1rem 0.8rem;
    border-radius: 4px 4px 0 0;
    font-size: 2rem;
  }
  .c-button01--sp1column > span.is-bubble::after {
    top: auto;
    bottom: 1px;
    -webkit-transform: translate(50%, 100%);
            transform: translate(50%, 100%);
    right: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 13px solid #B72737;
    border-bottom: 0;
  }
  .c-button01--sp1column > span.is-main {
    max-width: none;
    padding: 1rem 1.8rem 1.1rem;
    border-radius: 0 0 4px 4px;
    font-size: 2.4rem !important;
  }
}
.c-button01--disabled {
  pointer-events: none;
}
@media (max-width: 749px) {
  .c-button01--disabled > span.is-main {
    padding: 2rem 1.8rem;
    font-size: 1.6rem !important;
  }
}
.c-button01--disabled > span.is-main::after {
  display: none;
}

.c-navi01__logo {
  width: 41.6rem;
  margin: 0 0 1.6rem;
  transition: opacity 0.3s;
}
@media (max-width: 810px) {
  .c-navi01__logo {
    width: 26.8rem;
    padding: 0.6rem 0;
  }
}
@media (any-hover: hover) {
  .c-navi01__logo-wrap:hover .c-navi01__logo,
.c-navi01__logo-wrap:hover .c-navi01__title {
    opacity: 0.7;
  }
}
.c-navi01__title {
  margin: 0 0 4rem;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 600;
  transition: opacity 0.3s;
}
@media (max-width: 810px) {
  .c-navi01__title {
    margin: 0 0 2.4rem 0;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
.c-navi01__button {
  margin: 0 0 3.6rem 0;
}
@media (max-width: 810px) {
  .c-navi01__button {
    margin: 0 0 2rem 0;
  }
}
.c-navi01__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0 4rem 0;
}
@media (max-width: 810px) {
  .c-navi01__list01 {
    margin: 0 0 2rem 0;
  }
}
.c-navi01__list01-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 2rem 0;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-navi01__list01-item:hover {
    opacity: 0.7;
  }
}
.c-navi01__list01-item .is-english {
  letter-spacing: 0.1em;
  font-size: 2rem;
  font-weight: 600;
}
.c-navi01__list01-item .is-japanese {
  font-size: 1.4rem;
  font-weight: 600;
}
.c-navi01__list01 > li:not(:last-of-type) .c-navi01__list01-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.c-navi01__list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.8rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
@media (max-width: 810px) {
  .c-navi01__list02 {
    padding: 2.8rem 0;
  }
}
.c-navi01__list02-item {
  position: relative;
  padding: 0 0 0 2.2em;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .c-navi01__list02-item:hover {
    opacity: 0.7;
  }
}
.c-navi01__list02-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.4em;
  aspect-ratio: 17/14;
  background: url(../img/c-icon-blank01.svg) no-repeat center/contain;
}

.c-list01 {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 810px) {
  .c-list01 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.c-list01:not(:last-of-type) {
  margin: 0 0 4rem 0;
  padding: 0 0 4rem 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.c-list01__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 100%;
  padding: 2rem 2rem 2rem 6rem;
  background: #ffffff;
  border: 0.4rem solid #333333;
}
@media (max-width: 810px) {
  .c-list01__item {
    margin: 3.5rem 0 0 0;
    padding: 1.6rem;
  }
}
.c-list01__item--half {
  width: calc(50% - 1.2rem);
}
@media (max-width: 810px) {
  .c-list01__item--half {
    width: 100%;
  }
}
.c-list01__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 2.8rem;
  width: 2px;
  height: calc(100% - 5rem);
  background: #333333;
}
@media (max-width: 810px) {
  .c-list01__item::after {
    display: none;
  }
}
.c-list01__item--nonumber {
  padding: 2rem;
}
@media (max-width: 810px) {
  .c-list01__item--nonumber {
    margin: 0;
    padding: 1.2rem;
  }
}
.c-list01__item--nonumber::after {
  display: none;
}
.c-list01__item--nonumber .c-list01__title {
  font-size: 2.4rem;
}
@media (max-width: 810px) {
  .c-list01__item--nonumber .c-list01__title {
    font-size: 2rem;
  }
}
.c-list01__number {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 0 0 0.8rem 0;
  background: #ffffff;
  z-index: 2;
}
@media (max-width: 810px) {
  .c-list01__number {
    -ms-flex-align: start;
        align-items: flex-start;
    top: -3.2rem;
    left: 0;
    -webkit-transform: translateX(-2rem) rotate(-90deg);
            transform: translateX(-2rem) rotate(-90deg);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    background: transparent;
  }
}
.c-list01__number .is-text {
  width: 1.3rem;
}
.c-list01__number .is-number {
  width: auto;
  height: 2.2rem;
}
@media (max-width: 810px) {
  .c-list01__number .is-number {
    -webkit-transform: translateY(-2.2rem) rotate(90deg);
            transform: translateY(-2.2rem) rotate(90deg);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    height: 2.4rem;
  }
}
@media (max-width: 810px) {
  .c-list01__number .is-number > path {
    fill: #333333;
  }
}
.c-list01__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1rem;
}
.c-list01__head--2column {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.6rem;
}
@media (max-width: 810px) {
  .c-list01__head--2column {
    gap: 1.2rem;
  }
}
.c-list01__head:not(:last-child) {
  margin: 0 0 1rem 0;
}
.c-list01__head-column {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}
@media (max-width: 810px) {
  .c-list01__head-column {
    gap: 2px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-list01__head-column .c-list01__time {
  padding: 0.5rem 1.2rem 0.7rem;
}
@media (max-width: 810px) {
  .c-list01__head-column .c-list01__time {
    padding: 0.5rem 1.2rem;
  }
}
.c-list01__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 0.8rem;
  background: #CFDD28;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
}
@media (max-width: 810px) {
  .c-list01__time {
    font-size: 2rem;
  }
}
.c-list01__time .is-small {
  display: inline-block;
  margin: 0 -0.4rem 0.3rem -0.6rem;
  font-size: 1.4rem;
}
.c-list01__title {
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (max-width: 810px) {
  .c-list01__title {
    font-size: 2rem;
  }
}
.c-list01__note {
  margin: auto 0 0 0;
  line-height: 1.5;
}
.c-list01__define01 {
  width: 100%;
}
.c-list01__define01 > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
  width: 100%;
}
.c-list01__define01 > div > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 1rem 1.6rem;
  background: #333333;
  color: #ffffff;
}
.c-list01__define01 > div > dt .is-english {
  font-size: 2rem;
}
.c-list01__define01 > div > dt .is-japanese {
  font-weight: 600;
}
.c-list01__define01 > div > dd {
  display: -ms-flexbox;
  display: flex;
  background: #EEEEEE;
}
@media (max-width: 810px) {
  .c-list01__define01 > div > dd {
    position: relative;
  }
}
.c-list01__define01 > div > dd.is-small {
  -ms-flex-align: center;
      align-items: center;
}
.c-list01__define01 > div > dd.is-small .c-list01__picture02 {
  width: 14rem;
}
.c-list01__define01 > div > dd.is-small .c-list01__post {
  font-size: 1.4rem;
  font-weight: 500;
}
.c-list01__define02 {
  width: 100%;
}
.c-list01__define02:not(:first-child) {
  margin: 1.2rem 0 0 0;
}
.c-list01__define02 > div {
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  width: 100%;
}
@media (max-width: 810px) {
  .c-list01__define02 > div {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.c-list01__define02 > div > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  padding: 1.6rem;
  background: #333333;
  color: #ffffff;
}
@media (max-width: 810px) {
  .c-list01__define02 > div > dt {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1.1rem 1.6rem;
  }
}
.c-list01__define02 > div > dt .is-english {
  font-size: 2rem;
}
@media (max-width: 810px) {
  .c-list01__define02 > div > dt .is-english {
    font-size: 2.4rem;
  }
}
.c-list01__define02 > div > dt .is-japanese {
  line-height: 1.1;
  font-weight: 600;
}
.c-list01__define02 > div > dd {
  width: 100%;
  background: #EEEEEE;
}
.c-list01__define02 > div > dd .c-list01__text02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  padding: 1.5rem 2.4rem;
}
@media (max-width: 810px) {
  .c-list01__define02 > div > dd .c-list01__text02 {
    display: block;
    padding: 0.8rem 1.2rem;
  }
}
.c-list01__define02 > div > dd .c-list01__name {
  margin: 0;
}
@media (max-width: 810px) {
  .c-list01__define02 > div > dd .c-list01__name {
    margin: 0 0 0.8rem 0;
  }
}
.c-list01__define02 > div > dd .c-list01__post {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 810px) {
  .c-list01__define02 > div > dd .c-list01__post {
    line-height: 1.6;
  }
}
.c-list01__text01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.6rem;
}
.c-list01__text02 {
  width: 100%;
  padding: 1.5rem 2.4rem 1.5rem 2rem;
}
@media (max-width: 810px) {
  .c-list01__text02 {
    padding: 0.8rem 1.2rem;
  }
}
@media (max-width: 810px) {
  .c-list01 .c-list01__picture02 + .c-list01__text02 {
    padding: 0 1.2rem 1.2rem;
  }
}
.c-list01__name {
  display: block;
  margin: 0 0 0.8rem 0;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 810px) {
  .c-list01 .c-list01__picture02 + .c-list01__text02 > .c-list01__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    width: calc(100% + 2.4rem);
    min-height: 12rem;
    margin: 0 0 1.4rem -1.2rem;
    padding: 0 0 0 16.8rem;
  }
}
@media (max-width: 749px) {
  .c-list01 .c-list01__picture02 + .c-list01__text02 > .c-list01__name {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 0 0 14rem;
  }
}
.c-list01__post {
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 810px) {
  .c-list01__post {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-list01__column {
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
  margin: 1rem 0 0 0;
}
@media (max-width: 810px) {
  .c-list01__column {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2rem;
    margin: 0.4rem 0 0 0;
  }
}
.c-list01__column--1column {
  -ms-flex-direction: column;
      flex-direction: column;
}
.c-list01__column .c-list01__lead01 {
  margin-top: -0.6rem;
}
@media (max-width: 810px) {
  .c-list01__column .c-list01__lead01 {
    margin-top: 0;
  }
}
.c-list01__column > .c-list01__lead01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44rem;
  max-width: 100%;
}
@media (max-width: 810px) {
  .c-list01__column > .c-list01__lead01 {
    width: 100%;
    margin-top: -0.6rem;
  }
}
.c-list01__picture01 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44rem;
}
@media (max-width: 810px) {
  .c-list01__picture01 {
    width: 100%;
  }
}
.c-list01__picture01--full {
  width: 100%;
  height: 27.2rem;
  margin: 1rem 0 0 0;
}
@media (max-width: 810px) {
  .c-list01__picture01--full {
    height: 18.2rem;
  }
}
.c-list01__picture01--full > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-list01__picture02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16rem;
}
@media (max-width: 810px) {
  .c-list01__picture02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 14rem;
    height: 12rem;
  }
  .c-list01__picture02 > img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
}
.c-list01__picture02 > img {
  height: 100%;
  object-fit: cover;
}
.c-list01__lead01 {
  text-align: justify;
  line-height: 1.8;
}
.c-list01__lead01 > p:not(:last-of-type) {
  margin: 0 0 1rem 0;
}
.c-list01__lead01 .is-note {
  display: block;
  margin: 1.2rem 0 0 0;
}
.c-list01__lead02 {
  text-align: justify;
  margin: 0.6rem 0 0 0;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media (max-width: 810px) {
  .c-list01__lead02 {
    line-height: 1.6;
  }
}
.c-list01__tag01 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  margin: 0 0 2rem 0;
  padding: 0.9rem 1.6rem;
  background: #333333;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 810px) {
  .c-list01__tag01 {
    font-size: 2rem;
  }
}
.c-list01__tag02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem;
  width: 100%;
  padding: 0.8rem 1.6rem;
  background: #EEEEEE;
}
@media (max-width: 810px) {
  .c-list01__tag02 {
    padding: 0.7rem 1.2rem;
  }
}
.c-list01__tag02 .is-english {
  font-size: 2.4rem;
}
@media (max-width: 810px) {
  .c-list01__tag02 .is-english {
    display: none;
  }
}
.c-list01__tag02 .is-japanese {
  line-height: 1.4;
  font-weight: 700;
}

.c-define01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
  width: 100%;
}
@media (max-width: 810px) {
  .c-define01 {
    gap: 3.2rem;
  }
}
.c-define01__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1.8rem;
  width: 100%;
}
@media (max-width: 810px) {
  .c-define01__item {
    gap: 1.4rem;
  }
}
.c-define01__item--gaplarge {
  gap: 2.4rem;
}
@media (max-width: 810px) {
  .c-define01__item--gaplarge {
    gap: 1.8rem;
  }
}
.c-define01__item > dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.c-define01__item > dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #CCCCCC;
  z-index: -1;
}
.c-define01__item > dt > span.is-english {
  background: #333333;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  margin: 0;
  padding: 0.4rem 0.7rem 0.5rem;
  color: #ffffff;
}
.c-define01__item > dt > span.is-japanese {
  line-height: 1.1;
  padding: 0 0.8rem;
  background: #ffffff;
  font-weight: 600;
}
.c-define01__item > dd {
  line-height: 2;
  font-size: 1.4rem;
}
.c-define01__item > dd.is-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem;
}
@media (max-width: 749px) {
  .c-define01__item > dd.is-column {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 1.4rem;
  }
}
.c-define01__title01 {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.6rem;
}
@media (max-width: 810px) {
  .c-define01__title01 {
    gap: 1.2rem;
  }
}
.c-define01__title01 .is-english {
  width: 43.5rem;
}
@media (max-width: 810px) {
  .c-define01__title01 .is-english {
    width: auto;
    height: 5rem;
  }
}
.c-define01__title01 .is-japanese {
  font-size: 2.4rem;
  font-weight: 600;
  color: #CFDD28;
}
@media (max-width: 810px) {
  .c-define01__title01 .is-japanese {
    line-height: 1.5;
    font-size: 2rem;
  }
}
.c-define01__title02 {
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 810px) {
  .c-define01__title02 {
    line-height: 1.5;
    font-size: 2rem;
  }
}
.c-define01__title02--strong {
  padding: 1.3rem 1.6rem;
  background: #B72737;
  text-align: center;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ffffff;
}
.c-define01__box {
  padding: 1.4rem 1.6rem;
  background: #EEEEEE;
  line-height: 1;
  font-size: 1.6rem;
}
@media (max-width: 810px) {
  .c-define01__box {
    font-size: 1.4rem;
  }
}
.c-define01__logo {
  width: auto;
  height: 4rem;
  max-width: calc(50% - 1rem);
}
@media (max-width: 810px) {
  .c-define01__logo {
    height: 3.3rem;
    max-width: calc(50% - 0.8rem);
  }
}
.c-define01__logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
}
@media (max-width: 810px) {
  .c-define01__logo-wrap {
    width: 100%;
    max-width: 43rem;
    padding: 0.8rem 0;
  }
}

.c-form01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(4rem, 32px);
}
@media (max-width: 810px) {
  .c-form01 {
    gap: 3.2rem;
  }
}
.c-form01 .formErrorContent {
  margin: -6px 0 10px 0;
  padding: 0;
  background: transparent;
  line-height: 1.8;
  font-size: 12px;
  font-weight: 500;
  color: #B72737;
}
.c-form01 .c-link {
  font-size: 14px;
}
@media (max-width: 749px) {
  .c-form01 .c-link--blank.c-link--intext {
    display: block;
    margin: 6px 0;
  }
  .c-form01 .c-link--blank.c-link--intext:not(:last-of-type) {
    margin: 6px 0 12px;
  }
}
.c-form01 > div:not(:last-of-type) {
  position: relative;
  padding: 0 0 max(4rem, 32px) 0;
}
@media (max-width: 810px) {
  .c-form01 > div:not(:last-of-type) {
    padding: 0 0 3.2rem 0;
  }
}
.c-form01 > div:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}
@media (max-width: 810px) {
  .c-form01 > div:not(:last-of-type).c-form01__group + .c-form01__group--halfset {
    padding: 0 !important;
  }
}
.c-form01 > div:not(:last-of-type).c-form01__group + .c-form01__group--halfset::after {
  width: calc(100% + max(4rem, 32px));
}
@media (max-width: 810px) {
  .c-form01 > div:not(:last-of-type).c-form01__group + .c-form01__group--halfset::after {
    display: none !important;
  }
}
.c-form01__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 14px;
  width: 100%;
}
.c-form01__group--half {
  width: calc(50% - max(2rem, 16px));
}
@media (max-width: 810px) {
  .c-form01__group--half {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 749px) {
  .c-form01__group--half {
    width: 100%;
  }
}
.c-form01__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .c-form01__title {
    gap: 8px;
  }
}
@media (max-width: 749px) {
  .c-form01__title {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 4px;
  }
}
.c-form01__title .is-required {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 17px;
  margin: 2px 0 0 0;
  padding: 0 8px 1px;
  background: #B72737;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 749px) {
  .c-form01__title .is-required {
    margin: 3px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .c-form01__title--wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (max-width: 749px) {
  .c-form01__title--wrap {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.c-form01__note {
  line-height: 1.8;
  font-size: 12px;
}
@media (max-width: 749px) {
  .c-form01__note {
    text-align: justify;
    line-height: 1.5;
  }
}
.c-form01__input {
  width: 100%;
  padding: 10px 16px;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.c-form01__input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #AAAAAA;
}
.c-form01__input:-moz-placeholder {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #AAAAAA;
}
.c-form01__input::-moz-placeholder {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #AAAAAA;
}
.c-form01__input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #AAAAAA;
}
.c-form01__input:invalid {
  box-shadow: 0 0 0px 1000px #FEE8EE inset;
  border: 1px solid #B72737 !important;
}
.c-form01__input--error {
  box-shadow: 0 0 0px 1000px #FEE8EE inset;
  border: 1px solid #B72737 !important;
}
.c-form01__input:focus {
  background: rgba(51, 153, 204, 0.1);
  border: 1px solid #3399CC;
}
.c-form01__input-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.c-form01__radio {
  position: absolute;
}
.c-form01__radio-wrap {
  display: inline-block;
  position: relative;
  padding: 4px 0;
}
.c-form01__radio-wrap--1column {
  display: block;
  width: 100%;
  padding: 4px 0 0;
}
.c-form01__radio-wrap--1column .c-form01__radio-label {
  display: block;
  padding: 16px 16px 16px 50px;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  line-height: 1.4;
  font-weight: 400;
}
.c-form01__radio-wrap--1column .c-form01__radio-label::before {
  left: 15px;
  background: #ffffff;
  border: 1px solid #999999;
}
.c-form01__radio-wrap--1column .c-form01__radio-label::after {
  left: 19px;
  background: #ffffff;
}
.c-form01__radio-wrap--1column .c-form01__radio:focus + label {
  background: rgba(51, 153, 204, 0.1);
  border: 1px solid #3399CC;
}
.c-form01__radio-wrap--1column .c-form01__radio:checked + label {
  background: rgba(51, 153, 204, 0.1);
  border: 1px solid #3399CC;
}
.c-form01__radio-wrap--1column .c-form01__radio.c-form01__input--error + label {
  background: #FEE8EE;
  border: 1px solid #B72737 !important;
}
.c-form01__radio-label {
  position: relative;
  padding: 0 0 0 36px;
  font-size: 16px;
  cursor: pointer;
}
.c-form01__radio-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 22px;
  width: 22px;
  border: 1px solid #EEEEEE;
  border-radius: 50%;
}
.c-form01__radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background: #EEEEEE;
  border-radius: 50%;
}
.c-form01__radio:checked + label::after {
  background: #3399CC;
}
.c-form01__radio:focus + label::before {
  border: 1px solid #3399CC;
}
.c-form01__define01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
  width: 100%;
}
.c-form01__define01-item {
  width: 100%;
}
.c-form01__define01-item > dt {
  width: 100%;
  padding: 10px 16px;
  background: #CFDD28;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.c-form01__define01-item > dd {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #EEEEEE;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 749px) {
  .c-form01__define01-item > dd {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.c-form01__define01-item > dd .c-form01__group {
  -ms-flex: 1;
      flex: 1;
  width: auto;
  gap: 12px;
}
@media (max-width: 749px) {
  .c-form01__define01-item > dd .c-form01__group {
    width: 100%;
  }
}
.c-form01__define02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
.c-form01__define02-item {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.c-form01__define02-item > dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 70px;
  height: 26px;
  background: #333333;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.c-form01__define02-item > dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 2px 0 0 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.c-form01__checkbox {
  position: absolute;
}
.c-form01__checkbox-wrap {
  position: relative;
  padding: 4px 0 0;
}
.c-form01__checkbox-wrap .formErrorContent {
  margin-bottom: 5px;
}
.c-form01__checkbox-label {
  display: block;
  position: relative;
  padding: 16px 16px 16px 50px;
  background: #F7F7F7;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.c-form01__checkbox-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 22px;
  width: 22px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 4px;
}
.c-form01__checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1/4;
  background: url(../img/c-icon-check01_white.svg) no-repeat center/contain;
  border-radius: 50%;
}
.c-form01__checkbox:checked + label {
  background: rgba(51, 153, 204, 0.1);
  border: 1px solid #3399CC;
}
.c-form01__checkbox:checked + label::before {
  background: #3399CC;
  border: 1px solid #3399CC;
}
.c-form01__checkbox:focus + label {
  background: rgba(51, 153, 204, 0.1);
  border: 1px solid #3399CC;
}
.c-form01__checkbox.c-form01__input--error + label {
  background: #FEE8EE;
  border: 1px solid #B72737 !important;
}
.c-form01__column {
  display: -ms-flexbox;
  display: flex;
}
.c-form01__column--multiple {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 20px;
  margin: 0 0 8px 0;
}
.c-form01__lead {
  text-align: justify;
  line-height: 1.8;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 749px) {
  .c-form01__lead {
    line-height: 1.6;
  }
}
.c-form01__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.4rem;
  width: 100%;
  height: max(7.7rem, 60px);
  background: #CFDD28;
  border-radius: 4px;
  font-size: max(2.8rem, 24px);
  font-weight: 600;
  color: #333333;
  transition: opacity 0.3s;
}
@media (max-width: 810px) {
  .c-form01__button {
    height: 60px;
    font-size: 24px;
  }
}
.c-form01__button::after {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1/2;
  background: url(../img/c-icon-arrow01.svg) no-repeat center/contain;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .c-form01__button:hover::after {
    -webkit-transform: translateX(0.2em);
            transform: translateX(0.2em);
  }
}
.c-form01__text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}
.c-form01__back {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 16px;
}
.c-form01__back::before {
  content: "";
  display: block;
  width: 0.7em;
  aspect-ratio: 1/2;
  background: url(../img/c-icon-arrow01.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (any-hover: hover) {
  .c-form01__back:hover::before {
    -webkit-transform: translateX(-0.2em) scale(-1, 1);
            transform: translateX(-0.2em) scale(-1, 1);
  }
}
.c-form01--confirm, .c-form01--thanks {
  gap: max(3.2rem, 28px);
}
@media (max-width: 810px) {
  .c-form01--confirm, .c-form01--thanks {
    gap: 2.8rem;
  }
}
.c-form01--confirm .c-form01__group, .c-form01--thanks .c-form01__group {
  position: relative;
  padding: 0 0 max(2.8rem, 24px) 0 !important;
}
@media (max-width: 810px) {
  .c-form01--confirm .c-form01__group, .c-form01--thanks .c-form01__group {
    padding: 0 0 2.4rem 0 !important;
  }
}
.c-form01--confirm .c-form01__group::after, .c-form01--thanks .c-form01__group::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #EEEEEE;
}
.c-form01--confirm .c-form01__group--noborder, .c-form01--thanks .c-form01__group--noborder {
  padding: 0 !important;
}
.c-form01--confirm .c-form01__group--noborder::after, .c-form01--thanks .c-form01__group--noborder::after {
  display: none !important;
}

/**************************\
modal
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal {
  display: none;
}

.micromodal.is-open {
  display: block;
}

.micromodal[aria-hidden=false] .micromodal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=false] .micromodal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=true] .micromodal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=true] .micromodal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal {
  position: relative;
  z-index: 12;
}
.micromodal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
}
@media (max-width: 810px) {
  .micromodal__overlay {
    height: 100dvh;
  }
}

.c-modal01__overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.c-modal01__container {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 120rem;
  max-height: calc(100vh - 15rem);
  background: #ffffff;
  cursor: unset;
}
@media (max-width: 810px) {
  .c-modal01__container {
    max-height: calc(100dvh - 4rem);
  }
}
.c-modal01__picture {
  width: auto;
  min-width: 100%;
  max-width: none;
  max-height: calc(100vh - 15rem);
}
@media (max-width: 810px) {
  .c-modal01__picture {
    max-height: calc(100dvh - 4rem);
  }
}
.c-modal01__picture-wrap {
  width: 100%;
  max-height: calc(100vh - 15rem);
  overflow: scroll;
}
@media (max-width: 810px) {
  .c-modal01__picture-wrap {
    max-height: calc(100dvh - 4rem);
  }
}
.c-modal01__picture > img {
  width: auto;
  min-width: 100%;
  max-width: none;
  max-height: calc(100vh - 15rem);
}
@media (max-width: 810px) {
  .c-modal01__picture > img {
    max-height: calc(100dvh - 4rem);
  }
}
.c-modal01__close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 5.4rem;
  min-width: 40px;
  height: 5.4rem;
  min-height: 40px;
  z-index: 2;
}
@media (max-width: 810px) {
  .c-modal01__close {
    -webkit-transform: none;
            transform: none;
    width: 4rem;
    min-width: 0;
    height: 4rem;
    min-height: 0;
  }
}
.c-modal01__close > img {
  width: 100%;
}

.p-announce {
  width: 100%;
  margin: 0 0 6.4rem 0;
  padding: 2rem 5vw 0;
}
@media (max-width: 810px) {
  .p-announce {
    margin: 0 0 3.2rem 0;
    padding: 0 5vw;
  }
}
.p-announce__lead {
  padding: 6rem 0;
  background: #CFDD28;
  text-align: center;
  line-height: 1.6;
  font-size: 4.2rem;
  font-weight: 600;
}
@media (max-width: 810px) {
  .p-announce__lead {
    padding: 2.4rem 0;
    font-size: 2rem;
  }
}

.p-keyvisual {
  width: 100%;
}
.p-keyvisual__picture {
  width: 100%;
  margin: 0 0 4rem 0;
}
@media (max-width: 810px) {
  .p-keyvisual__picture {
    margin: 0 0 2rem 0;
  }
}
.p-keyvisual__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 1.2rem;
  max-width: 184rem;
  margin: 0 auto;
}
@media (max-width: 810px) {
  .p-keyvisual__column {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.4rem;
  }
}
.p-keyvisual__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-keyvisual__time > img {
  width: 34.5rem;
}
@media (max-width: 810px) {
  .p-keyvisual__time > img {
    width: 29.2rem;
  }
}
.p-keyvisual__place {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  margin: 0 0 -0.5rem 0;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 600;
}
@media (min-width: 1920px) {
  .p-keyvisual__place {
    margin: 0 0 0.2rem 0;
  }
}
@media (max-width: 810px) {
  .p-keyvisual__place {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 1;
    font-size: 2.3rem;
  }
}
.p-keyvisual__place .is-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 7.8rem;
  height: 5.5rem;
  background: #333333;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 810px) {
  .p-keyvisual__place .is-tag {
    width: 100%;
    height: 3.1rem;
    font-size: 1.6rem;
  }
}
@media (min-width: 1920px) {
  .p-keyvisual__place .c-pc {
    display: none;
  }
}
.p-keyvisual__button {
  margin: 0 0 0.2rem 1.2rem;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 810px) {
  .p-keyvisual__button {
    margin: 0.4rem 0 0 0;
  }
}
.p-keyvisual__button .is-bubble {
  line-height: 1.2;
  font-size: 2rem;
}
.p-keyvisual__button .is-main {
  -ms-flex: 1;
      flex: 1;
  font-size: 2.8rem !important;
}
@media (max-width: 1440px) {
  .p-keyvisual__button.c-button01--disabled .is-main {
    font-size: 2.4rem !important;
  }
}
@media (max-width: 749px) {
  .p-keyvisual__button.c-button01--disabled .is-main {
    padding: 2rem 1.8rem;
    font-size: 1.6rem !important;
  }
}

.p-loop {
  width: 100%;
  margin: 2rem 0 0 0;
  overflow: hidden;
}
.p-loop__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 392.2rem;
  max-width: none;
  -webkit-animation: loop-text 30s linear infinite;
          animation: loop-text 30s linear infinite;
}
@media (max-width: 810px) {
  .p-loop__column {
    width: 246.6rem;
    -webkit-animation: loop-text 20s linear infinite;
            animation: loop-text 20s linear infinite;
  }
}
.p-loop__text {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem;
  padding: 0 4rem 0 0;
}
@media (max-width: 810px) {
  .p-loop__text {
    gap: 2.8rem;
    padding: 0 2.8rem 0 0;
  }
}
.p-loop__text > img {
  width: 181.5rem;
}
@media (max-width: 810px) {
  .p-loop__text > img {
    width: 112.2rem;
  }
}
.p-loop__text::after {
  content: "";
  display: block;
  width: 6.6rem;
  margin: 0 0 1.2rem 0;
  aspect-ratio: 66/93;
  background: url(../img/c-icon-kashiwa01.svg) no-repeat center/contain;
}
@media (max-width: 810px) {
  .p-loop__text::after {
    width: 4.5rem;
    margin: 0 0 0.4rem 0;
  }
}

.p-about {
  position: relative;
  padding: 8rem 0 0 0;
  z-index: 2;
}
@media (max-width: 810px) {
  .p-about {
    padding: 7.2rem 0 4rem 0;
  }
}
.p-about__column {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 810px) {
  .p-about__column {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.8rem;
  }
}
.p-about__title {
  margin: 0 0 4.8rem 0;
}
@media (max-width: 810px) {
  .p-about__title {
    margin: 0 0 2rem 0;
  }
}
.p-about__title .is-english {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 810px) {
  .p-about__title .is-english {
    left: -1rem;
  }
}
.p-about__title .is-english > img {
  width: 41.3rem;
}
@media (max-width: 810px) {
  .p-about__title .is-english > img {
    width: 35.5rem;
    max-width: none;
  }
}
.p-about__title .is-japanese {
  line-height: 1.6;
  font-size: 3.2rem;
  font-weight: 600;
  color: #CFDD28;
}
@media (max-width: 810px) {
  .p-about__title .is-japanese {
    font-size: 2.2rem;
  }
}
.p-about__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 70rem;
  max-width: 100%;
  padding: 6.4rem 6rem 6rem;
}
@media (max-width: 810px) {
  .p-about__text {
    padding: 5.8rem 0 0 0;
  }
}
.p-about__picture {
  width: 100%;
}

.p-program {
  position: relative;
  padding: 14rem 0;
  margin: -14rem 0 0 0;
  background: #CFDD28;
}
@media (max-width: 810px) {
  .p-program {
    padding: 4rem 0;
    margin: 0;
  }
}
.p-program__time {
  margin: 0 0 1.4rem 0;
  font-size: 4.4rem;
}
@media (max-width: 810px) {
  .p-program__time {
    font-size: 3.6rem;
    margin: 0 0 1rem 0;
  }
}

.p-outline {
  padding: 8rem 0;
}
@media (max-width: 810px) {
  .p-outline {
    padding: 4rem 0;
  }
}
.p-outline__column {
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 810px) {
  .p-outline__column {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.2rem;
  }
}
.p-outline__title {
  margin: 0;
}
.p-outline__title-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6rem;
  width: 31rem;
  max-width: 100%;
}
@media (max-width: 810px) {
  .p-outline__title-wrap {
    width: 100%;
  }
}
.p-outline__item--03 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33.5rem;
  max-width: 100%;
}
@media (max-width: 749px) {
  .p-outline__item--03 {
    width: 100%;
  }
}
.p-outline__item--03 .c-define01__title02 {
  margin: 0 0 0.4rem 0;
}
.p-outline__item--04 {
  -ms-flex: 1;
      flex: 1;
  width: auto;
}
.p-outline__item--04 .c-define01__title02--strong {
  margin: 0 0 1.2rem 0;
}
.p-outline__item--05 {
  width: 63rem;
  max-width: 100%;
}
@media (max-width: 810px) {
  .p-outline__item--05 {
    width: 48rem;
  }
}
@media (max-width: 749px) {
  .p-outline__item--05 {
    width: 100%;
  }
}
.p-outline__item--06 {
  -ms-flex: 1;
      flex: 1;
  width: auto;
}
.p-outline__item--07 .c-define01__title02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 810px) {
  .p-outline__item--07 .c-define01__title02 {
    font-size: 1.8rem;
  }
}
.p-outline__item--07 .c-define01__logo-wrap {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}

.p-location {
  padding: 8rem 0;
}
@media (max-width: 810px) {
  .p-location {
    padding: 4rem 0;
  }
}
.p-location__column {
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media (max-width: 810px) {
  .p-location__column {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 3.2rem;
  }
}
.p-location__iframe {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  width: 100%;
}
@media (max-width: 810px) {
  .p-location__iframe {
    height: 47.2rem;
  }
}
.p-location__iframe-wrap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-location__iframe-wrap.c-sp {
  display: none;
}
@media (max-width: 810px) {
  .p-location__iframe-wrap.c-sp {
    display: block;
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 810px) {
  .p-location__iframe-wrap.c-pc {
    display: none;
  }
}
.p-location__iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-location .c-link {
  display: block;
  margin: 2rem 0 0 0;
}
.p-location__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44rem;
  max-width: 100%;
}
@media (max-width: 810px) {
  .p-location__text {
    width: 100%;
  }
}
.p-location .c-define01 {
  gap: 2.8rem;
  width: auto;
  margin: 0 0 2.8rem 0;
}
@media (max-width: 810px) {
  .p-location .c-define01 {
    width: 100%;
    margin: 0 0 1.6rem 0;
  }
}
.p-location .c-define01__item {
  gap: 0.8rem;
}
.p-location .c-define01__item > dd {
  font-size: 1.6rem;
}
.p-location .c-define01__item > dd .c-link {
  margin: 0.8rem 0 0 0;
}
.p-location__picture {
  width: 100%;
}
@media (max-width: 810px) {
  .p-location__picture {
    max-width: 48rem;
  }
}

.p-application {
  position: relative;
  padding: 8rem 0 16rem;
  overflow: hidden;
}
@media (max-width: 810px) {
  .p-application {
    padding: 4rem 0 min(31.2rem, 312px);
  }
}
.p-application::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 26rem;
  left: -16rem;
  width: 56.5rem;
  aspect-ratio: 565/801;
  background: url(../img/c-icon-kashiwa02.svg) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 810px) {
  .p-application::after {
    bottom: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 24rem;
    max-height: 240px;
  }
}
.p-application form {
  width: 100%;
}
.p-application__column {
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media (max-width: 810px) {
  .p-application__column {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0;
  }
}
.p-application__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.p-application__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5.2rem 0;
}
@media (max-width: 810px) {
  .p-application__list {
    margin: 0 0 4.4rem 0;
  }
}
.p-application__list-item {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  gap: 0.8rem;
  padding: 1.1rem 1rem 1.6rem;
}
@media (max-width: 810px) {
  .p-application__list-item {
    gap: 0.5rem;
    padding: 0.8rem 1rem;
  }
}
.p-application__list-item--border {
  border-right: 1px solid #EEEEEE;
}
.p-application__list-item--current {
  position: relative;
  background: #CFDD28;
  border-right: none !important;
}
.p-application__list-item--current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  right: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 13px solid #CFDD28;
  border-bottom: 0;
}
.p-application__list-number {
  font-size: 1.8rem;
}
@media (max-width: 810px) {
  .p-application__list-number {
    font-size: 1.4rem;
  }
}
.p-application__list-number .is-number {
  margin: 0 0 0 0.6rem;
  font-size: 3rem;
  color: #CFDD28;
}
@media (max-width: 810px) {
  .p-application__list-number .is-number {
    margin: 0 0 0 0.4rem;
    font-size: 2rem;
  }
}
.p-application__list-item--current .p-application__list-number .is-number {
  color: #333333;
}
.p-application__list-lead {
  font-weight: 600;
}
@media (max-width: 810px) {
  .p-application__list-lead {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.p-application__box {
  width: 100%;
  margin: 0 0 4rem 0;
  padding: 4rem 2rem;
  border: 0.8rem solid #EEEEEE;
  text-align: center;
}
@media (max-width: 810px) {
  .p-application__box {
    margin: 0 0 3.2rem;
    padding: 2rem 1.7rem;
  }
}
.p-application__box-title {
  margin: 0 0 2rem 0;
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: 600;
  color: #CFDD28;
}
@media (max-width: 810px) {
  .p-application__box-title {
    margin: 0 0 1rem 0;
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.p-application__box-lead {
  line-height: 1.8;
}
@media (max-width: 810px) {
  .p-application__box-lead {
    text-align: justify;
    line-height: 1.6;
  }
}
.p-application__form-wrap {
  -ms-flex: 1;
      flex: 1;
}