@charset "UTF-8";
/* sp */
@media only screen and (max-width: 1100px) {
  /* フォーム周りリセット */
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .sp-search input, .sp-search button, .sp-search textarea, .sp-search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  /* /フォーム周りリセット */
  .sp-search input.textBox {
    width: 83%;
    height: 40px;
    padding: 4px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* ---------------------------------------------------------------
                        mixin
  ----------------------------------------------------------------*/
  /* --------------------------------------------------------------

                          モーダル

  ----------------------------------------------------------------*/
  .no-scroll {
    overflow: hidden;
  }
  .modal {
    padding: 15px;
    width: auto;
  }
  .modal .modal-content {
    padding: 30px;
    width: auto;
    margin: 0 auto;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                ヘッダー
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .menu-btn {
    position: fixed;
    top: 0px;
  }
  .menu-content ul {
    width: auto;
  }
  header .header__inner {
    width: auto;
  }
  header .header__inner .header_logo {
    z-index: 1;
    width: 160px;
    margin: 0 auto;
    margin-top: 10px;
  }
  .sp {
    display: block;
  }
  .sp .header_logo__wrap {
    width: 125px;
  }
  .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 10px;
    margin-left: 15px;
  }
  .show .sp {
    display: block;
  }
  .show .sp .header_logo__wrap {
    width: 125px;
    margin-left: 0;
  }
  .show .sp .header_logo__wrap img {
    width: 100%;
    height: auto;
  }
  .show .sp .header_logo__wrap .header_logo {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0%; /*メニューを画面内へ*/
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          メインビジュアル
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .mainvisual {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .mainvisual img {
    width: 100%;
    height: auto;
  }
  /*----------------------------------------------------------------
  ----------------------------------------------------------------*
                                コンテンツ
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .section__wrap {
    width: auto;
    margin: 0 10px;
  }
  .section__wrap .section__title {
    width: auto;
    background-position: top left -20px, top right -20px;
  }
  .apply__link {
    margin-top: 15px;
  }
  .apply__link a, .apply__link button {
    width: 100%;
    font-size: 24px;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
    position: relative;
  }
  .apply__link a::after, .apply__link button::after {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    top: 50%;
    right: 10px;
  }
  .form__wrap {
    margin-top: 77px;
  }
  .form__wrap h2 {
    font-size: 24px;
    padding: 20px 0;
  }
  .form__wrap .form__inner {
    margin-top: 35px;
  }
  .form__wrap .form__inner h3 {
    font-size: 24px;
  }
  .form__wrap .form__inner p {
    font-size: 16px;
    margin-top: 10px;
  }
  .form__wrap .form__box {
    margin-top: 25px;
  }
  .form__wrap .form__box dl dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .form__wrap .form__box dl dt span {
    font-size: 16px;
  }
  .form__wrap .form__box dl dd {
    margin-bottom: 20px;
    display: block;
  }
  .form__wrap .form__box dl dd input, .form__wrap .form__box dl dd select, .form__wrap .form__box dl dd textarea {
    width: 100%;
    font-size: 20px;
    padding: 10px;
  }
  .form__wrap .form__box dl dd select {
    height: auto;
  }
  .form__wrap .form__box dl dd textarea {
    height: auto;
  }
  .form__wrap .form__box dl dd dl {
    width: auto;
  }
  .form__wrap .form__box dl dd dl dt {
    font-size: 20px;
  }
  .form__wrap .form__box dl dd dl dt span {
    font-size: 16px;
  }
  .form__wrap .form__box dl dd dl dd {
    display: inline-block;
    width: 100%;
  }
  .form__wrap .form__box dl dd dl dd input, .form__wrap .form__box dl dd dl dd select, .form__wrap .form__box dl dd dl dd textarea {
    font-size: 20px;
  }
  .form__wrap .form__box dl dd dl dd select {
    height: 50px;
  }
  .form__wrap .form__box dl dd dl dd textarea {
    height: 200px;
  }
  .confirmation {
    width: auto;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  .confirmation dd {
    font-size: 20px;
    color: #000;
    line-height: 40px;
  }
  .completion {
    margin-top: 140px;
    margin-bottom: 170px;
  }
  .completion p {
    font-size: 20px;
    color: #000;
    line-height: 40px;
    text-align: center;
  }
  .completion .completion__note {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .privacy {
    margin-top: 20px;
    border: 3px solid #000;
    padding: 15px;
    height: 360px;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .privacy p {
    font-size: 13px;
    color: #000;
    line-height: 22px;
  }
  .privacy p a {
    color: #000;
    text-decoration: underline;
  }
  .privacy p a:hover {
    color: #c00000;
  }
  .privacy p strong {
    font-size: 15px;
  }
  .checkbox {
    margin-top: 25px;
    margin-bottom: 90px;
  }
  .checkbox label {
    font-size: 16px;
    color: #000;
    line-height: 40px;
  }
  .checkbox label span {
    background-color: #c00000;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    margin-left: 5px;
  }
  .checkbox label input {
    margin-right: 10px;
    width: 27px;
    height: 27px;
    border: 3px solid #000;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
  }
  .checkbox label input:checked {
    background: #000;
  }
  .checkbox label input:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 7px;
    width: 7px;
    height: 13px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
  }
  .top_link {
    margin-top: 50px;
  }
  .top_link a {
    display: block;
    width: 126px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 0;
    border-radius: 60px;
    border: 3px solid #000;
    transition: all 0.5s ease 0s;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    text-decoration: none;
    line-height: normal;
  }
  .top_link a:hover {
    transform: translateY(2px);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2509803922);
    background-color: #FFAF09;
    color: #fff;
  }
  .top_link a:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2509803922);
  }
  /* --------------------------------------------------------------
  ----------------------------------------------------------------*
                          フッター
  ----------------------------------------------------------------*
  ----------------------------------------------------------------*/
  .footer ul {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer ul li {
    border-right: 1px solid #000;
    padding-right: 20px;
  }
  .footer ul li:last-child {
    border-right: none;
  }
  .footer ul li a {
    color: #000;
    font-size: 11px;
    line-height: 11px;
  }
  .footer p {
    font-size: 14px;
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=sp.css.map */