@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: 100%;
      margin-bottom: 8.9743589744vw;
      border-radius: 6.4102564103vw; } }
  .flow-list .flow-list__item {
    position: relative;
    width: 33.333%;
    height: 90px;
    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;
    background-color: #dcdddd;
    padding-left: 20px; }
    @media (max-width: 480px) {
      .flow-list .flow-list__item {
        height: 11.5384615385vw;
        padding-left: 2.5641025641vw; } }
    .flow-list .flow-list__item.active {
      background-color: #d8122a;
      background: -webkit-gradient(linear, left top, right top, from(#f1b8ad), to(#d8122a));
      background: linear-gradient(90deg, #f1b8ad 0%, #d8122a 100%); }
      .flow-list .flow-list__item.active::after {
        border-color: transparent transparent transparent #d8122a; }
      .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: 50px 0 50px 25px;
      border-color: transparent transparent transparent #fff;
      z-index: 5; }
      @media (max-width: 480px) {
        .flow-list .flow-list__item::before {
          border-width: 6.4102564103vw 0 6.4102564103vw 3.2051282051vw; } }
    .flow-list .flow-list__item::after {
      border-width: 45px 0 45px 20px;
      border-color: transparent transparent transparent #dcdddd;
      z-index: 10; }
      @media (max-width: 480px) {
        .flow-list .flow-list__item::after {
          border-width: 5.7692307692vw 0 5.7692307692vw 2.5641025641vw; } }
  .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); }

/*-----------------------------------------*/
.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: 768px) {
    .ttl-01 {
      font-size: 2rem;
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .ttl-01 {
      font-size: 4.6153846154vw;
      margin-bottom: 9.6153846154vw;
      padding: 0.5128205128vw 0.3846153846vw 0.8974358974vw 1.4102564103vw;
      border-width: 0.641025641vw; } }

.ttl-02 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3; }
  @media (max-width: 768px) {
    .ttl-02 {
      font-size: 1.5rem; } }
  @media (max-width: 480px) {
    .ttl-02 {
      font-size: 3.8461538462vw;
      margin-bottom: 2.5641025641vw; } }
  .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.2820512821vw 2.5641025641vw 1.7948717949vw;
        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: 1.7948717949vw;
      padding-left: 0.641025641vw;
      margin-bottom: 1.2820512821vw; } }
  .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.1538461538vw;
        padding: 0.641025641vw 0.8974358974vw;
        top: -0.1282051282vw;
        right: 0.5128205128vw; } }
    .ttl-03 .anymark.hissu {
      background-color: #c10000; }

.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: 37px; }
      @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;
  gap: 60px; }
  @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: 3.8461538462vw; } }

.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: #404040;
  border: 2px solid #404040;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer; }
  @media (max-width: 480px) {
    .btn {
      width: 100%;
      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: 1.9230769231vw;
        -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: 480px) {
    .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: 480px) {
      .validate__error .error {
        display: inline-block;
        border: 1px solid #f13d06;
        border-radius: 23px;
        padding: 8px 20px;
        background: #fff; } }

/*input*/
.form-txt01 {
  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-radius: 7px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #E8EDF5; }
    @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: 120px;
    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-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; }
  .form-item.form-item--radio {
    color: #8f8f8f; }
  .form-item .form-item__set {
    width: 100%; }
    .form-item .form-item__set:not(:last-child) {
      margin-right: 2%; }
  .form-item input {
    position: absolute;
    opacity: 0; }
  .form-item label {
    width: 100%;
    height: 50px;
    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;
    border: 1px solid #d5d5d5;
    padding: 10px;
    border-radius: 1px;
    cursor: pointer;
    text-align: center;
    background-color: #fbfbfb;
    line-height: 1.2; }
    @media (max-width: 768px) {
      .form-item label {
        font-size: 1.3rem;
        padding: 15px; } }
    @media (max-width: 480px) {
      .form-item label {
        height: 100%;
        font-size: 1.6666666667vw;
        padding: 1.9230769231vw 1.2820512821vw;
        border-radius: 0.641025641vw;
        letter-spacing: 0.1282051282vw;
        background-color: #f9f9f9; } }
    .form-item label.active {
      color: #fff;
      border-color: #eb6100;
      background: #eb6100; }
    .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: 40px;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 45px 0 15px;
    border: 1px solid #d5d5d5;
    border-radius: 1px;
    background: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media (max-width: 480px) {
      .form-select select {
        height: 5.7692307692vw;
        font-size: 2.0512820513vw;
        padding: 0 3.8461538462vw 0 1.9230769231vw;
        border-radius: 0.641025641vw;
        background-color: #f9f9f9; } }
    .form-select select.error {
      border-color: #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-checkbox .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 5px; }
  @media (max-width: 480px) {
    .form-checkbox .checkbox {
      font-size: 3.5897435897vw;
      border-radius: 1.2820512821vw; } }
  .form-checkbox .checkbox input {
    width: 23px;
    height: 23px;
    -webkit-appearance: auto;
    margin-right: 10px;
    accent-color: #557ebf; }
    @media (max-width: 480px) {
      .form-checkbox .checkbox input {
        width: 2.9487179487vw;
        height: 2.8205128205vw;
        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: 0.4em; }
  .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 .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: 1.4102564103vw;
          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: 1.2820512821vw; } }
  @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 {
  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: 5.1282051282vw; } }
  .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: 3.8461538462vw; } }
    .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: 480px) {
      .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: 1.9230769231vw; } }
  .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: 3.8461538462vw;
        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.358974359vw;
        text-align: right;
        font-weight: 400; } }

.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: 480px) {
    .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: 480px) {
    .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; }
