@charset "UTF-8";
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

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

.section {
  padding-top: 118px;
  padding-bottom: 118px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.inner {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-small {
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.container-middle {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  text-align: center;
}

.section-title__en {
  font-size: 40px;
  font-family: "Train One", system-ui;
}
@media screen and (max-width: 767px) {
  .section-title__en {
    font-size: 30px;
  }
}

.section-title__ja {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section-title__ja {
    font-size: 20px;
  }
}

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

a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover {
  opacity: 0.7;
}

.color-red {
  color: #FF6D6D;
}

.main {
  overflow-x: hidden;
}

.fv-button {
  font-family: "Zen Maru Gothic", serif;
  background: #F597B8;
  border-radius: 999px;
  padding: 35px;
  text-align: center;
  font-size: 25px;
  font-size: clamp(20px, 1.3vw, 25px);
  color: #fff;
  font-weight: bold;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv-button {
    padding: 15px;
    font-size: 18px;
  }
}
.fv-button.--color2 {
  background: #882599;
}
.fv-button.--color3 {
  background: rgb(199, 173, 203);
}

.button2 {
  background: #fff;
  border: 4px solid #F597B8;
  padding: 23px 71px 23px 74px;
  border-radius: 999px;
  color: #882599;
  font-size: 18px;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button2 {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .button2 {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}

.button2 span {
  display: inline-block;
  color: #F597B8;
  padding-right: 25px;
  position: relative;
}
.button2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_file-arrow-pink.svg) no-repeat center center/contain;
  width: 15px;
  height: 19px;
}

.button3 {
  display: inline-block;
  background: #F597B8;
  border: 4px solid #fff;
  padding: 23px 71px 23px 74px;
  border-radius: 999px;
  color: #882599;
  font-size: 18px;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button3 {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .button3 {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}
.button3.--disable {
  background: #999;
  border: 4px solid #999;
}
.button3.--disable:hover {
  opacity: 1;
  cursor: auto;
}

.button3 span {
  display: inline-block;
  color: #fff;
  padding-right: 25px;
  position: relative;
}
.button3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  width: 15px;
  height: 19px;
}

.archive__button .button3{
  width: 310px;
  padding: 23px 30px 23px 30px;
}
@media screen and (max-width: 767px) {
  .archive__button .button3{
    padding: 15px 15px;
    display: block;
    width: 100%;
  }
}

.button4 {
  background: #FFFF00;
  padding: 22px 50px 22px 50px;
  border-radius: 999px;
  font-size: 26px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .button4 {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.button4.--disable {
  background: #d5d5d5;
}
.button4.--disable:hover {
  opacity: 1;
  cursor: auto;
}
.button4.--disable span {
  color: #fff;
}
.button4.--disable span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216.494%22%20height%3D%2216.494%22%20viewBox%3D%220%200%2016.494%2016.494%22%3E%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_6%22%20data-name%3D%22%E5%90%88%E4%BD%93%206%22%20d%3D%22M9.719%2C10.691V1.944H.972A.972.972%2C0%2C0%2C1%2C.972%2C0h9.719a.973.973%2C0%2C0%2C1%2C.972.972v9.719a.972.972%2C0%2C1%2C1-1.944%2C0Z%22%20transform%3D%22translate(8.247)%20rotate(45)%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E") no-repeat center center/contain;
  width: 20px;
  height: 20px;
}

.button4 span {
  display: inline-block;
  color: #F597B8;
  line-height: 1.346;
  padding-right: 32px;
  position: relative;
}
.button4 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2216.494%22%20height%3D%2216.494%22%20viewBox%3D%220%200%2016.494%2016.494%22%3E%3Cpath%20id%3D%22%E5%90%88%E4%BD%93_6%22%20data-name%3D%22%E5%90%88%E4%BD%93%206%22%20d%3D%22M9.719%2C10.691V1.944H.972A.972.972%2C0%2C0%2C1%2C.972%2C0h9.719a.973.973%2C0%2C0%2C1%2C.972.972v9.719a.972.972%2C0%2C1%2C1-1.944%2C0Z%22%20transform%3D%22translate(8.247)%20rotate(45)%22%20fill%3D%22%23F597B8%22/%3E%3C/svg%3E") no-repeat center center/contain;
  width: 20px;
  height: 20px;
}


.button5 {
  display: inline-block;
  background: #882599;
  border: 4px solid #fff;
  padding: 23px 15px 23px 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-size: clamp(16px, 0.94vw, 18px);
  font-weight: bold;
  text-align: center;
  width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .button5 {
    padding: 15px 20px;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .button5 {
    padding: 15px 10px;
    display: block;
    width: 100%;
  }
}
.button5.--disable {
  background: #999;
  border: 4px solid #999;
}
.button5.--disable:hover {
  opacity: 1;
  cursor: auto;
}

.button5 span {
  display: inline-block;
  color: #fff;
  padding-right: 25px;
  position: relative;
}
.button5 span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_arrow.svg) no-repeat center center/contain;
  width: 15px;
  height: 19px;
}


.footer {
  padding: 20px 0;
  background: #ADADAD;
}

.footer-copy {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 12px;
  }
}

.tab-contents__tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tab-contents__tab {
    overflow: scroll;
  }
}

.tab__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 23px;
  border-radius: 20px 20px 0 0;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: bold;
  color: #fff;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .tab__item {
    font-size: 16px;
    padding: 15px 15px;
  }
}
.tab__item.tab-A {
  background: rgba(245, 151, 184, 0.5);
}
.tab__item.tab-B {
  background: rgba(245, 151, 184, 0.5);
}
.tab__item.tab-C {
  background: rgba(136, 37, 153, 0.5);
}
.tab__item.tab-D {
/*  background: #882599;*/
  background: rgba(136, 37, 153, 0.5);
}
.tab__item.is-active.tab-A {
  background: #f597b8;
}
.tab__item.is-active.tab-B {
  background: #f597b8;
}
.tab__item.is-active.tab-C {
  background: #882599;
}
.tab__item.is-active.tab-D {
  background: #882599;
}

.tab-contents__panel {
  margin-top: -1px;
  z-index: -1;
}

.panel__item {
  background: #fff;
  padding: 60px 100px;
  min-height: 400px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .panel__item {
    padding: 30px;
  }
}

.panel__item-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.panel__item-row .txt_bold{
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .panel__item-row {
    gap: 20px;
  }
}
.panel__item-row:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .panel__item-row:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}

.panel__item-h3 {
  padding: 13px 24px;
  border-left: 6px solid #A6A6A6;
  background: #FAFAFA;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .panel__item-h3 {
    padding: 8px 15px;
    font-size: 18px;
  }
}
.panel__item-h3 .color-red {
  padding-left: 20px;
}

.panel__item-text.--bold {
  font-weight: bold;
}
.panel__item-text strong {
  font-weight: bold;
}

.panel__item-list {
  list-style: disc;
  padding-left: 20px;
}

.panel-A__button,
.panel-B__button {
  margin-top: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 43px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-A__button,
  .panel-B__button {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .panel-A__button,
  .panel-B__button {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.tab-D {
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
}

.coming-soon-text {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.panel-A__sec1-link {
  text-decoration: underline;
}

.panel-A__sec1-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-A__sec1-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .panel-A__sec1-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.panel-A__sec1-left {
  width: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-A__sec1-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .panel-A__sec1-left {
    width: 100%;
  }
}

.panel-A__sec1-right {
  width: calc(100% - 300px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .panel-A__sec1-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .panel-A__sec1-right {
    width: 100%;
  }
}
.panel-A__sec1-right img {
  display: block;
}

.panel-A__sec1-right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.panel-A__sec1-right-credit {
  text-align: right;
  font-size: 10px;
}

.panel-A__sec6-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}


.panel-A__sec6-flex.mb20{
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .panel-A__sec6-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.panel-A__sec6-left {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .panel-A__sec6-left {
    width: 100%;
  }
}
.panel-A__sec6-left img {
  display: block;
  width: 200px;
  border: 1px solid #B3B3B3;
}
@media screen and (max-width: 767px) {
  .panel-A__sec6-left img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.panel-A__sec6-right {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767px) {
  .panel-A__sec6-right {
    width: 100%;
  }
}

.image-credit {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .image-credit {
    text-align: center;
  }
}

.panelB-row1 .panel__item-text strong {
  font-size: 20px;
}

.panelB-row6__sec1 {
  max-width: 906px;
}
.panelB-row6__sec1 .panel__item-text strong {
  font-size: 20px;
}

.panelB-row6__sec1-items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(13.91vw, 126px);
     -moz-column-gap: min(13.91vw, 126px);
          column-gap: min(13.91vw, 126px);
  row-gap: 96px;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec1-items {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 40px;
  }
}

.panelB-row6__sec-image-caption {
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec-image-caption {
    font-size: 11px;
  }
}

.panelB-row6__sec-neme {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec-neme {
    font-size: 16px;
  }
}
.panelB-row6__sec-neme span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec-neme span {
    font-size: 12px;
  }
}

.panelB-row6__sec-title {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec-title {
    font-size: 12px;
  }
}

.panelB-row6__sec2 {
  max-width: 906px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec2 {
    margin-top: 40px;
  }
}

.panelB-row6__sec2-head {
  max-width: 906px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-right: 110px;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec2-head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-right: 0;
  }
}
.panelB-row6__sec2-head .panel__item-text strong {
  font-size: 20px;
}

.panelB-row6__sec2-head-attention {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 1.4 !important;
}

.panelB-row6__sec2-items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(13.91vw, 126px);
     -moz-column-gap: min(13.91vw, 126px);
          column-gap: min(13.91vw, 126px);
  row-gap: 96px;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec2-items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 40px;
  }
}
.panelB-row6__sec2-items::after {
  content: "";
  position: absolute;
  top: -4%;
  right: 0;
  width: 120px;
  height: auto;
  aspect-ratio: 87/203;
  aspect-ratio: 913/1351;
  background: url(../img/fctokyo__character.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .panelB-row6__sec2-items::after {
    top: auto;
    bottom: 3%;
    right: 5%;
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
    width: 45%;
    max-width: 215px;
  }
}

.panelB__item-row7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .panelB__item-row7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.panelB__item-row7-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .panelB__item-row7-left {
    width: 100%;
  }
}

.panelB__item-row7-right {
  width: 29.8%;
}
@media screen and (max-width: 767px) {
  .panelB__item-row7-right {
    width: 100%;
  }
}

.panelC-row1 .panel__item-text strong {
  font-size: 20px;
}

.panelC-row6__sec1 {
  max-width: 906px;
}
.panelC-row6__sec1 .panel__item-text strong {
  font-size: 20px;
}

.panelC-row6__sec1-items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(13.91vw, 126px);
     -moz-column-gap: min(13.91vw, 126px);
          column-gap: min(13.91vw, 126px);
  row-gap: 96px;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec1-items {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 40px;
  }
}

.panelC-row6__sec-image-caption {
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec-image-caption {
    font-size: 11px;
  }
}

.panelC-row6__sec-neme {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec-neme {
    font-size: 16px;
  }
}
.panelC-row6__sec-neme span {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec-neme span {
    font-size: 12px;
  }
}

.panelC-row6__sec-title {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec-title {
    font-size: 12px;
  }
}

.panelC-row6__sec2 {
  max-width: 906px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec2 {
    margin-top: 40px;
  }
}

.panelC-row6__sec2-head {
  max-width: 906px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-right: 110px;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec2-head {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-right: 0;
  }
}
.panelC-row6__sec2-head .panel__item-text strong {
  font-size: 20px;
}

.panelC-row6__sec2-head-attention {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  line-height: 1.4 !important;
}

.panelC-row6__sec2-items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: min(13.91vw, 126px);
     -moz-column-gap: min(13.91vw, 126px);
          column-gap: min(13.91vw, 126px);
  row-gap: 96px;
}
@media screen and (max-width: 767px) {
  .panelC-row6__sec2-items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .panelC-row6__sec2-items::after {
    top: auto;
    bottom: 3%;
    right: 5%;
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
    width: 45%;
    max-width: 215px;
  }
}

.panelC__item-row7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 14px;
}
@media screen and (max-width: 767px) {
  .panelC__item-row7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.panelC__item-row7-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .panelC__item-row7-left {
    width: 100%;
  }
}

.panelC__item-row7-right {
  width: 29.8%;
}
@media screen and (max-width: 767px) {
  .panelC__item-row7-right {
    width: 100%;
  }
}

.panel-C .textCaution{
    font-weight: bold;
}
.panel-C .sinale_color {
    color: #3697d4;
}
.panel-C .underline{
    text-decoration: underline;
}

.fv {
  padding: 68px 53px 0;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 15px 15px 0;
  }
}

.fv__button {
  max-width: 1814px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fv__button {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fv__button {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}

.information {
  padding-top: 185px;
}
@media screen and (max-width: 767px) {
  .information {
    padding-top: 90px;
  }
}

.information__contents {
  margin-top: 60px;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information__contents {
    margin-top: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.information__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #882599, #882599 4px, transparent 4px);
  background-size: 8px 4px;
  background-position: left top;
  background-repeat: repeat-x;
}
.information__contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #882599, #882599 4px, transparent 4px);
  background-size: 8px 4px;
  background-position: left top;
  background-repeat: repeat-x;
}

.information__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .information__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.information__date {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .information__date {
    width: 100%;
  }
}

.information__title {
  width: calc(100% - 170px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .information__title {
    width: 100%;
  }
}

#archive_page{
  margin-top: 100px;
}

.archive__contents {
  margin-top: 60px;
}

.archive_inner_box {
  margin-bottom: 100px;
}


@media screen and (max-width: 767px) {
  .archive__contents {
    margin-top: 35px;
  }
}

.archive__text {
  font-size: clamp(18px, 2.42vw, 25px);
  font-weight: bold;
  text-align: center;
}

.archive__movie {
  margin-top: 30px;
  aspect-ratio: 1000/552;
}
.archive__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.archive__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .archive__button {
    margin-top: 30px;
  }
}

.overview {
  margin-top: 180px;
  padding: 39px 0 66px;
  padding-bottom: 12%;
  background: #882599;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .overview {
    margin-top: 110px;
    padding-bottom: 20%;
  }
}
.overview::before {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #882599;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -1;
  top: 0px;
}

.overview__contents {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview__contents {
    margin-top: 35px;
  }
}

.program {
  background: #F8F8F8;
  position: relative;
  z-index: 1;
}
.program::before {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #F8F8F8;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  top: 0;
  right: 0;
}
.program section {
  padding-bottom: 227px;
}

.program__container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.program__contents {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program__contents {
    margin-top: 35px;
  }
}

.marker {
  padding-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFFF00));
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

.precautions__contents {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .precautions__contents {
    margin-top: 35px;
  }
}

.precautions__h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #8258D2;
}

.precautions__list {
  margin-left: 10px;
  list-style: disc;
  padding-left: 10px;
}
.precautions__list strong {
  font-weight: bold;
}

.application {
  margin-top: 180px;
  padding: 39px 0 66px;
  padding-bottom: 12%;
  background: #F597B8;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .application {
    margin-top: 110px;
    padding-bottom: 20%;
  }
}
.application::before {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background: #F597B8;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -1;
  top: 0px;
}

.application__contents {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .application__contents {
    margin-top: 35px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .application__contents {
    margin-top: 35px;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.button4-text {
  font-size: 16px;
  text-align: right;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .button4-text {
    font-size: 12px;
    text-align: left;
  }
}

.contact {
  background: #F8F8F8;
  padding-top: 83px;
  padding-bottom: 73px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.contact::before {
  display: block;
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #F8F8F8;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  top: 0;
  right: 0;
}

.contact__text1 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact__text1 {
    font-size: 18px;
  }
}

.contact__text2 {
  font-size: 16px;
}

.contact__text3 {
  margin-top: 30px;
  font-size: 16px;
  word-break: break-all;
  text-decoration: underline;
}

.superscript {
  vertical-align: super; /*テキストを上付きに*/
}

.contact__form {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact__form {
    padding-top: 30px;
  }
}

.contact__button {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contact__button {
    padding-bottom: 30px;
  }
}

.contact-form__button {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-form__button {
    margin-top: 30px;
  }
}

.page-contact-contact {
  background: #F8F8F8;
  padding-top: 83px;
  padding-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .page-contact-contact {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}

.vertical-body.sf-form-cover {
  display: none !important;
}


/* new icon  */
.new_icon{
  display: inline-block;
  font-size: .8em;
  text-align: center;
  color: #fff;
  background: #f00;
  padding: 3px 7px;
  margin-left: 5px;
  font-weight: bold;
}