@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@700&display=swap");
@media screen and (min-width:760px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width:759px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:760px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width:759px) {
  .sp {
    display: inherit !important;
  }
}

html,
body {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "sans-serif", "fot-tsukuardgothic-std";
  font-weight: 400;
  line-break: strict;
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

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

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* ======= common ======= */
@media screen and (max-width:759px) {
  .inner {
    padding: 0px;
    zoom: 100%;
  }
}
.inner.--mainVisual {
  padding: 50px 30px 70px;
}
@media screen and (max-width:759px) {
  .inner.--mainVisual {
    padding: 0px;
  }
}

.inner__img {
  zoom: 150%;
  max-width: 900px;
  margin: auto;
  padding: 0px 30px;
}
@media screen and (max-width:759px) {
  .inner__img {
    zoom: 100%;
    padding: 0px;
  }
}

.inner__bnr {
  zoom: 150%;
  max-width: 700px;
  margin: auto;
  padding: 50px 30px 10px;
}
@media screen and (max-width:759px) {
  .inner__bnr {
    zoom: 100%;
    padding: 35px 25px 20px;
  }
}

.bnr__img {
  -webkit-filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.4));
}

.inner__form {
  zoom: 150%;
  max-width: 700px;
  margin: auto;
  padding: 30px 30px 0px;
}
@media screen and (max-width:759px) {
  .inner__form {
    zoom: 100%;
  }
}

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

/* ======= header ======= */
.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  z-index: -100;
}

.header__inner {
  position: absolute;
  max-width: inherit;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__col {
  content: "";
  background-image: url("../img/bg_logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 170px;
  top: 0px;
  left: 0px;
}
@media screen and (max-width: 960px) {
  .header__col {
    width: 200px;
  }
}
@media screen and (max-width:759px) {
  .header__col {
    display: none;
  }
}

.header__logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
@media screen and (max-width:759px) {
  .header__logoWrap {
    display: none;
  }
}

.header__logo {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 160px;
}
@media screen and (max-width: 960px) {
  .header__logo {
    position: absolute;
    top: 2px;
    left: 30px;
    width: 110px;
  }
}

/* ======= main_visual ======= */
.mainVisual {
  position: relative;
}
.mainVisual.--bg {
  background-image: url("../img/bg_mainVisual.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width:759px) {
  .mainVisual.--bg {
    background-image: url("../img/sp_bg_mainVisual.jpg");
    background-repeat: no-repeat;
    background-position: top;
  }
}

.mainVisual__scrolldown {
  position: absolute;
  left: 50%;
  bottom: 30px;
  color: #FFAA00;
  font-size: 13px;
  font-weight: 700;
}
@media screen and (max-width:759px) {
  .mainVisual__scrolldown {
    display: none;
  }
}

.arrows {
  width: 10px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -55px;
}

.arrows path {
  stroke: #707070;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow /*Safari and Chrome*/ {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/* ======= section ======= */
.mainSection {
  position: relative;
  background-image: url(../img/bg_main.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: contain;
}

.imgArea .img01 {
  margin: 40px auto 25px;
}
@media screen and (max-width:759px) {
  .imgArea .img01 {
    margin: 0px auto 10px;
  }
}
.imgArea .img02 {
  margin-bottom: 70px;
}
@media screen and (max-width:759px) {
  .imgArea .img02 {
    margin-bottom: 10px;
  }
}
.imgArea .img03 {
  margin-bottom: 70px;
}
@media screen and (max-width:759px) {
  .imgArea .img03 {
    margin-bottom: 10px;
  }
}
.imgArea .img04 {
  margin-bottom: 0px;
}
@media screen and (max-width:759px) {
  .imgArea .img04 {
    margin-bottom: 0px;
  }
}
.imgArea .img05 {
  margin-bottom: 20px;
}

.movieSection {
  margin-bottom: 60px;
  overflow-x: clip;
}
@media screen and (max-width:759px) {
  .movieSection {
    margin-bottom: 40px;
  }
}
.movieSection.--white {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

.inner__movie {
  zoom: 150%;
  max-width: 700px;
  margin: auto;
  padding: 0px 30px;
}
@media screen and (max-width:759px) {
  .inner__movie {
    zoom: 100%;
  }
}

.movieTitle {
  margin-bottom: 30px;
}

.movieSection__bg01 {
  position: relative;
}
@media screen and (max-width: 900px) {
  .movieSection__bg01 {
    display: none;
  }
}
.movieSection__bg01:after {
  content: "";
  background-image: url("../img/pc_section_movie_01.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 208px;
  height: 170px;
  top: -40px;
  right: -90px;
  z-index: 3;
}

.movieSection__bg02 {
  position: relative;
}
@media screen and (max-width: 900px) {
  .movieSection__bg02 {
    display: none;
  }
}
.movieSection__bg02:after {
  content: "";
  background-image: url("../img/pc_section_movie_02.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 160px;
  top: 300px;
  left: -90px;
  z-index: 3;
}

.movieResponsive {
  width: 100%;
  aspect-ratio: 16/9;
  z-index: 9;
  position: relative;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  border: 5px solid #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:759px) {
  .movieResponsive {
    width: 98%;
  }
}

/* ======= form ======= */
#formSection {
  padding-bottom: 100px;
}
@media screen and (max-width:759px) {
  #formSection {
    padding-bottom: 50px;
  }
}
#formSection .formTitle {
  max-width: 450px;
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width:759px) {
  #formSection .formTitle {
    margin: 0 auto 30px;
  }
}

/* ======= フォームタブまわり ======= */
.sideMenu {
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 1000;
  width: 70px;
}
@media screen and (max-width:759px) {
  .sideMenu {
    position: fixed;
    top: auto;
    bottom: 0px;
    right: 0;
    z-index: 1000;
    max-width: 760px;
    width: 100%;
  }
}
.sideMenu .tabBox .tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:759px) {
  .sideMenu .tabBox .tabArea {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    text-align: center;
    margin: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sideMenu .one_tab {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  padding: 22px 15px 30px;
  line-height: 1.3;
  letter-spacing: 2.5px;
  border-radius: 10px 0 0 10px;
  color: #ffffff;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
.sideMenu .one_tab::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 17px;
  left: 32%;
  width: 20px;
  height: 4px;
  border-bottom: solid 1px;
  border-right: solid 2px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
@media screen and (max-width:759px) {
  .sideMenu .one_tab::after {
    left: inherit;
    right: 5%;
    bottom: calc(50% - 5px);
  }
}
.sideMenu .one_tab.--pink {
  background-color: #FF3399;
  margin-bottom: 12px;
}
@media screen and (max-width:759px) {
  .sideMenu .one_tab.--pink {
    margin-bottom: 0px;
  }
}
.sideMenu .one_tab.--blue {
  background-color: #26CCFF;
}
@media screen and (max-width:759px) {
  .sideMenu .one_tab {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-radius: 10px 10px 0 0px;
    width: calc(50% - 25px);
    padding: 10px;
    line-height: 1.1;
    letter-spacing: 2px;
  }
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.mainForm .tabBox .tabArea {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:759px) {
  .mainForm .tabBox .tabArea {
    margin-bottom: 10px;
  }
}
.mainForm .tabBox .tabArea .one_tab {
  width: 35%;
  margin: 0px 15px;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  font-family: "fot-tsukuardgothic-std";
}
@media screen and (max-width:759px) {
  .mainForm .tabBox .tabArea .one_tab {
    width: 45%;
    margin: 0px 5px;
  }
}
.mainForm .tabBox .tabArea .one_tab .tab_inner {
  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;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 10px;
  height: 60px;
  line-height: 1.4;
  position: relative;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.2);
}
.mainForm .tabBox .tabArea .one_tab:nth-child(1) .tab_inner {
  background-color: #ffffff;
  border: 3px solid #FF3399;
  color: #FF3399;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(2) .tab_inner {
  background-color: #ffffff;
  border: 3px solid #26CCFF;
  color: #26CCFF;
}
.mainForm .tabBox .tabArea .one_tab.select .tab_inner {
  color: #ffffff;
}
.mainForm .tabBox .tabArea .one_tab.select .tab_inner:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  z-index: 2;
}
.mainForm .tabBox .tabArea .one_tab.select .tab_inner:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  z-index: 1;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(1).select .tab_inner {
  background-color: #FF3399;
  border: 3px solid #ffffff;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(1).select .tab_inner::before {
  border-top: 12px solid #FF3399;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(1).select .tab_inner::after {
  border-top-color: #ffffff;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(2).select .tab_inner {
  background-color: #26CCFF;
  border: 3px solid #ffffff;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(2).select .tab_inner::before {
  border-top: 12px solid #26CCFF;
}
.mainForm .tabBox .tabArea .one_tab:nth-child(2).select .tab_inner::after {
  border-top-color: #ffffff;
}
.mainForm .tabBox .tabArea.side {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* ======= フォーム ======= */
.contents .tab_main {
  display: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #ffffff;
}

.innerArea {
  padding: 20px 20px 35px;
}
@media screen and (max-width:759px) {
  .innerArea {
    padding: 10px 10px 50px;
  }
}

.read {
  text-align: center;
  font-size: 16px;
  color: #434343;
  margin: 40px auto;
  line-height: 1.87;
}
@media screen and (max-width:759px) {
  .read {
    margin: 20px auto;
    font-size: 14px;
  }
}

h3 {
  font-size: 18px;
  color: #434343;
}

.tab_main.is_show {
  display: block;
}

dl {
  margin: 20px 0px;
}

dt {
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
}

dd {
  position: relative;
}

.required {
  background: #009944;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 3px;
  border-radius: 4px;
  font-weight: 400;
  margin-right: 10px;
}

.any {
  background: #C9C9C9;
  color: #000000;
  font-size: 13px;
  padding: 2px 5px 3px;
  border-radius: 4px;
  font-weight: 400;
  margin-right: 10px;
}

.selectCase {
  font-size: 16px;
  font-weight: 700;
  color: #009944;
  margin-bottom: 15px;
}

.lower {
  font-size: 13px;
  margin-left: 10px;
}

dd {
  padding: 5px 0px 20px;
  margin: 0;
}

dd.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

dd.name input[type=text] {
  width: 42%;
  padding: 0px 20px;
  font-size: 16px;
}
@media screen and (max-width:759px) {
  dd.name input[type=text] {
    padding: 0px 10px;
  }
}

input[type=text] {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  width: 100%;
  max-width: -moz-available;
  padding: 0px 20px;
  font-size: 16px;
  width: -webkit-fill-available;
}
@media screen and (max-width:759px) {
  input[type=text] {
    height: 40px;
  }
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}

input[type=radio] + span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 0px 10px 28px;
  margin-right: 20px;
  font-size: 16px;
}

input[type=radio] + span::before, input[type=radio] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=radio] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #009944;
  left: 0px;
}

input[type=radio]:checked + span::before {
  border: 1px solid #009944;
}

input[type=radio] + span::after {
  width: 10px;
  height: 10px;
  background: #009944;
  left: 5px;
  opacity: 0;
}

input[type=radio]:checked + span::after {
  background: #009944;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

button[type=button] {
  cursor: pointer;
}

.under {
  position: relative;
  font-size: 13px;
  padding-left: 1.3rem;
  line-height: 0.3;
  margin: 10px 0px;
}
.under:before {
  line-height: 1;
  position: absolute;
  top: -5px;
  left: 0px;
  display: block;
  content: "※";
}

.confirmBtn {
  text-align: center;
  margin: 0 auto;
  display: block;
  background-color: #009944;
  color: #ffffff;
  border: 0px solid;
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.2);
  font-weight: 700;
  padding: 10px 30px;
  position: relative;
  cursor: pointer;
}
.confirmBtn:after {
  position: absolute;
  left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #ffffff;
}

.next {
  font-size: 18px;
  margin: 0;
}

/* ======= 個人情報の取り扱いについてぼっくす ======= */
.front__confirmWrap {
  margin-top: 0px;
  line-height: 1.5;
}

.privacyBox {
  padding: 15px 10px 0px 10px;
  height: 170px;
  border: 1px solid #009944;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 50px;
}
.privacyBox ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.privacyBox ::-webkit-scrollbar-thumb {
  background: #009944;
  border-radius: 5px;
}
@media screen and (max-width:759px) {
  .privacyBox {
    margin-bottom: 20px;
  }
}
.privacyBox .text {
  position: relative;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 1.63;
}
.privacyBox .right {
  position: relative;
  font-size: 11px;
  line-height: 1.63;
  text-align: right;
}

.privacyBox_inner {
  overflow: scroll;
  max-height: 100%;
  padding: 0px 10px 0px 0px;
}

.boxTitle {
  font-weight: 700;
  margin: 0 0 10px 0px;
  text-align: center;
  color: #009944;
}
.boxTitle.--outer {
  font-size: 15px;
}
.boxTitle.--inner {
  font-size: 12px;
}
@media screen and (max-width:759px) {
  .boxTitle {
    line-height: 1.5;
  }
}

/* ======= contact ======= */
.contact {
  position: relative;
  background-image: url(../img/contact_bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-size: contain;
  padding: 40px;
}
@media screen and (max-width:759px) {
  .contact {
    padding: 40px 30px;
  }
}

.contact__inner {
  zoom: 150%;
  max-width: 700px;
  padding: 15px 0px 20px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:759px) {
  .contact__inner {
    zoom: 100%;
  }
}

.contact__title {
  font-size: 20px;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  color: #009944;
  margin: 0px;
  text-align: center;
}

.contact__inner-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width:759px) {
  .contact__inner-flex {
    display: block;
  }
}

.contact__flexBox {
  text-align: center;
}
@media screen and (max-width:759px) {
  .contact__flexBox {
    margin-bottom: 20px;
  }
  .contact__flexBox:last-child {
    margin-bottom: 0px;
  }
}

.contact__topic {
  font-size: 15px;
  position: relative;
  margin: 0;
  left: 10px;
}
.contact__topic.--tel::before {
  content: "";
  background-image: url("../img/icon_tel.svg");
  width: 21px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (max-width:759px) {
  .contact__topic.--tel::before {
    left: calc(50% - 110px);
  }
}
.contact__topic.--mal::before {
  content: "";
  background-image: url("../img/icon_mail.svg");
  width: 21px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (max-width:759px) {
  .contact__topic.--mal::before {
    left: calc(50% - 110px);
  }
}

.contact__pass {
  font-size: 18px;
  color: #009944;
  border-bottom: 1px solid #009944;
  font-weight: 700;
}
@media screen and (max-width:759px) {
  .contact__pass {
    font-size: 18px;
  }
}

.contact__time {
  font-size: 15px;
  font-weight: 500;
  margin: 8px 0 0px;
}

/* ======= footer ======= */
.footer {
  zoom: 150%;
  width: 100%;
  background-color: #01652D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px;
  top: 0;
  z-index: 10;
}
@media screen and (max-width:759px) {
  .footer {
    zoom: 100%;
    padding: 30px 0px 70px;
  }
}

.footer__inner {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:759px) {
  .footer__inner {
    padding: 0px 20px;
    text-align: center;
  }
}

.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width:759px) {
  .footer__flex {
    margin-bottom: 15px;
  }
}
.footer__flex .name {
  margin-bottom: 10px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width:759px) {
  .footer__flex {
    display: inline-block;
  }
}

@media screen and (max-width:759px) {
  .footer__flex-left {
    margin-bottom: 15px;
  }
}

.schoolData__Name {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
}
.schoolData__Name.--subject {
  font-size: 10px;
}

.footerLogo {
  max-width: 95px;
  margin-right: 10px;
}

.schoolData {
  font-size: 11px;
}
.schoolData.--tel {
  margin: 3px 0 0 0px;
}
.schoolData.--tel a {
  color: #FFF;
}

.schoolData__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-left: 25px;
}
@media screen and (max-width:759px) {
  .schoolData__sns {
    margin-left: 0px;
  }
}

.schoolData__list {
  position: relative;
  color: #009944;
  background-color: #fff;
  border-radius: 50px;
  font-family: "fot-tsukuardgothic-std";
  font-weight: 700;
  padding: 5px 25px;
  font-size: 10px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:759px) {
  .schoolData__list {
    font-size: 15px;
    padding: 3px 25px;
  }
}
.schoolData__list::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 13px;
  right: 7%;
  width: 9px;
  height: 3px;
  border-bottom: solid 1px #009944;
  border-right: solid 2px #009944;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
.schoolData__list.--inst {
  margin-bottom: 10px;
}
.schoolData__list.--inst::before {
  content: "";
  background-image: url("../img/icon_inst.svg");
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  background-repeat: no-repeat;
  background-size: 10px;
}
@media screen and (max-width:759px) {
  .schoolData__list.--inst::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: calc(50% - 10px);
    left: 10px;
  }
}
.schoolData__list.--guidance::before {
  content: "";
  background-image: url("../img/icon_guidance.svg");
  width: 12px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
  background-repeat: no-repeat;
  background-size: 12px;
}
@media screen and (max-width:759px) {
  .schoolData__list.--guidance::before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: calc(50% - 7px);
    left: 10px;
  }
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}

.goTop_button {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0px;
  right: 0px;
  font-size: 15px;
  color: #ffffff;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
}
.goTop_button:hover {
  opacity: 0.7;
}

.goTop_button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* ボタンの装飾 */
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width:759px) {
  .goTop_button {
    right: 20px;
  }
}
.goTop_button::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #009944;
  border-right: solid 3px #009944;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ホバー時のスタイル */
.page-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.confirmWrap {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}
@media screen and (max-width:759px) {
  .confirmWrap {
    padding: 30px 20px 30px 20px;
  }
}

.top {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:759px) {
  .top {
    font-size: 1.4rem;
  }
}

.confirmTable {
  margin: 0 auto 40px;
}
.confirmTable th {
  background: #F1F1F1;
  width: 26%;
}
.confirmTable td {
  width: 74%;
}
.confirmTable th, .confirmTable td {
  padding: 10px;
}
@media screen and (max-width:759px) {
  .confirmTable th, .confirmTable td {
    width: 100%;
    display: block;
  }
}

.buttonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 320px;
  margin: 0 auto;
}
.buttonWrap .btn {
  width: 100%;
  max-width: 110px;
  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;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  background-color: #999999;
  border: none;
  padding: 20px 0;
  color: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:759px) {
  .buttonWrap .btn {
    max-width: 150px;
    height: 60px;
    font-size: 1.6rem;
  }
}
.buttonWrap .btn.btn-send {
  background-color: #009944;
}

.linkHome {
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem;
}
.linkHome a {
  color: #009944;
}

label {
  position: relative;
}
label .formError {
  left: inherit !important;
  right: 0 !important;
}

.btn {
  margin-top: 40px;
}
@media screen and (max-width:759px) {
  .btn {
    margin-top: 15px;
  }
}
.btn.inner_btn {
  max-width: 920px;
  margin: auto;
  padding: 0px 30px;
  background-color: transparent;
}
.btn .yes {
  font-size: 1.5rem;
  margin: 45px auto 5px;
}
@media screen and (max-width:759px) {
  .btn .yes {
    font-size: 1.2rem;
    margin: 15px auto;
  }
}
.btn .notes_required .checkBtn_area {
  max-width: 550px;
  margin: 0px auto 10px;
  border-radius: 12px;
  padding: 10px 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.btn .notes_required._check .checkBtn_area {
  background: #FDBEC2;
}
.btn .notes_required label {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  position: relative;
}
@media screen and (max-width:759px) {
  .btn .notes_required label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:759px) {
  .btn .notes_required label input {
    display: none;
  }
}
.btn .notes_required label .label_inner {
  padding-left: 22px;
}
@media screen and (max-width:759px) {
  .btn .notes_required label .label_inner {
    padding-left: 0px;
    padding-right: 65px;
  }
}
.btn .notes_required label .label_inner:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid red;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
@media screen and (max-width:759px) {
  .btn .notes_required label .label_inner:before {
    left: -35px;
  }
}
.btn .notes_required._check label .label_inner:after {
  content: "";
  width: 20px;
  height: 12px;
  border-top: 6px solid red;
  border-right: 6px solid red;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.9em;
}
@media screen and (max-width:759px) {
  .btn .notes_required._check label .label_inner:after {
    left: -35px;
  }
}
.btn .notes_required label input {
  position: relative;
  z-index: -1;
}
.btn .notes_required label:hover {
  border-bottom: 2px solid red;
}
.btn .btnArea {
  max-width: 380px;
  margin: 25px auto 0;
  position: relative;
}
.btn .btnArea input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}
.btn .btnArea input[type=submit] {
  cursor: default;
  z-index: 1;
  outline: none;
}
.btn .btnArea._check input[type=submit] {
  z-index: -1;
}
.btn a.btn_one {
  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;
  background: transparent;
  border: 5px solid red;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 10% 0 6%;
  color: red;
  font-size: 40px;
  font-family: corporate-logo-ver2;
  text-align: left;
  position: relative;
}
.btn a.btn_one:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 23px;
  border-color: transparent transparent transparent red;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -11px;
}
.btn ._check a.btn_one:after {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 7px;
  width: 102%;
  height: 110%;
  background-color: rgba(253, 192, 0, 0.3);
  content: "";
  z-index: -1;
}