<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f5f9f9;
  opacity: 0.94;
}

.Main {
  padding-bottom: 6.71875vw;
}

.Firstview {
  position: relative;
  /* margin-top: -1.0416666667vw; */
}

@media only screen and (max-width: 768px) {
  .Firstview {
    margin-top: 0;
  }
}

/* @media only screen and (max-width: 768px) {
  .Firstview.m-form {
    margin-top: -3.2vw;
  }
} */

.Firstview.m-form .Firstview-Head {
  padding-top: 13%;
  background-image: url(../images/firstview-bg_form.jpg);
  background-position-y: top;
}

@media only screen and (max-width: 768px) {
  .Firstview.m-form .Firstview-Head {
    padding-top: 26.18%;
    background-image: url(../images/firstview-bg-sp_form.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .Firstview.m-form .Firstview-Contents-Title {
    letter-spacing: 0.02em;
    font-size: 25px;
  }
}

.Firstview-Head {
  width: 100%;
  /* padding-top: clamp(67px, 5.9895833333vw, 115px); */
  padding-top: 26.08%;
  background-color: #d6ddec;
  background: url(../images/firstview-bg.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 768px) {
  .Firstview-Head {
    background-image: url(../images/firstview-bg-sp.jpg);
    background-position-y: top;
    padding-top: 52.17%;
  }
}

.Firstview-Ctv {
  margin-right: auto;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 94.6666666667vw;
  display: flex;
  align-items: flex-end;
  background: #f5f9f9;
  border-radius: 10px;
  border: 1px solid #090909;
  padding-top: clamp(5px, 1.3020833333vw, 25px);
  padding-bottom: clamp(8px, 1.0416666667vw, 20px);
  padding-left: clamp(10px, 2.65625vw, 51px);
  padding-right: clamp(10px, 1.5625vw, 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .Firstview-Ctv {
    max-width: 355px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Ctv {
    max-width: 94.6666666667vw;
  }
}

.Firstview-Ctv-Text {
  color: #7e7e7e;
  font-size: clamp(12px, 1.5625vw, 30px);
  margin-right: clamp(0px, 4.2708333333vw, 82px);
}

@media only screen and (max-width: 768px) {
  .Firstview-Ctv-Text {
    line-height: 1.5;
    /* margin-right: 2px; */
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Ctv-Text {
    font-size: 3.2vw;
  }
}

.Firstview-Ctv-Text &gt; span {
  display: inline-block;
}

.Firstview-Ctv-Date {
  background: linear-gradient(transparent 70%, #ffda44 0%);
  font-style: italic;
  padding-right: clamp(2.5px, 1.1458333333vw, 22px);
  margin-right: clamp(0px, 1.5625vw, 30px);
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Firstview-Ctv-Date {
    margin-left: auto;
  }
}

.Firstview-Ctv-Date-Number {
  font-size: clamp(40px, 4.0625vw, 78px);
  font-family: din-2014, sans-serif;
  letter-spacing: -0.05em;
  font-weight: 700;
  line-height: 0.8;
}

@media only screen and (max-width: 374px) {
  .Firstview-Ctv-Date-Number {
    font-size: 10.6666666667vw;
  }
}

@media only screen and (max-width: 768px) {
  .Firstview-Ctv-Date-Number.m-letterSpacingAdjust {
    margin-left: -4px;
  }
}

.Firstview-Ctv-Date-Ja {
  font-size: clamp(12px, 1.1458333333vw, 22px);
  font-family: HiraginoSans-W9, sans-serif;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .Firstview-Ctv-Date-Ja {
    letter-spacing: -0.15em;
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Ctv-Date-Ja {
    font-size: 3.2vw;
  }
}

.Firstview-Ctv-Date-Ja.m-marginLeftAdjust {
  margin-left: -3px;
}

.Firstview-Ctv-Date-Ja.m-noItalic {
  font-style: normal;
}

.Firstview-Ctv-Link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.4s ease-in-out;
}

.Firstview-Ctv-Link:hover {
  opacity: 0.6;
}
.Firstview-Ctv-Link-all {
  align-items: center;
  display: flex;
}
.Firstview-Ctv-Link-Text {
  font-size: clamp(10px, 0.8333333333vw, 16px);
  font-family: HiraginoSans-W9, sans-serif;
  font-weight: 900;
  letter-spacing: 0.075em;
  color: #161414;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Firstview-Ctv-Link-Text {
    font-family: HiraginoSans-W6;
    font-weight: 600;
  }
}

.Firstview-Ctv-Link-Icon {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(22px, 1.6666666667vw, 32px);
  height: clamp(22px, 1.6666666667vw, 32px);
  border: 1px solid #090909;
  border-radius: 9999px;
  position: relative;
}

.Firstview-Ctv-Link-Icon::before {
  content: "";
  position: relative;
  display: block;
  width: clamp(6px, 0.4166666667vw, 8px);
  height: clamp(6px, 0.4166666667vw, 8px);
  border-top: 2px solid #090909;
  border-right: 2px solid #090909;
  transform: rotate(135deg);
}

.Firstview-Title {
  margin-top: clamp(38px, 3.9583333333vw, 76px);
  font-family: din-2014, sans-serif;
  font-size: clamp(50px, 7.2916666667vw, 140px);
  line-height: 0.6785714286;
  font-weight: bold;
  font-style: italic;
  color: #f5f9f9;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .Firstview-Title {
    font-size: clamp(44px, 10.4166666667vw, 80px);
    /* margin-left: 1.3333333333vw; */
    letter-spacing: -0.02em;
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Title {
    font-size: 12.5vw;
  }
}

@media only screen and (max-width: 768px) {
  .Firstview-Title &gt; span {
    display: block;
    margin-top: 5px;
  }
}

.Firstview-Contents {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .Firstview-Contents {
    width: 94.6666666667vw;
  }
}

.Firstview-Contents-Title {
  font-size: clamp(26px, calc(300 / 1920 * 100vw), 30px);
  padding-top: 16px;
  letter-spacing: 0.3em;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .Firstview-Contents-Title {
    padding-top: 6px;
    letter-spacing: 0.2em;
    font-size: 22px;
    color: #161414;
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Contents-Title {
    font-size: 7.5vw;
  }
}

.Firstview-Greeting {
  padding-top: clamp(46px, 2.8645833333vw, 55px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 0.7291666667vw;
}

@media only screen and (max-width: 768px) {
  .Firstview-Greeting {
    width: 94.6666666667vw;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    gap: 27px 0;
  }
}

.Firstview-Greeting-Contents {
  display: flex;
  flex-direction: column;
}

.Firstview-Greeting-Title {
  font-size: 2.1875vw;
  line-height: 1.2380952381;
  letter-spacing: 0.2em;
  color: #7e7e7e;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  .Firstview-Greeting-Title {
    font-size: clamp(22px, 4.5572916667vw, 35px);
    line-height: 1.2727272727;
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Greeting-Title {
    font-size: 5vw;
  }
}

.Firstview-Greeting-Text {
  width: 34.375vw;
  margin-top: 4.1666666667vw;
  font-size: 0.9375vw;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: justify;
}

@media only screen and (max-width: 1000px) {
  .Firstview-Greeting-Text {
    margin-top: 1vw;
  }
}

@media only screen and (max-width: 768px) {
  .Firstview-Greeting-Text {
    width: 84vw;
    margin-top: 14px;
    font-size: clamp(14px, 2.0833333333vw, 16px);
    line-height: 1.5714285714;
    letter-spacing: 0.2em;
  }
}

@media only screen and (max-width: 374px) {
  .Firstview-Greeting-Text {
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 768px) {
  .Firstview-Greeting-Text br {
    display: none;
  }
}

.Firstview-Greeting-Image {
  width: 35.4166666667vw;
}

@media only screen and (max-width: 768px) {
  .Firstview-Greeting-Image {
    width: 100%;
  }
}

.Selectbar {
  width: 100%;
  margin-top: -8px;
  background-color: #e1e3e3;
}

@media only screen and (max-width: 768px) {
  .Selectbar {
    margin-top: -25px;
  }
}

.Selectbar-Container {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin: 0 auto;
  padding: 97px 0 40px;
  padding-top: clamp(49px, 5.0520833333vw, 97px);
  padding-bottom: clamp(21px, 1.9270833333vw, 37px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.9270833333vw, 37px);
}

@media only screen and (max-width: 768px) {
  .Selectbar-Container {
    width: 94.6666666667vw;
    padding: 60px 0 20px;
    justify-content: flex-start;
  }
}

.Selectbar-Contents {
  width: 18%;
  height: 3.125vw;
  max-height: 60px;
  min-width: 170px;
  border-radius: 30px;
  border: solid 1px #7c7676;
  background-color: #f5f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .Selectbar-Contents {
    width: 45.3333333333vw;
    height: clamp(39px, 8.4635416667vw, 65px);
    min-width: 150px;
    padding: 0 4vw;
    border-radius: 38px;
  }
}

@media only screen and (max-width: 374px) {
  .Selectbar-Contents {
    min-width: 145px;
  }
}

.Selectbar-Contents-Text {
  padding-right: 24px;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  color: #161414;
  line-height: 3.125vw;
  letter-spacing: 0.02em;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .Selectbar-Contents-Text {
    font-size: clamp(10px, 1.953125vw, 15px);
  }
}

.Selectbar-Contents-Text &gt; br {
  display: none;
}

@media only screen and (max-width: 374px) {
  .Selectbar-Contents-Text &gt; br {
    display: block;
  }
}

.Selectbar-Contents-Arrow {
  display: inline-block;
  color: #090909;
  vertical-align: middle;
  text-decoration: none;
}

.Selectbar-Contents-Arrow::before,
.Selectbar-Contents-Arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: clamp(6.5px, 0.5729166667vw, 11px);
  margin: auto;
  content: "";
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .Selectbar-Contents-Arrow::before,
  .Selectbar-Contents-Arrow::after {
    right: 5%;
  }
}

.Selectbar-Contents-Arrow::before {
  box-sizing: border-box;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border: 1px solid #090909;
  border-radius: 50%;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .Selectbar-Contents-Arrow::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}

.Selectbar-Contents-Arrow::after {
  right: clamp(12.5px, 1.328125vw, 25.5px);
  bottom: clamp(1px, 0.2083333333vw, 4px);
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  border-top: clamp(1px, 0.1041666667vw, 2px) solid #090909;
  border-right: clamp(1px, 0.1041666667vw, 2px) solid #090909;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

@media only screen and (max-width: 1000px) {
  .Selectbar-Contents-Arrow::after {
    right: clamp(13.5px, 1.45vw, 14.5px);
  }
}

@media only screen and (max-width: 900px) {
  .Selectbar-Contents-Arrow::after {
    right: clamp(12.5px, 1.5vw, 13.5px);
  }
}

@media only screen and (max-width: 768px) {
  .Selectbar-Contents-Arrow::after {
    right: 10.3%;
    bottom: 5px;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

.Selectbar-Contents:hover {
  background-color: #131212;
}

.Selectbar-Contents:hover .Selectbar-Contents-Text {
  color: #f5f9f9;
}

.Selectbar-Contents:hover .Selectbar-Contents-Arrow::after {
  bottom: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media only screen and (max-width: 1600px) {
  .Selectbar-Contents:hover .Selectbar-Contents-Arrow::after {
    bottom: -4px;
  }
}

@media only screen and (max-width: 1200px) {
  .Selectbar-Contents:hover .Selectbar-Contents-Arrow::after {
    bottom: -3px;
  }
}

@media only screen and (max-width: 900px) {
  .Selectbar-Contents:hover .Selectbar-Contents-Arrow::after {
    bottom: -2px;
  }
}

@media only screen and (max-width: 768px) {
  .Selectbar-Contents:hover .Selectbar-Contents-Arrow::after {
    bottom: -9%;
  }
}

.Schedule {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin: clamp(80px, 6.25vw, 120px) auto 0;
}

@media only screen and (max-width: 768px) {
  .Schedule {
    width: 100%;
  }
}

.Schedule-Title {
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  font-family: "din-2014";
  /* font-size: clamp(24px, 1.6666666667vw, 32px); */
  text-align: center;
  text-transform: uppercase;
  padding-bottom: clamp(2px, 0.2604166667vw, 5px);
}

@media only screen and (max-width: 374px) {
  .Schedule-Title {
    font-size: 10px;
    /* font-size: 6.25vw; */
  }
}

.Schedule-Title-Sub {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.3em;
  width: 100%;
  /* font-size: clamp(10px, 0.9375vw, 18px); */
  line-height: 1.5833333333;
  letter-spacing: 0.3em;
  text-align: center;
  border-bottom: solid 2px #090909;
  padding-bottom: clamp(7px, 0.9375vw, 18px);
}

@media only screen and (max-width: 768px) {
  .Schedule-Title-Sub {
    font-size: 24px;
    letter-spacing: 0.2em;
    /*
    line-height: 1;
    letter-spacing: 0.2em; */
  }
}

.Schedule-Contents {
  margin-top: clamp(19px, 2.65625vw, 51px);
}

@media only screen and (max-width: 768px) {
  .Schedule-Contents {
    width: 94.6666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.Schedule-Contents-List &gt; * + * {
  margin-top: clamp(9px, 1.5625vw, 30px);
}

.Schedule-Contents-List-Item {
  display: flex;
  width: 100%;
  box-shadow: 0 0 8.4px 0.6px rgba(130, 130, 130, 0.55);
  background: #fff;
}

.Schedule-Contents-List-Item-Head {
  background: #ff7784;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  width: 15.873015873%;
  padding-right: 5px;
  padding-left: 5px;
  /* color: white; */
}

@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item-Head {
    width: 21.9718309859%;
  }
}

.Schedule-Contents-List-Item-Head-Year {
  font-size: clamp(12px, 1.25vw, 24px);
}

.Schedule-Contents-List-Item-Head-Date {
  font-size: clamp(20px, 3vw, 60px);
  letter-spacing: -0.01em;
  margin-top: 2px;
  display: flex;
  align-items: center;
}

.Schedule-Contents-List-Item-Head-Date-DayofWeek {
  font-size: clamp(12px, 1.5458333333vw, 22px);
  font-family: HiraginoSans-W9, sans-serif;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item-Head-Date-DayofWeek {
    font-family: HiraginoSans-W5, sans-serif;
    font-weight: 500;
    margin-left: 0.1em;
  }
}

.Schedule-Contents-List-Item-Body {
  display: flex;
  align-items: center;
  flex: 1;
  padding-top: clamp(8px, 0.5208333333vw, 10px);
  padding-bottom: clamp(6px, 0.46875vw, 9px);
  padding-right: clamp(5px, 0.8333333333vw, 16px);
  padding-left: clamp(5px, 1.5625vw, 30px);
}

.Schedule-Contents-List-Item-Body-Time {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Schedule-Contents-List-Item-Body-Time-Ja {
  display: inline-block;
  font-size: clamp(10px, 0.9375vw, 18px);
  letter-spacing: 0.3em;
  padding-left: 0.3em;
}

.Schedule-Contents-List-Item-Body-Time-Number {
  font-size: clamp(16px, 1.6666666667vw, 32px);
  font-family: din-2014, sans-serif;
  font-weight: 700;
  margin-top: clamp(3px, 0.4166666667vw, 8px);
}

.Schedule-Contents-List-Item-Body-Line {
  display: block;
  width: 1px;
  height: clamp(39px, 4.21875vw, 81px);
  background: #000;
  margin-left: clamp(6px, 1.1458333333vw, 22px);
  margin-right: clamp(10px, 1.09375vw, 21px);
  flex: 0 0 auto;
}

.Schedule-Contents-List-Item-Body-LinkWrapper {
  display: flex;
  align-items: center;
  flex: 1;
  margin: -3px -7.5px;
}

@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item-Body-LinkWrapper {
    flex-direction: column;
  }
}

.Schedule-Contents-List-Item-Body-Link {
  width: calc(50% - 15px);
  border-radius: 5px;
  box-shadow: 0 0 4.8px 0.2px rgba(0, 0, 0, 0.33);
  border: solid 1px #7c7676;
  padding-top: clamp(7px, 0.6770833333vw, 13px);
  padding-bottom: clamp(7px, 0.625vw, 12px);
  padding-left: 4px;
  padding-right: 1px;
  margin: 3px 7.5px;
  font-size: clamp(11px, 0.9375vw, 18px);
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Schedule-Contents-List-Item-Body-Link {
    border-radius: 2.5px;
    width: calc(100% - 15px);
    text-align: left;
  }
}

.Schedule-Contents-List-Item-Body-Link.m-fullWidth {
  width: calc(100% - 15px);
}

.Timetabel {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin: clamp(65px, 5.46875vw, 105px) auto 0;
}

@media only screen and (max-width: 768px) {
  .Timetabel {
    width: 100%;
  }
}

.Timetabel-Title {
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  font-family: "din-2014";
  /* font-size: clamp(24px, 1.6666666667vw, 32px); */
  text-align: center;
  text-transform: uppercase;
  padding-bottom: clamp(2px, 0.2604166667vw, 5px);
}

@media only screen and (max-width: 374px) {
  .Timetabel-Title {
    font-size: 10px;
    /* font-size: 6.25vw; */
  }
}

.Timetabel-Title-Sub {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.3em;
  width: 100%;
  /* font-size: clamp(10px, 0.9375vw, 18px); */
  line-height: 1.5833333333;
  letter-spacing: 0.3em;
  text-align: center;
  border-bottom: solid 2px #090909;
  padding-bottom: clamp(7px, 0.9375vw, 18px);
}

@media only screen and (max-width: 768px) {
  .Timetabel-Title-Sub {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

.Timetabel-Container {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 0 clamp(20px, 2.8125vw, 54px);
}

@media only screen and (max-width: 768px) {
  .Timetabel-Container {
    width: 89.3333333333vw;
    flex-wrap: wrap;
    gap: 25px 0;
  }
}

.Timetabel-Contents {
  max-width: 340px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .Timetabel-Contents {
    flex: auto;
    /* width: 88.8vw; */
    gap: 3px 0;
    margin: 0 auto;
  }
}

.Timetabel-Contents-Title {
  width: 100%;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.0227272727;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Timetabel-Contents-Title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 374px) {
  .Timetabel-Contents-Title {
    font-size: 3.75vw;
  }
}

@media only screen and (max-width: 768px) {
  .Timetabel-Contents-Image {
    max-width: 80%;
  }
}

.Timetabel-Contents-Text {
  width: 95%;
  margin-top: 10px;
  text-align: center;
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 1.1791666667;
  letter-spacing: 0.1em;
  color: #757474;
}

@media only screen and (max-width: 768px) {
  .Timetabel-Contents-Text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.1666666667;
  }
}

.Timetabel-Contents-Arrow {
  color: #090909;
}

.Timetabel-Contents-Arrow::after {
  position: absolute;
  top: 40%;
  left: -2.34375vw;
  transform: translate(-50%, -50%);
  content: "";
  width: clamp(11px, 1.1979166667vw, 23px);
  height: clamp(11px, 1.1979166667vw, 23px);
  border-top: solid #090909 clamp(2px, 0.2083333333vw, 4px);
  border-right: solid #090909 clamp(2px, 0.2083333333vw, 4px);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .Timetabel-Contents-Arrow::after {
    top: 43%;
    width: clamp(11px, 1.953125vw, 15px);
    height: clamp(11px, 1.953125vw, 15px);
    left: -11%;
  }
}

@media only screen and (max-width: 600px) {
  .Timetabel-Contents-Arrow::after {
    left: -12%;
  }
}

@media only screen and (max-width: 500px) {
  .Timetabel-Contents-Arrow::after {
    left: -13%;
  }
}

@media only screen and (max-width: 400px) {
  .Timetabel-Contents-Arrow::after {
    left: -14%;
  }
}

.Experience {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin: clamp(60px, 5.7291666667vw, 110px) auto 0;
}

@media only screen and (max-width: 768px) {
  .Experience {
    width: 100%;
  }
}

.Experience-Title {
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  font-family: "din-2014";
  /* font-size: clamp(24px, 1.6666666667vw, 32px); */
  text-align: center;
  text-transform: uppercase;
  padding-bottom: clamp(2px, 0.2604166667vw, 5px);
}

@media only screen and (max-width: 374px) {
  .Experience-Title {
    font-size: 10px;
  }
}

.Experience-Title-Sub {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.3em;
  width: 100%;
  /* font-size: clamp(10px, 0.9375vw, 18px); */
  line-height: 1.5833333333;
  letter-spacing: 0.3em;
  text-align: center;
  border-bottom: solid 2px #090909;
  padding-bottom: clamp(7px, 0.9375vw, 18px);
}

@media only screen and (max-width: 768px) {
  .Experience-Title-Sub {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

.Experience-Title-Text {
  display: block;
  width: 79.1666666667vw;
  margin: 0 auto;
  padding-top: 10px;
  font-size: clamp(12px, 0.9375vw, 18px);
  line-height: 1.6666666667;
  letter-spacing: 0.2em;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Experience-Title-Text {
    width: 100%;
    padding-top: 20px;
    line-height: 1.3333333333;
  }
}

.Experience-Container {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

@media only screen and (max-width: 768px) {
  .Experience-Container {
    width: 94.6666666667vw;
    margin-top: 20px;
    gap: 15px 0;
  }
}

.Experience-Contents {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Experience-Contents:nth-child(even) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .Experience-Contents {
    width: 100%;
  }
}

.Experience-Contents-Background {
  width: clamp(170px, 33.3333333333vw, 640px);
}

.Experience-Contents-Item {
  z-index: 1;
  width: clamp(190px, 35.4166666667vw, 680px);
  min-height: 19.2708333333vw;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  background: rgba(255, 255, 255, 0.8);
  padding-top: clamp(17px, 4.4270833333vw, 85px);
  padding-right: clamp(19px, 3.6458333333vw, 70px);
  padding-bottom: clamp(15px, 2.7083333333vw, 52px);
  padding-left: clamp(16px, 4.1666666667vw, 80px);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: clamp(13px, 1.5625vw, 30px) 0;
}

@media only screen and (max-width: 768px) {
  .Experience-Contents-Item {
    min-height: clamp(190px, 36.4583333333vw, 280px);
    padding-bottom: 10px;
  }
}

.Experience-Contents-Title {
  font-size: clamp(16px, 1.7708333333vw, 34px);
  line-height: 0.8323529412;
  letter-spacing: 0.025em;
  display: inline-block;
  border-bottom: #090909 solid 4px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .Experience-Contents-Title {
    line-height: 1;
    border-bottom: #090909 solid 1px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .Experience-Contents-Title {
    line-height: 1.3636363636;
  }
}

.Experience-Contents-Title--Pink {
  border-bottom: #e46a87 solid 4px;
}

.Experience-Contents-Title--Blue {
  border-bottom: #00a3da solid 4px;
}

.Experience-Contents-Title--Yellow {
  border-bottom: #f1c84c solid 4px;
}

.Experience-Contents-Title--Green {
  border-bottom: #5eb1a0 solid 4px;
}

.Experience-Contents-Title--Purple {
  border-bottom: #7d78a7 solid 4px;
}

.Experience-Contents-Title--Orange {
  border-bottom: #de9259 solid 4px;
}

.Experience-Contents-Theme {
  font-size: clamp(14px, 1.25vw, 24px);
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  color: #757474;
}

@media only screen and (max-width: 768px) {
  .Experience-Contents-Theme {
    line-height: 1.2857142857;
  }
}

@media only screen and (max-width: 374px) {
  .Experience-Contents-Theme {
    margin-top: 4.6875vw;
    font-size: 4.375vw;
  }
}

.Experience-Contents-Text {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  line-height: 2.0214285714;
  letter-spacing: 0.075em;
}

@media only screen and (max-width: 768px) {
  .Experience-Contents-Text {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 374px) {
  .Experience-Contents-Text {
    font-size: 3.4375vw;
  }
}

.Experience-Contents-Text br {
  display: none;
}

.Experience-Contents .is-right,
.Experience-Contents .is-left {
  margin-left: -3%;
}

@media only screen and (max-width: 768px) {
  .Experience-Contents .is-right,
  .Experience-Contents .is-left {
    margin-left: -1%;
  }
}

.Events {
  width: 79.1666666667vw;
  max-width: 1520px;
  margin: clamp(50px, 5.2083333333vw, 100px) auto 0;
}

@media only screen and (max-width: 768px) {
  .Events {
    width: 100%;
  }
}

.Events-Title {
  width: 100%;
  font-family: din-2014, sans-serif;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  font-family: "din-2014";
  /* font-size: clamp(24px, 1.6666666667vw, 32px); */
  text-align: center;
  text-transform: uppercase;
  padding-bottom: clamp(2px, 0.2604166667vw, 5px);
}

@media only screen and (max-width: 374px) {
  .Events-Title {
    font-size: 10px;
  }
}

.Events-Title-Sub {
  font-size: clamp(24px, 1.666666666666667vw, 32px);
  letter-spacing: 0.3em;
  width: 100%;
  /* font-size: clamp(10px, 0.9375vw, 18px); */
  line-height: 1.5833333333;
  letter-spacing: 0.3em;
  text-align: center;
  border-bottom: solid 2px #090909;
  padding-bottom: clamp(7px, 0.9375vw, 18px);
}

@media only screen and (max-width: 768px) {
  .Events-Title-Sub {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

.Events-Container {
  width: 65.625vw;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  margin: 0 auto;
  margin-top: clamp(22px, 2.5vw, 48px);
}

@media only screen and (max-width: 768px) {
  .Events-Container {
    width: 94.6666666667vw;
    flex-direction: column;
  }
}

.Events-Contents {
  width: 32.2916666667vw;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .Events-Contents {
    display: contents;
  }
}

.Events-Contents-Head_01 {
  position: relative;
  background-color: #ffce00;
  padding: clamp(8px, 0.9114583333vw, 17.5px) clamp(9px, 2.0833333333vw, 40px);
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head_01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 9px;
  }
}
.Events-Contents-Head_02 {
  position: relative;
  background-color: #ff7784;
  padding: clamp(8px, 0.9114583333vw, 17.5px) clamp(9px, 2.0833333333vw, 40px);
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head_02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 9px;
  }
}
.Events-Contents-Head_03 {
  position: relative;
  background-color: #00c2ba;
  padding: clamp(8px, 0.9114583333vw, 17.5px) clamp(9px, 2.0833333333vw, 40px);
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head_03 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 9px;
  }
}

.Events-Contents-Head-Title {
  font-size: clamp(12px, 1.5625vw, 30px);
  letter-spacing: 0.3em;
  font-style: italic;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head-Title {
    font-size: clamp(16px, 3.90625vw, 30px);
    letter-spacing: 0.15em;
  }
}

@media only screen and (max-width: 374px) {
  .Events-Contents-Head-Title {
    font-size: 13px;
  }
}

.Events-Contents-Head-En {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 77%;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head-En {
    height: auto;
  }
}

.Events-Contents-Head-EnWrapper {
  position: absolute;
  display: block;
  height: 92.0634920635%;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head-EnWrapper {
    z-index: 1;
    left: 0;
  }
}

.Events-Contents-Head-EnWrapper.m-opencampus {
  width: 43.4895833333vw;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head-EnWrapper.m-opencampus {
    width: 100%;
    /* width: clamp(254px, 51.171875vw, 393px); */
  }
}

.Events-Contents-Head-EnWrapper.m-examination {
  width: 46.1458333333vw;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head-EnWrapper.m-examination {
    width: 100%;
    /* width: 69.18767507vw;
    width: clamp(247px, 49.0885416667vw, 377px); */
  }
}

.Events-Contents-Head-EnWrapper.m-parent {
  width: 35.1041666667vw;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Head-EnWrapper.m-parent {
    width: 100%;
    /* width: 51.8207282913vw;
    width: clamp(185px, 36.8489583333vw, 283px); */
  }
}

.Events-Contents-Sentense {
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-top: clamp(24px, 3.125vw, 32px);
  padding-bottom: clamp(25px, 3.3333333333vw, 32px);
  padding-left: clamp(13px, 2.03125vw, 39px);
  padding-right: clamp(20px, 4.375vw, 84px);
  width: 100%;
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Sentense {
    font-size: clamp(12px, 2.0833333333vw, 16px);
    order: 2;
    line-height: 1.5;
  }
}
.Events-Contents-Sentense-sub {
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-top: clamp(24px, 3.125vw, 60px);
  padding-left: clamp(13px, 2.03125vw, 39px);
  padding-right: clamp(20px, 4.375vw, 84px);
  width: 100%;
  text-align: justify;
  color: red;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Sentense-sub {
    font-size: clamp(12px, 2.0833333333vw, 16px);
    order: 2;
    line-height: 1.5;
  }
}

.Events-Contents-Img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-Img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.Events-Contents-ImgWrapper {
  width: 33.3333333333vw;
}

@media only screen and (max-width: 768px) {
  .Events-Contents-ImgWrapper {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 31.746031746%;
    overflow: hidden;
  }
}

.Form {
  margin-top: clamp(49px, 4.1666666667vw, 80px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1520px;
  width: 79.1666666667vw;
  background: #fff;
  box-shadow: 0 0 14.6px 1.4px rgba(130, 130, 130, 0.55);
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .Form {
    width: 94.6666666667vw;
  }
}

.Form-Head {
  position: relative;
  background: #12af3a;
  padding-top: clamp(7.5px, 0.8854166667vw, 17px);
  padding-bottom: clamp(7px, 0.8333333333vw, 16px);
  padding-left: clamp(20px, 2.03125vw, 39px);
}

.Form-Head-Text {
  font-size: clamp(16px, 1.5625vw, 30px);
  font-style: italic;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
}

.Form-Head-En {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  height: 92.0634920635%;
  width: auto;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .Form-Head-En {
    left: 131px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Head-En {
    left: auto;
    right: 2px;
  }
}

.Form-Body {
  padding-top: clamp(24px, 3.6458333333vw, 70px);
  padding-bottom: clamp(29px, 5.8854166667vw, 113px);
  padding-right: clamp(20px, 8.3333333333vw, 160px);
  padding-left: clamp(20px, 8.3333333333vw, 160px);
}

@media only screen and (max-width: 768px) {
  .Form-Body {
    padding-right: 0;
    padding-left: 0;
  }
}

.Form-Body-Contents {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents {
    width: 84vw;
  }
}

.Form-Body-Contents-ConfirmText {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  line-height: 1.3636363636;
  text-align: center;
  display: none;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-ConfirmText {
    line-height: 1.2857142857;
    text-align: left;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-ConfirmText {
    font-size: 12px;
  }
}

.Form-Body-Contents-Item {
  display: flex;
  align-items: baseline;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item {
    flex-direction: column;
  }
}

/* è¿½åŠ&nbsp; */
.Form-Body-Contents-Item-Experience {
  align-items: flex-start;
}

.Form-Body-Contents-Item.m-alignTop {
  align-items: flex-start;
}

.Form-Body-Contents-Item.m-alignTop &gt; label {
  margin-top: 9px;
}

.Form-Body-Contents-Item .error {
  margin-top: 8px;
}

.Form-Body-Contents-Item + .Form-Body-Contents-Item {
  margin-top: 25px;
}

.Form-Body-Contents-Item.m-marginTwice {
  margin: 50px 0;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item.m-marginTwice {
    margin: 25px 0 0 0;
  }
}

.Form-Body-Contents-Item-Label {
  max-width: 423px;
  width: 38.4545454545%;
  font-size: clamp(12px, 1.1458333333vw, 18px);
  letter-spacing: 0.2em;
  text-indent: 0.3em;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 14px;
  }
}

.Form-Body-Contents-Item-Label-Required,
.Form-Body-Contents-Item-Label-Any {
  margin-right: clamp(0px, 1.1979166667vw, 23px);
  padding-top: 0.2857142857em;
  padding-right: 0.9285714286em;
  padding-bottom: 0.2142857143em;
  padding-left: 0.9285714286em;
  background: #ff1d3b;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(10px, 0.7291666667vw, 14px);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Label-Required,
  .Form-Body-Contents-Item-Label-Any {
    margin-right: 8px;
    transform: scale(0.725);
    transform-origin: left;
    padding: 4px;
    font-size: clamp(10px, 2.6666666667vw, 14px);
  }
}

.Form-Body-Contents-Item-Label-Any {
  background: #002d7f;
}

.Form-Body-Contents-Item-InputWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-InputWrapper {
    flex-direction: column;
  }
}

.Form-Body-Contents-Item-InputWrapper &gt; br {
  display: none;
}

.Form-Body-Contents-Item-Full {
  display: block;
  width: 100%;
}

.Form-Body-Contents-Item-Half {
  display: inline-block;
  width: calc(50% - 11px);
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Half {
    width: 100%;
  }

  .Form-Body-Contents-Item-Half:last-child {
    margin-top: 10px;
  }
}

.Form-Body-Contents-Item-Text {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(11px, 0.8333333333vw, 16px);
  /* letter-spacing: 0.2em; */
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Text {
    font-size: 14px;
    padding: 9px 17px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Text {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-Text-count {
  width: 24%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(11px, 0.8333333333vw, 16px);
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Text-count {
    width: 50%;
    font-size: 14px;
    padding: 9px 17px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Text-count {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-Text::-moz-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Text:-ms-input-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Text::placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Mail {
  display: block;
}

.Form-Body-Contents-Item-Textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.5208333333vw, 10px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.5208333333vw, 10px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  letter-spacing: 0.2em;
  line-height: 1.78125;
  height: 223px;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Textarea {
    font-size: 14px;
    padding: 9px 12px;
    height: 174px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Textarea {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-Textarea::-moz-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Textarea:-ms-input-placeholder {
  color: #757474;
}

.Form-Body-Contents-Item-Textarea::placeholder {
  color: #757474;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Textarea::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .Form-Body-Contents-Item-Textarea:-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }

  .Form-Body-Contents-Item-Textarea::placeholder {
    font-size: 12px;
    letter-spacing: 0.2em;
  }
}

.Form-Body-Contents-Item-Radio {
  width: 100%;
  display: flex;
  /* margin-top: -1%; */
  align-items: center;
  gap: 20px 40px;
  /* è¿½åŠ&nbsp; */
  flex-wrap: wrap;
}

/* @media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio {
    margin-top: -16px;
  }
} */

.Form-Body-Contents-Item-Radio .horizontal-item {
  display: flex;
  align-items: center;
}

/* è¿½åŠ&nbsp; */
.Form-Body-Contents-Item-Radio-Experience .horizontal-item {
  width: fit-content;
  min-width: 47%;
}

/* è¿½åŠ&nbsp; */
@media only screen and (max-width: 1150px) {
  .Form-Body-Contents-Item-Radio-Experience .horizontal-item {
    width: 40%;
  }
}

/* è¿½åŠ&nbsp; */
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio-Experience .horizontal-item {
    width: 180px;
  }
}
/* è¿½åŠ&nbsp; */
.Form-Body-Contents-Item-Radio .horizontal-item label {
  display: flex;
}

.Form-Body-Contents-Item-Radio .mwform-radio-field-text {
  display: flex;
  align-items: center;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.075em;
  vertical-align: middle;
  font-weight: 600;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio .mwform-radio-field-text {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.Form-Body-Contents-Item-Radio .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* .Form-Body-Contents-Item-Radio::before,
.Form-Body-Contents-Item-Radio::after {
  content: "";
  display: block;
  width: 100%;
}
.Form-Body-Contents-Item-Radio::before {
  order: 6;
} */

.Form-Body-Contents-Item-Radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.Form-Body-Contents-Item-Radio input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -6px;
  left: 4px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio input[type="radio"]:checked + span::after {
    width: 10px;
    height: 20px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}

.Form-Body-Contents-Item-Radio input[type="radio"] + span {
  position: relative;
  font-size: ;
}

.Form-Body-Contents-Item-Radio input[type="radio"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 20px;
  top: 4px;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #dbdede;
  margin-right: 9px;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Radio input[type="radio"] + span::before {
    width: 14px;
    height: 14px;
  }
}

.Form-Body-Contents-Item-SelectWrapper {
  display: block;
  width: 100%;
  position: relative;
}

#experience .wpcf7-list-item {
  display: block;
  margin-bottom: 7px;
}

.Form-Body-Contents-Item-SelectWrapper.m-participation.is-changed::before {
  color: #000;
  color: transparent;
}

#participation {
  width: 100%;
}

#prefecture {
  width: calc(73% - 11px);
}

#firstName, #firstNameKana {
  margin-left: 5%;
}

.Form-Body-Contents-Item-SelectWrapper.m-participation::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 0;
  left: 0;
  padding-top: clamp(0px, 0.7291666667vw, 14px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.7291666667vw, 14px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  /* color: #757474; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  pointer-events: none;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper.m-participation::before {
    /* font-size: 14px; */
    font-size: 10px;
    padding: 12px 17px;
  }

  #prefecture {
    width: 100%;
  }

  #firstName, #firstNameKana {
    margin-left: 0;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-SelectWrapper.m-participation::before {
    font-size: 12px;
    padding: 9px 12px;
  }
}

.Form-Body-Contents-Item-SelectWrapper.m-participation::after {
  left: auto;
  right: 22px;
  color: transparent;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper.m-participation::after {
    left: auto;
    right: 10px;
  }
}
.Form-Body-Contents-Item-SelectWrapper::after {
  position: absolute;
  content: "";
  width: clamp(8px, 0.5208333333vw, 10px);
  height: clamp(8px, 0.5208333333vw, 10px);
  border-right: 3px solid #090909;
  border-bottom: 3px solid #090909;
  top: 0.8333333333vw;
  left: clamp(0px, 15.625vw, 300px);
  transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-SelectWrapper::after {
    top: 12px;
    left: auto;
    right: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-SelectWrapper::after {
    top: 10px;
  }
}

.Form-Body-Contents-Item-Select {
  background: #d5d5d5;
  border-radius: 4px;
  border: 1px solid #000;
  padding-top: clamp(0px, 0.7291666667vw, 14px);
  padding-right: clamp(0px, 1.5625vw, 30px);
  padding-bottom: clamp(0px, 0.7291666667vw, 14px);
  padding-left: clamp(0px, 1.5625vw, 30px);
  font-size: clamp(12px, 0.8333333333vw, 16px);
  color: #757474;
  width: calc(50% - 11px);
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Select {
    width: 100%;
    font-size: 14px;
    padding: 12px 24px 12px 10px;
  }
}

@media only screen and (max-width: 374px) {
  .Form-Body-Contents-Item-Select {
    font-size: 12px;
    padding: 9px 12px;
  }
}
.Form-Body-Contents-Item-Select.p-region {
  background: #fff;
  color: #000;
}

.Form-Body-Contents-Item-Select.is-changed {
  background: #fff;
  color: #000;
}

/* åˆæœŸè¨­å®šæ™‚ */
.Form-Body-Contents-Item-Select.m-participation {
  width: 100%;
  /* color: transparent; */
}
.Form-Body-Contents-Item-Select.m-participation.is-changed {
  background: #fff;
  /* color: transparent; */
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Item-Select.m-participation,
  .Form-Body-Contents-Item-Select.m-participation.is-changed {
    font-size: 14px;
  }
}

.Form-Body-Contents-Item-MailWrapper,
.Form-Body-Contents-Item-AddressWrapper {
  width: 100%;
}

.Form-Body-Contents-Item-MailWrapper &gt; input,
.Form-Body-Contents-Item-AddressWrapper &gt; input {
  width: 100%;
}

.Form-Body-Contents-Item-MailWrapper &gt; input:last-child,
.Form-Body-Contents-Item-AddressWrapper &gt; input:last-child {
  margin-top: 10px;
}

.Form-Body-Contents-Item &gt; input {
  width: 100%;
}

.Form-Body-Contents-Privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: clamp(33px, 2.6041666667vw, 50px);
}

.Form-Body-Contents-Privacy .error {
  margin-left: 8px;
}

.Form-Body-Contents-Privacy-Link {
  border-bottom: 1px solid #000;
  font-size: clamp(12px, 0.9375vw, 18px);
  letter-spacing: 0.05em;
  margin-right: clamp(0px, 0.5208333333vw, 10px);
}

.Form-Body-Contents-Privacy input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 0;
}

.Form-Body-Contents-Privacy input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  left: 4px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  top: 12px;
  left: -24px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}

.name-wrapper .Form-Body-Contents-Item-InputWrapper p {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Privacy input[type="checkbox"]:checked + span::after {
    width: 10px;
    height: 20px;
    border-right-width: 4px;
    border-bottom-width: 4px;
  }
}

.Form-Body-Contents-Privacy input[type="checkbox"] + span {
  position: relative;
}

.Form-Body-Contents-Privacy input[type="checkbox"] + span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 20px;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #dbdede;
  top: 20px;
  left: -26px;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Privacy input[type="checkbox"] + span::before {
    width: 14px;
    height: 14px;
  }
}

.Form-Body-Contents-Submit {
  margin-top: 22px;
  width: clamp(250px, 37.5520833333vw, 721px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #ff1d3b;
  padding: 0.8636363636em;
  color: #fff;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Submit {
    margin-top: 33px;
    padding-top: 1em;
    padding-bottom: 1.125em;
  }
}

.Form-Body-Contents-Submit[type="submit"] {
  background: #ff1d3b;
}
.Form-Body-Contents-Submit input[type="text"] {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .Form-Body-Contents-Submit input[type="text"] {
    height: 40px;
    align-items: center;
  }
}
/* .mw_wp_form_confirm {
  margin-top: clamp(50px, 4.6875vw, 90px);
} */

.mw_wp_form_confirm
  .Form-Body-Contents-Item-SelectWrapper.m-participation::before {
  content: none;
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Label {
  background-color: #0080001f;
  padding: 12px;
  margin-right: 2%;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label.addressed {
  /* height: 9vw; */
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label.remarks {
  /* height: 9vw; */
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label {
    margin-bottom: 4px;
    padding: 8px;
    margin-right: 0%;
  }
}
.mw_wp_form_confirm .Form-Body {
  padding-top: 0;
}

.mw_wp_form_confirm .Form-Body-Contents-Item.m-marginTwice {
  margin: 0px;
}
.mw_wp_form_confirm .notes {
  display: none;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Half {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Label {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-indent: 0em;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Half:last-child {
    margin-top: 0px;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item {
  font-size: clamp(12px, 0.8333333333vw, 16px);
  margin-top: 50px;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full {
    padding-left: 2%;
    /* margin-left: 13px; */
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Full.m-textarea {
  /* min-height: clamp(136px, 11.5625vw, 222px); */
  min-height: 20px;
  word-break: break-all;
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Full.s {
  padding-top: 12px;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full.s {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Full.m-textarea {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item + .Form-Body-Contents-Item {
  margin-top: clamp(8px, 2.3958333333vw, 12px);
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item + .Form-Body-Contents-Item {
    display: flex;
    margin-top: clamp(8px, 2.3958333333vw, 12px);
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-MailWrapper {
  line-height: 0.5;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-MailWrapper {
    line-height: 1;
    padding-left: 2%;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Mail.m-confirm {
  margin-top: clamp(0px, 2.0833333333vw, 40px);
  display: none;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Mail.m-confirm {
    margin-top: 20px;
    display: none;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-AddressWrapper {
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-AddressWrapper {
    padding-bottom: 0;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Label-Required,
.mw_wp_form_confirm .Form-Body-Contents-Item-Label-Any {
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper {
  font-size: clamp(12px, 0.8333333333vw, 16px);
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper {
    font-size: 14px;
    margin-top: 0px;
    padding-left: 2%;
    line-height: 1.2;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item-SelectWrapper::after {
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
  width: 100%;
  justify-content: flex-start;
  gap: 2%;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
    /* width: auto; */
  }
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper {
    /* margin-left: 13px; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 2%;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Half {
  width: auto;
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Experience {
  align-items: center;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-InputWrapper &gt; * {
  width: auto;
}

.mw_wp_form_confirm .Form-Body-Contents-Privacy-Link {
  position: relative;
}

.mw_wp_form_confirm .Form-Body-Contents-Privacy-Link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: -10px;
  right: -30px;
  transform: rotate(45deg);
  width: 12px;
  height: 22px;
  border-right: 5px solid #ff1d3b;
  border-bottom: 5px solid #ff1d3b;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Privacy-Link::after {
    width: 8px;
    height: 14px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    top: -4px;
    right: -18px;
  }
}

.mw_wp_form_confirm .Form-Body-Contents-Item.m-alignTop &gt; label {
  margin-top: 0;
}
.mw_wp_form_confirm .Form-Body-Contents-Item.m-alignTop {
  align-items: stretch;
}
.mw_wp_form_confirm .Form-Body-Contents-ConfirmText {
  display: block;
}
.mw_wp_form_complete .Form-Body-Contents-ConfirmText {
  display: none;
}

.mw_wp_form_confirm .Form-Body-Contents-Item-Radio {
  margin-top: 0;
  font-size: clamp(12px, 0.9375vw, 16px);
  gap: 0px;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Item-Radio {
    font-size: 14px;
    padding-left: 2%;
    /* margin-left: 13px; */
  }
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .Form-Body-Contents-Submit {
    margin-top: 0px;
  }
}
.mw_wp_form_complete {
  margin-right: -2%;
  margin-left: -2%;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_complete {
    margin-right: 0;
    margin-left: 0;
  }
}

.mw_wp_form_complete &gt; p {
  font-size: clamp(14px, 1.1458333333vw, 22px);
  letter-spacing: 0.3em;
  line-height: 1.6363636364;
  width: 65%;
  margin: auto;
}
.p2 {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .mw_wp_form_complete &gt; p {
    line-height: 1.4285714286;
    letter-spacing: 0em;
    width: 100%;
  }
}

@media only screen and (max-width: 374px) {
  .mw_wp_form_complete &gt; p {
    font-size: 12px;
  }
}
.comfirm-back {
  margin-top: 22px;
  width: clamp(250px, 37.5520833333vw, 721px);
  margin-right: auto;
  margin-left: auto;
  display: block;
  background: #12af3a;
  padding: 0.8636363636em;
  color: #fff;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  text-align: center;
}
.comfirm-back[type="submit"] {
  background: #12af3a;
}
@media only screen and (max-width: 768px) {
  .comfirm-back {
    margin-top: 33px;
    padding-top: 1em;
    padding-bottom: 1.125em;
  }
}
.OpenCampus-Content-Link {
  /* margin-top: clamp(0px, calc((6400vw / 1920)), 64px); */
  width: clamp(0px, calc((23200vw / 1920)), 232px);
  height: clamp(0px, calc((3900vw / 1920)), 39px);
  padding-left: clamp(0px, calc((3600vw / 1920)), 36px);
  padding-bottom: clamp(0px, calc((1500vw / 1920)), 15px);
  font-family: din-2014, sans-serif;
  font-size: clamp(0px, calc((2400vw / 1920)), 24px);
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-left: 60%;
  margin-bottom: clamp(13px, 2.03125vw, 39px);
}
@media screen and (max-width: 768px) {
  .OpenCampus-Content-Link {
    width: 120px;
    height: 18px;
    font-size: 12px;
    padding-left: 20px;
    order: 3;
  }
}
.notes {
  line-height: 2.5;
  font-size: clamp(11px, 0.833333333333vw, 16px);
}
.notes.experience {
  color: #ff1d3b;
  line-height: 2.5;
  font-size: clamp(11px, 0.833333333333vw, 16px);
}
@media screen and (max-width: 768px) {
  .notes {
    display: block;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 768px) {
  .notes.experience {
    margin-top: 10px;
    display: block;
    line-height: 1.2;
    margin-top: 4px;
    margin-bottom: 6px;
  }
}
.supplement {
  width: 100%;
}
.supplement.ybbg {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .supplement.ybbg {
    margin-bottom: 8px;
  }
}
/* @media screen and (max-width: 768px) {
  .OpenCampus-Content-Link {
    margin-top: 32px;
  }
} */
.PageFooter {
  margin-top: clamp(36px, 6.9270833333vw, 54px);
}

.Form-Body-Contents-Item-Select.is-changed {
  background: #fff;
}
/* è¿½åŠ&nbsp; */
.AddressWrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .AddressWrapper {
    row-gap: 12px;
  }
}
.mw_wp_form_confirm .AddressWrapper {
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .AddressWrapper {
    row-gap: 8px;
  }
}
.mw_wp_form_confirm .Form-Body-Contents-Item-Full.nini_null {
  display: none;
}
</pre></body></html>