@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

main {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@media only screen and (min-width: 640px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  line-height: 1.3;
}

input[type="text"],
input[type="number"],
textarea {
  width: 100%;
  padding: 8px;
  border: none;
  border-radius: 4px;
  outline: none;
  display: block;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  border: 1px solid #ccc;
  resize: none;
}
input[type="text"]:disabled, input[type="text"]:read-only,
input[type="number"]:disabled,
input[type="number"]:read-only,
textarea:disabled,
textarea:read-only {
  color: #aaa;
  border-color: #ccc;
  background: #f9f9f9;
}

select {
  outline: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 12px 8px;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

video {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="radio"] {
  margin: -2px 0 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Roboto", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  font-size: clamp(0.8125rem, 0.78977rem + 0.11364vw, 0.875rem);
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  color: #333;
  letter-spacing: .2px;
  position: relative;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333;
}

h1 {
  font-size: clamp(1.5rem, 1.13636rem + 1.81818vw, 2.5rem);
}

h2 {
  font-size: clamp(1.25rem, 0.97727rem + 1.36364vw, 2rem);
}

h3 {
  font-size: clamp(1.125rem, 0.98864rem + 0.68182vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 0.90909rem + 0.45455vw, 1.25rem);
}

::placeholder {
  color: #888;
  font-size: clamp(0.8125rem, 0.78977rem + 0.11364vw, 0.875rem);
  line-height: 1.5;
}

.--ovh {
  overflow: clip;
}

.--fl1 {
  flex: 1;
}

.h100 {
  height: 100%;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.is-hidden {
  overflow: clip;
}

.l-inner, .l-inner__middle, .l-inner__large {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 0.79545rem + 2.27273vw, 2.5rem);
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .l-inner, .l-inner__middle, .l-inner__large {
    padding: 0 40px;
  }
}
.l-inner__middle {
  max-width: 1180px;
}
.l-inner__large {
  max-width: 1280px;
}

.l-section, .l-section__top {
  padding: clamp(3rem, 2.27273rem + 3.63636vw, 5rem) 0;
}
.l-section__large {
  padding: clamp(3rem, 1.36364rem + 8.18182vw, 7.5rem) 0;
}
@media print, screen and (min-width: 960px) {
  .l-section__top {
    padding: 0;
  }
}

.left-section {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .left-section {
    background: #0F47BB;
    padding: 20px 50px;
    width: 550px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
.left-section__head {
  width: 100%;
  height: 80px;
}
@media only screen and (min-width: 640px) {
  .left-section__head {
    height: 100px;
  }
}
.left-section__head .txt-logo {
  position: fixed;
  top: 0;
  padding: 20px;
  z-index: 1;
  background: #0F47BB;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .left-section__head .txt-logo {
    position: static;
    padding: 0;
  }
}
.left-section__head .txt-logo h1 {
  width: clamp(7.5rem, 6.81818rem + 3.40909vw, 9.375rem);
}
.left-section__head .txt-logo h1 a {
  color: #fff;
  font-size: clamp(1.875rem, 1.19318rem + 3.40909vw, 3.75rem);
  line-height: 1.2;
  display: flex;
}
.left-section__head .txt-logo .btn-contact {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: clamp(0.75rem, 0.72727rem + 0.11364vw, 0.8125rem);
  width: 120px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  transition: all .3s;
}
@media print, screen and (min-width: 960px) {
  .left-section__head .txt-logo .btn-contact {
    right: 50px;
    top: 40px;
  }
}
@media (hover: hover) {
  .left-section__head .txt-logo .btn-contact:hover {
    background: #fff;
    color: #0F47BB;
  }
}
.left-section__head .fig-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .left-section__head .fig-logo {
    position: static;
    margin-top: 80px;
  }
}
.left-section__head .fig-logo figure {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .left-section__head .fig-logo figure {
    width: 80%;
  }
}
@media print, screen and (min-width: 960px) {
  .left-section__head .fig-logo figure {
    position: static;
    translate: inherit;
    width: 400px;
  }
}
.left-section__doc {
  background: rgba(15, 71, 187, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .left-section__doc {
    position: static;
    padding: 0;
    margin-top: auto;
  }
}
.left-section__doc .open-text {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: clamp(0.25rem, 0.15909rem + 0.45455vw, 0.5rem);
  padding: 12px;
  font-size: clamp(0.9375rem, 0.91477rem + 0.11364vw, 1rem);
}
.left-section__doc a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: clamp(0.25rem, 0.15909rem + 0.45455vw, 0.5rem);
  padding: 12px 16px;
  width: 100%;
  transition: all .3s;
  font-size: clamp(0.9375rem, 0.91477rem + 0.11364vw, 1rem);
}
.left-section__doc a .doc-inner {
  width: 48%;
}
.left-section__doc a p span {
  position: relative;
  padding-right: 20px;
}
.left-section__doc a p span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: url(/wp/wp-content/themes/default/assets/img/arw.svg) center no-repeat;
  background-size: cover;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7476%) hue-rotate(110deg) brightness(98%) contrast(108%);
}
.left-section__doc a ul {
  margin: 4px 0 0;
  padding: 0;
  font-size: 12px;
}
.left-section__doc a ul li {
  width: 100%;
}
@media (hover: hover) {
  .left-section__doc a:hover {
    background: #fff;
    color: #0F47BB;
  }
  .left-section__doc a:hover p span::after {
    filter: brightness(0) saturate(100%) invert(23%) sepia(75%) saturate(1785%) hue-rotate(204deg) brightness(96%) contrast(105%);
  }
}
.left-section__copy {
  background: #0F47BB;
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
  padding-bottom: 90px;
}
@media print, screen and (min-width: 960px) {
  .left-section__copy {
    position: static;
    padding: 0;
    margin-top: 40px;
  }
}
.left-section__copy a {
  color: #fff;
  font-size: 13px;
  width: 100%;
  padding-bottom: 3px;
  position: relative;
}
.left-section__copy a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
@media (hover: hover) {
  .left-section__copy a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.left-section__copy a span {
  position: relative;
  padding-right: 20px;
}
.left-section__copy a span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: url(/wp/wp-content/themes/default/assets/img/icon-outer.svg) center no-repeat;
  background-size: cover;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(43deg) brightness(103%) contrast(104%);
}
@media only screen and (min-width: 640px) {
  .left-section__copy a {
    width: auto;
  }
  .left-section__copy a:nth-of-type(n+2) {
    margin-left: 24px;
  }
}
.left-section__copy p {
  width: 100%;
  margin-top: 16px;
  font-size: 10px;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.remodal-close {
  left: inherit;
  right: 0;
}

.remodal {
  padding: clamp(1.875rem, 1.42045rem + 2.27273vw, 3.125rem);
  border-radius: clamp(0.25rem, 0.15909rem + 0.45455vw, 0.5rem);
}

.contact-modal {
  max-width: 900px;
}
.contact-modal__wrap {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .contact-modal__wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50%;
    height: 100%;
    width: 1px;
    background: #ccc;
  }
}
.contact-modal__inner {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .contact-modal__inner {
    width: 48%;
    max-width: 350px;
  }
}
.contact-modal__inner:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .contact-modal__inner:nth-of-type(n+2) {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.contact-modal__inner p {
  background: #333;
  border-radius: 100px;
  color: #fff;
  font-size: clamp(1rem, 0.90909rem + 0.45455vw, 1.25rem);
  padding: clamp(0.5rem, 0.40909rem + 0.45455vw, 0.75rem);
  margin-bottom: 8px;
}
.contact-modal__inner a {
  text-decoration: underline;
  color: #0F47BB;
}
@media only screen and (min-width: 640px) {
  .contact-modal__inner a.tel {
    color: #333;
    text-decoration: none;
  }
}

.download-modal {
  max-width: 1000px;
}
.download-modal__wrap {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .download-modal__wrap::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50%;
    height: 100%;
    width: 1px;
    background: #ccc;
  }
}
.download-modal__inner {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .download-modal__inner {
    width: 48%;
  }
}
.download-modal__inner:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .download-modal__inner:nth-of-type(n+2) {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.download-modal__inner p.download-ttl {
  color: #0F47BB;
  font-size: clamp(1.25rem, 0.97727rem + 1.36364vw, 2rem);
  margin-bottom: 8px;
}
.download-modal__inner .download-list {
  margin-top: 16px;
}
.download-modal__inner .form-wrap dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.download-modal__inner .form-wrap dl dt {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .download-modal__inner .form-wrap dl dt {
    width: 35%;
  }
}
.download-modal__inner .form-wrap dl dd {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .download-modal__inner .form-wrap dl dd {
    width: auto;
    flex: 1;
  }
}
.download-modal__inner .form-wrap button {
  background: #0F47BB;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: clamp(1rem, 0.90909rem + 0.45455vw, 1.25rem);
  padding: clamp(0.625rem, 0.53409rem + 0.45455vw, 0.875rem) 0;
  width: 100%;
  max-width: 350px;
  margin: clamp(1rem, 0.81818rem + 0.90909vw, 1.5rem) auto 0;
  display: block;
  transition: all .3s;
}
@media (hover: hover) {
  .download-modal__inner .form-wrap button:hover {
    opacity: .7;
  }
}

.caution-modal__wrap p {
  margin-bottom: clamp(1rem, 0.81818rem + 0.90909vw, 1.5rem);
  font-size: clamp(1rem, 0.90909rem + 0.45455vw, 1.25rem);
  color: #cc1144;
}
.caution-modal__wrap ul li {
  text-indent: -14px;
  margin-left: 14px;
}

header {
  padding: 20px 0;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
}
header h1 {
  color: #28528E;
  font-size: clamp(3rem, 2.63636rem + 1.81818vw, 4rem);
  line-height: 1.3;
}
header h1 span {
  display: block;
  color: #333;
  font-size: clamp(1.25rem, 1.15909rem + 0.45455vw, 1.5rem);
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.72727rem + 0.11364vw, 0.8125rem);
  padding: 20px 0;
}
footer ul li:nth-of-type(n+2) {
  margin-left: 40px;
}
footer a {
  font-size: clamp(0.75rem, 0.72727rem + 0.11364vw, 0.8125rem);
}
footer a.outer-link {
  position: relative;
  padding-right: 14px;
}
footer a.outer-link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -28%;
  width: 10px;
  height: 9px;
  background: url(/wp/wp-content/themes/default/assets/img/icon-outer.svg) center no-repeat;
  background-size: cover;
}

.carpet-modal {
  max-width: 1000px;
}

.thanks-box {
  background: #0F47BB;
  color: #fff;
  padding: clamp(1rem, 0.81818rem + 0.90909vw, 1.5rem);
  border-radius: clamp(0.25rem, 0.15909rem + 0.45455vw, 0.5rem);
}

.color-box {
  border: 1px solid #ccc;
  padding: clamp(0.5rem, 0.31818rem + 0.90909vw, 1rem);
  margin-top: clamp(1.5rem, 1.31818rem + 0.90909vw, 2rem);
}

u {
  text-decoration: none;
  border-bottom: 1px solid #333;
}

.icon-modal {
  position: relative;
  padding-right: 18px;
}
.icon-modal::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  background: url(/wp/wp-content/themes/default/assets/img/icon-modal.svg) center no-repeat;
  background-size: cover;
  width: 13px;
  height: 12px;
}

/* 無効状態用クラス */
input[type="text"].is-disabled,
input[type="number"].is-disabled,
textarea.is-disabled {
  pointer-events: none;
  /* クリックできない */
  color: #aaa;
  border-color: #ccc;
  background: #f9f9f9;
}

input[type="radio"].is-disabled {
  opacity: .4;
}
input[type="radio"].is-disabled + span {
  color: #aaa;
}

label {
  cursor: pointer;
}

.js-disabled {
  color: #888 !important;
}
.js-disabled a {
  pointer-events: none;
  color: #888 !important;
}

input[disabled] + span {
  opacity: 0.5;
  pointer-events: none;
}

.form-section h2 {
  font-size: clamp(1.5rem, 1.31818rem + 0.90909vw, 2rem);
}
.form-section__inner {
  width: 100%;
  max-width: 650px;
  border-left: 1px solid #dadada;
  margin-top: clamp(1.5rem, 1.13636rem + 1.81818vw, 2.5rem);
}
.form-section__inner a {
  color: #0F47BB;
  text-decoration: underline;
}
.form-section__inner a.modal-attention {
  color: #cc1144;
  background: #cc1144;
  color: #fff;
  padding: 3px 24px 3px 8px;
  text-decoration: none;
  margin-top: 3px;
  display: inline-block;
  position: relative;
}
.form-section__inner a.modal-attention::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  translate: 0 -50%;
  background: url(/wp/wp-content/themes/default/assets/img/icon-modal.svg) center no-repeat;
  background-size: cover;
  width: 13px;
  height: 12px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(177deg) brightness(102%) contrast(102%);
}
.form-section__inner__wrap:nth-of-type(n+2) {
  padding-top: clamp(1.5rem, 1.13636rem + 1.81818vw, 2.5rem);
}
.form-section__inner__wrap:last-child .form-section__inner__inwrap {
  border: none;
}
.form-section__inner__wrap p.step-ttl {
  margin-left: 10px;
  color: #0F47BB;
  font-size: 12px;
  position: relative;
  line-height: 1;
  margin-bottom: 4px;
}
.form-section__inner__wrap p.step-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  translate: 0 -50%;
  width: 14px;
  height: 14px;
  background: #333;
  border-radius: 100px;
}
.form-section__inner__wrap p.step-ttl span {
  font-size: 14px;
}
.form-section__inner__wrap p.form-text {
  line-height: 1.6;
  margin-bottom: clamp(1rem, 0.81818rem + 0.90909vw, 1.5rem);
}
.form-section__inner__wrap p.form-text span {
  display: inline-block;
  line-height: 1.4;
}
.form-section__inner__wrap p.form-text span.attention {
  color: #cc1144;
  font-size: clamp(0.6875rem, 0.66477rem + 0.11364vw, 0.75rem);
  text-indent: -12px;
  margin-left: clamp(0.6875rem, 0.66477rem + 0.11364vw, 0.75rem);
}
.form-section__inner__wrap h3 {
  margin-bottom: 8px;
}
.form-section__inner__wrap h3 span {
  margin-left: 6px;
  border-radius: 2px;
  font-size: clamp(0.625rem, 0.60227rem + 0.11364vw, 0.6875rem);
  font-weight: bold;
  padding: 4px;
  line-height: 1;
  color: #fff;
}
.form-section__inner__wrap h3 span.mark-any {
  background: #888;
}
.form-section__inner__wrap h3 span.mark-req {
  background: #cc1144;
}
.form-section__inner__wrap h3 span.mark-file {
  border: 1px solid #0F47BB;
  color: #0F47BB;
  border-radius: 100px;
  padding: 4px 16px;
  margin-left: 8px;
  font-size: clamp(0.625rem, 0.60227rem + 0.11364vw, 0.6875rem);
}
.form-section__inner__inwrap {
  margin-left: 20px;
  padding-bottom: clamp(1.5rem, 1.13636rem + 1.81818vw, 2.5rem);
  border-bottom: 1px dashed #ccc;
}
.form-section__inner__box .item-list > span {
  display: block;
  width: 100%;
  margin-left: 0 !important;
}
.form-section__inner__box .radio-main, .form-section__inner__box .radio-main__row3 {
  width: 100%;
  margin-top: clamp(1rem, 0.81818rem + 0.90909vw, 1.5rem);
  color: #333 !important;
}
.form-section__inner__box .radio-main span, .form-section__inner__box .radio-main__row3 span {
  width: 50%;
  margin: 0 !important;
}
.form-section__inner__box .radio-main span input, .form-section__inner__box .radio-main__row3 span input {
  display: none;
}
.form-section__inner__box .radio-main span label, .form-section__inner__box .radio-main__row3 span label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 18px 0;
  border-right: 1px solid #d9d9d9;
  background: #f1f1f1;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  transition: .2s;
  height: 100%;
}
.form-section__inner__box .radio-main span label span, .form-section__inner__box .radio-main__row3 span label span {
  width: 100%;
}
.form-section__inner__box .radio-main span:first-of-type label, .form-section__inner__box .radio-main__row3 span:first-of-type label {
  border-radius: 3px 0 0 3px;
}
.form-section__inner__box .radio-main span:last-of-type label, .form-section__inner__box .radio-main__row3 span:last-of-type label {
  border-right: 0px;
  border-radius: 0 3px 3px 0;
}
.form-section__inner__box .radio-main span label:has(input[type="radio"]:checked), .form-section__inner__box .radio-main__row3 span label:has(input[type="radio"]:checked) {
  background-color: #0F47BB;
  color: #fff;
}
.form-section__inner__box .radio-main__row3 span {
  width: 33.33333%;
}
.form-section__inner__box .radio-main__row3 span label {
  font-size: clamp(0.8125rem, 0.78977rem + 0.11364vw, 0.875rem);
}
.form-section__inner__box .sub-box {
  margin-top: clamp(0.5rem, 0.31818rem + 0.90909vw, 1rem);
}
.form-section__inner__box .option-form .horizon-form {
  width: 48%;
}
.form-section__inner__box .option-form .horizon-form:nth-of-type(n+2) {
  margin-top: 0;
  margin-left: 8px;
}
.form-section__inner__box .option-form .horizon-form__ttl {
  width: 20%;
}
.form-section__inner__box .option-form .horizon-form__input {
  width: 80%;
}
.form-section__inner__box .destination-form {
  width: 100%;
}
.form-section__inner__box .destination-form .horizon-form {
  width: 100%;
}
.form-section__inner__box .destination-form .horizon-form:nth-of-type(n+2) {
  margin-top: 8px;
}
.form-section__inner__box .destination-form .horizon-form__ttl {
  width: 30%;
}
.form-section__inner__box .destination-form .horizon-form__input {
  width: 70%;
}
.form-section__inner__box .destination-form .horizon-form__input.short-form,
.form-section__inner__box .destination-form .horizon-form__input .short-form {
  width: 40%;
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .attendance-form .horizon-form {
    width: 48%;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .attendance-form .horizon-form:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .attendance-form .horizon-form:nth-of-type(2) .horizon-form__ttl {
    width: auto;
    margin-right: 8px;
  }
}
.form-section__inner__box .attendance-form .horizon-form__ttl {
  width: 30%;
}
.form-section__inner__box .attendance-form .horizon-form__input {
  width: 70%;
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .floor-form .horizon-form {
    width: 48%;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .floor-form .horizon-form:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .floor-form .horizon-form:nth-of-type(2) .horizon-form__ttl {
    width: auto;
    margin-right: 8px;
  }
}
.form-section__inner__box .horizon-form:nth-of-type(n+2) {
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box .horizon-form:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.form-section__inner__box .horizon-form__ttl {
  width: 40%;
}
.form-section__inner__box .horizon-form__input {
  width: 60%;
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl.u-df dt {
    width: 25%;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl.u-df dd {
    width: 75%;
  }
}
.form-section__inner__box dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.form-section__inner__box dl dt {
  width: 100%;
}
.form-section__inner__box dl dd .short-form {
  width: 40%;
  margin: 0 3px;
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd .short-form {
    width: 20%;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd.short-form {
    width: 35%;
    margin: 0;
  }
}
.form-section__inner__box dl dd .car-form__child {
  width: 65%;
}
.form-section__inner__box dl dd .car-form__child__ttl {
  width: 35px;
}
.form-section__inner__box dl dd .car-form__child__input {
  flex: 1;
}
.form-section__inner__box dl dd .car-form__child:nth-of-type(2) {
  width: 30%;
  margin-left: 8px;
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd.work-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd.work-form .horizon-form {
    width: 48%;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd.work-form .horizon-form:nth-of-type(2) {
    margin-left: 16px;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd.work-form .horizon-form__ttl {
    width: auto;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 640px) {
  .form-section__inner__box dl dd.work-form .horizon-form__input {
    width: 40%;
  }
}
.form-section .btn-block {
  width: 100%;
  margin-top: clamp(1.5rem, 1.13636rem + 1.81818vw, 2.5rem);
}
.form-section .btn-block input {
  width: 80%;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  background-color: #0F47BB;
  color: #fff;
  font-size: clamp(1rem, 0.90909rem + 0.45455vw, 1.25rem);
  padding: clamp(0.75rem, 0.65909rem + 0.45455vw, 1rem) 0;
  text-align: center;
  border-radius: 100px;
  transition: all .3s;
}
@media (hover: hover) {
  .form-section .btn-block input:hover {
    opacity: .7;
  }
}

.form-wrap dl:nth-of-type(n+2) {
  margin-top: 8px;
}
.form-wrap dl dt {
  margin-bottom: 4px;
}
@media only screen and (min-width: 640px) {
  .form-wrap dl dt {
    margin-bottom: 0;
  }
}
.form-wrap dl dt span.req {
  background: #cc1144;
  color: #fff;
  border-radius: 2px;
  font-size: clamp(0.625rem, 0.60227rem + 0.11364vw, 0.6875rem);
  font-weight: bold;
  padding: 3px 4px;
  line-height: 1;
  margin-left: 4px;
}
@media only screen and (min-width: 640px) {
  .form-wrap dl dt span.req {
    margin-left: auto;
  }
}
.form-wrap dl dd.file-upload__wrap > .error {
  width: 100%;
  order: 3;
}
.form-wrap dl dd.file-upload__wrap .mwform-file-delete {
  display: none;
}
.form-wrap dl dd.file-upload__wrap .mwform-file-delete + .error {
  display: none;
}
.form-wrap dl dd.file-upload__wrap br {
  display: none;
}
.form-wrap dl dd.file-upload__wrap input[type="text"] {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ccc;
  flex: 1;
}
.form-wrap dl dd.file-upload__wrap label {
  color: #fff;
  background: #333;
  cursor: pointer;
  height: 100%;
  border-radius: 0 4px 4px 0;
  width: 80px;
  padding: 7px 0;
  transition: all .3s;
}
@media (hover: hover) {
  .form-wrap dl dd.file-upload__wrap label:hover {
    opacity: .7;
  }
}
.form-wrap dl dd.file-upload__wrap label input[type="file"] {
  display: none;
}
.form-wrap .btn-file {
  display: block;
  background: #0F47BB;
  color: #fff;
  border-radius: 100px;
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: clamp(1rem, 0.95455rem + 0.22727vw, 1.125rem);
  margin-top: clamp(1.5rem, 1.31818rem + 0.90909vw, 2rem);
  transition: all .3s;
}
@media (hover: hover) {
  .form-wrap .btn-file:hover {
    opacity: .7;
  }
}
.form-wrap.file-form {
  width: 100%;
  max-width: 480px;
  margin: 0 clamp(0rem, -1.93182rem + 9.65909vw, 5.3125rem);
}
@media only screen and (min-width: 640px) {
  .form-wrap.file-form dl {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 640px) {
  .form-wrap.file-form dl dt {
    width: 180px;
  }
}
@media only screen and (min-width: 640px) {
  .form-wrap.file-form dl dd {
    width: 280px;
  }
}

.u-ta-c {
  text-align: center;
}

.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-vertical-middle {
  vertical-align: middle;
}

.u-vertical-inherit {
  vertical-align: inherit;
}

.u-vertical-base {
  vertical-align: baseline;
}

.u-vertical-sub {
  vertical-align: sub;
  line-height: 1;
}

.u-vertical-sup {
  vertical-align: super;
}

@media only screen and (min-width: 640px) {
  .u-sm-text-center {
    text-align: center;
  }

  .u-sm-text-left {
    text-align: left;
  }

  .u-sm-text-right {
    text-align: right;
  }

  .u-sm-vertical-middle {
    vertical-align: middle;
  }

  .u-sm-vertical-inherit {
    vertical-align: inherit;
  }
}
@media print, screen and (min-width: 960px) {
  .u-sm-text-center {
    text-align: center;
  }

  .u-sm-text-left {
    text-align: left;
  }

  .u-sm-text-right {
    text-align: right;
  }

  .u-md-text-center {
    text-align: center;
  }

  .u-md-text-left {
    text-align: left;
  }

  .u-md-text-right {
    text-align: right;
  }

  .u-md-vertical-middle {
    vertical-align: middle;
  }

  .u-md-vertical-inherit {
    vertical-align: inherit;
  }
}
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

@media only screen and (min-width: 640px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 960px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-block {
    display: block !important;
  }
}
.u-display-inline {
  display: inline-block;
}

.u-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-d-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.u-d-flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.u-d-flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.u-flex-align-start {
  align-items: flex-start;
}

.u-flex-align-center {
  align-items: center;
}

.u-flex-align-end {
  align-items: flex-end;
}

.u-flex-direction-reverse {
  flex-direction: row-reverse;
}

.u-flex-content-baseline {
  align-content: baseline;
}

.u-flex-direction-column {
  display: flex;
  flex-direction: column;
}

.u-width-flex {
  flex: 1;
}

/*
<div class="u-df -jc-sb -ac-c">
  <div>...</div>
</div>
*/
.u-df {
  display: flex;
  flex-wrap: wrap;
}
.u-df.-fxd-c {
  flex-direction: column;
}
.u-df.-fxd-cr {
  flex-direction: column-reverse;
}
.u-df.-fxd-r {
  flex-direction: row;
}
.u-df.-fxd-rr {
  flex-direction: row-reverse;
}
.u-df.-jc-c {
  justify-content: center;
}
.u-df.-jc-fe {
  justify-content: flex-end;
}
.u-df.-jc-fs {
  justify-content: flex-start;
}
.u-df.-jc-sa {
  justify-content: space-around;
}
.u-df.-jc-sb {
  justify-content: space-between;
}
.u-df.-ai-b {
  align-items: baseline;
}
.u-df.-ai-c {
  align-items: center;
}
.u-df.-ai-fe {
  align-items: flex-end;
}
.u-df.-ai-fs {
  align-items: flex-start;
}
.u-df.-ai-s {
  align-items: stretch;
}
.u-df.-ac-c {
  align-content: center;
}
.u-df.-ac-fe {
  align-content: flex-end;
}
.u-df.-ac-fs {
  align-content: flex-start;
}
.u-df.-ac-s {
  align-content: stretch;
}
.u-df.-ac-sa {
  align-content: space-around;
}
.u-df.-ac-sb {
  align-content: space-between;
}

.u-ff-robot {
  font-family: "Roboto", sans-serif;
}

.u-ff-dot {
  font-family: 'DotGothic16', sans-serif;
}

.u-ff-mincho {
  font-family: 'Noto Serif JP', serif;
}

.u-ff-oswald {
  font-family: 'Oswald', sans-serif;
}

.u-ff-playfair {
  font-family: 'Playfair Display SC', serif;
}

.u-ff-roboto {
  font-family: 'Roboto', sans-serif;
}

.u-ff-archivo {
  font-family: "Archivo Black", sans-serif;
}

.u-fw-thin {
  font-weight: 100;
}

.u-fw-exlight {
  font-weight: 200;
}

.u-fw-light {
  font-weight: 300;
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-semiblack {
  font-weight: 800;
}

.u-fw-black {
  font-weight: 900;
}

.u-size-10 {
  width: 10px !important;
}

.u-size-11 {
  width: 11px !important;
}

.u-size-12 {
  width: 12px !important;
}

.u-size-13 {
  width: 13px !important;
}

.u-size-14 {
  width: 14px !important;
}

.u-size-15 {
  width: 15px !important;
}

.u-size-16 {
  width: 16px !important;
}

.u-sm-size-10 {
  width: 10px !important;
}

.u-sm-size-11 {
  width: 11px !important;
}

.u-sm-size-12 {
  width: 12px !important;
}

.u-sm-size-13 {
  width: 13px !important;
}

.u-sm-size-14 {
  width: 14px !important;
}

.u-sm-size-15 {
  width: 15px !important;
}

.u-sm-size-16 {
  width: 16px !important;
}

.u-md-size-10 {
  width: 10px !important;
}

.u-md-size-11 {
  width: 11px !important;
}

.u-md-size-12 {
  width: 12px !important;
}

.u-md-size-13 {
  width: 13px !important;
}

.u-md-size-14 {
  width: 14px !important;
}

.u-md-size-15 {
  width: 15px !important;
}

.u-md-size-16 {
  width: 16px !important;
}

.u-m-center {
  margin-left: auto;
  margin-right: auto;
}

.mt-x0 {
  margin-top: 0 !important;
}

.mt-x1 {
  margin-top: 8px !important;
}

.mt-x2 {
  margin-top: calc(8px * 2) !important;
}

.mt-x3 {
  margin-top: calc(8px * 3) !important;
}

.mt-x4 {
  margin-top: calc(8px * 4) !important;
}

.mt-x5 {
  margin-top: calc(8px * 5) !important;
}

.mt-x6 {
  margin-top: calc(8px * 6) !important;
}

.mt-x7 {
  margin-top: calc(8px * 7) !important;
}

.mt-x8 {
  margin-top: calc(8px * 8) !important;
}

.mt-x9 {
  margin-top: calc(8px * 9) !important;
}

.mt-x10 {
  margin-top: calc(8px * 10) !important;
}

.mr-x0 {
  margin-right: 0 !important;
}

.mr-x1 {
  margin-right: 8px;
}

.mr-x2 {
  margin-right: calc(8px * 2);
}

.mr-x3 {
  margin-right: calc(8px * 3);
}

.mr-x4 {
  margin-right: calc(8px * 4);
}

.mr-x5 {
  margin-right: calc(8px * 5);
}

.mr-x6 {
  margin-right: calc(8px * 6);
}

.mr-x7 {
  margin-right: calc(8px * 7);
}

.mr-x8 {
  margin-right: calc(8px * 8);
}

.mr-x9 {
  margin-right: calc(8px * 9);
}

.mr-x10 {
  margin-right: calc(8px * 10);
}

.mb-x0 {
  margin-bottom: 0 !important;
}

.mb-x1 {
  margin-bottom: 8px;
}

.mb-x2 {
  margin-bottom: calc(8px * 2);
}

.mb-x3 {
  margin-bottom: calc(8px * 3);
}

.mb-x4 {
  margin-bottom: calc(8px * 4);
}

.mb-x5 {
  margin-bottom: calc(8px * 5);
}

.mb-x6 {
  margin-bottom: calc(8px * 6);
}

.mb-x7 {
  margin-bottom: calc(8px * 7);
}

.mb-x8 {
  margin-bottom: calc(8px * 8);
}

.mb-x9 {
  margin-bottom: calc(8px * 9);
}

.mb-x10 {
  margin-bottom: calc(8px * 10);
}

.ml-x0 {
  margin-left: 0 !important;
}

.ml-x1 {
  margin-left: 8px;
}

.ml-x2 {
  margin-left: calc(8px * 2);
}

.ml-x3 {
  margin-left: calc(8px * 3);
}

.ml-x4 {
  margin-left: calc(8px * 4);
}

.ml-x5 {
  margin-left: calc(8px * 5);
}

.ml-x6 {
  margin-left: calc(8px * 6);
}

.ml-x7 {
  margin-left: calc(8px * 7);
}

.ml-x8 {
  margin-left: calc(8px * 8);
}

.ml-x9 {
  margin-left: calc(8px * 9);
}

.ml-x10 {
  margin-left: calc(8px * 10);
}

.pt-x0 {
  padding-top: 0 !important;
}

.pt-x1 {
  padding-top: 8px !important;
}

.pt-x2 {
  padding-top: calc(8px * 2) !important;
}

.pt-x3 {
  padding-top: calc(8px * 3) !important;
}

.pt-x4 {
  padding-top: calc(8px * 4) !important;
}

.pt-x5 {
  padding-top: calc(8px * 5) !important;
}

.pt-x6 {
  padding-top: calc(8px * 6) !important;
}

.pt-x7 {
  padding-top: calc(8px * 7) !important;
}

.pt-x8 {
  padding-top: calc(8px * 8) !important;
}

.pt-x9 {
  padding-top: calc(8px * 9) !important;
}

.pt-x10 {
  padding-top: calc(8px * 10) !important;
}

.pr-x0 {
  padding-right: 0 !important;
}

.pr-x1 {
  padding-right: 8px;
}

.pr-x2 {
  padding-right: calc(8px * 2);
}

.pr-x3 {
  padding-right: calc(8px * 3);
}

.pr-x4 {
  padding-right: calc(8px * 4);
}

.pr-x5 {
  padding-right: calc(8px * 5);
}

.pr-x6 {
  padding-right: calc(8px * 6);
}

.pr-x7 {
  padding-right: calc(8px * 7);
}

.pr-x8 {
  padding-right: calc(8px * 8);
}

.pr-x9 {
  padding-right: calc(8px * 9);
}

.pr-x10 {
  padding-right: calc(8px * 10);
}

.pb-x0 {
  padding-bottom: 0 !important;
}

.pb-x1 {
  padding-bottom: 8px;
}

.pb-x2 {
  padding-bottom: calc(8px * 2);
}

.pb-x3 {
  padding-bottom: calc(8px * 3);
}

.pb-x4 {
  padding-bottom: calc(8px * 4);
}

.pb-x5 {
  padding-bottom: calc(8px * 5);
}

.pb-x6 {
  padding-bottom: calc(8px * 6);
}

.pb-x7 {
  padding-bottom: calc(8px * 7);
}

.pb-x8 {
  padding-bottom: calc(8px * 8);
}

.pb-x9 {
  padding-bottom: calc(8px * 9);
}

.pb-x10 {
  padding-bottom: calc(8px * 10);
}

.pl-x0 {
  padding-left: 0 !important;
}

.pl-x1 {
  padding-left: 8px;
}

.pl-x2 {
  padding-left: calc(8px * 2);
}

.pl-x3 {
  padding-left: calc(8px * 3);
}

.pl-x4 {
  padding-left: calc(8px * 4);
}

.pl-x5 {
  padding-left: calc(8px * 5);
}

.pl-x6 {
  padding-left: calc(8px * 6);
}

.pl-x7 {
  padding-left: calc(8px * 7);
}

.pl-x8 {
  padding-left: calc(8px * 8);
}

.pl-x9 {
  padding-left: calc(8px * 9);
}

.pl-x10 {
  padding-left: calc(8px * 10);
}

.u-pos-r {
  position: relative;
}

.u-pos-a {
  position: absolute;
}

.u-pos-f {
  position: fixed;
  z-index: 2;
  width: 100%;
}

.u-shadow-bottom {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

.u-shadow-bottom-opacity {
  box-shadow: 0px 4px 0px 0px black;
}

.u-shadow-box {
  box-shadow: 5px 5px 0px 0px black;
  position: relative;
  background: #fff;
}
.u-shadow-box::before, .u-shadow-box::after {
  position: absolute;
  content: '';
}
.u-shadow-box::before {
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #333;
  left: -2px;
  bottom: -12px;
}
.u-shadow-box::after {
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #333;
  top: -2px;
  right: -12px;
}

.u-note {
  font-size: 10px;
  font-size: 1rem;
  text-indent: -10px;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 640px) {
  .u-note {
    font-size: 12px;
    font-size: 1.2rem;
    text-indent: -12px;
    margin: 0 0 0 12px;
  }
}

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