@charset "UTF-8";
/*! Writen  by SCSS */
.foot_cv {
  display: none !important; }

.bg_white {
  padding-bottom: clamp(40px, 5%, 60px); }

.form input.req, .form select.req {
  background: #ffeeee; }

.form .input_ja {
  ime-mode: active; }

.form .input_alpnum {
  ime-mode: inactive; }

.form .input_only_alpnum {
  ime-mode: disabled; }

::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: normal; }

::-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal; }

:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: normal; }

.form .f_cap {
  font-size: 12px;
  display: block; }

.form h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #20979e;
  text-align: center; }

.form dl {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dedede;
  border-bottom: 0; }
  .form dl dt {
    width: 287px;
    padding: 15px 30px 15px 10px;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .form dl dt {
        border-right: 0;
        border-bottom: 1px solid #dedede;
        padding: 12px 0; } }
    .form dl dt span.req {
      background: #8f1515;
      color: #fff;
      display: block;
      line-height: 1;
      padding: 0.2em 0.6em 0.2em;
      height: fit-content;
      font-size: 14px; }
  .form dl dd {
    width: calc(100% - 287px);
    padding: 12px 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .form dl dd {
        padding: 12px 0; } }
    .form dl dd.wide {
      width: 100%;
      padding: 0; }

.form .form_list dl:last-child:not(.wide) {
  border-bottom: 1px solid #dedede; }

.form span.req {
  color: #d50000; }

.form dl dd.req {
  background: #ffeeee; }

.form dl dd.req2 {
  background: #ffeeee; }

.form .two {
  display: flex;
  justify-content: start;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .form .two {
      flex-direction: column;
      align-items: flex-start;
      grid-gap: 5px 0; } }

.form .two li:nth-child(1) {
  margin: 0 10px 0 0; }

.form .addr {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 0 -10px; }

.form .addr li:nth-child(2n-1) {
  width: 130px;
  text-align: right;
  margin: 0 0 10px; }

.form .addr li:nth-child(2n) {
  width: calc(100% - 130px);
  margin: 0 0 10px; }

.form .mult {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 -10px; }

.form .mult li {
  margin: 0 10px 10px 0; }

.form input[type="text"], .form input[type="email"], .form input[type="number"] {
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  font-size: 14px; }

.form select {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px; }

.form textarea {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 14px;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  resize: none; }

.radio_input input[type="radio"] {
  display: none; }

.radio_input label {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer; }

.radio_input label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  margin: -2px 5px 0 0; }

.radio_input label.checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%; }

.chk_input input[type="checkbox"] {
  display: none; }

.chk_input label {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer; }

.chk_input label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  background: #fff;
  margin: -2px 5px 0 0; }

.chk_input label.checked:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 10px;
  height: 20px;
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000; }

small#error {
  color: #ff0000;
  display: block; }

.form .btn_col {
  max-width: 300px;
  margin: 50px auto 30px auto;
  display: flex;
  justify-content: center; }

.form .btn_col li {
  width: 80%; }

.form .btn_col li:nth-child(2) {
  margin: 0 0 0 20px; }

.form .btn {
  width: 100%;
  border: 1px solid #dedede;
  background: #162044;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  font-size: 16px; }

.form .btn:hover {
  background: #fff;
  color: #162044; }

.form .b_btn {
  border: 1px solid #bbb;
  background: #bbb;
  color: #fff; }

.form .b_btn:hover {
  background: #fff;
  color: #bbb; }

@media (max-width: 767px) {
  .container:after {
    top: -20px;
    left: -30px;
    width: 40%; }

  .form {
    padding: 30px 20px 0 20px; }

  .main_text {
    position: static;
    width: 100%;
    max-width: 300px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 20px 0 20px; }

  .main_text_reserve {
    position: static;
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px 20px 0 20px; }

  .form dl {
    display: block; }

  .form dl dt {
    width: 100%; }

  .form dl dd {
    width: 100%; }

  .form .btn_col {
    margin: 30px auto 30px auto; } }
@media (max-width: 480px) {
  .form .addr {
    display: block;
    margin: 0 0 10px; }

  .form .addr li:nth-child(2n-1) {
    width: 100%;
    text-align: left;
    margin: 0 0 5px; }

  .form .addr li:nth-child(2n) {
    width: 100%; } }
.inner_main2 {
  position: relative;
  background: #162044;
  color: #fff;
  background: #423e34; }
  .inner_main2::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #162044;
    mix-blend-mode: overlay;
    pointer-events: none; }

.sec01 {
  padding: 40px 0 60px; }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding: 20px 0 0; } }
  .sec01 .sec_ttl_wrap {
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .sec01 .sec_ttl_wrap {
        margin-bottom: 25px; } }
    .sec01 .sec_ttl_wrap .read_lg {
      line-height: 2.5;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 480px) {
        .sec01 .sec_ttl_wrap .read_lg {
          line-height: 1.8; } }
  .sec01 .position_list {
    text-align: center; }

.form_list {
  display: flex;
  flex-direction: column;
  grid-gap: 60px 0; }
  .form_list .item {
    width: 100%; }
    .form_list .item.item06 .border_box {
      border: 1px solid #162044;
      margin-bottom: 80px; }
      @media screen and (max-width: 480px) {
        .form_list .item.item06 .border_box {
          margin-bottom: 40px; } }
    .form_list .item.item06 .form_ttl {
      margin-bottom: 0; }
    .form_list .item.item06 .form_txt {
      font-size: 12px;
      letter-spacing: 0.06em;
      line-height: 1.66;
      padding: 10px; }
      .form_list .item.item06 .form_txt .link_txt {
        font-size: 14px; }
        .form_list .item.item06 .form_txt .link_txt a {
          color: #162044;
          text-decoration: underline; }
  .form_list .form_ttl {
    font-size: 14px;
    background: #162044;
    line-height: 1;
    padding: 8px 15px;
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .form_list .form_ttl {
        line-height: 1.4; } }
    @media screen and (max-width: 768px) {
      .form_list .form_ttl .step {
        display: inline-block;
        margin-bottom: 8px; } }

.check_wrap {
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: clamp(20px, 3.125vw, 35px); }
  .check_wrap .check {
    width: 12px;
    aspect-ratio: 1;
    border: 1px solid #b4b4b4;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    .check_wrap .check span {
      display: none;
      line-height: 0; }
    .check_wrap .check.active span {
      display: block; }
  .check_wrap .text {
    font-size: clamp(12px, 1.334vw, 16px);
    display: flex; }
    .check_wrap .text a {
      position: relative;
      color: #0032be;
      border-bottom: 1px solid #0032be;
      transition: all 0.2s ease-in-out 0s; }
      @media (hover: hover) {
        .check_wrap .text a:hover {
          opacity: .6; } }

.form .btn_col li.c_btn_wide {
  max-width: 300px;
  width: 100%; }
  .form .btn_col li.c_btn_wide .btn {
    padding: 17px;
    font-size: clamp(14px, 1.667vw, 20px);
    letter-spacing: 0.1em; }

.c_btn.disabled {
  opacity: 0.4;
  pointer-events: none; }

input {
  height: 36px;
  width: 300px; }
  input.size1 {
    width: 160px; }

select {
  width: 200px;
  height: 36px; }

.sec_form {
  margin-bottom: clamp(60px, 8.34%, 100px); }
  @media screen and (max-width: 768px) {
    .sec_form {
      padding: 30px 0 20px; } }

.confirm .form_list {
  grid-gap: 0; }
  .confirm .form_list dl dt, .confirm .form_list dl dd {
    padding: 10px; }
  .confirm .form_list dl dt {
    background: rgba(204, 204, 204, 0.3); }

.agree_box {
  justify-content: center;
  align-items: center; }
  .agree_box .agree_check_box {
    font-size: 16px;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .agree_box .agree_check_box {
        margin-right: 10px; } }

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0; }

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border: 1px solid #a7a7a7; }
  input[type="checkbox"]:checked:before {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url("../images/entry/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ''; }

.box .btn_col {
  max-width: 430px;
  margin: 60px auto 20px auto;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .box .btn_col {
      display: block;
      max-width: 290px;
      margin: 30px auto 20px auto; } }
  @media screen and (max-width: 768px) {
    .box .btn_col li {
      margin: 0 auto; } }
  .box .btn_col li:nth-child(2) {
    margin: 0 0 0 30px;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .box .btn_col li:nth-child(2) {
        margin: 30px 0 0 0;
        margin: 20px auto 0; } }
  .box .btn_col .btn {
    width: 200px;
    height: 40px;
    border: 1px solid #162044;
    background: #162044;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    font-size: 20px;
    line-height: 1.2;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    font-family: YakuHanMP,"Yu Mincho","游明朝",YuMincho,"游明朝体","Noto Serif JP","Hiragino Mincho ProN","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif; }
    @media screen and (max-width: 768px) {
      .box .btn_col .btn {
        width: 100%;
        height: 40px;
        padding: 10px;
        font-size: 18px; } }
    body:not(.mobile) .box .btn_col .btn:hover {
      background: #fff;
      color: #162044; }
    .box .btn_col .btn.b_btn {
      background: #ddd;
      border: 1px solid #ddd;
      color: #333; }
      body:not(.mobile) .box .btn_col .btn.b_btn:hover {
        background: #333;
        color: #fff; }

/* button */
.bottom_button_wrap {
  display: none; }

.sec_form {
  margin-bottom: 0; }

.thanks .btn_back {
  max-width: 300px;
  width: 100%;
  margin: 0 auto; }
  .thanks .btn_back a {
    display: block;
    border: 1px solid #dedede;
    background: #162044;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
    padding: 17px;
    font-size: clamp(14px, 1.667vw, 20px);
    letter-spacing: 0.1em; }
    body:not(.mobile) .thanks .btn_back a:hover {
      background: #fff;
      color: #162044; }

/*# sourceMappingURL=entry.css.map */
