@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  オープンキャンパス

---------------------------------*/
#globalContainer {
  position: relative;
}
header {}
/* メインビジュアル */
#oc_pageTitle {
  background: url("../opencampus/images/main.jpg") no-repeat center/cover;
  background-attachment: fixed;
  height: 100vh;
  margin-top: -22.8rem;
  position: relative;
  z-index: -100;
}
#oc_pageTitle .ttl {
  text-align: center;
  margin: auto;
  max-width: 80rem;
  height: fit-content;
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
#oc_pageTitle .ttl img {
  width: 100%;
  vertical-align: bottom;
}
#oc_pageTitle .ttl img.SPttl {
  display: none;
}
#mainContainer {
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  #oc_pageTitle {
    margin-top: -15rem;
  }
}
@media screen and (max-width: 1024px) {
  #oc_pageTitle {
    background-attachment: inherit;
    height: 85vh;
    margin-top: -9rem;
  }
  #oc_pageTitle .ttl {
    max-width: 60rem;
  }
}
@media screen and (max-width: 896px) {
  #oc_pageTitle {
    background-image: url("../opencampus/images/main_tb.jpg");
  }
  #oc_pageTitle .ttl {
    max-width: 50rem;
    width: 80%;
  }
  #oc_pageTitle .ttl img.PCttl {
    display: none;
  }
  #oc_pageTitle .ttl img.SPttl {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #oc_pageTitle {
    background-image: url("../opencampus/images/main_sp.jpg");
    height: 90vh;
  }
  #oc_pageTitle .ttl {
    top: 0;
  }
}
/*---------------------------------
  パンくず
---------------------------------*/
#breadlist {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  トップ共通

---------------------------------*/
.ocTop section {
  padding: 5rem 0;
}
.ocTop section .wrap {
  margin: auto;
  max-width: 120rem;
  width: 90%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------
  開催予定
---------------------------------*/
.ocTop .scheduleBlock {
  background-color: #f4f3e7;
  background-image: linear-gradient(0deg, transparent 31px, #ccc 32px), linear-gradient(90deg, transparent 31px, #ccc 32px);
  background-size: 32px 32px;
  padding: 23rem 0 10rem;
  position: relative;
  overflow: hidden;
}
.ocTop .scheduleBlock .bgttl {
  font-size: 17rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
  margin: auto;
  max-width: fit-content;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 3rem;
  left: 0;
}
.ocTop .scheduleBlock .bgttl span {
  position: relative;
  z-index: 2;
}
.ocTop .scheduleBlock .bgttl::after {
  color: #f4f3e7;
  content: 'SCHEDULE';
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  white-space: pre;
  position: absolute;
  top: .5rem;
  left: .5rem;
  z-index: 1;
}
.ocTop .scheduleBlock .wrap {
  position: relative;
  z-index: 3;
}
.ocTop .scheduleBlock .wrap::after {
  content: '';
  background: #f4f3e7;
  border: 1px solid;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ocTop .scheduleBlock .wrap ._inner {
  background: #fff;
  border: 1px solid;
  padding: 0 5% 10rem;
}
.ocTop .scheduleBlock .wrap .title {
  position: relative;
  top: -3rem;
}
.ocTop .scheduleBlock .wrap .title h2 {
  background: #000;
  color: #fff;
  font-size: 1.7em;
  margin: auto;
  max-width: fit-content;
  padding: .5rem 2em;
  text-align: center;
}
.ocTop .scheduleBlock .scWrap {}
.ocTop .scheduleBlock .scWrap .txt {
  text-align: center;
}
.ocTop .scheduleBlock .scWrap .sdList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item {
  flex-basis: calc(100% / 3 - 3rem);
  margin-top: 5rem;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item:not(:nth-child(3n)) {
  margin-right: 4.5rem;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item a {
  border: 1px solid;
  color: #333;
  display: grid;
  align-content: space-between;
  height: 100%;
  text-align: center;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item figure {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  vertical-align: bottom;
  transition: all .3s;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt {
  margin-bottom: 1rem;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt h3 {
  background: #333;
  color: #fff;
  font-size: 1.2em;
  padding: .1rem 1rem;
  transition: all .3s;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  margin: 1.2rem auto;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .yy {
  margin-right: 1em;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .mmdd {
  font-size: 5rem;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .week {
  margin-left: .3em;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .week::before {
  content: '[';
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .week::after {
  content: ']';
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__tag {
  background: #f4f3e7;
  color: #cc8e68;
  margin: .5rem auto;
  width: 90%;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item ._btn {
  background: #333;
  color: #fff;
  margin: .5rem auto;
  padding: 1rem;
  width: calc(100% - 1rem);
  transition: all .3s;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item.is-hidden {
  display: none;
  opacity: 0;
  height: 0;
  margin: 0;
}
.ocTop .scheduleBlock .scWrap .sdList .list-item a:hover {}
.ocTop .scheduleBlock .scWrap .sdList .list-item a:hover figure img {
  transform: scale(1.1);
}
.ocTop .scheduleBlock .scWrap .sdList .list-item a:hover ._infoTxt h3 {}
.ocTop .scheduleBlock .scWrap .sdList .list-item a:hover ._btn {
  background: #c69c2e;
}
.ocTop .scheduleBlock .scWrap .sdBox {
  display: none;
}
.ocTop .scheduleBlock .scWrap .sdBox.is-active {
  display: block;
}
/* MOREボタン */
.ocTop .scheduleBlock .scWrap .list-btn {
  color: #333;
  cursor: pointer;
  display: block;
  height: fit-content;
  margin: auto;
  text-align: left;
  position: absolute;
  bottom: -4rem;
  left: 0;
  right: 0;
  max-width: 25rem;
  width: 90%;
  z-index: 3;
}
.ocTop .scheduleBlock .scWrap .list-btn::after {
  background: #f4f3e7;
  border: 1px solid;
  border-radius: 5rem;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ocTop .scheduleBlock .scWrap .list-btn span {
  background: #fff;
  border: 1px solid;
  border-radius: 5rem;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  padding: 2rem 2.5rem;
  padding-right: 6rem;
  position: relative;
  transform: translate(-.5rem, -.5rem);
  z-index: 1;
}
.ocTop .scheduleBlock .scWrap .list-btn span::before, .ocTop .scheduleBlock .scWrap .list-btn span::after {
  content: '';
  background: #333;
  border-radius: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: .16rem;
  height: 3rem;
  transition: all .3s;
}
.ocTop .scheduleBlock .scWrap .list-btn span::before {
  right: 4rem;
}
.ocTop .scheduleBlock .scWrap .list-btn span::after {
  right: 4rem;
  transform: rotate(90deg);
}
.ocTop .scheduleBlock .scWrap .list-btn:hover {}
.ocTop .scheduleBlock .scWrap .list-btn:hover span {
  transform: translate(0, 0);
}
.ocTop .scheduleBlock .scWrap .list-btn.is-active span::before {
  transform: rotate(90deg);
}
.ocTop .scheduleBlock .scWrap .list-btn.is-active span::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ocTop .scheduleBlock {
    padding: 21rem 0 10rem;
  }
  .ocTop .scheduleBlock .bgttl {
    font-size: 15rem;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt h3 {
    font-size: 1em;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .mmdd {
    font-size: 4rem;
  }
}
@media screen and (max-width: 896px) {
  .ocTop .scheduleBlock {
    padding: 19rem 0 10rem;
  }
  .ocTop .scheduleBlock .bgttl {
    font-size: 11.5rem;
  }
  .ocTop .scheduleBlock .wrap ._inner {
    padding: 0 3% 7rem;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item:not(:nth-child(3n)) {
    margin-right: 2rem;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item {
    flex-basis: calc(100% / 3 - 2rem);
    margin-top: 2rem;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt h3 {
    font-size: .8em;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .yy {
    margin-right: 0.2em;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item ._infoTxt .__day .mmdd {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .ocTop .scheduleBlock {
    padding: 13rem 0 10rem;
  }
  .ocTop .scheduleBlock .bgttl {
    font-size: 6rem;
  }
  .ocTop .scheduleBlock .wrap .title h2 {
    font-size: 1.5em;
    padding: .5rem 1em;
  }
  .ocTop .scheduleBlock .scWrap .sdList {
    display: block;
  }
  .ocTop .scheduleBlock .scWrap .sdList .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
/*---------------------------------
  参加者特典
---------------------------------*/
.ocTop .scheduleBlock .participantsBox {
  background: #fff;
  border-radius: 4rem;
  box-shadow: 0 2rem 3rem 0 rgba(0, 0, 0, 0.1);
  margin: 10rem auto 0;
  max-width: 65rem;
  padding: 5rem 3rem;
  position: relative;
  width: 80%;
}
.ocTop .scheduleBlock .participantsBox h2 {
  background: #333;
  color: #fff;
  font-size: 2.5rem;
  margin: 0 auto 2rem;
  max-width: fit-content;
  padding: .5rem 2rem;
  position: relative;
  text-align: center;
}
.ocTop .scheduleBlock .participantsBox h2::before {
  background: url("../opencampus/images/ttl_deco.png") no-repeat center/contain;
  content: '';
  position: absolute;
  top: -4rem;
  left: -4rem;
  width: 9.8rem;
  height: 5.3rem;
}
.ocTop .scheduleBlock .participantsBox p {
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
}
.ocTop .scheduleBlock .participantsBox p span {
  color: #B30002;
  font-size: 1.5em;
  font-weight: 700;
}
.ocTop .scheduleBlock .participantsBox img {
  margin: auto;
  position: absolute;
  top: 0;
  right: -10%;
  bottom: 0;
  width: 18rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  .ocTop .scheduleBlock .participantsBox {
    padding: 3rem 1.5rem;
  }
  .ocTop .scheduleBlock .participantsBox h2 {
    font-size: 2.1rem;
  }
  .ocTop .scheduleBlock .participantsBox img {
    right: -6%;
    width: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .ocTop .scheduleBlock .participantsBox {
    border-radius: 2rem;
    margin: 8rem auto 0;
    padding: 3rem 1.5rem;
  }
  .ocTop .scheduleBlock .participantsBox h2 {
    font-size: 1.8rem;
    margin: 0 auto 1rem;
  }
  .ocTop .scheduleBlock .participantsBox p {
    font-size: 1em;
  }
  .ocTop .scheduleBlock .participantsBox p br {
    display: none;
  }
  .ocTop .scheduleBlock .participantsBox p span {
    display: block;
    font-size: 1.3em;
  }
  .ocTop .scheduleBlock .participantsBox img {
    right: -11%;
    bottom: -12rem;
    width: 10rem;
  }
}
/*---------------------------------
  about
---------------------------------*/
.ocTop .aboutBlock {
  background: var(--co-dh);
  background: linear-gradient(90deg, var(--co-dh) 0%, var(--co-dh) 50%, var(--co-dt) 50%, var(--co-dt) 100%);
  padding: 0;
}
.ocTop .aboutBlock .wrap {
  background: url("../opencampus/images/about_bg.png") no-repeat center/ 100% auto;
  max-width: 160rem;
  padding: 13rem 0;
  width: 95%;
}
.ocTop .aboutBlock .wrap ._inner {
  max-width: 60rem;
  margin: auto;
  width: 90%;
}
.ocTop .aboutBlock .wrap ._inner h2 {
  margin-bottom: 4rem;
}
.ocTop .aboutBlock .wrap ._inner h2 img {
  width: 100%;
  vertical-align: bottom;
}
.ocTop .aboutBlock .wrap ._inner p {}
.ocTop .aboutBlock .wrap ._inner p + p {
  margin-top: 1em;
}
.ocTop .aboutBlock .wrap ._inner p._strong {
  margin-top: 2em;
  text-align: center;
}
.ocTop .aboutBlock .wrap ._inner p._strong span {
  display: inline-block;
  font-size: 1.2em;
  border-bottom: 2px dotted #aaa;
}
@media screen and (max-width: 1024px) {
  .ocTop .aboutBlock .wrap {
    background-size: 140% auto;
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .ocTop .aboutBlock .wrap {
    background-size: 160% auto;
    padding: 6rem 0;
  }
}
@media screen and (max-width: 480px) {
  .ocTop .aboutBlock .wrap {
    background-size: 250% auto;
  }
}
/*---------------------------------
  開催プログラム
---------------------------------*/
.ocTop .programBlock {
  background: #f7f3fa;
  padding: 10rem 0;
}
.ocTop .programBlock .wrap {
  max-width: 110rem;
}
.ocTop .programBlock .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 5rem;
}
.ocTop .programBlock .title .en {
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .1em;
  max-width: fit-content;
  text-transform: uppercase;
  position: relative;
}
.ocTop .programBlock .title .en span {
  position: relative;
  z-index: 2;
}
.ocTop .programBlock .title .en::after {
  color: #f7f3fa;
  content: 'PROGRAM';
  -webkit-text-stroke: 1px #333;
  text-stroke: 1px #333;
  white-space: pre;
  position: absolute;
  top: .3rem;
  left: .3rem;
  z-index: 1;
}
.ocTop .programBlock .title h2 {
  font-size: 3.5rem;
  font-weight: 900;
}
.ocTop .programBlock .tab__outer {}
.ocTop .programBlock .tab__outer .tabList {
  display: flex;
  list-style: none;
}
.ocTop .programBlock .tab__outer .tabList .tab {
  border-radius: .5rem;
  cursor: pointer;
  flex-basis: calc(100%/3);
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem;
}
.ocTop .programBlock .tab__outer .tabList .tab.is-active {
  background: #333;
  color: #fff;
}
.ocTop .programBlock .tab__outer .panel-group {
  border-radius: 1rem;
  background: #fff;
  margin-top: 3rem;
  padding: 5rem 5%;
}
.ocTop .programBlock .tab__outer .panel-group ._box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ocTop .programBlock .tab__outer .panel-group ._box + ._box {
  margin-top: 3rem;
}
.ocTop .programBlock .tab__outer .panel-group ._box:not(:last-child)::after {
  background: #ccc;
  content: '';
  position: absolute;
  top: .5rem;
  left: 1.5rem;
  height: calc(100% + 3rem);
  width: .2rem;
}
.ocTop .programBlock .tab__outer .panel-group ._box .txtBox {
  flex-basis: 45%;
  position: relative;
  padding-left: 5rem;
}
.ocTop .programBlock .tab__outer .panel-group ._box .txtBox .num {
  background: #000;
  border-radius: 50%;
  color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: .5rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  z-index: 1;
}
.ocTop .programBlock .tab__outer .panel-group ._box .txtBox .num::after {
  border: 1px solid #888;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 4rem;
  height: 4rem;
  z-index: 1;
}
.ocTop .programBlock .tab__outer .panel-group ._box .txtBox h3 {
  font-size: 1.4em;
  margin-bottom: 1rem;
}
.ocTop .programBlock .tab__outer .panel-group ._box .txtBox p {}
.ocTop .programBlock .tab__outer .panel-group ._box figure {
  flex-basis: 50%;
}
@media screen and (max-width: 1024px) {
  .ocTop .programBlock .title .en {
    font-size: 10rem;
  }
}
@media screen and (max-width: 896px) {
  .ocTop .programBlock {
    padding: 5rem 0;
  }
  .ocTop .programBlock .title .en {
    font-size: 8rem;
  }
  .ocTop .programBlock .title h2 {
    font-size: 2.5rem;
  }
  .ocTop .programBlock .tab__outer .tabList .tab {
    font-size: 1em;
    padding: 1rem;
  }
  .ocTop .programBlock .tab__outer .panel-group {
    padding: 3rem 4%;
  }
}
@media screen and (max-width: 480px) {
  .ocTop .programBlock .title {
    display: block;
    margin-bottom: 3rem;
  }
  .ocTop .programBlock .title .en {
    font-size: 6rem;
  }
  .ocTop .programBlock .title h2 {
    font-size: 2.2rem;
  }
  .ocTop .programBlock .tab__outer .tabList .tab {
    font-size: 1em;
    padding: 0.5rem;
    display: grid;
    align-items: center;
  }
  .ocTop .programBlock .tab__outer .panel-group ._box {
    display: block;
  }
  .ocTop .programBlock .tab__outer .panel-group ._box figure {
    margin-left: 5rem;
    margin-top: 1rem;
  }
}
/*---------------------------------
　タブ切り替えスタイル
---------------------------------*/
.tab__outer .panel {
  display: none;
}
.tab__outer .panel.is-show {
  display: block;
  animation: tabAnim ease 0.6s forwards;
  -ms-animation: tabAnim ease 0.6s forwards;
}
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------
  学校の様子
---------------------------------*/
#stateImgBlock {}
#stateImgBlock #state-slider {}
#stateImgBlock #state-slider .splide__slide {
  width: 45rem !important;
}
#stateImgBlock #state-slider .splide__slide .img {
  height: 100%;
}
#stateImgBlock #state-slider .splide__slide .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #stateImgBlock #state-slider .splide__slide {
    width: 30rem !important;
  }
}
@media screen and (max-width: 480px) {
  #stateImgBlock #state-slider .splide__slide {
    width: 25rem !important;
  }
}
/*---------------------------------

  オープンキャンパス詳細ページ

---------------------------------*/
.ocApp #oc_pageTitle {
  background: url("../opencampus/images/sub_main.jpg") no-repeat center/cover;
  background-attachment: inherit;
  height: 60rem;
}
.ocApp #oc_pageTitle h1 {
  color: #fff;
  font-size: 3em;
  text-align: center;
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 896px) {
  .ocApp #oc_pageTitle {
    background-image: url(../opencampus/images/sub_main_tb.jpg);
  }
}
@media screen and (max-width: 480px) {
  .ocApp #oc_pageTitle {
    background-image: url(../opencampus/images/sub_main_sp.jpg);
    height: 60vh;
  }
  .ocApp #oc_pageTitle h1 {
    font-size: 2.5em;
    margin: auto;
    top: 0;
    height: fit-content;
    width: 90%;
  }
}
/*---------------------------------
  詳細
---------------------------------*/
.detailBlock {
  background: #f4f3e7;
  padding: 10rem 0;
}
.detailBlock .wrap {
  max-width: 120rem;
  margin: auto;
  width: 90%;
}
.detailBlock .wrap .title {
  border-bottom: 1px solid;
}
.detailBlock .wrap .title .data {
  font-size: 1.2em;
  font-weight: 700;
}
.detailBlock .wrap .title h1 {
  font-size: 1.8em;
  font-weight: 800;
  margin: 1rem 0 .5rem;
}
.detailBlock .wrap .contentTxt {
  margin: 5rem auto;
  max-width: 95rem;
  width: 100%;
}
.detailBlock .wrap .contentTxt h2 {
  font-size: 1.4em;
  font-weight: 800;
  margin: 3rem 0 1rem;
}
.detailBlock .wrap .contentTxt h3 {
  font-size: 1.1em;
}
.detailBlock .wrap .contentTxt p + p {
  margin-top: .5em;
}
.detailBlock .wrap .contentTxt ul {
  margin-left: 2.5rem;
}
.detailBlock .wrap .contentTxt .wp-block-columns {
  margin: 3rem auto;
}
.detailBlock .wrap .btn_wrap {
  display: flex;
  justify-content: center;
}
.detailBlock .wrap .btn_wrap .btn {
  margin: 0 2rem;
}
.detailBlock .wrap .btn_wrap .btn._back a {
  background-color: #333;
  background-image: url("../images/arr_w.svg");
  color: #fff;
}
.detailBlock .wrap .btn_wrap .btn._back a:hover {
  background-color: #666;
  border-color: #666;
}
.detailBlock .wrap .btn_wrap .btn._app a {
  background-image: none;
  position: relative;
}
.detailBlock .wrap .btn_wrap .btn._app a::after {
  background: url("../images/arr_b.svg") no-repeat center/contain;
  content: '';
  transform: rotate(90deg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  width: 3rem;
  height: 3rem;
}
.detailBlock .wrap .btn_wrap .btn._app a:hover::after {
  background-image: url("../images/arr_w.svg");
}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .detailBlock {
    padding: 5rem 0;
  }
  .detailBlock .wrap .contentTxt {
    margin: 0;
  }
  .detailBlock .wrap .contentTxt h2 {
    margin: 1rem 0;
  }
  .detailBlock .wrap .contentTxt .wp-block-columns {
    margin: 2rem auto;
  }
  .detailBlock .wrap .btn_wrap .btn {
    margin: 0 1rem;
  }
  .detailBlock .wrap .btn_wrap .btn a {
    background-size: 1.5rem;
    padding: 1.3rem 2rem;
    padding-right: 6rem;
  }
  .detailBlock .wrap .btn_wrap .btn._app a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
/*---------------------------------
  申し込みフォーム
---------------------------------*/
.appBlock {
  background: #fff;
  padding: 10rem 0;
}
.appBlock .wrap {
  max-width: 95rem;
  margin: auto;
  width: 90%;
}
.appBlock .wrap .title h2 {
  background: #333;
  color: #fff;
  font-size: 1.5em;
  padding: 1rem 2rem;
  text-align: center;
}
.appBlock .wrap #contact-form {
  border: none;
  padding: 0;
}
/* ---選択されたイベント--- */
.eventBox .event {
  background: #f3f3f3;
  display: none;
  margin: .7rem 0;
}
.eventBox .event.selected, .eventBox .event.active {
  display: block;
}
.eventBox .event ._ev_inner {
  display: flex;
  padding: 1rem;
}
.eventBox .event ._ev_inner figure {
  flex-basis: 15rem;
}
.eventBox .event ._ev_inner figure img {
  /*aspect-ratio: 1/1;*/
  object-fit: cover;
  vertical-align: bottom;
}
.eventBox .event ._ev_inner .txt {
  margin-left: 3rem;
  padding: .5rem 0;
}
.eventBox .event ._ev_inner .txt p._data {
  font-weight: 500;
}
.eventBox .event ._ev_inner .txt p._data span {
  font-size: 1.2em;
  margin: 0 1rem;
}
.eventBox .event ._ev_inner .txt p._ttl {
  font-size: 1.2em;
  font-weight: 700;
}
.eventBox .event ._ev_inner .txt p._ttl select {
  background-color: #fff;
  border-radius: .5rem;
  font-size: .9em;
}
/* ---以下ボタンスタイル--- */
.eventBox #openModal {
  background-color: #fff;
  box-shadow: 0 .2rem 0 0 #333;
  border: 1px solid #333;
  border-radius: .5rem;
  cursor: pointer;
  margin: 3rem auto;
  max-width: 40rem;
  padding: 1rem;
  text-align: center;
}
/* ---モーダルCSS--- */
.eventBox .modalArea {
  display: none;
  position: fixed;
  z-index: 999; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eventBox .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.eventBox .modalWrapper {
  background: #fff;
  border-radius: 1rem;
  overflow-y: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60rem;
  max-height: 90vh;
  padding: 3rem;
  width: 90%;
}
.eventBox .modalWrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.eventBox .modalWrapper::-webkit-scrollbar {
  display: none;
}
.eventBox .closeModal {
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 5rem;
  height: 5rem;
}
.eventBox .closeModal span {
  background: #fff;
  border-radius: 2rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5rem;
  height: .1rem;
}
.eventBox .closeModal span:nth-child(1) {
  transform: rotate(45deg);
}
.eventBox .closeModal span:nth-child(2) {
  transform: rotate(315deg);
}
/* ---選択肢--- */
.eventBox .modalWrapper dl + dl {
  margin-top: 4rem;
}
.eventBox .modalWrapper dl dt {
  background: #000;
  border-radius: .5rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  padding: .5rem 2rem;
}
.eventBox .modalWrapper dl dd.app {}
.eventBox .modalWrapper dl dd.app .checkBox {}
.eventBox .modalWrapper dl dd.app .checkBox label {
  cursor: pointer;
  padding: 1rem 2rem;
}
.eventBox .modalWrapper dl dd.app .checkBox label .checkbox {
  display: none;
}
.eventBox .modalWrapper dl dd.app .checkBox label p {
  font-weight: 500;
  padding-left: 2em;
}
.eventBox .modalWrapper dl dd.app .checkBox label p._data {
  position: relative;
}
.eventBox .modalWrapper dl dd.app .checkBox label p._data span {
  font-size: 1.2em;
  margin: 0 1rem;
}
.eventBox .modalWrapper dl dd.app .checkBox label p._ttl {
  font-size: 1.2em;
  font-weight: 700;
}
.eventBox .modalWrapper dl dd.app .checkBox label p._data::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.eventBox .modalWrapper dl dd.app .checkBox label p._data::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(154, 0, 2, 0.5);
  border-left: 3px solid rgba(154, 0, 2, 0.5);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.eventBox .modalWrapper dl dd.app .checkBox label .checkbox:checked + p._data::after {
  opacity: 1;
}
.eventBox .modalWrapper dl dd.app .checkBox label:has(.checkbox:checked) {
  background: #FDE4E4;
}
/* ---お客様情報--- */
#contact-form::after {
  content: none;
}
#contact-form .progressbar {
  margin: 3rem auto;
}
#contact-form h3 {
  font-size: 1.2em;
  line-height: 1;
  margin: 0 auto 2rem;
  padding-left: 1.2em;
  position: relative;
}
#contact-form h3::before {
  background: var(--co-main);
  content: '';
  position: absolute;
  top: .1em;
  left: 0;
  width: .9em;
  height: .9em;
}
#contact-form #formWrap {
  margin: 3rem auto;
  max-width: inherit;
  width: 100%;
}
#contact-form #formWrap dl {
  border-bottom: none;
  background: #f4f3e7;
  margin: .5rem 0;
  padding: 2rem 4rem;
}
#contact-form .submit #btn_submit {
  background: #333;
}
/* ---チェック画面--- */
._check .eventBox {
  margin-bottom: 3rem;
}
._check .eventBox .event {
  display: block;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .eventBox .event ._ev_inner figure {
    flex: 0 0 6.5rem;
  }
  .eventBox .event ._ev_inner .txt {
    margin-left: 1rem;
  }
  .eventBox .event ._ev_inner .txt p._data {
    font-size: .9em;
  }
  .eventBox .event ._ev_inner .txt p._data span {
    margin: 0 0.3rem;
  }
  .eventBox .event ._ev_inner .txt p._ttl {
    font-size: 1em;
  }
  .eventBox .event ._ev_inner .txt p._ttl select {
    font-size: .8em;
    padding: 0.4em 0.6em;
    padding-right: 3rem;
    width: 12rem;
  }
  .eventBox .modalWrapper {
    padding: 2rem;
  }
  .eventBox .modalWrapper dl dd.app .checkBox label {
    padding: 1rem;
  }
  .eventBox .modalWrapper dl dd.app .checkBox label p._data {
    font-size: 1em;
  }
  .eventBox .modalWrapper dl dd.app .checkBox label p._ttl {
    font-size: 1em;
  }
  #contact-form #formWrap dl {
    padding: 2rem 2rem;
  }
}