@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
img {
  width: 100%;
  vertical-align: middle;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #231815;
  background: #fff;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1139px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}

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

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #231815;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1140px) {
  a:hover {
    opacity: 0.7;
  }
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1140px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.c-blue {
  color: #2318a9;
}

.c-red {
  color: #f00;
}

.en-none {
  display: none;
}

.font-en {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}

.translatepress-en_US * {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
.header__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-left: 2.6041666667vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding-left: 3.7333333333vw;
    padding-top: 1.8666666667vw;
    padding-right: 3.4666666667vw;
    padding-bottom: 0.5333333333vw;
  }
}
.header__content {
  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;
  width: 100%;
}
.header__logo {
  width: 28.0208333333vw;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 61.6vw;
  }
}
.header__phone {
  text-align: center;
  font-size: 1.5625vw;
  font-weight: 500;
  margin-top: 0.78125vw;
}
@media screen and (max-width: 767px) {
  .header__phone {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.2666666667vw;
    padding-top: 5.3333333333vw;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.125vw;
  margin-right: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .header__list {
    display: none;
  }
}
.header__item a {
  font-size: 1.09375vw;
  font-weight: 500;
}
.header__icon {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__icon {
    display: block;
    width: 7.2vw;
  }
}
.header__btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: block;
    z-index: 9000;
  }
}
.header__sp-nav {
  right: -120%;
  position: fixed;
  top: 0;
  background: #fff;
  height: 100vh;
  width: 15vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__sp-nav {
    width: 100vw;
  }
}
.header__sp-nav.panelactive {
  right: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .header__sp-nav.panelactive {
    right: 0;
  }
}
.header__bg-blue {
  background: #2318a9;
  height: 70vh;
}
.header__sp-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6vh;
  height: 100%;
}
.header__sp-item a {
  color: #fff;
  font-size: 1.1979166667vw;
}
@media screen and (max-width: 767px) {
  .header__sp-item a {
    font-size: 5.3333333333vw;
  }
}
.header__sp-item a:hover {
  opacity: 0.7;
}
.header__lang-area {
  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;
  height: 30vh;
  width: 100%;
}
.header__lang {
  width: 50%;
  text-align: center;
}
.header__lang:first-child {
  border-right: 1px solid #231815;
}
.header__lang a {
  font-weight: 500;
  display: block;
  padding: cw(10) 0;
}
@media screen and (max-width: 767px) {
  .header__lang a {
    padding: 1.0666666667vw 0;
    font-size: 5.3333333333vw;
  }
}
.header__lang a:hover {
  opacity: 0.7;
}

.fix-nav {
  position: fixed;
  width: 5.2083333333vw;
  top: 0;
  right: 0;
  height: 100vh;
  background: #fff;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .fix-nav {
    display: none;
  }
}
.fix-nav__lang-area {
  background: #2e3192;
  padding: 3.6458333333vw 0.8333333333vw;
}
.fix-nav__lang a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9895833333vw;
}
.fix-nav__lang + .fix-nav__lang {
  border-top: 1px solid #fff;
  margin-top: 2.0833333333vw;
  padding-top: 2.0833333333vw;
}

.openbtn {
  position: relative;
  cursor: pointer;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
}
@media screen and (max-width: 767px) {
  .openbtn {
    width: 14.4vw;
    height: 14.4vw;
  }
}
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 0.2604166667vw;
  border-radius: 0.2604166667vw;
  background: #2e3192;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .openbtn span {
    width: 42%;
    height: 2px;
  }
}
.openbtn span:nth-of-type(1) {
  top: 1.3020833333vw;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(1) {
    top: 0vw;
  }
}
.openbtn span:nth-of-type(2) {
  top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(2) {
    top: 1.6vw;
  }
}
.openbtn span:nth-of-type(3) {
  top: 2.8645833333vw;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(3) {
    top: 3.2vw;
  }
}
.openbtn span:nth-of-type(3)::after {
  content: "Menu";
  position: absolute;
  top: 0.5208333333vw;
  width: 3.90625vw;
  margin-left: -0.625vw;
  text-align: center;
  color: #2e3192;
  font-size: 0.8333333333vw;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .openbtn span:nth-of-type(3)::after {
    font-size: 3.7333333333vw;
    font-weight: bold;
    width: 16vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .openbtn.active span {
    background: #fff;
  }
}
.openbtn.active span:nth-of-type(1) {
  top: 1.7708333333vw;
  left: 1.4583333333vw;
  -webkit-transform: translateY(0.3125vw) rotate(-45deg);
      -ms-transform: translateY(0.3125vw) rotate(-45deg);
          transform: translateY(0.3125vw) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .openbtn.active span:nth-of-type(1) {
    left: 3.7333333333vw;
  }
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 2.3958333333vw;
  left: 1.4583333333vw;
  -webkit-transform: translateY(-0.3125vw) rotate(45deg);
      -ms-transform: translateY(-0.3125vw) rotate(45deg);
          transform: translateY(-0.3125vw) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .openbtn.active span:nth-of-type(3) {
    left: 3.7333333333vw;
  }
}
.openbtn.active span:nth-of-type(3)::after {
  content: "閉じる"; /*3つ目の要素のafterにClose表示を指定*/
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  top: 0.78125vw;
  left: 1.5104166667vw;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .openbtn.active span:nth-of-type(3)::after {
    left: 0vw;
  }
}

.footer {
  background: #666;
}
.footer > * {
  color: #fff;
}
.footer__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-top: 3.90625vw;
  padding-bottom: 1.9791666667vw;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10.1333333333vw;
    padding-right: 7.4666666667vw;
    padding-bottom: 24vw;
  }
}
.footer__info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (max-width: 1139px) {
  .footer__info {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
.footer__logo-title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1;
  font-size: 2.8125vw;
}
@media screen and (max-width: 767px) {
  .footer__logo-title {
    font-size: 5.3333333333vw;
  }
}
.footer__address {
  margin-top: 1.5625vw;
  font-size: 1.0416666667vw;
  font-weight: 300;
  padding-bottom: 2.6041666667vw;
}
@media screen and (max-width: 1430px) {
  .footer__address {
    font-size: max(14px, 0.9375vw);
  }
}
.footer__address br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__address br.sp {
    display: block;
  }
}
.footer__nav {
  border-top: 1px solid #fff;
  padding-top: 2.6041666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.6458333333vw;
}
@media screen and (max-width: 1430px) {
  .footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1139px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    border: none;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__list {
    display: none;
  }
}
.footer__item a {
  color: #fff !important;
  font-size: 1.0416666667vw;
  font-weight: 350;
}
.footer__bnr-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
}
@media screen and (max-width: 1430px) {
  .footer__bnr-area {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer__bnr-area {
    width: 100%;
  }
}

.translatepress-en_US .footer__nav {
  padding-right: 0;
  width: 40%;
  gap: 0;
}
.translatepress-en_US .footer__item {
  width: 10.4166666667vw;
}

.util-title {
  font-size: max(13px, 1.1979166667vw);
  font-weight: 500;
  line-height: 1;
}
.util-title span {
  font-size: 2.5em;
  display: block;
  margin-top: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.util-title span::first-letter {
  text-transform: uppercase;
}

.util-more-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.8229166667vw;
}
.util-more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8854166667vw;
  font-size: max(13px, 1.3541666667vw);
  font-weight: 300;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .util-more-btn a {
    margin-top: 5.3333333333vw;
  }
}
.util-more-btn a img {
  width: max(36px, 3.59375vw);
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
.mv__movie video {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 153px);
}
@media screen and (max-width: 767px) {
  .mv__movie video {
    max-height: 100%;
  }
}

.top-slider {
  background: #f0f0f8;
}
.top-slider__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .top-slider__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .top-slider__inner {
    padding-right: 8vw;
  }
}
.top-slider__content {
  background: #fff;
  border: 1px solid #231815;
  border-top: none;
  padding-top: 4.4791666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top-slider__content {
    padding-top: 10.6666666667vw;
  }
}
.top-slider__img {
  border-top: 1px solid #231815;
}
.top-slider__img img {
  height: 12.6041666667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-slider__img img {
    height: 28vw;
  }
}
.top-slider__body {
  height: 100%;
}
.top-slider__text {
  font-size: 1.1458333333vw;
  font-weight: 500;
  text-align: center;
  height: 100%;
  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;
}
@media screen and (max-width: 767px) {
  .top-slider__text {
    font-size: 14px;
    padding: 10px;
  }
}
.top-slider__slider {
  position: relative;
}
.top-slider__slider [class^=swiper-button-] {
  margin-top: -0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .top-slider__slider [class^=swiper-button-] {
    margin-top: -8px;
  }
}
.top-slider__slider [class^=swiper-button-]::after {
  font-size: 1.0416666667vw;
  color: #595757;
}
@media screen and (max-width: 767px) {
  .top-slider__slider [class^=swiper-button-]::after {
    font-size: 10px;
  }
}
.top-slider__nav {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.6041666667vw auto 0;
}
.top-slider__nav > * {
  position: unset;
}
.top-slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.top-slider .swiper-pagination-bullet {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  background: #fff;
  border: 1px solid #231815;
  opacity: 1;
  margin: 0 10px !important;
}
@media screen and (max-width: 767px) {
  .top-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px !important;
  }
}
.top-slider .swiper-pagination-bullet-active {
  background: #000;
}

/* Swiper適用時 */
/* Swiper未使用時（スライドが4つ以下） */
.swiper:not(.is-swiper) {
  padding-bottom: 20px;
}
.swiper:not(.is-swiper) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .swiper:not(.is-swiper) .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.swiper:not(.is-swiper) .swiper-wrapper > * {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 767px) {
  .swiper:not(.is-swiper) .swiper-wrapper > * {
    width: calc((100% - 10px) / 2);
  }
}
.swiper:not(.is-swiper) + .top-slider__nav {
  display: none;
}

.information__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
}
@media screen and (max-width: 767px) {
  .information__inner {
    padding: 0 0 0 8.8vw;
  }
}
.information__title-area {
  border-bottom: 1px solid #231815;
  padding-bottom: 2.0833333333vw;
}
.information__title {
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .information__title {
    margin-left: 4.5333333333vw;
  }
}
.information--top .information__inner {
  padding-top: 5.9895833333vw;
  padding-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .information--top .information__inner {
    padding-top: 17.0666666667vw;
    padding-bottom: 8vw;
  }
}
.information__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.125vw;
}
@media screen and (max-width: 767px) {
  .information__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.information__item + .information__item {
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .information__item + .information__item {
    margin-top: 10.6666666667vw;
  }
}
.information__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.information__content {
  margin-top: 1.3020833333vw;
  padding-left: 1.3020833333vw;
}
@media screen and (max-width: 767px) {
  .information__content {
    padding-top: 10.6666666667vw;
    padding-left: 5.6vw;
    padding-right: 10.9333333333vw;
  }
}
.information__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0416666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .information__head {
    gap: 2.1333333333vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.information__main {
  display: none;
}
.information__main img {
  width: auto;
}
.information__main > * + * {
  margin-top: 1em;
}
.information__date {
  font-size: 1.0416666667vw;
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .information__date {
    font-size: 3.7333333333vw;
  }
}
.information__cat {
  font-size: max(12px, 1.0416666667vw);
  padding: 0.2083333333vw 0.9895833333vw;
  border: 1px solid #231815;
  font-weight: 350;
}
.information__sub-title {
  font-size: max(14px, 1.0416666667vw);
  color: #f00;
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .information__sub-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.information__toggle-btn {
  font-size: 0.8854166667vw;
  background: #2318a9;
  color: #fff;
  padding: 0.2083333333vw;
  width: 5.9375vw;
  cursor: pointer;
  margin-top: 1.5625vw;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .information__toggle-btn {
    font-size: 2.1333333333vw;
    width: 15.7333333333vw;
    padding: 0.5333333333vw 1.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.information__main {
  font-size: max(14px, 1.0416666667vw);
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .information__main {
    margin-top: 1.6vw;
  }
}
.information__main a {
  color: #0693e3;
}
.information--page .information__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-top: 4.4791666667vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .information--page .information__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .information--page .information__inner {
    padding-top: 8vw;
    padding-bottom: 13.8666666667vw;
  }
}
.information--page .information__main {
  display: block;
}

.translatepress-en_US .information__sub-title {
  font-weight: 500;
}

.service {
  margin-top: 4.8958333333vw;
}
.service__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-bottom: 11.71875vw;
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding-right: 8vw;
    padding-bottom: 13.3333333333vw;
  }
}
.service__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.9166666667vw;
  border-top: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .service__head-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service__img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .service__img {
    width: 57.5%;
  }
}
.service__head {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2.6041666667vw;
}
.service__point {
  font-weight: 300;
  font-size: max(15px, 1.3020833333vw);
  margin-top: 1.5625vw;
  font-weight: 300;
}
.service__text {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 300;
}
.service__sub-title {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  font-size: max(42px, 4.1666666667vw);
}
@media screen and (max-width: 767px) {
  .service__sub-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.service__sub-title-child {
  font-size: 1.875vw;
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .service__sub-title-child {
    font-size: 5.0666666667vw;
  }
}
.service__sub-title-child br {
  display: none;
}
@media screen and (max-width: 767px) {
  .service__sub-title-child br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .service__content {
    margin-top: 16vw;
  }
}
.service__content > * + * {
  margin-top: 5.2083333333vw;
}

.company__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-top: 4.4791666667vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .company__inner {
    padding-top: 8vw;
    padding-bottom: 13.8666666667vw;
  }
}
.company__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 1.875vw;
}
@media screen and (max-width: 767px) {
  .company__title {
    padding-bottom: 4.2666666667vw;
  }
}
.company__content {
  margin-top: 3.8541666667vw;
}
@media screen and (max-width: 767px) {
  .company__content {
    padding-right: 5.3333333333vw;
  }
}
.company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company__wrap + .company__wrap {
  margin-top: 3.5416666667vw;
}
.company__list dt, .company__list dd {
  font-weight: 300;
  font-size: max(14px, 1.09375vw);
  line-height: 2;
}
.company__list dt {
  min-width: 12.1354166667vw;
}
@media screen and (max-width: 767px) {
  .company__list dt {
    min-width: 34.6666666667vw;
  }
}
.company__list ul {
  list-style: disc;
  margin-left: 1.2em;
}
.company__list li::marker {
  color: #0071bc;
}
.company__list a {
  color: #0071bc;
}
.company__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .company__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .company__flex--sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__img {
  width: 7.0833333333vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .company__img {
    width: 18.9333333333vw;
  }
}
.company br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .company br.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .company__position-wrap + .company__position-wrap {
    margin-top: 3.7333333333vw;
  }
}

.message__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-bottom: 6.7708333333vw;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding-right: 8.2666666667vw;
    padding-bottom: 17.3333333333vw;
  }
}
.message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #231815;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message__img {
  width: 18.9583333333vw;
}
@media screen and (max-width: 767px) {
  .message__img {
    width: 50.6666666667vw;
    margin: 11.7333333333vw auto 0;
  }
}
.message__title {
  margin-top: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .message__title {
    margin-top: 6.9333333333vw;
  }
}
.message__title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .message__title br {
    display: block;
  }
}
.message__text {
  margin-top: 1.5625vw;
  line-height: 2;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .message__text {
    margin-top: 11.7333333333vw;
    padding-right: 6.9333333333vw;
  }
}

.com-base__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-bottom: 6.7708333333vw;
}
@media screen and (max-width: 767px) {
  .com-base__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .com-base__inner {
    padding-right: 8.2666666667vw;
    padding-bottom: 17.8666666667vw;
  }
}
.com-base__title {
  border-top: 1px solid #231815;
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .com-base__title {
    padding-top: 6.4vw;
  }
}
.com-base__title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .com-base__title br {
    display: block;
  }
}
.com-base__text {
  margin-top: 1.5625vw;
  line-height: 2;
  font-size: max(12px, 1.0416666667vw);
  font-weight: 300;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .com-base__text {
    margin-top: 6.9333333333vw;
  }
}
.com-base__text--right {
  text-align: right;
}

.access__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-bottom: 6.7708333333vw;
}
@media screen and (max-width: 767px) {
  .access__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .access__inner {
    padding-right: 8.2666666667vw;
    padding-bottom: 17.8666666667vw;
  }
}
.access__title {
  padding-top: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .access__title {
    padding-top: 6.6666666667vw;
  }
}
.access__wrap {
  border-top: 1px solid #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access__map {
  width: 31.25vw;
  margin-top: 4.6875vw;
}
@media screen and (max-width: 767px) {
  .access__map {
    width: 100%;
    margin-top: 10.1333333333vw;
  }
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 786/594;
}
.access__sub-title {
  font-size: max(20px, 1.5104166667vw);
  font-weight: 500;
  margin-top: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .access__sub-title {
    padding-right: 5.3333333333vw;
  }
}
.access__text {
  font-weight: 300;
  font-size: max(15px, 1.25vw);
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .access__text {
    margin-top: 9.6vw;
  }
}
.access__number {
  font-size: max(20px, 1.40625vw);
  font-weight: 350;
  margin-top: 0.5208333333vw;
}
.access__number br {
  display: none;
}
@media screen and (max-width: 767px) {
  .access__number br {
    display: block;
  }
}
.access__how {
  font-size: max(15px, 1.25vw);
  font-weight: 350;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .access__how {
    margin-top: 8vw;
  }
}

.about__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-top: 4.4791666667vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-top: 8vw;
    padding-bottom: 13.8666666667vw;
  }
}
.about__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 1.875vw;
}
.about__content {
  margin-top: 2.5vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 8vw;
  }
}
.about__img {
  position: absolute;
  top: -12.5vw;
  right: 0;
  width: 26.0416666667vw;
}
@media screen and (max-width: 767px) {
  .about__img {
    position: unset;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
}
.about__lead {
  font-weight: bold;
  font-size: max(18px, 1.5104166667vw);
}
@media screen and (max-width: 767px) {
  .about__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.about__lead br {
  display: none;
}
@media screen and (max-width: 767px) {
  .about__lead br {
    display: block;
  }
}
.about__list {
  margin-left: 3.125vw;
  margin-top: 5.2083333333vw;
  margin-bottom: 8.6979166667vw;
}
@media screen and (max-width: 767px) {
  .about__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 6.4vw;
  }
}
.about__item {
  position: relative;
  font-weight: bold;
  font-size: max(16px, 1.25vw);
  color: #2318a9;
}
.about__item::before {
  content: "";
  position: absolute;
  top: -0.5208333333vw;
  left: -3.125vw;
  background: url(../img/common/check-box.png) no-repeat;
  background-size: contain;
  width: 2.0833333333vw;
  height: 2.7083333333vw;
}
@media screen and (max-width: 767px) {
  .about__item::before {
    width: 5.8666666667vw;
    height: 8vw;
    left: -7.4666666667vw;
  }
}
.about__item + .about__item {
  margin-top: 1.1979166667vw;
}
@media screen and (max-width: 767px) {
  .about__item + .about__item {
    margin-top: 4.2666666667vw;
  }
}
.about__item br {
  display: none;
}
@media screen and (max-width: 767px) {
  .about__item br {
    display: block;
  }
}
.about__child-list {
  list-style: disc;
  margin-left: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .about__child-list {
    margin-left: 6.4vw;
  }
}
.about__child-item {
  color: #231815;
  font-size: max(14px, 1.0416666667vw);
  font-weight: 300;
}
.about__sub-title {
  font-weight: bold;
  font-size: max(16px, 1.3541666667vw);
  color: #2318a9;
  border-bottom: 1px solid #2318a9;
  padding-bottom: 0.2604166667vw;
}
@media screen and (max-width: 767px) {
  .about__sub-title {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 13.3333333333vw;
  }
}
.about__p-img {
  width: 76.25vw;
  margin: 6.25vw auto 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .about__p-img {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
  }
}

.fee__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
}
@media screen and (max-width: 767px) {
  .fee__inner {
    padding: 0 0 0 8.8vw;
  }
}
.fee__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 2.6041666667vw;
}
.fee__content {
  margin-top: 3.28125vw;
}
@media screen and (max-width: 767px) {
  .fee__content {
    padding-right: 10.6666666667vw;
  }
}
.fee__point {
  color: #2318a9;
  font-size: max(15px, 1.25vw);
  font-weight: 300;
}
.fee__text {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 300;
}

.flow {
  margin-top: 14.1145833333vw;
}
@media screen and (max-width: 767px) {
  .flow {
    margin-top: 14.9333333333vw;
  }
}
.flow__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 0 0 0 8.8vw;
  }
}
.flow__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 2.6041666667vw;
}
.flow__content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 6.4vw;
  }
}
.flow__img {
  position: absolute;
  top: -10.4166666667vw;
  right: 0;
  width: 26.0416666667vw;
}
@media screen and (max-width: 767px) {
  .flow__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: unset;
    margin-top: 8.8vw;
    width: 100%;
  }
}
.flow__lead {
  font-size: max(18px, 1.5104166667vw);
  font-weight: bold;
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .flow__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__lead br {
    display: none;
  }
}
.flow__step {
  margin-top: 6.875vw;
}
@media screen and (max-width: 767px) {
  .flow__step {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.results {
  margin-top: 18.59375vw;
}
@media screen and (max-width: 767px) {
  .results {
    margin-top: 26.1333333333vw;
  }
}
.results__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-bottom: 14.7395833333vw;
}
@media screen and (max-width: 767px) {
  .results__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .results__inner {
    padding-bottom: 23.2vw;
  }
}
.results__content {
  position: relative;
  border-top: 1px solid #231815;
}
.results__img {
  position: absolute;
  top: -2.0833333333vw;
  right: 0;
  width: 32.34375vw;
}
@media screen and (max-width: 767px) {
  .results__img {
    position: unset;
    width: 55.7333333333vw;
  }
}
.results__title {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 300;
  margin-top: 1.875vw;
}
@media screen and (max-width: 767px) {
  .results__title {
    margin-top: 13.3333333333vw;
  }
}
.results__list {
  list-style: disc;
  margin-left: 1.4em;
  margin-top: 1.71875vw;
}
@media screen and (max-width: 767px) {
  .results__list {
    margin-left: 1em;
  }
}
.results__item {
  font-size: max(12px, 1.0416666667vw);
  font-weight: 300;
}
.results__item + .results__item {
  margin-top: 0.3125vw;
}

.flow__step--en {
  display: none;
}

.translatepress-en_US .about__lead br {
  display: block;
}
.translatepress-en_US .flow__step--ja {
  display: none;
}
.translatepress-en_US .flow__step--en {
  display: block;
}

.qa__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-top: 4.4791666667vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .qa__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .qa__inner {
    padding-top: 8vw;
    padding-bottom: 13.8666666667vw;
  }
}
.qa__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 2.6041666667vw;
}
.qa__content {
  margin-top: 3.28125vw;
}
@media screen and (max-width: 767px) {
  .qa__content {
    padding-right: 7.4666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.qa__item + .qa__item {
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  .qa__item + .qa__item {
    margin-top: 11.2vw;
  }
}
.qa__question {
  font-size: max(14px, 1.1458333333vw);
  color: #2318a9;
  font-weight: bold;
  text-indent: -1.8em;
  margin-left: 1.8em;
}
@media screen and (max-width: 767px) {
  .qa__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.qa__question span {
  font-weight: bold;
  font-size: max(18px, 1.5625vw);
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .qa__question span {
    margin-top: -1.6vw;
    margin-right: 4px;
  }
}
.qa__answer {
  background: #e6e6e6;
  padding: 1.1458333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .qa__answer {
    margin-top: 4.8vw;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.qa__icon {
  color: #f00;
  font-weight: bold;
  font-size: max(18px, 1.8229166667vw);
  margin-right: 0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .qa__icon {
    margin-right: 4px;
    min-width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .qa__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.qa__text p {
  font-size: max(12px, 1.0416666667vw);
  line-height: 1.8;
  margin-top: 0.5208333333vw;
}
.qa__annotation {
  font-size: max(12px, 1.0416666667vw);
  line-height: 1.8;
  margin-top: 0.5208333333vw;
}
.qa__t-link {
  font-size: max(16px, 1.3541666667vw);
}

.inquiry__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15.625vw;
  padding-top: 4.4791666667vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .inquiry__inner {
    padding: 0 0 0 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .inquiry__inner {
    padding-top: 8vw;
    padding-bottom: 13.8666666667vw;
  }
}
.inquiry__title {
  border-bottom: 1px solid #231815;
  padding-bottom: 2.6041666667vw;
}
@media screen and (max-width: 767px) {
  .inquiry__title {
    padding-bottom: 4.8vw;
  }
}
.inquiry__content {
  margin-top: 3.28125vw;
}
@media screen and (max-width: 767px) {
  .inquiry__content {
    padding-right: 6.4vw;
    margin-top: 9.8666666667vw;
  }
}
.inquiry__lead {
  font-size: max(14px, 1.0416666667vw);
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .inquiry__lead {
    padding-right: 5.0666666667vw;
  }
}
.inquiry__form {
  margin-top: 4.1666666667vw;
}

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #2318a9;
  padding: 1.5625vw 0;
}
@media screen and (max-width: 767px) {
  .form__wrap {
    padding: 4vw 0;
  }
}
.form__annotation {
  font-size: max(14px, 0.9895833333vw);
  font-weight: 300;
  margin-bottom: 0.5208333333vw;
}
@media screen and (max-width: 767px) {
  .form__annotation {
    margin-bottom: 2.6666666667vw;
  }
}
.form__label-area {
  width: 14.2708333333vw;
}
@media screen and (max-width: 767px) {
  .form__label-area {
    width: 45%;
  }
}
.form__label-area p {
  word-break: break-word;
}
.form__label {
  font-size: max(14px, 0.9895833333vw);
  font-weight: 300;
}
.form__label span {
  color: #2318a9;
}
.form__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form .wpcf7-not-valid-tip {
  font-size: max(14px, 0.9895833333vw);
  font-weight: 300;
}
.form input[type=text], .form input[type=email], .form textarea {
  border: 1px solid #c9caca;
  width: 98%;
  font-size: max(14px, 0.9895833333vw);
  font-weight: 300;
  padding: 0.625vw;
}
@media screen and (max-width: 767px) {
  .form input[type=text], .form input[type=email], .form textarea {
    padding: 4px 6px;
  }
}
.form textarea {
  height: 5.5em;
}
.form input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form input[type=checkbox] + span {
  position: relative;
}
.form input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  border: 1px solid #757575;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .form input[type=checkbox] + span::before {
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 0.2em;
  }
}
.form input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.3125vw;
  -webkit-transform: translateY(-50%) rotate(40deg);
      -ms-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  width: 0.7291666667vw;
  height: 1.0416666667vw;
  border-bottom: 0.2083333333vw solid #2318a9;
  border-right: 0.2083333333vw solid #2318a9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .form input[type=checkbox] + span::after {
    -webkit-transform: translateY(0) rotate(40deg);
        -ms-transform: translateY(0) rotate(40deg);
            transform: translateY(0) rotate(40deg);
    top: 0.2em;
    left: 0.2em;
    width: 8px;
    height: 12px;
    border-bottom: 3px solid #2318a9;
    border-right: 3px solid #2318a9;
  }
}
.form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form .wpcf7-list-item input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(34, 34, 34, 0.2);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.form .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #1056B2;
  border-radius: 50%;
}
.form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-left: 1em;
}
.form .wpcf7-radio > * {
  margin: 0;
}
.form .wpcf7-radio > * > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: max(14px, 1.0416666667vw);
  font-weight: 300;
  padding-left: 1.8em;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
  }
}
.form__submit {
  padding-top: 3.5416666667vw;
  text-align: center;
  border-top: 1px solid #2318a9;
}
@media screen and (max-width: 767px) {
  .form__submit {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .form__submit p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2318a9;
  max-width: 16.6145833333vw;
  width: 100%;
  color: #fff;
  padding: max(14px, 1.09375vw);
  height: 100%;
  line-height: 1;
  font-size: max(14px, 1.09375vw);
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .form input[type=submit] {
    max-width: 50%;
    margin: 0 auto;
  }
}
.form input[type=submit]:hover {
  background: rgba(35, 24, 169, 0.1);
  color: #2318a9;
}
.form .sub-area {
  margin: 2em 0 0 2em;
}

#open-modal {
  text-decoration: underline;
  color: #2318a9;
  font-weight: bold;
}

.text-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.text-modal .modal-content {
  background: #fff;
  padding: 3%;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.text-modal .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}
.text-modal .modal-textArea > * + * {
  margin-top: 2em;
}
.text-modal .modal-text {
  font-size: max(14px, 1.0416666667vw);
}
.text-modal .modal-text:first-child {
  margin-top: 0;
}
.text-modal .modal-text .head {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */