@charset "UTF-8";
input:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #538ce6;
          box-shadow: 0 0 5px #538ce6;
  border: 3px solid #538ce6 !important;
  outline: none; }
  @media (max-width: 480px) {
    input:focus,
    textarea:focus {
      border-width: 1px !important; } }

.contact-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .contact-tab {
      padding: 0 10%;
      margin-bottom: 7.6923076923vw;
      border-bottom: 1px solid #dcdddd; } }
  .contact-tab .contact-tab__item {
    width: 48%;
    height: 81px;
    color: #333;
    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;
    font-size: 2.4rem;
    font-weight: bold;
    background-color: #dcdddd;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 480px) {
      .contact-tab .contact-tab__item {
        height: 11.5384615385vw;
        font-size: 3.0769230769vw; } }
    @media (min-width: 480px) {
      .contact-tab .contact-tab__item:hover {
        opacity: 0.7; } }
    .contact-tab .contact-tab__item[aria-selected="true"] {
      color: #fff;
      background-color: #d8122a;
      background: -webkit-gradient(linear, left top, right top, from(#f1b8ad), to(#d8122a));
      background: linear-gradient(90deg, #f1b8ad 0%, #d8122a 100%); }

.tel-contents {
  font-size: 2.2rem;
  text-align: center; }
  .tel-contents .tel-contents__tel {
    font-weight: bold;
    margin-bottom: 1em;
    color: inherit; }
  .tel-contents .tel-contents__txt {
    font-size: 1.6rem; }

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto 70px;
  border-radius: 50px;
  overflow: hidden; }
  @media (max-width: 480px) {
    .flow-list {
      width: calc(100% - vw(20));
      margin-bottom: 2.5641025641vw;
      border-radius: 6.4102564103vw; } }
  .flow-list .flow-list__item {
    position: relative;
    width: 25%;
    height: 70px;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    background-color: #f7f7f7;
    padding-left: 20px;
    line-height: 1; }
    @media (max-width: 480px) {
      .flow-list .flow-list__item {
        height: 14.1025641026vw;
        font-size: 2.9487179487vw;
        padding-left: 2.5641025641vw;
        letter-spacing: 0.1282051282vw; } }
    .flow-list .flow-list__item.active {
      background-color: #f5c9ce; }
      .flow-list .flow-list__item.active::after {
        border-color: transparent transparent transparent #f5c9ce; }
      .flow-list .flow-list__item.active .flow-list__img {
        color: #fff; }
      .flow-list .flow-list__item.active .flow-list__ttl {
        color: #fff; }
    @media (max-width: 480px) {
      .flow-list .flow-list__item:not(:nth-child(1)) {
        padding-left: 1.2820512821vw; } }
    .flow-list .flow-list__item:last-child::before, .flow-list .flow-list__item:last-child::after {
      content: none; }
    .flow-list .flow-list__item::before, .flow-list .flow-list__item::after {
      position: absolute;
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      top: 50%;
      right: 0;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); }
      @media (max-width: 480px) {
        .flow-list .flow-list__item::before, .flow-list .flow-list__item::after {
          right: 0.2564102564vw; } }
    .flow-list .flow-list__item::before {
      border-width: 40px 0 40px 25px;
      border-color: transparent transparent transparent #fff;
      z-index: 5; }
      @media (max-width: 480px) {
        .flow-list .flow-list__item::before {
          border-width: 8.3333333333vw 0 8.3333333333vw 3.2051282051vw; } }
    .flow-list .flow-list__item::after {
      border-width: 35px 0 35px 20px;
      border-color: transparent transparent transparent #f7f7f7;
      z-index: 10; }
      @media (max-width: 480px) {
        .flow-list .flow-list__item::after {
          border-width: 7.6923076923vw 0 7.6923076923vw 2.5641025641vw; } }
  .flow-list .flow-list__item--sub {
    font-size: 80%;
    padding-bottom: 5px; }
  .flow-list .flow-list__img {
    font-size: 4rem;
    pointer-events: none;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
    margin-right: 20px;
    line-height: 1; }
    @media (max-width: 480px) {
      .flow-list .flow-list__img {
        font-size: 5.1282051282vw;
        margin-right: 1.2820512821vw; } }
  .flow-list .flow-list__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .flow-list .flow-list__ttl {
        font-size: 2.3076923077vw;
        line-height: 1.2; } }

button {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  button:not(:focus-visible) {
    outline: none; }

input,
textarea {
  -webkit-appearance: none; }

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important; }

/*-----------------------------------------*/
.cal-mark {
  position: relative; }
  .cal-mark::after {
    position: absolute;
    content: "\f133";
    font-size: 120%;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #939393;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer; }
    @media (max-width: 480px) {
      .cal-mark::after {
        font-size: 2.0512820513vw;
        right: 2.5641025641vw; } }
  .cal-mark input {
    cursor: pointer; }

/*ttl*/
.cat-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  background-color: #efedee;
  padding: 40px 0;
  border-right: none;
  border-left: none; }
  @media (max-width: 480px) {
    .cat-ttl {
      font-size: 2.0512820513vw;
      margin-bottom: 6.4102564103vw;
      padding: 3.2051282051vw 0; } }

.ttl-01 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 4px 3px 7px 11px;
  border-left: 5px solid #293454;
  line-height: 1; }
  @media (max-width: 819px) {
    .ttl-01 {
      font-size: 2rem;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .ttl-01 {
      font-size: 4.358974359vw;
      margin-bottom: 3.2051282051vw;
      padding: 0.5128205128vw 0.3846153846vw 0.8974358974vw 1.4102564103vw; } }

.ttl-02 {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3; }
  @media (max-width: 819px) {
    .ttl-02 {
      font-size: 1.5rem; } }
  @media (max-width: 480px) {
    .ttl-02 {
      font-size: 4.4871794872vw;
      margin-bottom: 3.8461538462vw; } }
  .ttl-02::before {
    position: absolute;
    display: table;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #fff;
    padding: 2px 8px 3px;
    border-radius: 5px;
    background: #eb6877;
    top: calc(50% + 1px);
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 480px) {
      .ttl-02::before {
        font-size: 1.4102564103vw;
        padding: 0.2564102564vw 1.0256410256vw 0.3846153846vw;
        border-radius: 0.641025641vw;
        letter-spacing: 0.2564102564vw; } }
  .ttl-02.any::before {
    background-color: #6a6a6a; }
  .ttl-02 .anymark {
    display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    background-color: #4c4c4c;
    border-radius: 5px;
    padding: 5px 7px 6px;
    line-height: 1; }
    @media (max-width: 480px) {
      .ttl-02 .anymark {
        font-size: 2.5641025641vw;
        padding: 1.6666666667vw 2.5641025641vw 1.5384615385vw;
        border-radius: 0.641025641vw;
        top: -0.1282051282vw;
        right: 0.5128205128vw; } }
    .ttl-02 .anymark.hissu {
      background-color: #d70c25; }

.ttl-03 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 5px;
  line-height: 1; }
  @media (max-width: 480px) {
    .ttl-03 {
      font-size: 3.8461538462vw;
      padding-left: 0.641025641vw;
      margin-bottom: 1.9230769231vw; } }
  .ttl-03 .anymark {
    position: relative;
    font-size: 1rem;
    color: #fff;
    background-color: #4c4c4c;
    border-radius: 10px;
    padding: 2px 7px 3px;
    line-height: 1;
    top: -1px;
    right: -6px; }
    @media (max-width: 480px) {
      .ttl-03 .anymark {
        position: absolute;
        font-size: 1.9230769231vw;
        padding: 0.641025641vw 0.8974358974vw;
        top: -0.1282051282vw;
        right: 0.5128205128vw; } }
    .ttl-03 .anymark.hissu {
      background-color: #c10000; }

.ttl-04 {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 12px;
  padding: 6px;
  background-color: #e7e7e7;
  text-align: center;
  margin-top: 20px;
  line-height: 1; }
  @media (max-width: 480px) {
    .ttl-04 {
      font-size: 3.8461538462vw;
      padding-left: 0.641025641vw;
      margin-bottom: 1.9230769231vw; } }

.section-form {
  padding-bottom: 180px; }
  @media (max-width: 480px) {
    .section-form {
      padding: 2.5641025641vw 7.0512820513vw 5.1282051282vw;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 23.0769230769vw; } }
  .section-form .form-content .form-content__ttl {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .section-form .form-content .form-content__ttl {
        font-size: 3.8461538462vw;
        margin-bottom: 5.1282051282vw; } }
  .section-form .form-content .form-note-list {
    font-size: 1.6rem;
    margin-bottom: 85px; }
    @media (max-width: 480px) {
      .section-form .form-content .form-note-list {
        font-size: 3.2051282051vw;
        margin-bottom: 10.8974358974vw; } }
  .section-form .form-content .form-note-list__item {
    text-indent: -1.8rem;
    padding-left: 1.8rem;
    font-size: 1.4rem; }
    @media (max-width: 480px) {
      .section-form .form-content .form-note-list__item {
        text-indent: -2.3076923077vw;
        padding-left: 2.3076923077vw;
        font-size: 3.0769230769vw; } }
  .section-form .form-content:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 480px) {
      .section-form .form-content:not(:last-child) {
        margin-bottom: 15.3846153846vw; } }
  .section-form .form-content__set {
    display: block; }
    .section-form .form-content__set:not(:last-child) {
      margin-bottom: 35px; }
      @media (max-width: 480px) {
        .section-form .form-content__set:not(:last-child) {
          margin-bottom: 5.3846153846vw; } }
  .section-form.center {
    margin: 0 auto; }

/*============================
ボタン
============================*/
.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 480px) {
    .btn-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 2.5641025641vw 0; } }

.btn {
  position: relative;
  width: 424px;
  height: 72px;
  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;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #FF9A2C;
  border: 2px solid #FF9A2C;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer; }
  .btn.min-btn {
    position: absolute;
    width: 120px;
    height: 35px;
    font-size: 1.1rem;
    background-color: #606060;
    border-color: #a3a3a3;
    border-radius: 0;
    bottom: 10px;
    right: 10px; }
    .btn.min-btn::after {
      content: none; }
  @media (max-width: 480px) {
    .btn {
      width: 100%;
      height: 14.1025641026vw;
      font-size: 4.1025641026vw;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .btn::after {
    position: absolute;
    content: "\f0da";
    font-size: 120%;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .btn.return {
    background-color: #747474;
    border-color: #747474; }
    .btn.return::after {
      content: "\f0d9";
      right: auto;
      left: 15px; }
    @media (max-width: 480px) {
      .btn.return {
        margin-top: 5.1282051282vw;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .btn:not(:last-child) {
    margin-right: 15px; }
    @media (max-width: 480px) {
      .btn:not(:last-child) {
        margin-right: 0; } }
  @media (min-width: 1000px) {
    .btn:hover {
      opacity: 0.7; } }

.btn_base01 {
  line-height: 1.3; }
  .btn_base01 a {
    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;
    position: relative;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .btn_base01 a::after {
      content: "";
      -webkit-mask-image: url(../img/arrow01.svg);
              mask-image: url(../img/arrow01.svg);
      -webkit-mask-position: center;
              mask-position: center;
      -webkit-mask-size: 100%;
              mask-size: 100%;
      background-color: #fff;
      width: 7px;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 480px) {
        .btn_base01 a::after {
          width: 1.5384615385vw;
          height: 2.6923076923vw;
          right: 2.5641025641vw; } }
    @media (min-width: 480px) {
      .btn_base01 a:hover {
        opacity: 0.7; } }
  .btn_base01.rounded a {
    border-radius: 200px; }
  .btn_base01.bg_red a {
    background-color: #d70c25;
    -webkit-box-shadow: 0 5px 0 #d600274d;
            box-shadow: 0 5px 0 #d600274d;
    color: #fff; }
    @media (max-width: 480px) {
      .btn_base01.bg_red a {
        -webkit-box-shadow: 0 2.5px 0 #d600274d;
                box-shadow: 0 2.5px 0 #d600274d; } }
  .btn_base01.bg_blu a {
    background-color: #001244;
    -webkit-box-shadow: 0 5px 0 #000b294d;
            box-shadow: 0 5px 0 #000b294d;
    color: #fff; }
    @media (max-width: 480px) {
      .btn_base01.bg_blu a {
        -webkit-box-shadow: 0 2.5px 0 #000b294d;
                box-shadow: 0 2.5px 0 #000b294d; } }
  .btn_base01.tel a {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .ptn_b .btn_base01 a {
    border-radius: 200px; }
  .ptn_b .btn_base01.bg_red a {
    background-color: #e6524e;
    -webkit-box-shadow: 0 5px 0 #e6524e4d;
            box-shadow: 0 5px 0 #e6524e4d; }

/*============================
共通ブロック
============================*/
/*.form-content-group*/
.form-content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-content-group .form-txt01 {
    width: 100%; }
    @media (max-width: 480px) {
      .form-content-group .form-txt01 {
        width: 65%; } }
  .form-content-group div {
    margin-right: 15px; }
    @media (max-width: 480px) {
      .form-content-group div {
        margin-right: 1.2820512821vw; } }
  .form-content-group .form-select {
    width: 40%; }
    @media (max-width: 480px) {
      .form-content-group .form-select {
        width: 35%; } }
    @media (max-width: 480px) {
      .form-content-group .form-select select {
        height: 5.1282051282vw; } }

.table01 {
  border-collapse: collapse;
  width: 100%;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf; }
  .table01 .table01_th,
  .table01 .table01_td {
    padding: 25px 30px;
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf; }
    @media (max-width: 480px) {
      .table01 .table01_th,
      .table01 .table01_td {
        display: block;
        padding: 3.2051282051vw 6.4102564103vw; } }
  .table01 .table01_th {
    color: #fff;
    background-color: #002f4c;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.3;
    width: 220px;
    vertical-align: top; }
    @media (max-width: 480px) {
      .table01 .table01_th {
        width: 100%;
        font-size: 3.5897435897vw;
        text-align: center; } }
    .ptn_b .table01 .table01_th {
      background-color: #004f56; }
  @media (max-width: 480px) {
    .table01 .table01_td {
      padding-bottom: 5.7692307692vw; } }

.table02 {
  border-collapse: collapse;
  width: 100%;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2; }
  .table02 .table02_th,
  .table02 .table02_td {
    width: 50%;
    padding: 25px 30px;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-size: 1.5rem;
    text-align: center;
    color: #000000; }
    @media (max-width: 480px) {
      .table02 .table02_th,
      .table02 .table02_td {
        padding: 3.2051282051vw 6.4102564103vw; } }
  .table02 .table02_th {
    background-color: #f5f5f5;
    font-weight: bold;
    line-height: 1.3; }

@media (max-width: 480px) {
  .js-scrolltable {
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 3.8461538462vw;
    position: relative; }
    .js-scrolltable::before {
      content: "この表は横にスクロールすることでご覧いただけます。";
      font-size: 2.3076923077vw;
      color: #000; }
    .js-scrolltable::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      content: " ";
      display: block;
      width: 80vw;
      height: 23vw;
      background-image: url(../img/lp/scroll.png);
      background-color: rgba(0, 0, 0, 0.3);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 64vw;
      z-index: 1000; }
    .js-scrolltable.scroll-none::after {
      content: none; } }

/*============================
.form
============================*/
.validate__error {
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fb1c1c;
  line-height: 1;
  letter-spacing: 1px; }
  @media (max-width: 480px) {
    .validate__error {
      font-size: 3.8461538462vw;
      padding-top: 0.641025641vw;
      left: 0;
      margin-top: 0;
      padding-bottom: 0; } }
  .validate__error label {
    display: block;
    padding-top: 7px;
    padding-bottom: 5px; }
    @media (max-width: 480px) {
      .validate__error label {
        padding-top: 1.2820512821vw;
        padding-bottom: 1.2820512821vw; } }
  .validate__error .error {
    position: relative; }
    @media (min-width: 1000px) {
      .validate__error .error {
        display: inline-block;
        border: 1px solid #f13d06;
        border-radius: 23px;
        padding: 8px 20px 8px 34px;
        background: #fff; } }
    .validate__error .error::before {
      font-weight: 900;
      font-family: "Font Awesome 6 Free";
      content: "\f071"; }
      @media (max-width: 480px) {
        .validate__error .error::before {
          font-size: 3.8461538462vw; } }

/*input*/
.form-txt01 {
  position: relative;
  line-height: 1; }
  .form-txt01 input[type="text"],
  .form-txt01 input[type="number"],
  .form-txt01 input[type="tel"] {
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 5px 15px;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff4f1; }
    @media (max-width: 480px) {
      .form-txt01 input[type="text"],
      .form-txt01 input[type="number"],
      .form-txt01 input[type="tel"] {
        height: 11.5384615385vw;
        font-size: 4.4871794872vw;
        padding: 0.2564102564vw 3.8461538462vw;
        border-radius: 0.5128205128vw; } }
    .form-txt01 input[type="text"].error,
    .form-txt01 input[type="number"].error,
    .form-txt01 input[type="tel"].error {
      border-color: #f13d06 !important;
      background: #ffeaea !important;
      -webkit-box-shadow: 0 0 5px #fb1c1c !important;
              box-shadow: 0 0 5px #fb1c1c !important; }
    .form-txt01 input[type="text"].inactive,
    .form-txt01 input[type="number"].inactive,
    .form-txt01 input[type="tel"].inactive {
      pointer-events: none;
      opacity: 0.7;
      background-color: #e1e1e1; }
  .form-txt01 textarea {
    width: 100%;
    height: 85px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 15px;
    border: 0;
    border-bottom-width: 1px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    white-space: pre-wrap;
    box-sizing: border-box;
    background: #E8EDF5; }
    @media (max-width: 480px) {
      .form-txt01 textarea {
        height: 32.0512820513vw;
        font-size: 4.4871794872vw;
        padding: 3.8461538462vw;
        border-radius: 0.5128205128vw; } }
    .form-txt01 textarea.error {
      border-color: #f13d06 !important;
      background: #ffeaea !important; }
  .form-txt01.form-txt01--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form-txt01 .form-txt01__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .form-txt01 .form-txt01__set:not(:last-child) {
      margin-right: 10px; }
      @media (max-width: 480px) {
        .form-txt01 .form-txt01__set:not(:last-child) {
          margin-right: 1.2820512821vw; } }
  .form-txt01 .form-txt01__sub {
    margin-left: 5px;
    margin-bottom: 3px; }
    @media (max-width: 480px) {
      .form-txt01 .form-txt01__sub {
        font-size: 1.5384615385vw;
        margin-left: 0.641025641vw;
        margin-bottom: 0.641025641vw; } }
  .form-txt01 .input-sub-txt {
    position: absolute;
    font-weight: bold;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    font-size: 1.6rem; }
    @media (max-width: 480px) {
      .form-txt01 .input-sub-txt {
        font-size: 4.1025641026vw;
        right: -0.8974358974vw; } }

.form-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-zip .form-txt01 {
    width: 30%; }
    @media (max-width: 480px) {
      .form-zip .form-txt01 {
        width: 70%; } }

.form-namearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-namearea .form-txt01 {
    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;
    width: 47%;
    font-size: 1.3rem;
    color: #888;
    padding-left: 6px; }
    @media (max-width: 480px) {
      .form-namearea .form-txt01 {
        width: 49%;
        font-size: 1.5384615385vw; } }
    .form-namearea .form-txt01 input {
      width: 83%; }
      @media (max-width: 480px) {
        .form-namearea .form-txt01 input {
          width: 80%; } }

.form-telarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-telarea .form-txt01:not(:last-child) {
    position: relative;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .form-telarea .form-txt01:not(:last-child) {
        margin-right: 2.5641025641vw; } }
    .form-telarea .form-txt01:not(:last-child)::after {
      position: absolute;
      content: " ";
      width: 13px;
      height: 1px;
      background-color: #000;
      top: 50%;
      right: -8px;
      -webkit-transform: translate(100%, -50%);
              transform: translate(100%, -50%); }
      @media (max-width: 480px) {
        .form-telarea .form-txt01:not(:last-child)::after {
          width: 1.4102564103vw;
          right: -0.641025641vw; } }

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 2%; }
  @media (max-width: 480px) {
    .form-item {
      gap: 1.9230769231vw 3%; } }
  .form-item.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .form-item.form-item--radio {
    color: #8f8f8f; }
  .form-item .form-item__set {
    max-width: 100%; }
  .form-item input {
    position: absolute;
    opacity: 0; }
  .form-item label {
    width: 100%;
    height: 45px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #111;
    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;
    padding: 10px;
    border-radius: 1px;
    cursor: pointer;
    text-align: center;
    background-color: #fff4f1;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    line-height: 1.2; }
    @media (max-width: 819px) {
      .form-item label {
        font-size: 1.3rem;
        padding: 15px; } }
    @media (max-width: 480px) {
      .form-item label {
        height: 100%;
        font-size: 3.8461538462vw;
        padding: 3.2051282051vw 1.2820512821vw;
        border-radius: 0.1282051282vw;
        letter-spacing: 0.1282051282vw; } }
    .form-item label:has(input:checked) {
      color: #fff;
      border-color: #eb6100;
      background: #eb6100; }
    .form-item label:has(input:disabled) {
      opacity: 0.5; }
    @media (min-width: 1000px) {
      .form-item label:hover {
        opacity: 0.8; } }
    .form-item label.formItem--error {
      border-color: #f13d06 !important;
      background: #ffeaea !important; }

/*select*/
.form-select {
  position: relative;
  line-height: 1; }
  .form-select select {
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 45px 0 15px;
    border: none;
    background: #fff4f1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .form-select select:focus-visible {
      border: none;
      outline: none; }
    @media (max-width: 480px) {
      .form-select select {
        height: 12.8205128205vw;
        font-size: 4.1025641026vw;
        padding: 0 3.8461538462vw 0 3.8461538462vw;
        border-radius: 1.2820512821vw; } }
    .form-select select.error {
      border: 2px solid #f13d06 !important;
      background: #ffeaea !important; }
    .form-select select.inactive {
      pointer-events: none;
      opacity: 0.7;
      background-color: #e1e1e1; }
  .form-select::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 6px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 16px;
    top: 50%;
    z-index: 100; }
    @media (max-width: 480px) {
      .form-select::before {
        margin-top: -0.3846153846vw;
        border-left: 0.8974358974vw solid #000;
        border-top: 0.641025641vw solid transparent;
        border-bottom: 0.641025641vw solid transparent; } }
  .form-select .input-sub-txt {
    position: absolute;
    font-weight: bold;
    top: 50%;
    right: -10px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      .form-select .input-sub-txt {
        font-size: 4.1025641026vw;
        right: -0.8974358974vw; } }

.form-checkbox .checkbox {
  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;
  cursor: pointer;
  border-radius: 5px; }
  @media (max-width: 480px) {
    .form-checkbox .checkbox {
      font-size: 3.8461538462vw;
      border-radius: 1.2820512821vw; } }
  .form-checkbox .checkbox input {
    width: 23px;
    height: 23px;
    -webkit-appearance: auto;
    margin-right: 20px;
    accent-color: #af0808; }
    .form-checkbox .checkbox input:focus {
      outline: none; }
    .form-checkbox .checkbox input:focus-visible {
      outline: none; }
    @media (max-width: 480px) {
      .form-checkbox .checkbox input {
        width: 5.1282051282vw;
        height: 6.1538461538vw;
        margin-right: 1.5384615385vw; } }
    .form-checkbox .checkbox input + .waku {
      font-size: 4rem;
      color: #d7d7d7;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .form-checkbox .checkbox input + .waku {
          font-size: 7.6923076923vw; } }
      .form-checkbox .checkbox input + .waku::after {
        content: "\f14a";
        font-weight: 900;
        font-family: "Font Awesome 6 Free"; }
    .form-checkbox .checkbox input:checked + .waku {
      color: #363636; }

.form-content-head {
  width: 100%;
  margin-bottom: 15px; }
  .form-content-head .ttl-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.form-content-child {
  width: 100%; }
  .form-content-child.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px 0; }
    .form-content-child.flex.col2 .form-content-child__set {
      width: 48%;
      margin-bottom: 0; }
  .form-content-child.form-content-child--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 0; }
    @media (max-width: 480px) {
      .form-content-child.form-content-child--flex {
        gap: 2.5641025641vw 0; } }
    .form-content-child.form-content-child--flex.flex--half {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .form-content-child.form-content-child--flex.flex--half .form-content-child__set {
        width: 48%;
        margin-bottom: 0; }
    .form-content-child.form-content-child--flex.flex--triple {
      gap: 20px 6%; }
      @media (max-width: 480px) {
        .form-content-child.form-content-child--flex.flex--triple {
          gap: 2.5641025641vw 6%; } }
    .form-content-child.form-content-child--flex.between {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .form-content-child.form-content-child--flex .form-content-child__set {
      margin-bottom: 0 !important; }
  .form-content-child .form-content__messege {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .form-content-child .form-content__messege {
        font-size: 3.2051282051vw;
        margin-bottom: 3.8461538462vw;
        line-height: 1.3; } }
  .form-content-child .form-content__note {
    margin-top: 10px; }
    @media (max-width: 480px) {
      .form-content-child .form-content__note {
        margin-top: 1.0256410256vw; } }
    .form-content-child .form-content__note .form-content__noteitem {
      font-size: 1.2rem;
      color: #898989;
      text-indent: -13px;
      padding-left: 13px;
      line-height: 1.4; }
      @media (max-width: 480px) {
        .form-content-child .form-content__note .form-content__noteitem {
          font-size: 2.5641025641vw;
          text-indent: -1.6666666667vw;
          padding-left: 1.6666666667vw; } }
      .form-content-child .form-content__note .form-content__noteitem.red {
        color: #c10000; }
  .form-content-child .form-content__annot {
    text-indent: -14px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 5px 0 0 14px; }
    @media (max-width: 480px) {
      .form-content-child .form-content__annot {
        font-size: 1.4102564103vw;
        margin-bottom: 1.0256410256vw;
        line-height: 1.3; } }
  .form-content-child .form-content-child__set {
    /*&:last-child {
    	padding-top: 0;
    }*/ }
    .form-content-child .form-content-child__set:not(:last-child) {
      margin-bottom: 14px; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set:not(:last-child) {
          margin-bottom: 2.5641025641vw; } }
    .form-content-child .form-content-child__set .flex-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0 35px; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set .flex-box {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 0 5.1282051282vw; } }
      .form-content-child .form-content-child__set .flex-box.align-center {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set .flex-box .ttl-03 {
          width: 100%; } }
    .form-content-child .form-content-child__set.box-10 {
      width: 10%; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set.box-10 {
          width: 100%; } }
    .form-content-child .form-content-child__set.box-20 {
      width: 20%; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set.box-20 {
          width: 33%; } }
    .form-content-child .form-content-child__set.box-30 {
      width: 30%; }
    .form-content-child .form-content-child__set.box-40 {
      width: 40%; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set.box-40 {
          width: 100%; } }
    .form-content-child .form-content-child__set.box-50 {
      width: 50%; }
      @media (max-width: 480px) {
        .form-content-child .form-content-child__set.box-50 {
          width: 100%; } }
  @media (max-width: 480px) {
    .form-content-child .child_hide_box01 {
      background-color: #dddddd;
      padding: 2.5641025641vw; } }

.hide-block {
  display: none;
  margin-bottom: 20px;
  padding: 30px 30px 40px;
  background-color: #f1f1f1; }
  @media (max-width: 480px) {
    .hide-block {
      margin-bottom: 20px;
      padding: 2.5641025641vw 1.9230769231vw; } }
  .hide-block.inactive {
    display: none; }

.js-hide-block2 {
  display: none; }

.show-block {
  padding: 20px 30px 25px;
  background-color: #f1f1f1; }
  @media (max-width: 480px) {
    .show-block {
      padding: 2.5641025641vw 1.9230769231vw; } }

/**/
.confirm-iframe {
  text-align: center; }
  .confirm-iframe iframe {
    width: 90%;
    height: 3000px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .confirm-iframe iframe {
        width: 100%;
        height: 64.1025641026vw; } }

.confirm-top {
  text-align: center;
  margin-bottom: 30px; }

.confirm {
  padding: 60px 0; }
  @media (max-width: 480px) {
    .confirm {
      padding: 7.6923076923vw 0; } }
  .confirm .confirm-content:not(:last-child) {
    margin-bottom: 50px; }
    @media (max-width: 480px) {
      .confirm .confirm-content:not(:last-child) {
        margin-bottom: 8.9743589744vw; } }
  .confirm .confirm-content__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .confirm .confirm-content__head {
        position: relative;
        margin-bottom: 6.4102564103vw; } }
    .confirm .confirm-content__head .ttl-01 {
      margin-bottom: 0; }
  .confirm .correction-btn {
    font-size: 1.2rem;
    font-weight: bold;
    color: #555;
    background-color: #dadada;
    border-radius: 3px;
    padding: 1px 10px 3px;
    margin-left: 20px;
    text-decoration: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .confirm .correction-btn {
        position: absolute;
        font-size: 1.6666666667vw;
        margin-left: 3.8461538462vw;
        border-radius: 0.3846153846vw;
        padding: 0.3846153846vw 1.0256410256vw 0.5128205128vw;
        margin-left: 0;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    @media (min-width: 1000px) {
      .confirm .correction-btn:hover {
        opacity: 0.7; } }
  .confirm .confirm-content__set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    gap: 1%; }
    @media (max-width: 480px) {
      .confirm .confirm-content__set {
        display: block;
        padding: 0 1.2820512821vw 3.8461538462vw; } }
    .confirm .confirm-content__set:not(:last-child) {
      margin-bottom: 30px; }
      @media (max-width: 480px) {
        .confirm .confirm-content__set:not(:last-child) {
          margin-bottom: 3.8461538462vw; } }
  .confirm .confirm-content__ttl,
  .confirm .confirm-content__msg {
    line-height: 1; }
  .confirm .confirm-content__ttl {
    width: 34%;
    font-size: 1.88rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .confirm .confirm-content__ttl {
        width: 100%;
        font-size: 4.1025641026vw;
        margin-bottom: 1.9230769231vw; } }
  .confirm .confirm-content__msg {
    width: 65%;
    font-size: 1.7rem;
    font-weight: 500; }
    @media (max-width: 480px) {
      .confirm .confirm-content__msg {
        width: 100%;
        font-size: 4.1025641026vw;
        text-align: right; } }

.doui-btn {
  position: relative;
  background: #1b5b81;
  color: #fff;
  display: inline-block;
  font-size: 1.35rem;
  padding: 10px 47px 10px 30px;
  border-radius: 30px; }
  @media (min-width: 1000px) {
    .doui-btn {
      -webkit-transition: opacity 0.1s;
      transition: opacity 0.1s; } }
  @media (max-width: 480px) {
    .doui-btn {
      font-size: 1.6666666667vw;
      padding: 1.5384615385vw 5.1282051282vw 1.5384615385vw 3.8461538462vw;
      border-radius: 6.4102564103vw; } }
  @media (min-width: 1000px) {
    .doui-btn:hover {
      opacity: 0.7; } }
  .doui-btn::after {
    position: absolute;
    content: "\f08e";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 480px) {
      .doui-btn::after {
        right: 2.5641025641vw; } }

.js-acd-btn {
  cursor: pointer; }

.js-acd-target {
  display: none; }

.dbup_block {
  width: 80%;
  margin: 0 auto 20px; }
  @media (max-width: 480px) {
    .dbup_block {
      padding: 0 3.2051282051vw;
      margin-bottom: 2.5641025641vw; } }

.dbup_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4; }
  @media (max-width: 480px) {
    .dbup_table {
      font-size: 2.3076923077vw;
      white-space: nowrap; } }
  .dbup_table thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .dbup_table th,
  .dbup_table td {
    border: 1px solid #000;
    text-align: center; }
  .dbup_table th {
    color: #fff;
    background-color: #4584d1;
    padding: 10px; }
    @media (max-width: 480px) {
      .dbup_table th {
        padding: 2.5641025641vw 1.2820512821vw; } }
  .dbup_table td {
    font-size: 1.2rem;
    padding: 5px 10px; }
    @media (max-width: 480px) {
      .dbup_table td {
        font-size: 2.0512820513vw;
        padding: 1.9230769231vw 1.2820512821vw; } }

.btn-item01 {
  display: block;
  font-size: 1.4rem;
  background: #d17979;
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  margin-left: auto; }
  @media (max-width: 480px) {
    .btn-item01 {
      padding: 0.641025641vw 2.5641025641vw;
      border-radius: 1.2820512821vw;
      font-size: 1.9230769231vw; } }

.privacy-list {
  margin-bottom: 60px; }
  @media (max-width: 480px) {
    .privacy-list {
      margin-bottom: 10.2564102564vw; } }
  .privacy-list .privacy-list__item:not(:last-child) {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .privacy-list .privacy-list__item:not(:last-child) {
        margin-bottom: 2.5641025641vw; } }
  .privacy-list .privacy-list-sublist {
    font-size: 1.4rem;
    padding: 15px 10px; }
    @media (max-width: 480px) {
      .privacy-list .privacy-list-sublist {
        font-size: 3.5897435897vw;
        padding-top: 1.9230769231vw; } }
  .privacy-list .privacy-list-sublist_item:not(:last-child) {
    margin-bottom: 10px; }
    @media (max-width: 480px) {
      .privacy-list .privacy-list-sublist_item:not(:last-child) {
        margin-bottom: 1.2820512821vw; } }
  .privacy-list .privacy-list___note {
    font-size: 80%; }

.csv-upload .csv-upload__area {
  color: #ababab;
  font-size: 1.5em;
  width: 700px;
  max-width: 100%;
  padding: 1.5em;
  display: block;
  border: 3px dashed #ababab;
  border-radius: 4px;
  margin: 0 auto 2em;
  outline: 3px solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  cursor: pointer; }
  @media (max-width: 480px) {
    .csv-upload .csv-upload__area {
      font-size: 0.9em; } }
  @media (min-width: 480px) {
    .csv-upload .csv-upload__area:hover {
      -webkit-box-shadow: 0 0 5px #538ce6;
              box-shadow: 0 0 5px #538ce6;
      border: 3px solid #538ce6; } }
  .csv-upload .csv-upload__area::file-selector-button {
    opacity: 0;
    width: 0;
    position: absolute; }
  .csv-upload .csv-upload__area::before {
    content: "csvファイルを選択：";
    display: inline-block;
    color: #333;
    font-weight: 500; }
  .csv-upload .csv-upload__area:valid {
    border: 3px solid #538ce6;
    color: #538ce6; }
  .csv-upload .csv-upload__area.error {
    border: 3px solid #f13d06 !important; }
    .csv-upload .csv-upload__area.error::before {
      color: #f13d06; }
