@charset "UTF-8";
@-webkit-keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}
@keyframes skewanime {
  100% {
    left: -10%;
    /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.c-youtube {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.c-youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-table {
  padding-bottom: 1em;
}
.c-table td,
.c-table th {
  border-color: rgba(14, 108, 217, 0.5);
  line-height: inherit;
  padding: 0.75em;
}
.c-table tfoot td,
.c-table th {
  background-color: rgba(14, 108, 217, 0.1);
  font-weight: 700;
}
.c-table thead {
  border-bottom: 1px solid;
}
.c-table tfoot {
  border-top: 1px solid;
}

@media screen and (max-width: 767px) {
  .js-scroll {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .js-scroll:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .js-scroll table {
    overflow: scroll;
    width: 767px;
  }
}
@media screen and (max-width: 480px) {
  .js-scroll table {
    width: 480px;
  }
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-modal__open {
  background: none;
  border: none;
  position: relative;
}
.c-modal__content {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: modalopen;
  animation-name: modalopen;
  box-shadow:
    0 5px 8px 0 rgba(0, 0, 0, 0.2),
    0 7px 20px 0 rgba(0, 0, 0, 0.17);
  left: 50%;
  max-width: 780px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 80%;
  }
}
@-webkit-keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-accordion {
  margin-bottom: 1.5em;
}
.c-accordion__title {
  background-color: #eff8ff;
  line-height: initial;
  margin: 0 !important;
  padding: 1.25em 1em;
}
.c-accordion__title:hover {
  cursor: pointer;
}
.c-accordion__contents {
  margin: 0 !important;
  padding: 1.5em 1em;
}
.c-accordion__contents *:last-child {
  margin-bottom: 0 !important;
}

.c-slider__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}

.c-slider-slidesPerView__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

p a {
  color: #0e6cd9;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.2s ease-out;
}
p a:hover {
  color: #001024;
}

.c-heading-1 {
  padding-top: 58px;
  position: relative;
  text-align: center;
}
.c-heading-1__ttl {
  font-size: 2rem;
  color: #fff;
}
.c-heading-1__sub {
  font-size: calc(25 / 16 * 1rem);
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  top: calc(80 / 16 * 1rem);
  transform: translateX(-50%);
}

.c-heading-underline {
  border-bottom: 1px dashed;
  font-size: calc(28 / 16 * 1rem);
  font-weight: 600;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-heading-underline {
    font-size: calc(20 / 16 * 1rem);
    padding-bottom: 1rem;
  }
  .c-heading-underline .sub {
    font-size: calc(12 / 16 * 1rem);
  }
}
.c-heading-underline .sub {
  color: #6ea5ff;
  display: inline-block;
  font-size: calc(15 / 16 * 1rem);
  font-weight: normal;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  vertical-align: middle;
}

.c-text-strong {
  font-size: calc(22 / 16 * 1rem);
  font-weight: 700;
}

.c-read-button .c-read-button a {
  min-width: calc(330 / 16 * 1rem);
  margin: 0 auto;
  border-radius: 4px;
}
.c-read-button .wp-block-button__link {
  background-color: #1a4d8d;
  color: #fff;
  display: block;
  font-size: calc(18 / 16 * 1rem);
  padding: 16px 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.c-read-button.-bgskew {
  overflow: hidden;
  position: relative;
}
.c-read-button.-bgskew::before {
  background: #fff;
  content: "";
  height: 100%;
  left: -130%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  transition: all 0.2s ease-out;
  width: 120%;
}
.c-read-button.-bgskew:hover::before {
  -webkit-animation: skewanime 0.4s forwards;
  animation: skewanime 0.4s forwards;
}
.c-read-button.-bgskew .wp-block-button__link {
  position: relative;
  z-index: 3;
}
.c-read-button.-bgskew .wp-block-button__link:hover {
  color: #fff;
}
.c-read-button.-wid-s {
  max-width: 300px;
}
.c-read-button.-center {
  margin-left: auto;
  margin-right: autp;
}

.c-sidebar__head {
  border-bottom: 1px solid;
  font-size: calc(12 / 16 * 1rem);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.c-sidebar-list {
  font-size: calc(14 / 16 * 1rem);
}
.c-sidebar-list__link {
  border-bottom: 1px solid #868686;
  display: block;
  padding-bottom: calc(12 / 16 * 1rem);
  padding-right: 1.5rem;
  padding-top: 1rem;
  position: relative;
  transition: all 0.2s ease-out;
}
.c-sidebar-list__link:hover {
  background-color: rgba(14, 108, 217, 0.05);
}
.c-sidebar-list__link.-arrow-r::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  height: calc(6 / 16 * 1rem);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: left;
  width: calc(6 / 16 * 1rem);
}
.c-sidebar-list__link.-arrow-l::after {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  height: calc(6 / 16 * 1rem);
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: calc(6 / 16 * 1rem);
}
.c-sidebar .sub-menu .c-sidebar-list__item .c-sidebar-list__link {
  padding-left: 1rem;
}
.c-sidebar .sub-menu .c-sidebar-list__item:first-child .c-sidebar-list__link {
  padding-top: 1rem;
}

.c-catlist {
  display: flex;
  gap: 0.5em;
}
.c-catlist__item {
  margin-bottom: 0.5em;
}
.c-catlist__link {
  background-color: #6f9ed8;
  color: #fff;
  display: inline-block;
  font-size: calc(11 / 16 * 1rem);
  padding: 2px 8px;
  border-radius: 2px;
}

.c-prev-next {
  align-items: flex-start;
  border-top: 1px solid #707070;
  color: #1a4d8d;
  display: flex;
  font-size: calc(14 / 16 * 1rem);
  justify-content: space-between;
  line-height: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-prev-next {
    padding-top: 1rem;
  }
}
.c-prev-next a {
  transition: all 0.2s ease-out;
}
.c-prev-next a:hover {
  opacity: 0.7;
}
.c-prev-next__prev a,
.c-prev-next__next a {
  display: inline-block;
  min-width: calc(40 / 16 * 1rem);
  position: relative;
  text-transform: capitalize;
  /* ページャー */
}
.c-prev-next__prev a::before,
.c-prev-next__next a::before {
  border-right: 1px solid;
  border-top: 1px solid;
  content: "";
  height: 0.375rem;
  position: absolute;
  top: 50%;
  width: 0.375rem;
}
.c-prev-next__next a {
  padding-right: 1.5rem;
}
.c-prev-next__next a::before {
  right: 0.5rem;
  transform: rotate(45deg) translateY(-50%);
}
.c-prev-next__prev a {
  padding-left: 1.5rem;
}
.c-prev-next__prev a::before {
  left: 0.5rem;
  transform: rotate(225deg) translateY(-50%);
  transform-origin: top;
}

.c-article-heading__info {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.c-article-heading__meta {
  font-size: calc(13 / 16 * 1rem);
  line-height: calc(20 / 16 * 1rem);
}

.p-article-contents .c-toc {
  background: lightgray;
}
.p-article-contents .c-toc ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
}
.p-article-contents .c-toc > ul {
  padding: 3rem 0;
}
.p-article-contents .c-toc ul:not([class]):not(:first-child) {
  margin-bottom: 0;
  margin-top: 0.5em;
}
.p-article-contents .c-toc li + li {
  margin-top: 0.5em;
}

.c-heading-vertical {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-top: calc(72 / 16 * 1rem);
  position: relative;
}
@media screen and (max-width: 480px) {
  .c-heading-vertical {
    font-size: calc(22 / 16 * 1rem);
    padding-top: calc(64 / 16 * 1rem);
  }
  .c-heading-vertical::before {
    height: calc(56 / 16 * 1rem);
  }
  .c-heading-vertical .sub {
    font-size: calc(20 / 16 * 1rem);
    line-height: 1.45;
  }
  .c-heading-vertical .sub::first-letter {
    color: #0e6cd9;
  }
}
.c-heading-vertical::before {
  background: currentColor;
  content: "";
  height: calc(64 / 16 * 1rem);
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.c-heading-vertical .sub {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: calc(25 / 16 * 1rem);
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: calc(16 / 16 * 1rem);
}
.c-heading-vertical .sub::first-letter {
  color: #0e6cd9;
}

.c-heading-horizon {
  align-items: center;
  display: flex;
  font-size: calc(26 / 16 * 1rem);
  font-weight: 700;
  letter-spacing: 0.075em;
}
.c-heading-horizon::before,
.c-heading-horizon::after {
  background-color: currentColor;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.c-heading-horizon:before {
  margin-right: calc(40 / 16 * 1rem);
}
.c-heading-horizon::after {
  margin-left: calc(40 / 16 * 1rem);
}

.c-heading-firstletter {
  font-size: calc(45 / 16 * 1rem);
  font-weight: 600;
  font-size: 45px;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 480px) {
  .c-heading-firstletter {
    font-size: 2.5rem;
    font-size: 40px;
    line-height: 1.45;
  }
}
.c-heading-firstletter::first-letter {
  color: #0e6cd9;
  font-family: "Montserrat", sans-serif;
}
.c-heading-firstletter .sub {
  display: block;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-top: calc(8 / 16 * 1rem);
}

.c-heading-lv3 {
  font-size: calc(22 / 16 * 1rem);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 480px) {
  .c-heading-lv3 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.c-heading-lv3_primary {
  color: #0e6cd9;
}

.c-heading-lv3_marker {
  background: linear-gradient(transparent 50%, #c4dbff 0%);
  display: inline;
  padding-left: calc(8 / 16 * 1rem);
  padding-right: calc(8 / 16 * 1rem);
}

.c-lead {
  font-size: calc(28 / 16 * 1rem);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.7142857143;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 480px) {
  .c-lead {
    font-size: calc(20 / 16 * 1rem);
    font-size: 20px;
    line-height: 1.6;
  }
}

.c-label {
  border-radius: 2px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding: 0.25rem 0.75rem;
  background: #0e6cd9;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
  font-size: 14px;
  line-height: 1.7142857143;
}

.c-link-detail {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.075em;
  padding-right: calc(64 / 16 * 1rem);
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link-detail::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: calc(50% - 3.5px);
  transform: skew(45deg);
  width: calc(56 / 16 * 1rem);
}

.c-btn .wp-block-button__link {
  letter-spacing: 0.075em;
  position: relative;
}
.c-btn .wp-block-button__link::after {
  content: "";
  display: block;
  position: absolute;
}

.u-btn-wid {
  max-width: calc(232 / 16 * 1rem);
  width: 100%;
}
.u-btn-wid .wp-block-button__link {
  display: block;
}

.c-btn-blank .wp-block-button__link {
  background: #c4dbff;
  border-radius: 0;
  color: #001024;
  font-size: 14px;
  line-height: 1.7142857143;
  padding: calc(13 / 16 * 1rem) calc(33 / 16 * 1rem) calc(13 / 16 * 1rem)
    calc(16 / 16 * 1rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn-blank .wp-block-button__link::after {
  border-right: 1px solid;
  border-top: 1px solid;
  height: 8px;
  right: calc(16 / 16 * 1rem);
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}

@media screen and (max-width: 480px) {
  .c-btn-pagelink {
    max-width: calc(170 / 16 * 1rem);
  }
  .c-btn-pagelink .wp-block-button__link {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: calc(12 / 16 * 1rem) calc(16 / 16 * 1rem) calc(24 / 16 * 1rem)
      calc(16 / 16 * 1rem);
    text-align: center;
  }
  .c-btn-pagelink .wp-block-button__link::after {
    height: 8px;
    right: calc(50% - 6px);
    top: calc(36 / 16 * 1rem);
    width: 8px;
  }
}
.c-btn-pagelink .wp-block-button__link {
  background: #c4dbff;
  border-radius: 2px;
  color: #001024;
  font-size: 16px;
  line-height: 1.5;
  padding: calc(24 / 16 * 1rem) calc(64 / 16 * 1rem) calc(24 / 16 * 1rem)
    calc(24 / 16 * 1rem);
  text-align: left;
}
.c-btn-pagelink .wp-block-button__link::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  height: 12px;
  right: 1.5rem;
  top: calc(50% - 9px);
  transform: rotate(45deg);
  width: 12px;
}

@media screen and (max-width: 480px) {
  .c-btn-sitelink {
    max-width: calc(170 / 16 * 1rem);
  }
  .c-btn-sitelink .wp-block-button__link {
    font-size: 14px;
    line-height: 1.4285714286;
    padding: calc(18 / 16 * 1rem) calc(56 / 16 * 1rem) calc(18 / 16 * 1rem)
      calc(12 / 16 * 1rem);
  }
  .c-btn-sitelink .wp-block-button__link::after {
    right: calc(20 / 16 * 1rem);
    width: calc(32 / 16 * 1rem);
  }
}
.c-btn-sitelink .wp-block-button__link {
  background: #69cbc6;
  border-radius: 2px;
  color: #001024;
  font-size: 16px;
  line-height: 1.5;
  padding: calc(24 / 16 * 1rem) calc(80 / 16 * 1rem) calc(24 / 16 * 1rem)
    calc(24 / 16 * 1rem);
  text-align: left;
}
.c-btn-sitelink .wp-block-button__link::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  height: 7px;
  right: 1rem;
  top: calc(50% - 3.5px);
  transform: skew(45deg);
  width: calc(56 / 16 * 1rem);
}

.c-btn-recruit .wp-block-button__link {
  background: #0e6cd9;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: calc(12 / 16 * 1rem) calc(36 / 16 * 1rem) calc(12 / 16 * 1rem)
    calc(24 / 16 * 1rem);
  text-align: left;
}
.c-btn-recruit .wp-block-button__link::after {
  border-right: 1px solid;
  border-top: 1px solid;
  height: 8px;
  right: 1.5rem;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}

.c-list-circle li {
  letter-spacing: 0.075em;
  font-size: 16px;
  line-height: 1.75;
  padding-left: 2rem;
  position: relative;
}
.c-list-circle li::before {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #0e6cd9;
  border-radius: 50%;
  top: calc(6 / 16 * 1rem);
  left: 0;
}

.c-table-history tr:first-child td {
  padding: 0 0 calc(11 / 16 * 1rem);
}
.c-table-history td {
  padding: calc(24 / 16 * 1rem) 0 calc(11 / 16 * 1rem);
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.075em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #0e6cd9;
}
.c-table-history td:first-child,
.c-table-history td:last-child {
  position: relative;
}
.c-table-history td:first-child::after,
.c-table-history td:last-child::after {
  position: absolute;
  content: "";
  display: block;
  bottom: -2px;
  height: 4px;
  width: 4px;
  background: #0e6cd9;
  border-radius: 50%;
}
.c-table-history td:first-child {
  width: 128px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.c-table-history td:first-child::first-line {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: calc(20 / 16 * 1rem);
  letter-spacing: 0.04em;
}
.c-table-history td:first-child::after {
  left: 0;
}
.c-table-history td:last-child::after {
  right: 0;
}

.c-table-dashed tr:first-child td {
  padding: 0 0 calc(32 / 16 * 1rem);
}
.c-table-dashed td {
  padding: calc(48 / 16 * 1rem) 0 calc(32 / 16 * 1rem);
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.075em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px dashed;
}
.c-table-dashed td:first-child {
  width: 176px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.c-table-solid tr:first-child td {
  padding: 0 0 calc(24 / 16 * 1rem);
  border-bottom: 1px solid #eff8ff;
}
.c-table-solid td {
  padding: calc(32 / 16 * 1rem) 0 calc(24 / 16 * 1rem);
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.075em;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid lightgray;
}
.c-table-solid td:first-child {
  width: 176px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 480px) {
  .c-table-solid tr:first-child td {
    padding: 0 0 calc(20 / 16 * 1rem);
  }
  .c-table-solid td {
    padding: calc(27 / 16 * 1rem) 0 calc(20 / 16 * 1rem);
    font-size: 13px;
    line-height: 1.6153846154;
  }
  .c-table-solid td:first-child {
    padding-left: calc(4 / 16 * 1rem);
    width: 114px;
    font-size: 14px;
    line-height: 1.4285714286;
    letter-spacing: 0.075em;
  }
}

.c-card-named {
  background: #eff8ff;
  padding: calc(32 / 16 * 1rem) 6%;
  border-radius: 2px;
}
.c-card-named__heading {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 600;
  padding-bottom: calc(12 / 16 * 1rem);
  border-bottom: 1px dashed #0e6cd9;
  margin-bottom: 1rem;
}
.c-card-named__desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #00072f;
}

.c-card {
  background: #eff8ff;
  padding: calc(48 / 16 * 1rem) 8%;
  border-radius: 8px;
}
.c-card__desc {
  color: #00072f;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-size: 16px;
  line-height: 1.75;
}

.c-card-border {
  padding: calc(46 / 16 * 1rem) 7.5%;
  border-radius: 8px;
  border: 1px solid #0e6cd9;
}
.c-card-border__desc {
  color: #00072f;
  font-weight: 600;
  letter-spacing: 0.075em;
  font-size: 18px;
  line-height: 1.5555555556;
}

.u-shadow-bl {
  padding-left: 10px;
  padding-bottom: 10px;
}
.u-shadow-bl::before {
  bottom: 0;
  left: 0;
}

.u-shadow-tr {
  padding-top: 10px;
  padding-right: 10px;
}
.u-shadow-tr::before {
  top: 0;
  right: 0;
}

.u-shadow-bl,
.u-shadow-tr {
  position: relative;
}
.u-shadow-bl::before,
.u-shadow-tr::before {
  position: absolute;
  z-index: -1;
  content: "";
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  display: block;
  background: #c4dbff;
  border-radius: 2px;
}
.u-shadow-bl img,
.u-shadow-tr img {
  border-radius: 2px;
}

.c-cta-entry {
  background: #c4dbff;
  padding: calc(104 / 16 * 1rem) 0 calc(96 / 16 * 1rem);
}
.c-cta-entry .wp-block-group__inner-container {
  max-width: 496px;
  width: 88%;
}
.c-cta-entry__heading {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.075em;
  margin-bottom: calc(48 / 16 * 1rem);
}
.c-cta-entry__desc {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.075em;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 64px;
}

.c-cta-contact {
  padding: 80px 0 150px;
}
.c-cta-contact .wp-block-group__inner-container {
  max-width: 496px;
  width: 88%;
}
.c-cta-contact__heading {
  margin-bottom: 56px;
}
.c-cta-contact__desc {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.075em;
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 60px;
}

.c-form__table {
  border: 0;
  line-height: 2;
  margin: 5rem 0;
  width: 100%;
}
.c-form__label,
.c-form__input-wrap {
  border: 0;
  display: block;
  padding: 0;
}
.c-form__label {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  padding-left: 1rem;
  position: relative;
}
.c-form__label::before {
  background: #eff8ff;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px;
}
.c-form__input-wrap :focus {
  outline: 4px solid #0e6cd9;
  outline-offset: 4px;
}
.c-form__input-wrap ::-webkit-input-placeholder,
.c-form__input-wrap ::-moz-placeholder,
.c-form__input-wrap :-ms-input-placeholder,
.c-form__input-wrap ::placeholder {
  color: lightgray;
  font-family: sans-serif;
}
.c-form__input-wrap input[type="submit"],
.c-form__input-wrap input[type="button"],
.c-form__input-wrap input[type="reset"],
.c-form__input-wrap input[type="checkbox"],
.c-form__input-wrap select,
.c-form__input-wrap textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  outline: none;
  padding: 0;
}
.c-form__input-wrap input[type="submit"]:hover,
.c-form__input-wrap input[type="button"]:hover,
.c-form__input-wrap input[type="reset"]:hover {
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
.c-form__input-wrap input,
.c-form__input-wrap select,
.c-form__input-wrap textarea {
  border: 1px solid lightgray;
  border-radius: 0;
  box-sizing: border-box;
  font-size: clamp(11px, 1.1vw, 1rem);
  letter-spacing: 0;
  padding: 0.75em 1.25em;
  width: 100%;
}
.c-form__input-wrap input,
.c-form__input-wrap textarea {
  caret-color: #0e6cd9;
}
.c-form__input-wrap .mwform-radio-field-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  position: relative;
}
.c-form__input-wrap .mwform-radio-field-text::before {
  border: 1px solid lightgray;
  border-radius: 50%;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
.c-form__input-wrap .mwform-radio-field-text::after {
  background: #0e6cd9;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale3d(0.3, 0.3, 1);
  transition: all 0.2s ease-out;
  width: 18px;
}
.c-form__input-wrap input[type="radio"] {
  display: none;
}
.c-form__input-wrap
  input[type="radio"]:checked
  + .mwform-radio-field-text::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.c-form__input-wrap .mwform-checkbox-field label {
  display: flex;
  justify-content: flex-start;
}
.c-form__input-wrap .mwform-checkbox-field-text {
  cursor: pointer;
  line-height: 2;
  position: relative;
  width: calc(100% - 42px);
}
.c-form__input-wrap input[type="checkbox"] {
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}
.c-form__input-wrap input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0;
  content: "";
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}
.c-form__input-wrap input[type="checkbox"]::after {
  border-bottom: 2px solid #0e6cd9;
  border-right: 2px solid #0e6cd9;
  content: "";
  height: 12px;
  left: 11px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 7px;
}
.c-form__input-wrap input[type="checkbox"]:checked::after {
  opacity: 1;
}
.c-form__input-wrap dl + dl {
  margin-top: 1.5rem;
}
.c-form__input-wrap dt {
  font-weight: 500;
  margin-bottom: 1rem;
}
.c-form__input-wrap dd {
  display: flex;
  justify-content: space-between;
}
.c-form__input-wrap dd .c-form__selectwrap_date,
.c-form__input-wrap dd .c-form__selectwrap_select {
  width: 46.5%;
}
.c-form__input-wrap .vertical-item + .vertical-item {
  margin-top: 1.5rem;
}
.c-form__selectwrap {
  position: relative;
  font-family: sans-serif;
}
.c-form__selectwrap::after {
  position: absolute;
}
.c-form__selectwrap input {
  cursor: pointer;
}
.c-form__selectwrap_date::after {
  content: url(../img/icon-calendar.svg);
  line-height: 16px;
  right: 1em;
  top: calc(50% - 8px);
}
.c-form__selectwrap_select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  height: 8px;
  right: 1.25em;
  top: calc(50% - 6px);
  transform: rotate(45deg);
  width: 8px;
}
.c-form__select {
  color: lightgray;
}
.c-form__select option:first-child {
  display: none;
}
.c-form__require {
  background: #0e6cd9;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 1rem;
  padding: 0.125rem 0.5rem 0;
  position: relative;
  top: -2px;
}
.c-form__note {
  font-size: 1rem;
  font-weight: normal;
  margin-left: -1rem;
}
.c-form__note::before {
  content: "※";
  margin-right: 0.5em;
}
.c-form__privacy {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.625rem;
}
.c-form__privacy .mwform-checkbox-field {
  margin-right: 0.625rem;
}
.c-form__privacy-link {
  color: #0e6cd9;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.2s ease-out;
}
.c-form__privacy-link:hover {
  color: #001024;
}
.c-form__submit {
  cursor: pointer;
  margin-top: 3.5rem;
  text-align: center;
}
.c-form input[type="submit"].c-form__btn {
  border: none;
  border-radius: 0.5rem;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  max-width: 280px;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.c-form input[type="submit"].c-form__submitbtn {
  background: #0e6cd9;
  color: #fff;
}
.c-form__back {
  margin-top: 2rem;
  text-align: center;
}
.c-form input[type="submit"].c-form__backbtn {
  background: #fff;
  border: 2px solid currentColor;
  color: #0e6cd9;
}
@media screen and (max-width: 480px) {
  .c-form input,
  .c-form select,
  .c-form textarea {
    font-size: 1rem;
  }
  .c-form dd {
    flex-direction: column;
  }
  .c-form dd .c-form__selectwrap_date,
  .c-form dd .c-form__selectwrap_select {
    width: 100%;
  }
  .c-form__require {
    margin-left: 0.5rem;
  }
  .c-form__selectwrap_select {
    margin-top: 0.75rem;
  }
  .c-form__selectwrap_select .easy-select-box {
    font-size: 1rem;
  }
  .c-form table {
    margin: 3rem 0;
  }
  .c-form__label {
    margin-bottom: 1rem;
  }
}

.u-form-row_wid360 {
  max-width: 360px;
}

body > .ui-datepicker {
  display: none;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid lightgray;
  box-sizing: border-box;
  color: #3b4043;
  font-weight: 500;
  max-width: 279px;
  padding: 0.75rem 1rem;
  position: absolute;
  top: 0;
  width: 100%;
}
.ui-datepicker-header {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  width: 100%;
}
.ui-datepicker-next,
.ui-datepicker-prev {
  color: #999;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}
.ui-datepicker-next {
  order: 1;
}
.ui-datepicker-title {
  align-items: baseline;
  display: flex;
  line-height: 1.5;
}
.ui-datepicker-year {
  color: #707f89;
  font-size: 0.5625rem;
  order: 1;
}
.ui-datepicker-year::after {
  content: ".";
}
.ui-datepicker-month {
  font-size: 1.125rem;
  font-weight: bold;
  order: 2;
}
.ui-datepicker .ui-icon {
  font-size: 1rem;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar thead {
  margin-bottom: 0.35rem;
}
.ui-datepicker-calendar th {
  color: #999;
  font-weight: 500;
  text-align: center;
}
.ui-datepicker-calendar th.ui-datepicker-week-end:first-of-type {
  color: #eb5f60;
}
.ui-datepicker-calendar span {
  font-size: 0.75rem;
  line-height: 1.5;
}
.ui-datepicker-calendar td {
  background: #c4dbff;
  border: 1px solid #fff;
}
.ui-datepicker-calendar td.ui-state-disabled {
  background: #f6f6f6;
}
.ui-datepicker-calendar td.ui-datepicker-today .ui-state-highlight {
  border: 1px solid #0e6cd9;
}
.ui-datepicker-calendar td:not(.ui-datepicker-unselectable):hover {
  background: #0e6cd9;
  color: #fff;
}
.ui-datepicker .ui-state-default {
  box-sizing: border-box;
  color: inherit;
  display: block;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.375rem;
  text-align: center;
}

.easy-select-box {
  border: 1px solid lightgray;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-family: sans-serif;
  font-size: clamp(11px, 1.1vw, 1rem);
  letter-spacing: 0;
  position: relative;
  width: 100% !important;
}

.esb-displayer {
  display: block;
  padding: 0.75em 3em 0.75em 1.25em;
}
.esb-displayer:hover {
  -ms-filter: "alpha(opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: all 0.2s ease-out;
}
.esb-displayer.-default {
  color: lightgray;
}

.esb-dropdown {
  background: #fff;
  border: 1px solid lightgray;
  display: none;
  left: -1px;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  top: 42px;
  width: 100% !important;
  z-index: 999;
}

.esb-item {
  color: #001024;
  cursor: default;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.9357rem 2.5em;
}
.esb-item:hover {
  background: #c4dbff;
  text-decoration: none;
}
.error-message {
  display: none;
}

.mw_wp_form {
  font-size: 1rem;
}
.mw_wp_form_error .error-message {
  color: #eb5f60;
  display: block;
}
.mw_wp_form_error .error {
  font-size: 88%;
  color: #eb5f60;
  display: inline-block;
  border-radius: 5px;
  line-height: 1;
  padding: 0.5rem;
  margin-top: 0.25rem;
}
.mw_wp_form_confirm .c-form__note {
  display: none;
}
.mw_wp_form_confirm .c-form__selectwrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mw_wp_form_confirm .c-form__selectwrap_date::after,
.mw_wp_form_confirm .c-form__selectwrap_select::after {
  display: none;
}
.mw_wp_form_confirm .c-form dd {
  gap: 1rem;
  justify-content: flex-start;
}
.mw_wp_form_confirm .c-form__privacy {
  display: none;
}
/*# sourceMappingURL=component.css.map */
.c-pc {
  display: block;
}
.c-tb {
  display: none;
}
.c-sp {
  display: none;
}

.c-content__title {
  text-align: center;
}
.c-content__title h2 {
  color: #1a4d8d;
  font-size: calc(32 / 16 * 1rem);
  letter-spacing: 0.05em;
  line-height: 1.438;
  font-weight: bold;
}
.c-content__title h3 {
  color: #eb6100;
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.333;
}
.c-content__title h3::before,
.c-content__title h3::after {
  content: "・";
  vertical-align: baseline;
}
@media screen and (max-width: 480px) {
  .c-content__title h2 {
    font-size: calc(26 / 16 * 1rem);
  }
  .c-content__title h3 {
    font-size: calc(16 / 16 * 1rem);
  }
}
.c-content__back--bule {
  background: #f4f6fa;
}
.c-contact {
  background: #1a4d8d;
  padding: 48px 0 58px 0;
}
.c-contact .c-content__title h2 {
  color: #fff;
}
.c-contact__text {
  color: #fff;
  margin-top: 48px;
  text-align: center;
}
.c-contact__wrap {
  display: flex;
  gap: 3%;
  margin-top: 48px;
}
.c-contact__box {
  background: rgba(252, 253, 255, 0.9);
  width: 50%;
  margin: 0 auto;
  padding: 32px 0 12px 0;
  border-radius: 8px;
  text-align: center;
}
.c-contact__inner {
  max-width: 90%;
  margin: 0 auto;
}
.c-contact__title {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
}
.c-contact__button {
  display: inline-block;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  margin-top: 24px;
}
.c-contact__button a {
  font-size: calc(20 / 16 * 1rem);
  padding: 16px;
  background: #eb6100;
  display: block;
  max-width: 286px;
  margin: 0 auto;
  border-radius: 32px;
}
.c-contact__tel {
  margin-top: 16px;
  font-size: calc(32 / 16 * 1rem);
}
.c-contact__tel a {
  position: relative;
  margin-left: 36px;
}
.c-contact__tel a::before {
  content: "";
  display: block;
  width: 32px;
  height: 24px;
  background: url(../img/free-dial.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: -38px;
}
.c-contact__tel .fa-solid.fa-phone {
  margin-right: 4px;
  color: #1a4d8d;
}
.c-contact__business-days {
  color: #1a4d8d;
}
.c-contact__business-days span {
  letter-spacing: -0.18em;
}
.c-contact__business-days--small {
  font-size: calc(10 / 16 * 1rem);
  color: #283841;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .c-pc__br {
    display: none;
  }
  .c-tb__br {
    display: block;
  }
  .c-contact__business-days {
    font-size: calc(14 / 16 * 1rem);
  }
  .c-contact__business-days {
    font-size: calc(14 / 16 * 1rem);
  }
  .c-contact__business-days--small {
    font-size: calc(10 / 16 * 1rem);
  }
  .c-contact__button {
    margin-top: 16px;
    font-size: calc(18 / 16 * 1rem);
  }
  .c-contact__tel {
    margin-top: 2px;
    font-size: calc(24 / 16 * 1rem);
  }
  .c-contact__text {
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .c-sp__br {
    display: block;
  }
  .c-contact__text {
    margin-top: 32px;
    font-size: calc(15 / 16 * 1rem);
    text-align: justify;
  }
  .c-contact__wrap {
    flex-direction: column;
    margin-top: 24px;
  }
  .c-contact__box {
    width: 100%;
    padding: 32px 0 32px 0;
  }
  .c-contact__box:last-child {
    margin-top: 16px;
    padding: 32px 0 24px 0;
  }
  .c-contact__button a {
    font-size: calc(18 / 16 * 1rem);
    padding: 14px;
  }
  .c-contact__tel {
    margin-top: 8px;
    font-size: calc(32 / 16 * 1rem);
  }
  .c-contact__tel .fa-solid.fa-phone {
    font-size: calc(24 / 16 * 1rem);
  }
}
.fadeInTrigger {
  opacity: 0;
  transition: opacity 1s ease-in-out; /* フェードイン時のアニメーション */
}
.fadeInTrigger.fadeIn {
  opacity: 2.5;
}

/* ========================================
   追従CTAバー（TOPページのみ）
   ======================================== */
.p-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: opacity 0.4s ease;
  box-sizing: border-box;
}
.p-sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-sticky-cta__lead {
  background: #e4effa;
  padding: 7px 24px 6px;
}
.p-sticky-cta__lead p {
  color: #1a4d8d;
  font-size: calc(13 / 16 * 1rem);
  font-weight: 700;
  line-height: 2.154;
}
.p-sticky-cta__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.p-sticky-cta__lead .p-sticky-cta__container {
  display: block;
  text-align: left;
}
.p-sticky-cta__inner {
  background: #1a4d8d;
  padding: 14px 24px;
  box-sizing: border-box;
}
.p-sticky-cta__left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.p-sticky-cta__text {
  color: #fff;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-sticky-cta__button {
  margin-left: 20px;
}
.p-sticky-cta__button-link {
  display: flex;
  height: 64px;
  width: 320px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #eb6100;
  color: #fff;
  padding: 8px 24px 12px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.p-sticky-cta__button-link:hover {
  opacity: 0.8;
}
.p-sticky-cta__button-catch {
  position: relative;
  display: inline-block;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 4px;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
.p-sticky-cta__button-catch::before,
.p-sticky-cta__button-catch::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 1em;
  background: #fff;
  transform-origin: center;
}
.p-sticky-cta__button-catch::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}
.p-sticky-cta__button-catch::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}
.p-sticky-cta__button-main {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-sticky-cta__button-main i {
  font-size: calc(16 / 16 * 1rem);
}
.p-sticky-cta__button-main::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 8px;
  flex-shrink: 0;
}
.p-sticky-cta__button-main--sp {
  display: none;
}
.p-sticky-cta__right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.p-sticky-cta__tel-button {
  margin-left: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fcfdff;
  color: #fff;
  text-decoration: none;
  width: 344px;
  max-width: 100%;
  padding: 0px 24px 4px;
  height: 64px;
  border-radius: 8px;
  box-sizing: border-box;
}
.p-sticky-cta__tel-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.p-sticky-cta__tel-number {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: calc(26 / 16 * 1rem);
  line-height: 1.467;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #000;
}
.p-sticky-cta__freedial {
  width: 32px;
  height: auto;
}
.p-sticky-cta__time {
  color: #1a4d8d;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 700;
  white-space: nowrap;
}
.p-sticky-cta__time--sp {
  display: block;
}
.p-sticky-cta__time--sp {
  display: none;
}
.p-sticky-cta__operator {
  margin-left: 26px;
  flex-shrink: 0;
  align-self: flex-end;
  line-height: 0;
  margin-top: -78px;
  margin-bottom: -14px;
}
.p-sticky-cta__operator img {
  height: 200px;
  width: auto;
}

/* タブレット・スマホ共通（上下2段レイアウト） */
@media screen and (max-width: 1024px) {
  .p-sticky-cta__text {
    font-size: calc(17 / 16 * 1rem);
    white-space: nowrap;
  }
  .p-sticky-cta__button-link {
    width: 300px;
  }
  .p-sticky-cta__tel-button {
    width: 324px;
  }
}

@media screen and (max-width: 960px) {
  .p-sticky-cta__container {
    gap: 16px;
  }
  .p-sticky-cta__operator {
    display: none;
  }
  .p-sticky-cta__text {
    display: none;
  }
  .p-sticky-cta__button {
    margin-left: 0px;
    flex: 1;
    min-width: 0;
  }
  .p-sticky-cta__button-link {
    width: 100%;
    white-space: normal;
  }
  .p-sticky-cta__button-catch {
    font-size: calc(11 / 16 * 1rem);
    white-space: nowrap;
  }
  .p-sticky-cta__button-main--pc {
    display: none;
  }
  .p-sticky-cta__button-main--sp {
    display: flex;
  }
  .p-sticky-cta__button-main {
    font-size: calc(15 / 16 * 1rem);
    white-space: nowrap;
  }
  .p-sticky-cta__tel-button {
    margin-left: 0;
    flex: 1;
    min-width: 0;
    width: auto;
  }
  .p-sticky-cta__tel-number {
    font-size: calc(20 / 16 * 1rem);
  }
  .p-sticky-cta__time {
    font-size: calc(11 / 16 * 1rem);
  }
  .p-sticky-cta__time--pc {
    display: none;
  }
  .p-sticky-cta__time--sp {
    display: block;
  }
}

/* スマホ */
@media screen and (max-width: 480px) {
  .p-sticky-cta__inner {
    padding: 8px 8px;
  }
  .p-sticky-cta__container {
    gap: 10px;
  }
  .p-sticky-cta__button-main {
    gap: 4px;
  }
  .p-sticky-cta__tel-button {
    padding: 0;
  }

  .p-sticky-cta__left {
    gap: 10px;
  }
  .p-sticky-cta__text {
    font-size: calc(12 / 16 * 1rem);
  }
  .p-sticky-cta__button-link {
    padding: 12px 14px 8px;
  }
  .p-sticky-cta__button-catch {
    font-size: calc(11 / 16 * 1rem);
  }
  .p-sticky-cta__button-main {
    font-size: calc(14 / 16 * 1rem);
  }
  .p-sticky-cta__tel-number {
    font-size: calc(18 / 16 * 1rem);
  }
  .p-sticky-cta__freedial {
    display: none;
  }
  .p-sticky-cta__lead {
    display: none;
  }
}
