@charset "UTF-8";
/******************************************************************
Site Name: サイト名称
Author: Harimanics Co.Ltd.
******************************************************************/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, caption, tr, th, td, dl, dt, dd, a, img, form, input, textarea, button, header, nav, article, section, footer, aside {
  margin: 0;
  padding: 0;
}

header, footer, article, section, div {
  box-sizing: border-box;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

p, th, td, li {
  word-break: break-all;
}

legend {
  display: none;
}

li {
  list-style: none;
}

a, img {
  outline: 0;
  border: 0;
  text-decoration: none;
}

br {
  line-height: inherit;
}

span, strong, em, i, address {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  color: inherit;
}

input {
  outline: 0;
}

input[type=submit], input[type=reset], button {
  cursor: pointer;
}

strong {
  font-weight: inherit;
}

i, em, address {
  font-style: normal;
}

address {
  font-size: inherit;
}

label {
  color: inherit;
  font-size: inherit;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input {
  line-height: normal;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* ***************************** */
/* default */
/* ***************************** */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 0.625vw;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -webkit-user-drag: none;
}

a {
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

main {
  display: block;
}

iframe {
  max-width: 100%;
}

input[type=text],
input[type=date],
input[type=month],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
select,
textarea {
  background-color: #fff;
  border: 1px solid #9C9C9C;
  padding: 7px 10px;
  -webkit-appearance: none;
}
@media screen and (max-width: 1199px) {
  input[type=text],
  input[type=date],
  input[type=month],
  input[type=number],
  input[type=tel],
  input[type=email],
  input[type=password],
  select,
  textarea {
    padding: 5px 10px;
  }
}

input::placeholder,
textarea::placeholder {
  color: #AAA;
}

@media all {
  .header {
    background-color: #333333;
    padding: 20px 25px 15px;
  }
  .header__block {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .header__logo {
    width: 225px;
  }
  .header__logo img {
    display: block;
  }
  .header__button {
    align-items: center;
    color: #FFF;
    display: flex;
    font-weight: 700;
  }
  .header__button i {
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 30px;
    height: 23px;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    margin-left: 15px;
    width: 43px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    padding: 10px;
  }
  .header__logo {
    width: 120px;
  }
  .header__button {
    font-size: 12px;
  }
}
@media all {
  .footer {
    background-color: #333333;
  }
  .footer__copy {
    color: #FFF;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .footer__copy {
    font-size: 10px;
  }
}
@media all {
  .breadcrumb {
    padding: 15px 0;
  }
  .breadcrumb__box {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 50px);
  }
  .breadcrumb__list {
    color: #7F7F7F;
    font-size: 14px;
  }
  .breadcrumb__list:not(:last-child)::after {
    content: "-";
    margin: 0 8px;
  }
  .breadcrumb__list:last-child {
    color: #000;
  }
  .breadcrumb__button {
    color: #7F7F7F;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumb {
    padding: 8px 0;
  }
  .breadcrumb__list {
    font-size: 12px;
  }
}
@media all {
  .apply-form {
    background-color: #F7F7F7;
    padding: 60px 0 180px;
  }
  .apply-form__block {
    margin-inline: auto;
    max-width: 820px;
  }
  .apply-form__top {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 60px 0;
  }
  .apply-form__intro {
    letter-spacing: 0.01em;
    line-height: 1.875;
    font-weight: 700;
    margin-inline: auto;
    max-width: 650px;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .apply-form {
    padding: 30px 0 90px;
  }
  .apply-form__block {
    width: calc(100% - 50px);
  }
  .apply-form__top {
    padding: 30px 0;
  }
  .apply-form__intro {
    font-size: 14px;
  }
}
@media all {
  .form {
    padding-top: 60px;
  }
  .form__boxes {
    display: grid;
    grid-template-columns: 308px 1fr;
  }
  .form__boxes:not(:last-child) {
    margin-bottom: 30px;
  }
  .form__boxes--confirm:not(:last-child) {
    margin-bottom: 40px;
  }
  .form__head {
    font-weight: 500;
    margin-top: 15px;
  }
  .form__head[data-name=cource] {
    margin-top: 0;
  }
  .form__note {
    font-size: 12px;
  }
  .form__required {
    background-color: #C7362F;
    color: #FFF;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-left: 10px;
    padding: 0 10px;
  }
  .form__body select,
  .form__body input[type=text],
  .form__body input[type=tel],
  .form__body input[type=email],
  .form__body textarea {
    width: 100%;
  }
  .form__body[data-name=age] {
    max-width: 200px;
  }
  .form__body textarea {
    min-height: 190px;
  }
  .form__body .wpcf7-list-item {
    margin: 0 0 1em 0;
    padding-left: 1em;
    text-indent: -1em;
  }
  .form__select {
    position: relative;
  }
  .form__select::after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    pointer-events: none;
    right: 15px;
    top: 15px;
  }
  .form__postal-codes {
    display: flex;
  }
  .form__postal-code {
    align-items: center;
    display: flex;
  }
  .form__postal-code--01 {
    width: 200px;
  }
  .form__postal-code--02 {
    width: 200px;
  }
  .form__postal-code:not(:last-child)::after {
    content: "-";
    margin: 0 8px;
  }
  .form__privacy {
    margin-bottom: 55px;
    padding-top: 45px;
    text-align: center;
  }
  .form__privacy a {
    color: #000;
    text-decoration: underline;
  }
  .form__control {
    padding-top: 60px;
  }
  .form__button {
    background-color: #1A1380;
    color: #FFF;
    height: 80px;
    line-height: 80px;
    margin-inline: auto;
    position: relative;
    max-width: 600px;
    width: calc(100% - 50px);
  }
  .form__button::after {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    align-items: center;
    border: 1px solid #FFF;
    border-radius: 20px;
    bottom: 0;
    content: "\f061";
    color: #FFF;
    display: inline-flex;
    height: 20px;
    font-size: 14px;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: 32%;
    transform: translateX(32%);
    top: 5px;
    width: 43px;
  }
  .form__button input[type=submit] {
    background-color: #1A1380;
    border: none;
    color: #FFF;
    width: 100%;
  }
  .form__button input[type=submit]:disabled {
    background-color: #CCC;
    cursor: not-allowed;
  }
  .form span.wpcf7-spinner {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .form {
    padding-top: 30px;
  }
  .form__boxes {
    grid-template-columns: 1fr;
  }
  .form__boxes:not(:last-child) {
    margin-bottom: 20px;
  }
  .form__head {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .form__note {
    font-size: 10px;
  }
  .form__required {
    font-size: 12px;
  }
  .form__body {
    font-size: 14px;
  }
  .form__postal-code--01 {
    width: 150px;
  }
  .form__postal-code--02 {
    width: 150px;
  }
  .form__privacy {
    margin-bottom: 25px;
    padding-top: 20px;
    font-size: 14px;
  }
  .form__control {
    padding-top: 30px;
  }
  .form__button {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .form__button::after {
    font-size: 10px;
    right: 18%;
    transform: translateX(20%);
    top: 2px;
    width: 30px;
  }
}
@media all {
  .thanks {
    background-color: #F7F7F7;
    padding: 100px 0 140px;
  }
  .thanks__block {
    max-width: 620px;
    margin-inline: auto;
    width: calc(100% - 50px);
  }
  .thanks__title {
    margin-bottom: 25px;
    font-size: 25px;
    text-align: center;
  }
  .thanks__intro {
    line-height: 2;
    margin-bottom: 75px;
    text-align: center;
  }
  .thanks__button {
    align-items: center;
    background-color: #1A1380;
    color: #FFF;
    display: flex;
    height: 80px;
    line-height: 80px;
    justify-content: center;
  }
  .thanks__button i {
    align-items: center;
    border: 1px solid #FFF;
    display: inline-flex;
    border-radius: 30px;
    font-size: 14px;
    height: 20px;
    font-size: 14px;
    justify-content: center;
    margin-left: 5px;
    width: 43px;
  }
}
@media screen and (max-width: 1199px) {
  .thanks {
    padding: 50px 0 70px;
  }
  .thanks__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .thanks__intro {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .thanks__button {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
  }
  .thanks__button i {
    height: 16px;
    width: 35px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .only-tab,
  .only-pc,
  .not-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .only-sp,
  .only-pc,
  .not-tab {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .only-sp,
  .only-tab,
  .not-pc {
    display: none;
  }
}