@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed&family=Noto+Sans+JP&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  vertical-align: baseline;
  font-size: 100%;
}

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

html, body, button, input, select, textarea {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

body {
  color: #808080;
  font-size: 1.8rem;
  line-height: 2;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-variant-ligatures: common-ligatures contextual;
          font-variant-ligatures: common-ligatures contextual;
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
          font-feature-settings: "kern", "liga", "clig", "calt";
}

a {
  color: #808080;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

em {
  color: #808080;
  font-weight: bold;
  font-style: normal;
}

sup {
  display: inline-block;
  vertical-align: text-top;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 58%;
  }

  body {
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 55%;
  }
}
@media (min-width: 768px) {
  .spShow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pcShow {
    display: none;
  }
}
html {
  min-width: 1180px;
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  html {
    min-width: 320px;
  }
}
[type="submit"],
[type="button"],
button {
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  color: inherit;
}
[type="submit"]::-webkit-search-decoration,
[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
[type="submit"]::focus,
[type="button"]::focus,
button::focus {
  outline-offset: -2px;
}

[type="text"] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
.loading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;

  &_bar{
    position: absolute;
    top: calc(50% + 200px);
    left: 0;
    right: 0;
    width: 0px;
    max-width: $contentWidth;
    margin: 0 auto;
    padding-bottom: 5px;
    font-family: $fontFamilyLoad;
    font-size: 1.2rem;
    text-align: right;
    transition: width 1.5s cubic-bezier(0.77,  0,     0.175, 1    );

    &::after{
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: $keyColor;
    }
  }

  &.is-start{
    .loading_bar{
      width: calc(100% - 40px);
    }
  }
}
*/
.header {
  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;
  width: 100%;
  padding: 55px 80px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*
  &.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;

    @include pc-only{
      padding: 26px 50px 26px 80px;

      .logo{
        width: 158px;

        &_ja{
          display: none;
        }
      }
    }
  }*/
}

.logo {
  width: 174px;
  line-height: 1;
}
.logo_ja {
  display: block;
  margin-top: 1em;
  font-size: 1rem;
}
.logo img {
  vertical-align: top;
}
.logo a {
  display: block;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 15px 25px;
  }

  .logo {
    width: 115px;
  }
  .logo_ja {
    margin-top: 0.5em;
  }
}
.footer {
  margin-top: 90px;
  padding: 1em;
  background: #282828;
  color: #fff;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright {
    font-size: 1.05rem;
  }
}
/* -------------------------
  ベース
------------------------- */
.mainTitle {
  margin: 1.2em 0 3.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.mainTitle > span {
  display: block;
  margin: 0 0 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}

.inner {
  position: relative;
}

.formFlow {
  position: absolute;
  top: 0;
  right: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.formFlow li {
  opacity: 0.3;
}
.formFlow li:not(:last-child) {
  margin-right: 2.5em;
}
.formFlow li span {
  display: block;
  width: 2.4em;
  margin: 0 auto 0.5em;
  padding: 0 0.4em 0.8em;
  border-bottom: 2px solid;
}
.formFlow li.is-active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .mainTitle {
    margin: 1em;
    font-size: 2.8rem;
    text-align: center;
  }
  .mainTitle > span {
    margin: 0 0 10px;
    font-size: 2.2rem;
  }

  .formFlow {
    position: static;
    margin-top: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1rem;
  }
}
/* -------------------------
  layout
------------------------- */
.formLead {
  margin-bottom: 2em;
  text-align: center;
}

.formWrap {
  margin: 95px 0 50px;
}

.formTable {
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.formTable th, .formTable td {
  border: 2px solid #dddddd;
  padding: 2em 2.3em;
  vertical-align: top;
}
.formTable th a, .formTable td a {
  color: inherit;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .formTable th a:hover, .formTable td a:hover {
    text-decoration: none;
  }
}
.formTable th {
  width: 32%;
  background: #f8f8f8;
  border-right-width: 0;
  font-weight: bold;
  text-align: left;
}
.formTable th small {
  font-size: 0.9em;
  font-weight: normal;
}
.formTable th:last-child {
  border-right-width: 2px;
}
.formTable th + th {
  border-left-width: 2px;
}
.formTable th + td {
  border-left-width: 0;
}
.formTable .universityInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.formTable .universityInfo > div {
  padding: 2em 0;
}
.formTable .universityInfo .form-title {
  position: relative;
  padding-left: 1.5em;
  font-size: 1.5em;
}
.formTable .universityInfo .form-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0.5em;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  width: 0.5em;
  height: 0.5em;
  background: #D6909D;
}
.formTable .universityInfo_period {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .formLead {
    padding: 0 15px;
  }

  .formWrap {
    margin: 20px 0;
  }

  .formTable {
    width: calc(100% - 30px);
    margin: 0 15px 25px;
  }
  .formTable th, .formTable td {
    padding: 1em;
  }
  .formTable.spHorizontal {
    font-size: 1.4rem;
  }
  .formTable:not(.spHorizontal) {
    width: 100%;
    border-width: 0;
    margin: 0 0 25px;
  }
  .formTable:not(.spHorizontal) th, .formTable:not(.spHorizontal) td {
    display: block;
    width: 100%;
    border-width: 0;
  }
  .formTable:not(.spHorizontal) td {
    margin: 0 0 1em;
  }
  .formTable .universityInfo {
    display: block;
  }
  .formTable .universityInfo > div {
    padding: 1em 0;
  }
  .formTable .universityInfo > div.universityInfo_period {
    padding-top: 0.5em;
  }
  .formTable .universityInfo > div:not(:last-child) {
    padding-bottom: 0;
  }
  .formTable .universityInfo_period {
    text-align: left;
  }
}
/* -------------------------
  他
------------------------- */
/*必須テキスト*/
.required {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  padding: 0.2em 0.4em;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.2;
  background: #D6909D;
  border-radius: 3px;
}

.confirmWrap .required {
  display: none;
}

/*テキスト*/
.formWrap p:not(:last-child) {
  margin-bottom: 1em;
}

.form-title {
  font-size: 1.25em;
  font-weight: bold;
}

.form-text {
  display: block;
}
.form-text:not(:last-child) {
  margin-bottom: 1em;
}
.form-text:not(:first-child) {
  margin-top: 0.8em;
}
.confirmWrap .form-text {
  display: none;
}

.form-attn {
  color: #D6909D;
  font-weight: bold;
}

.form-punctuation {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  text-align: center;
}
.form-punctuation:not(:last-child) {
  margin-right: 0.5em;
}
.form-punctuation:not(:first-child) {
  margin-left: 0.5em;
}

.form-note {
  display: block;
  margin: 0.5em 0;
  color: #888;
  font-size: 0.875em;
}
.confirmWrap .form-note {
  display: none;
}

/*エラーテキスト*/
.formWrap .error {
  display: block;
  margin: 1em 0;
  color: #D6909D;
  background: #ffe5e5;
  padding: 0.5em;
  font-weight: bold;
}

/*送信ボタンエリア*/
.form-action {
  text-align: center;
  letter-spacing: -0.5rem;
}
.form-action > * {
  letter-spacing: normal;
}
.form-action > input {
  margin: 0 0.5em;
}

.form-message {
  padding: 50px;
  background: #f8f8f8;
}

.form-message p {
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .form-action {
    padding: 0 15px;
  }
  .form-action > input {
    margin: 0 auto;
  }
  .form-action > input:not(:last-child) {
    margin-bottom: 1em;
  }

  .form-punctuation {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
/* -------------------------
  form parts
------------------------- */
.formWrap textarea:placeholder-shown,
.formWrap input:placeholder-shown {
  color: #d8d8d8;
  font-weight: normal;
}
.formWrap textarea::-webkit-input-placeholder,
.formWrap input::-webkit-input-placeholder {
  color: #d8d8d8;
  font-weight: normal;
}
.formWrap textarea:-ms-input-placeholder,
.formWrap input:-ms-input-placeholder {
  color: #d8d8d8;
  font-weight: normal;
}
.formWrap textarea::-moz-placeholder,
.formWrap input::-moz-placeholder {
  color: #d8d8d8;
  font-weight: normal;
}
.formWrap textarea {
  width: 100%;
  min-height: 8em;
}
.formWrap input[type=email],
.formWrap input[type=text],
.formWrap input[type=password],
.formWrap textarea {
  max-width: 100%;
  padding: 1em;
  border: 1px #d9d9d9 solid;
}
.formWrap input[type=email]:not([size]),
.formWrap input[type=text]:not([size]),
.formWrap input[type=password]:not([size]),
.formWrap textarea:not([size]) {
  width: 100%;
}
.formWrap input[type=email][size="20"],
.formWrap input[type=text][size="20"],
.formWrap input[type=password][size="20"],
.formWrap textarea[size="20"] {
  max-width: 10em;
}
.formWrap input[type=email][size="30"],
.formWrap input[type=text][size="30"],
.formWrap input[type=password][size="30"],
.formWrap textarea[size="30"] {
  max-width: 15em;
}
.formWrap input[type=email][size="40"],
.formWrap input[type=text][size="40"],
.formWrap input[type=password][size="40"],
.formWrap textarea[size="40"] {
  max-width: 20em;
}
.formWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 10em;
  margin: 0;
  padding: 1em 3em 1em 1em;
  background: #fff url(../img/ic_select.png) no-repeat top 50% right 1em/0.8em auto;
  color: inherit;
  border: 1px #d9d9d9 solid;
  outline: none;
  cursor: pointer;
}
.formWrap select::-ms-expand {
  display: none;
}
.formWrap input[type=button] {
  width: 100%;
  padding: 1em;
  background: #fff;
  color: #808080;
  border: none;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 4px rgba(44, 62, 80, 0.2);
          box-shadow: 0px 1px 4px rgba(44, 62, 80, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.16s ease-out;
  transition: all 0.16s ease-out;
}
.formWrap .checkbox-field,
.formWrap .radio-field {
  display: inline-block;
}
.formWrap .checkbox-field input[type="radio"],
.formWrap .checkbox-field input[type="checkbox"],
.formWrap .radio-field input[type="radio"],
.formWrap .radio-field input[type="checkbox"] {
  display: none;
}
.formWrap .checkbox-field-text,
.formWrap .radio-field-text {
  position: relative;
  display: inline-block;
  padding: 0.3em 0 0.3em 2.5em;
  font-weight: bold;
  cursor: pointer;
}
.formWrap .checkbox-field-text small,
.formWrap .checkbox-field-text .form-note,
.formWrap .radio-field-text small,
.formWrap .radio-field-text .form-note {
  font-weight: normal;
}
.formWrap .checkbox-field-text::before,
.formWrap .radio-field-text::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 2px solid #dddddd;
}
.formWrap .checkbox-field-text::after,
.formWrap .radio-field-text::after {
  content: '';
  position: absolute;
  width: 0.85em;
  height: 0.85em;
  top: 0.8em;
  left: 0.2em;
}
.formWrap .checkbox-field.horizontal-item,
.formWrap .radio-field.horizontal-item {
  margin: 0 1em 0 0;
}
.formWrap .checkbox-field.vertical-item,
.formWrap .radio-field.vertical-item {
  display: block;
  margin: 0 0 1em 0;
}
.formWrap input:checked + .checkbox-field-text::before {
  background: #808080;
  border-color: #808080;
}
.formWrap input:checked + .checkbox-field-text::after {
  background: url(../img/ic_check.png) no-repeat center/100%;
}
.formWrap .radio-field-text::before,
.formWrap .radio-field-text::after {
  border-radius: 100%;
}
.formWrap input:checked + .radio-field-text::after {
  background: #808080;
}
.formWrap button[type=submit],
.formWrap input[type=submit] {
  position: relative;
  display: inline-block;
  width: 350px;
  max-width: 100%;
  padding: 1.5em;
  background: #808080;
  border: 1px solid #808080;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .formWrap button[type=submit]:hover,
  .formWrap input[type=submit]:hover {
    background-color: #676767;
    border-color: #676767;
  }
}
.formWrap button[type=submit][disabled="disabled"],
.formWrap input[type=submit][disabled="disabled"] {
  background-color: #d8d8d8;
  color: #fff;
  border-color: #d8d8d8;
  pointer-events: none;
}
.formWrap input[name="submitBack"] {
  width: 200px;
}
.formWrap input[name="submitBack"],
.formWrap input[name="submitConfirm"] {
  background: #fff;
  border-color: #dddddd;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .formWrap input[name="submitBack"]:hover,
  .formWrap input[name="submitConfirm"]:hover {
    background: #fff;
    border-color: #808080;
  }
}

@media only screen and (max-width: 767px) {
  .formWrap button, .formWrap input, .formWrap select, .formWrap textarea {
    font-size: 1.6rem;
  }
  .formWrap textarea {
    width: 100%;
  }
  .formWrap input[type=email],
  .formWrap input[type=text],
  .formWrap input[type=password],
  .formWrap textarea {
    -webkit-appearance: none;
  }
  .formWrap input[type=email]:not(.zip-input),
  .formWrap input[type=text]:not(.zip-input),
  .formWrap input[type=password]:not(.zip-input),
  .formWrap textarea:not(.zip-input) {
    width: 100%;
  }
  .formWrap input[type=radio] {
    margin: 0;
  }
  .formWrap select {
    min-width: 0;
    width: 100%;
  }
  .formWrap input[type=button] {
    padding: 6px;
  }
  .formWrap input {
    vertical-align: middle;
  }
  .formWrap .tel-field input {
    width: 8rem;
  }
  .formWrap .zip-field input:nth-child(2) {
    width: 10rem;
  }
  .formWrap .zip-field input:nth-child(4) {
    width: 12rem;
  }
  .formWrap input[name="submitBack"],
  .formWrap input[name="submitConfirm"] {
    display: block;
    width: 48%;
    margin: 0 auto 1em;
  }
  .formWrap input[name="submitConfirm"] {
    width: 100%;
  }
}
/* -------------------------
  policy-check
------------------------- */
.policy-check {
  margin-bottom: 60px;
  padding: 3em;
  background: #f8f8f8;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
}
.policy-check-text:not(:last-child) {
  margin-bottom: 0.5em;
}
.policy-check-agree {
  font-weight: bold;
}

.policy-check-btn {
  margin: 10px auto;
  list-style: none;
  margin: 10px auto 20px;
}

.policy-btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 1px solid #808080;
  border-radius: 100px;
  color: #808080;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.policy-btn::before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  background: url(../img/ic_window.png) no-repeat 0 0/100% auto;
}
.policy-btn:hover {
  background: #808080;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.policy-btn:hover::before {
  background-position: 0 -12px;
}

@media only screen and (max-width: 767px) {
  .policy-check {
    margin: 0 15px 30px;
    padding: 20px 15px;
  }
  .policy-check-text {
    font-size: 1.4rem;
  }

  .policy-check-btn {
    margin: 10px auto;
  }

  .policy-btn {
    padding-left: 25px;
    padding-right: 35px;
  }
}
