@charset "utf-8";

/*===================
single-event
===================*/
.single-event__entry {
  position: fixed;
  width: fit-content;
  min-width: fit-content;
  top: 36.5%;
  right: 0;
  z-index: 2;
}
.single-event__entryLink {
  display: block;
  width: 43px;
  padding: 20px 0 20px;
  background: #f0efef;
  border-radius: 10px 0 0 10px;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.28em;
  color: #4f4946;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  transition: 0.3s;
}
.single-event__entryLink:hover {
  color: #f0efef;
  background: #4f4946;
}
.single-event__event {
  font-size: 13px;
  line-height: 1.75;
}
.single-event__form {
  padding-top: 23px;
}
.single-event__box + .single-event__box {
  margin-top: 90px;
}
.form__row.center {
  align-items: center;
}
/* .single-event .form__row {
  align-items: center;
} */
.single-event__formTtl {
  font-size: 24px;
  letter-spacing: 0;
}
.single-event__contactTxt {
  font-size: 13px;
  padding-top: 30px;
  padding-left: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 24px;
}
.single-event__label {
  padding-top: 0;
}
.single-event__formLink {
  display: block;
  margin-top: 10px;
  color: #2b6ed4;
}
.mwform-radio-field-text {
  font-size: 13px;
}
.p-country-name {
  display: none;
}
@media screen and (max-width: 980px) {
  .form__name .form__field-wrap {
    flex-direction: row;
  }
}
/*===================
fv
===================*/
.fv {
  position: relative;
}
.fv__img {
  height: 100vh;
  object-fit: cover;
}
.fv__txtBox01 {
  width: fit-content;
  /* padding-left: 15px; */
  position: absolute;
  top: 37%;
  right: 11%;
}
.fv__txt01 {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.8155;
  color: #fff;
}
.fv__txt02 {
  font-size: 12px;
  line-height: 1.75;
  color: #fff;
}
.fv__txtBox02 {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.fv__txt03 {
  font-size: 20px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.fv__txt04 {
  font-size: 26px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fv__img {
    height: 100svh;
  }
  .fv__txtBox01 {
    top: 60%;
    right: auto;
    left: 20px;
  }
  .fv__txt01 {
    font-size: 16px;
  }
  .fv__txt03 {
    font-size: 16px;
  }
  .fv__txt04 {
    font-size: 17px;
  }
}
/*===================
intro
===================*/
.intro {
  padding: 189px 0 0;
  background: #132f3d;
}
.intro__txtBox {
  margin-bottom: 138px;
}
.intro__ttl {
  margin-bottom: 37px;
  font-size: 36px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.intro__txt {
  font-size: 14px;
  line-height: 3.642;
  color: #fff;
  text-align: center;
}
.intro__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.intro__box {
  width: calc(100% / 3);
  position: relative;
}
.intro__txtBox02 {
  margin-bottom: 59px;
}
.intro__txt02 {
  font-size: 19px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.intro__txt03 {
  font-size: 23px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
.intro__txt04 {
  width: 100%;
  min-width: fit-content;
  font-size: clamp(17px, 1.18vw, 24px);
  line-height: 1.823;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .intro {
    padding: 126px 0 0;
  }
  .intro__txtBox {
    margin-bottom: 88px;
  }
  .intro__ttl {
    font-size: 23px;
  }
  .intro__txt02 {
    font-size: 16px;
  }
  .intro__txt03 {
    font-size: 18px;
  }
  .intro__container {
    flex-direction: column;
  }
  .intro__box {
    width: 100%;
  }
}
/*===================
use
===================*/
.use {
  padding: 115px 0 106px;
  background: #132f3d;
}
.use__ttlBox {
  margin-bottom: 84px;
}
.use__ttl {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 1.78;
  color: #fff;
  text-align: center;
}
.use__ttl02 {
  margin-bottom: 10px;
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1.25;
  color: #fff;
}
.use__time {
  max-width: 233px;
  margin: 0 auto 32px;
}
.use__txt {
  font-size: 13px;
  line-height: 1.923;
  color: #fff;
  text-align: center;
}
.use__txt02 {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.78;
  color: #fff;
  text-align: center;
}
.use__txt03 {
  width: 48.13%;
  padding: 11px 15px;
  border: 1px solid #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.83;
  color: #fff;
  text-align: center;
}
.use__txt04 {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.99;
  color: #fff;
  text-align: center;
}
.use__wrap {
  max-width: 960px;
  margin: 0 auto 185px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.use__container {
  width: 28.81%;
}
.use__pic {
  margin-bottom: 17px;
}
.use__item {
  padding-left: 1.5em;
  font-size: 12px;
  /* letter-spacing: 0.06em; */
  line-height: 1.833;
  color: #fff;
  position: relative;
}
.use__item::before {
  content: "○";
  position: absolute;
  top: 1px;
  left: 0;
}
.use__group {
  max-width: 960px;
  margin: 0 auto 67px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .use__ttl {
    font-size: 23px;
  }
  .use__txt02 {
    font-size: 21px;
  }
  .use__txt03 {
    width: 100%;
  }
  .use__txt04 {
    font-size: 14px;
  }
  .use__wrap {
    flex-direction: column;
    row-gap: 35px;
  }
  .use__container {
    width: 100%;
  }
  .use__group {
    flex-direction: column;
    row-gap: 20px;
  }
}
