@charset "UTF-8";
:root {
  --width-wrapper: 17.8rem;
  --fontfamily-default: "メイリオ", meiryo, "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック",
    yugothic, "Yu Gothic", sans-serif;
  --fontfamily-arial: "Arial", arial, sans-serif;
  --fontfamily-notosans: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "游ゴシック", yugothic,
    "Yu Gothic", "メイリオ", meiryo, sans-serif;
  --fontsize-pc: 0.2rem;
  --fontsize-sp: 0.14rem;
  --fontsize-title: 0.15rem;
  --fontweight-default: 400;
  --fontweight-bold: 700;
  --lineheight-pc: calc(35 / 20);
  --lineheight-sp: calc(24 / 14);
  --lineheight-title-pc: calc(21 / 15);
  --lineheight-title-sp: calc(20 / 14);
  --letter-spacing: 0.015em;
  --color-default: #000;
  --color-light: #fff;
  --color-primary: #3f80ef;
  --color-background-primary: #98a5cb;
  --color-background-secondary: #90a2de;
  --color-background-tertiary: #dde2ee;
  --color-button: rgba(0, 0, 0, 0.7);
  --color-title-primary: #ff9100;
  --color-border: #707070;
  --color-background-button: rgba(152, 165, 203, 0.2);
  --border-button: 0.01rem solid #98a5cb;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
html.is-frozen-os {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  html {
    overflow: auto scroll;
    font-size: 5.2083333333vw;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw !important;
  }
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
}

body {
  background-color: var(--color-background-tertiary);
  color: var(--color-default);
  font-family: var(--fontfamily-default);
  font-weight: var(--fontweight-default);
  letter-spacing: var(--letter-spacing);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html.is-frozen-windows body {
  position: fixed;
  width: 100%;
}
@media print, (min-width: 768px) {
  body {
    font-size: var(--fontsize-pc);
    line-height: var(--lineheight-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-sp);
  }
}

@media print, (min-width: 768px) {
  main {
    padding-top: 1rem;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    padding-top: 0.72rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 0.01rem;
  text-underline-offset: 0.03rem;
}
a:not([class]):hover {
  text-decoration-color: transparent;
}
html.is-touchable a:not([class]):hover {
  text-decoration-color: inherit;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}
html.is-touchable .trans:hover {
  opacity: 1;
}

.load {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.001;
}
.wf-active .load {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 0.6rem);
    max-width: var(--width-wrapper);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: fixed;
  background-color: var(--color-light);
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}
.header-common .navigation-wrapper,
.header-common .navigation-inner,
.header-common .navigation-frame,
.header-common .menu-child,
.header-common .label-wrapper,
.header-common .label-text {
  position: relative;
}
@media print, (min-width: 768px) {
  .header-common {
    min-height: 1rem;
    padding: 0.2rem 0.69rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common {
    min-height: 0.72rem;
    padding: 0.2rem;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-common-primary {
  display: block;
}
@media print, (min-width: 768px) {
  .header-common-primary {
    width: 3.48rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common-primary {
    width: 1.74rem;
  }
}

.button-header-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 104;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  cursor: pointer;
}
.button-header-burger .button-wrapper {
  width: 100%;
  height: 100%;
  background: url("../img/common/icon_header_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-header-burger {
    width: 0.5891rem;
    height: 0.5891rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger {
    width: 0.32rem;
    height: 0.32rem;
  }
}

.button-header-burger.is-active .button-wrapper {
  background: url("../img/common/icn_header_01.svg") 50% 50%/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  .button-header-burger.is-active .button-wrapper {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-header-burger.is-active .button-wrapper {
    width: 0.22rem;
    height: 0.22rem;
  }
}

.navigation-header-sitemap {
  visibility: hidden;
  position: absolute;
  z-index: 103;
  top: 0;
  right: 0;
  overflow: hidden auto;
  opacity: 0;
  background-color: var(--color-background-secondary);
  color: var(--color-light);
}
.navigation-header-sitemap::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .navigation-header-sitemap {
    width: 7.68rem;
    height: 84vh;
    margin-right: 1.6%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-header-sitemap {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 0.5rem 0.2rem;
  }
}

.navigation-header-sitemap.is-active {
  visibility: visible;
  opacity: 1;
}

.navigation-header-sitemap.is-ready {
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.menu-header-sitemap .menu-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .menu-header-sitemap .label-header-primary {
    margin-bottom: 0.3rem;
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .menu-header-sitemap .label-header-primary {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
}

.header-navigation-overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.header-navigation-overlay.is-active {
  opacity: 1;
  pointer-events: all;
}

@media print, (min-width: 768px) {
  .header-information .information-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-information .information-text {
    margin-bottom: 0.02rem;
    line-height: 1.5625;
  }
}

.footer-common {
  background-color: var(--color-background-secondary);
  color: var(--color-light);
}
.footer-common .footer-name,
.footer-common .footer-copyright {
  display: block;
  text-align: center;
}
.footer-common .wrapper {
  position: relative;
}
@media print, (min-width: 768px) {
  .footer-common {
    min-height: 2.5rem;
  }
  .footer-common .wrapper {
    max-width: 14.66rem;
    padding: 0.94rem 0 0.81rem;
  }
  .footer-common .footer-name {
    font-size: 0.35rem;
    line-height: 1.12;
  }
  .footer-common .footer-copyright {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.6rem 0;
  }
  .footer-common .footer-name {
    font-size: 0.24rem;
  }
  .footer-common .footer-copyright {
    font-size: 0.16rem;
  }
}

.block-common-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  z-index: 3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-light);
  letter-spacing: 0.09em;
  text-align: center;
}
.block-common-introduction::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background-color: var(--color-title-primary);
}
.block-common-introduction .block-detail .detail-text:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .block-common-introduction {
    min-height: 2.9rem;
    padding: 0.79rem 0.4rem 0.74rem;
    top: 1rem;
  }
  .block-common-introduction .block-title {
    margin-bottom: 0;
    font-size: 0.58rem;
  }
  .block-common-introduction .block-detail {
    font-size: 0.25rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-introduction {
    padding: 0.2rem 0;
    top: 0.72rem;
  }
  .block-common-introduction::before {
    height: calc(100% + 0.4rem);
  }
  .block-common-introduction .block-title {
    margin-bottom: 0;
    font-size: 0.24rem;
  }
  .block-common-introduction .block-detail {
    font-size: 0.16rem;
  }
}

.block-common-confirmation .block-detail .detail-text:last-child {
  margin-bottom: 0;
}
.block-common-confirmation .block-controller {
  position: relative;
}
.block-common-confirmation .controller-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}
.block-common-confirmation .controller-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
@media print, (min-width: 768px) {
  .block-common-confirmation {
    margin-top: 0.55rem;
  }
  .block-common-confirmation .block-detail .detail-text {
    margin-bottom: 0.3rem;
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: 1.6666666667;
  }
  .block-common-confirmation .block-detail .detail-text span {
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .block-common-confirmation .form-agree {
    margin-bottom: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-confirmation {
    margin-top: 0.5rem;
  }
  .block-common-confirmation .detail-text {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
  .block-common-confirmation .form-agree {
    margin-bottom: 0.15rem;
  }
  .block-common-confirmation .detail-text span {
    font-size: 0.16rem;
  }
}

@media print, (min-width: 768px) {
  .block-common-confirmation.is-kakunin {
    margin-top: 0.8rem;
  }
  .block-common-confirmation.is-kakunin .block-detail {
    margin-bottom: 0.44rem;
  }
  .block-common-confirmation.is-kakunin .block-controller {
    max-width: 6.76rem;
    margin: 0 auto;
  }
  .block-common-confirmation.is-kakunin .controller-wrapper {
    margin: -0.24rem -0.24rem -0.48rem;
  }
  .block-common-confirmation.is-kakunin .controller-item {
    padding: 0.24rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-common-confirmation.is-kakunin .block-detail {
    margin-bottom: 0.3rem;
  }
  .block-common-confirmation.is-kakunin .controller-wrapper {
    margin: -0.1rem -0.1rem -0.34rem;
  }
  .block-common-confirmation.is-kakunin .controller-item {
    padding: 0.1rem;
  }
}

.form-common-entry {
  background-color: var(--color-light);
}
.form-common-entry .form-viewport {
  margin: 0 auto;
}
.form-common-entry .just-validate-error-label {
  margin: 0.05rem 0;
}
@media print, (min-width: 768px) {
  .form-common-entry {
    padding: 0.81rem 0.3rem 0.74rem;
  }
  .form-common-entry .form-viewport {
    max-width: 14.38rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common-entry {
    padding: 0.5rem 0.2rem;
  }
}

.select-common .wpcf7-form-control {
  width: 100%;
  border: var(--border-button);
  border-radius: 0;
  background-color: var(--color-light);
  cursor: pointer;
}
.select-common .wpcf7-select option:first-child {
  display: none;
}
@media print, (min-width: 768px) {
  .select-common .wpcf7-form-control {
    height: 0.66rem;
    padding: 0.01rem 0.13rem 0;
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: var(--lineheight-title-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  .select-common .wpcf7-form-control {
    height: 0.4rem;
    padding: 0.01rem 0.1rem 0;
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
}

.radio-common .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radio-common .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.radio-common .wpcf7-list-item-label::before, .radio-common .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 999.99rem;
}
.radio-common .wpcf7-list-item-label::before {
  border: 0.01rem solid var(--color-default);
}
.radio-common .wpcf7-list-item-label::after {
  z-index: 1;
  -webkit-transform: translateY(-50%) scale(0.6, 0.6);
  -ms-transform: translateY(-50%) scale(0.6, 0.6);
  transform: translateY(-50%) scale(0.6, 0.6);
  opacity: 0;
  background-color: var(--color-default);
}
.radio-common .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.radio-common .wpcf7-list-item label {
  position: relative;
  cursor: pointer;
}
.radio-common .wpcf7-list-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
}
.radio-common .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
@media print, (min-width: 768px) {
  .radio-common {
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: 1.3333333333;
  }
  .radio-common .wpcf7-list-item {
    padding: 0.03rem 0;
  }
  .radio-common .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    padding-left: 0.2rem;
  }
  .radio-common .wpcf7-list-item-label::before, .radio-common .wpcf7-list-item-label::after {
    top: 0.09rem;
    left: 0.01rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .radio-common {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
  .radio-common .wpcf7-list-item {
    padding: 0.02rem 0;
  }
  .radio-common .wpcf7-list-item-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 0;
    padding-left: 0.2rem;
  }
  .radio-common .wpcf7-list-item-label::before, .radio-common .wpcf7-list-item-label::after {
    top: 0.09rem;
    left: 0.01rem;
    width: 0.1rem;
    height: 0.1rem;
  }
}

.checkbox-common {
  text-align: center;
}
.checkbox-common .wpcf7-list-item-label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0.08rem 0 0.08rem 0.3rem;
}
.checkbox-common .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  border: 1px solid #ccc;
  background: no-repeat center center/80% auto;
}
.checkbox-common .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before,
.checkbox-common .wpcf7-acceptance input:checked + .wpcf7-list-item-label::before {
  background-image: url("../img/common/icon_checkbox.svg");
}
@media print, (min-width: 768px) {
  .checkbox-common {
    font-size: 0.16rem;
    letter-spacing: var(--letter-spacing);
    line-height: 1.6666666667;
  }
  .checkbox-common .wpcf7-list-item-label::before {
    top: 0.1rem;
    width: 0.2rem;
    height: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .checkbox-common {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
  .checkbox-common .wpcf7-list-item-label::before {
    top: 0.08rem;
    width: 0.18rem;
    height: 0.18rem;
  }
}

.input-common .wpcf7-form-control {
  width: 100%;
  border: var(--border-button);
  border-radius: 0;
  background-color: var(--color-light);
}
.input-common input[type=date] {
  position: relative;
  position: relative;
  width: 100%;
}
.input-common input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
@media print, (min-width: 768px) {
  .input-common .wpcf7-form-control {
    height: 0.66rem;
    padding: 0.01rem 0.13rem 0;
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: var(--lineheight-title-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common .wpcf7-form-control {
    height: 0.4rem;
    padding: 0.01rem 0.1rem 0;
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
}

.input-common-file .wpcf7-form-control {
  position: absolute;
  top: 0.05rem;
  left: 0;
  width: 100%;
  height: 0.58rem;
  opacity: 0;
  cursor: pointer;
}
.input-common-file .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.05rem;
}
.input-common-file .input-inner {
  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;
  width: calc(100% - 0.1rem);
  margin: 0.05rem;
  border: var(--border-button);
  border-radius: 0;
  background-color: rgba(152, 165, 203, 0.2);
}
.input-common-file .input-inner span.wpcf7-form-control-wrap {
  position: initial;
}
.input-common-file .input-inner .input-label {
  pointer-events: none;
}
.input-common-file .input-filename {
  display: none;
  position: relative;
  top: 0.01rem;
  margin: 0.05rem;
}
.input-common-file .input-button.is-delete {
  display: none;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.05rem;
  cursor: pointer;
}
.input-common-file .input-button.is-delete::before, .input-common-file .input-button.is-delete::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.03rem;
  left: 0.03rem;
  height: 0.01rem;
  margin: 0 auto;
  background-color: var(--color-default);
}
.input-common-file .input-button.is-delete::before {
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -ms-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}
.input-common-file .input-button.is-delete::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.input-common-file .input-label {
  position: relative;
  top: 0.01rem;
}
.input-common-file .input-note p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .input-common-file {
    position: relative;
    padding-bottom: 0.3rem;
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: var(--lineheight-title-pc);
  }
  .input-common-file .input-inner {
    min-height: 0.39rem;
    padding: 0.17rem 0.19rem;
  }
  .input-common-file .input-button.is-delete {
    width: 0.21rem;
    height: 0.21rem;
  }
  .input-common-file .input-note {
    margin-top: 0.24rem;
  }
  .input-common-file .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common-file {
    position: relative;
    padding-bottom: 0.3rem;
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
  .input-common-file .input-inner {
    min-height: 0.4rem;
    padding: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .input-common-file .input-button.is-delete {
    width: 0.2rem;
    height: 0.2rem;
  }
  .input-common-file .input-note {
    margin-top: 0.15rem;
  }
  .input-common-file .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: -0.1rem;
    font-size: 0.13rem;
  }
  .input-common-file input[type=file] {
    width: 100%;
    height: 0.42rem;
    top: 0.05rem;
  }
}

.input-common-file.is-active .input-filename,
.input-common-file.is-active .input-button.is-delete {
  display: block;
}
.input-common-file.is-active .input-filename {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media print, (min-width: 768px) {
  .input-common-file.is-active .input-filename {
    max-width: 6.6rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .input-common-file.is-active .input-filename {
    max-width: 2.62rem;
  }
}

.textarea-common .wpcf7-form-control {
  width: 100%;
  overflow: hidden auto;
  border: var(--border-button);
  border-radius: 0;
  background-color: var(--color-light);
  font-size: var(--fontsize-title);
  letter-spacing: var(--letter-spacing);
  line-height: var(--lineheight-title-pc);
  resize: none;
}
@media print, (min-width: 768px) {
  .textarea-common .wpcf7-form-control {
    height: 1.31rem;
    padding: 0.12rem 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .textarea-common .wpcf7-form-control {
    height: 1rem;
    padding: 0.1rem;
  }
}

@media print, (min-width: 768px) {
  .textarea-common.is-large .wpcf7-form-control {
    height: 1.92rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .textarea-common.is-large .wpcf7-form-control {
    height: 1.5rem;
  }
}

.form-common-entry.is-input .block-detail {
  text-align: center;
}
@media print, (min-width: 768px) {
  .form-common-entry.is-input .detail-text {
    line-height: var(--lineheight-title-pc);
  }
}

.form-common-entry.is-kakunin .table-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  background-color: rgba(152, 165, 203, 0.2);
}
.form-common-entry.is-kakunin .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-common-entry.is-kakunin .table-row.is-file {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-common-entry.is-kakunin .content-viewport {
  margin: 0;
}
.form-common-entry.is-kakunin .table-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-common-entry.is-kakunin .content-wrapper span,
.form-common-entry.is-kakunin .wpcf7-form-control-wrap {
  font-size: var(--fontsize-title);
}
@media print, (min-width: 768px) {
  .form-common-entry.is-kakunin .heading-common-entry {
    margin-bottom: 0.77rem;
  }
  .form-common-entry.is-kakunin .table-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-common-entry.is-kakunin .table-heading {
    width: 3.2rem;
    min-height: 0.45rem;
    margin-right: 0.22rem;
    padding: 0.13rem 0.18rem 0.11rem;
  }
  .form-common-entry.is-kakunin .content-wrapper {
    padding: 0.03rem 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common-entry.is-kakunin .table-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-common-entry.is-kakunin .table-heading {
    width: 1.4rem;
    min-height: 0.4rem;
    margin-right: 0.2rem;
    padding: 0.13rem 0.1rem 0.11rem;
  }
  .form-common-entry.is-kakunin .content-wrapper {
    padding: 0.1rem 0 0.06rem;
  }
  .form-common-entry.is-kakunin .table-row.is-file {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.table-row.is-kakunin {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table-row.is-kakunin .table-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-background-primary);
}
@media print, (min-width: 768px) {
  .table-row.is-kakunin .table-heading {
    margin-bottom: 0.21rem;
  }
  .table-row.is-kakunin .table-content {
    min-height: 1.92rem;
    padding: 0.22rem 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-row.is-kakunin .table-heading {
    margin-bottom: 0.2rem;
  }
  .table-row.is-kakunin .table-content {
    min-height: 1.5rem;
    padding: 0.1rem;
  }
  .table-row.is-kakunin .content-wrapper {
    padding: 0;
  }
}

.form-common-entry.is-kanryo .heading-detail {
  text-align: center;
}
@media print, (min-width: 768px) {
  .form-common-entry.is-kanryo .heading-title {
    margin-bottom: 0.8rem;
  }
  .form-common-entry.is-kanryo .heading-detail {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-common-entry.is-kanryo .heading-title {
    margin-bottom: 0.4rem;
  }
  .form-common-entry.is-kanryo .heading-detail {
    font-size: 0.16rem;
  }
}

.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.table-common-entry .wpcf7-not-valid-tip {
  margin: 0.05rem 0;
}
.table-common-entry .heading-label {
  display: block;
  position: relative;
}
@media print, (min-width: 768px) {
  .table-common-entry .table-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -0.33rem -0.48rem;
  }
  .table-common-entry .table-row {
    width: 50%;
    padding: 0 0 0.33rem 0.48rem;
  }
  .table-common-entry .table-row.is-full {
    width: 100%;
  }
  .table-common-entry .table-heading {
    margin-bottom: 0.12rem;
  }
  .table-common-entry .heading-label {
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: var(--lineheight-title-pc);
  }
  .table-common-entry .content-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -0.33rem -0.48rem;
  }
  .table-common-entry .content-wrapper {
    width: 100%;
    padding: 0 0 0.33rem 0.48rem;
  }
  .table-common-entry .content-wrapper.is-half {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-common-entry .table-wrapper {
    margin: 0 0 -0.2rem -0.1rem;
  }
  .table-common-entry .table-row {
    padding: 0 0 0.2rem 0.1rem;
  }
  .table-common-entry .table-heading {
    margin-bottom: 0.1rem;
  }
  .table-common-entry .heading-label {
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
  .table-common-entry .content-viewport {
    margin: 0 0 -0.2rem -0.1rem;
  }
  .table-common-entry .content-wrapper {
    padding: 0 0 0.2rem 0.1rem;
  }
}

.button-common-contact {
  position: fixed;
  z-index: 99;
}
.button-common-contact .button-link {
  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;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: var(--color-title-primary);
  color: var(--color-light);
  letter-spacing: var(--letter-spacing);
}
@media print, (min-width: 768px) {
  .button-common-contact {
    right: calc(50% - 9.6rem);
    bottom: 0;
    margin: 0.2rem 0.71rem;
  }
  .button-common-contact .button-wrapper {
    width: 1.2rem;
    height: 1.2rem;
  }
  .button-common-contact .button-link {
    padding: 0.28rem 0.2rem 0.27rem;
    font-size: 0.22rem;
    line-height: 1.0909090909;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-contact {
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .button-common-contact .button-wrapper {
    width: 0.65rem;
    height: 0.65rem;
  }
  .button-common-contact .button-link {
    font-size: var(--fontsize-sp);
    line-height: 1.25;
  }
}

.button-common-primary input,
.button-common-primary a,
.button-common-primary button {
  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;
  width: 100%;
  height: 100%;
  padding: 0.11rem 0.1rem 0.09rem;
  border: 0.035rem solid var(--color-background-primary);
  opacity: 1;
  background-color: var(--color-background-button);
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.button-common-primary input:hover,
.button-common-primary a:hover,
.button-common-primary button:hover {
  opacity: 0.8;
}
@media print, (min-width: 768px) {
  .button-common-primary input,
  .button-common-primary a,
  .button-common-primary button {
    min-height: 0.6rem;
    font-size: 0.2rem;
    letter-spacing: var(--letter-spacing);
  }
}

@media print, (min-width: 768px) {
  .button-common-primary.is-kanryo {
    width: 3.2rem;
    margin: 0 auto;
  }
}

.button-common-primary.is-input:has(.wpcf7-form-control) {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-common-primary.is-input:has(.wpcf7-form-control) input,
.button-common-primary.is-input:has(.wpcf7-form-control) a,
.button-common-primary.is-input:has(.wpcf7-form-control) button {
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: var(--color-light);
}
@media print, (min-width: 768px) {
  .button-common-primary.is-input:has(.wpcf7-form-control) input,
  .button-common-primary.is-input:has(.wpcf7-form-control) a,
  .button-common-primary.is-input:has(.wpcf7-form-control) button {
    min-height: 0.8rem;
    padding: 0.2rem;
    font-size: var(--fontsize-title);
    line-height: var(--lineheight-title-pc);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-primary.is-input:has(.wpcf7-form-control) input,
  .button-common-primary.is-input:has(.wpcf7-form-control) a,
  .button-common-primary.is-input:has(.wpcf7-form-control) button {
    min-height: 0.5rem;
    padding: 0.1rem 0.2rem;
    font-size: var(--fontsize-sp);
    line-height: var(--lineheight-title-sp);
  }
}

.button-common-primary.is-next,
.button-common-primary.is-previous {
  min-height: 1rem;
}

.heading-common-entry .heading-title {
  display: block;
  margin: 0;
  font-weight: var(--fontweight-default);
  text-align: center;
}
.heading-common-entry .heading-detail p {
  margin: 0;
}
@media print, (min-width: 768px) {
  .heading-common-entry {
    margin-bottom: 0.38rem;
  }
  .heading-common-entry .heading-title {
    margin-bottom: 0.32rem;
    font-size: 0.58rem;
    letter-spacing: var(--letter-spacing);
    line-height: 1.3793103448;
  }
  .heading-common-entry .heading-detail {
    font-size: var(--fontsize-title);
    letter-spacing: var(--letter-spacing);
    line-height: 1.7333333333;
  }
}
@media only screen and (max-width: 767.98px) {
  .heading-common-entry {
    margin-bottom: 0.3rem;
  }
  .heading-common-entry .heading-title {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    line-height: 1.125;
  }
  .heading-common-entry .heading-detail {
    font-size: var(--fontsize-sp);
    line-height: 1.7142857143;
  }
}

@media print, (min-width: 768px) {
  .section-entry {
    padding: 0.67rem 0 0.63rem;
  }
  .section-entry .wrapper {
    max-width: 17.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-entry {
    padding: 0.6rem 0;
  }
}
/*# sourceMappingURL=entry.css.map */