@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

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

canvas {
  display: block;
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

.contents__inner {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.footer__inner {
  padding-top: 15.4rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
  .footer__inner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.footer__logo {
  display: block;
  width: 20.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .footer__logo {
    width: 13.5rem;
  }
}

.footer__list {
  margin-top: 1.4rem;
  justify-content: center;
  gap: 1.4rem;
}
@media screen and (max-width: 750px) {
  .footer__list {
    flex-wrap: wrap;
  }
}

.footer__link {
  color: #191919;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1666666667; /* 116.667% */
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none;
}

.footer__sns {
  margin-top: 5rem;
  justify-content: center;
  gap: 0.9rem;
}

.footer__snsItem:nth-child(1) {
  width: 1.4rem;
}
.footer__snsItem:nth-child(2) {
  width: 1.2rem;
}
.footer__snsItem:nth-child(3) {
  width: 1.9rem;
}

.footer__copyright {
  margin-top: 10.5rem;
  color: #191919;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 140% */
  text-align: center;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.header__inner {
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 6.5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    justify-content: flex-end;
  }
}

.header__logo {
  display: block;
  width: 23rem;
  position: relative;
  z-index: 10;
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 13.5rem;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 1.9rem;
  }
}

.header__linkArea {
  margin-top: 3.5rem;
  align-items: center;
  gap: 0 4rem;
}
@media screen and (max-width: 750px) {
  .header__linkArea {
    margin-top: 4.7rem;
  }
}

.header__serviceList {
  gap: 0 2.4rem;
}
@media screen and (max-width: 750px) {
  .header__serviceList {
    display: none;
  }
}

.header__serviceListLink {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 450;
  line-height: 2; /* 233.333% */
  text-decoration: underline;
  pointer-events: all;
}
.header__serviceListLink:hover {
  text-decoration: none;
}

.header__commonList {
  transform: translateX(100%);
  transition: all 1s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #F7F7F7;
  width: 30vw;
  height: 100vh;
  overflow: scroll;
  display: none;
}
@media screen and (max-width: 750px) {
  .header__commonList {
    display: block;
    width: 100vw;
  }
}
.header__commonList.is-active {
  transform: translateX(0);
}
.header__commonList .header__list {
  padding: 15rem 2.6rem 10rem;
  position: relative;
  z-index: 10;
}
.header__commonList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
  padding: 1rem 1rem;
  pointer-events: all;
}

.header__hb {
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  pointer-events: all;
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    display: flex;
    height: 2rem;
  }
}

.header__hbInner {
  width: 100%;
}

.header__hbBorder {
  display: block;
  background-color: #0A035C;
  width: 100%;
  height: 0.1rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.8rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.3rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  transform: rotate(45deg) translate(-0.4rem, -0.4rem);
}

.table, .table .table__td, .table .table__th {
  border-collapse: collapse; /* 1pxにする */
  border: 1px solid #666;
}

.table.table--privacy {
  margin: 4rem auto;
}

.table__td, .table .table__th {
  padding: 1rem;
}

.buttonMainWrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.buttonMain {
  border-radius: 10rem;
  background-color: #191919;
  display: block;
}

.buttonMain__inner {
  display: block;
  text-align: center;
  padding: 1.5rem 3.5rem;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
}

/* 2本の ul を横並びにして動かす */
.boxTextLoop {
  position: relative;
  overflow: hidden;
}
.boxTextLoop::before {
  content: "";
  display: block;
  height: 100%;
  width: 36.6666666667vw;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 9.43%, #FFF 94.24%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .boxTextLoop::before {
    width: 13.6rem;
  }
}
.boxTextLoop::after {
  content: "";
  display: block;
  height: 100%;
  width: 36.6666666667vw;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 94.24%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .boxTextLoop::after {
    width: 13.6rem;
  }
}

.boxTextLoop__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  position: relative;
}

/* ul */
.boxTextLoop__item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
}

/* li（テキスト） */
.listTextLoop__item {
  white-space: nowrap;
  padding-right: 4rem;
  color: #191919;
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
}
@media screen and (max-width: 750px) {
  .listTextLoop__item {
    font-size: 4rem;
  }
}

/* 2本分（50%）ずらして無限ループ */
@keyframes textLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* 動き少なめ設定 */
.blkPhotoLoop {
  overflow: hidden;
}

.blkPhotoLoop__item {
  display: flex;
  gap: 0 0.2rem;
  animation: imgLoop 30s linear infinite;
  width: -moz-fit-content;
  width: fit-content;
}
.blkPhotoLoop__item + .blkPhotoLoop__item {
  margin-top: 0.2rem;
}
.blkPhotoLoop__item:nth-child(even) {
  animation: imgLoop 30s linear infinite reverse;
}

.listPhotoLoop {
  gap: 0 0.2rem;
}

@keyframes imgLoop {
  from {
    transform: translateX(0);
  }
  to {
    /* set 1個分（画像＋gap込み）だけ移動 */
    transform: translateX(calc(-50% - 0.1rem));
  }
}
.listPhotoLoop__item {
  width: 33rem;
}
@media screen and (max-width: 750px) {
  .listPhotoLoop__item {
    width: 16.5rem;
  }
}

.listPhotoLoop__img {
  overflow: hidden;
}

.headTitle__inner {
  padding-top: 17rem;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding-top: 13rem;
  }
}

.headTitle__columnItem:nth-child(1) {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headTitle__columnItem:nth-child(2) {
  width: 75vw;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .headTitle__columnItem:nth-child(2) {
    width: 60%;
    height: 16rem;
  }
}
.headTitle__columnItem:nth-child(2) img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}

.headTitle__text {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}

.singleStyle {
  position: relative;
}

.singleStyle .singleStyle__content > * {
  margin-top: 2rem;
}
.singleStyle .singleStyle__content > *:first-child {
  margin-top: 0;
}
.singleStyle .singleStyle__content p, .singleStyle .singleStyle__content li {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2857142857;
  /* 100% */
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content p, .singleStyle .singleStyle__content li {
    font-size: 1.4rem;
  }
}
.singleStyle .singleStyle__content ul li {
  position: relative;
  padding: 0;
  padding-left: 3.5rem;
  margin-top: 0;
}
.singleStyle .singleStyle__content ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  background-color: #191919;
  transform: translateY(-50%);
  transform-origin: center center;
  top: 1.6rem;
  left: 1.6rem;
  pointer-events: none;
  transition: all 0.3s;
}
.singleStyle .singleStyle__content ol {
  counter-reset: listnum;
}
.singleStyle .singleStyle__content ol li {
  position: relative;
  padding-left: 3.5rem;
  margin-top: 0;
}
.singleStyle .singleStyle__content ol li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum);
  /* カウントした数に応じて番号を表示 */
  position: absolute;
  top: 0;
  left: 1.2rem;
  color: #6E5748;
  font-weight: 700;
}
.singleStyle .singleStyle__content > .wp-block-image {
  margin-top: 3rem;
}
.singleStyle .singleStyle__content .wp-block-image {
  overflow: hidden;
}
.singleStyle .singleStyle__content .wp-block-image img {
  margin-top: 0;
}
.singleStyle .singleStyle__content h2.wp-block-heading {
  margin-top: 6rem;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h2.wp-block-heading {
    font-size: 2rem;
  }
}
.singleStyle .singleStyle__content h3.wp-block-heading {
  margin-top: 4rem;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h3.wp-block-heading {
    font-size: 1.8rem;
  }
}
.singleStyle .singleStyle__content h4.wp-block-heading {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h4.wp-block-heading {
    font-size: 1.6rem;
  }
}
.singleStyle .singleStyle__content h5.wp-block-heading {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h5.wp-block-heading {
    font-size: 1.4rem;
  }
}
.singleStyle .singleStyle__content h6.wp-block-heading {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #191919;
}
@media screen and (max-width: 750px) {
  .singleStyle .singleStyle__content h6.wp-block-heading {
    font-size: 1.2rem;
  }
}
.singleStyle .singleStyle__content .wp-block-quote {
  background-color: #D9EAF7;
  border-radius: 1rem;
  padding: 2rem;
}
.singleStyle .singleStyle__content a {
  color: #008ED8;
  text-decoration: underline;
}
.singleStyle .singleStyle__content a:hover {
  text-decoration: none;
}

.articleStyle__button {
  width: 18rem;
  margin: 3rem auto 0;
}

.formMain + .wpcf7-response-output {
  font-size: 1.4rem;
}

.formMain__blk {
  display: flex;
}
@media screen and (max-width: 750px) {
  .formMain__blk {
    flex-direction: column;
    gap: 1rem;
  }
}
.formMain__blk + .formMain__blk {
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .formMain__blk + .formMain__blk {
    margin-top: 3rem;
  }
}
.formMain__blk + .formMain__blk--mtSmall {
  margin-top: 1rem;
}

.formMain__title {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 18rem;
  padding-top: 0.9rem;
  padding-right: 2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .formMain__title {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
}

.formMain__title--require::after {
  content: "*";
  color: #FA5050;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 100% */
  margin-left: 0.2rem;
}

.formMain__reserve {
  display: flex;
  gap: 0 1rem;
}
.formMain__reserve .formMain__input {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .formMain__reserve .formMain__input {
    width: 14rem;
  }
}
.formMain__reserve .formMain__select {
  width: 20rem;
}
@media screen and (max-width: 750px) {
  .formMain__reserve .formMain__select {
    width: 14rem;
  }
}

.formMain__inputs {
  width: 62rem;
}
@media screen and (max-width: 750px) {
  .formMain__inputs {
    width: 100%;
  }
}
.formMain__inputs .formMain__input + .formMain__input {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .formMain__inputs .formMain__input + .formMain__input {
    margin-top: 1rem;
  }
}

.formMain__input {
  width: 62rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formMain__input {
    width: 100%;
  }
}
.formMain__input .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__input--flex {
  display: flex;
  gap: 0 1rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--flex {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.formMain__select {
  width: 80rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .formMain__select {
    width: 100%;
  }
}
.formMain__select .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  height: 100%;
}
.formMain__select .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  border-top: 0.9rem solid #101211;
  border-bottom: 0;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  z-index: 10;
}

.formMain__select--flex {
  display: flex;
  gap: 0 1rem;
}

.formMain__select--small {
  width: 18rem;
  flex-shrink: 0;
}

.formMain__input--small {
  width: 18rem;
  flex-shrink: 0;
}

.formMain__input--title {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7142857143; /* 171.429% */
  width: 16rem;
  flex-shrink: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--title {
    margin-top: 1.2rem;
  }
}

.formMain__input--content {
  flex-grow: 1;
}

.formMain__input--text {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1.3rem;
}
@media screen and (max-width: 750px) {
  .formMain__input--text {
    margin-top: 0;
  }
}

.formMain__radio {
  padding-top: 0.7rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.formMain__radio .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
}

.formMain__agree {
  margin-top: 4rem;
  padding-left: 18rem;
}
@media screen and (max-width: 750px) {
  .formMain__agree {
    padding-left: 0;
  }
}

.formMain__submit {
  margin-top: 4rem;
  padding-left: 18rem;
}
@media screen and (max-width: 750px) {
  .formMain__submit {
    margin-top: 5rem;
    padding-left: 0;
  }
}

.formMain__submit--flex {
  display: flex;
  gap: 0 2rem;
}
.formMain__submit--flex .formSubmitWrapper, .formMain__submit--flex .formPrevWrapper {
  width: calc(50% - 1rem);
  display: block;
}

.formInput, .formTextArea, .formSelect {
  background-color: #F2F2F2;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  border-radius: 0.4rem;
}

.formSelect {
  padding-right: 4rem;
}

.formSubmitWrapper {
  width: 32rem;
  margin: 0 auto;
  display: block;
  position: relative;
}
.formSubmitWrapper svg {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 1.8rem;
  right: 2rem;
}

.formPrevWrapper {
  width: 100%;
  display: block;
  position: relative;
}
.formPrevWrapper svg {
  display: block;
  width: 0.8rem;
  height: auto;
  position: absolute;
  top: 1.8rem;
  left: 2rem;
}

.formSubmit {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  border-radius: 10rem;
  background: #0A035C;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.formPrev {
  color: #191919;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 100% */
  border-radius: 10rem;
  background: #ddd;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.formAgree .wpcf7-list-item {
  margin-left: 0;
}
.formAgree .wpcf7-list-item-label {
  position: relative;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 2.5rem;
}
.formAgree input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 1.6rem;
  height: 1.6rem;
  cursor: pointer;
  opacity: 0;
}
.formAgree .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #F2F2F2;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #F2F2F2;
}
.formAgree .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #191919;
  border-left: 0.1rem solid #191919;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.formAgree input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.formRadio {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.formRadio input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.formRadio .wpcf7-list-item {
  margin-left: 0;
  min-width: 33.3%;
  padding-right: 0.7rem;
}
.formRadio span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.formRadio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1rem;
  border: 0.1rem solid #F2F2F2;
}
.formRadio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #191919;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.formRadio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

.formCheck {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.formCheck .wpcf7-list-item {
  margin-left: 0;
  min-width: 33.3%;
  padding-right: 0.7rem;
}
.formCheck .wpcf7-list-item-label {
  position: relative;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 2.5rem;
}
.formCheck input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 0;
}
.formCheck .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s;
  border: 0.1rem solid #f0f0f0;
}
.formCheck .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0.5rem;
  transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #191919;
  border-left: 0.1rem solid #191919;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
.formCheck input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.formMain--confirm .formMain__title {
  padding-top: 0;
}
.formMain--confirm .formMain__radio {
  padding-top: 0;
}
.formMain--confirm .formMain__input--title {
  margin-top: 0;
}
.formMain--confirm .formMain__input--text {
  margin-top: 0;
}

.JsInview {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.JsInview.is-active {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  filter: blur(3px);
  overflow: hidden;
  opacity: 0;
  transition: all 1.2s;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  filter: blur(0px);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.6s;
}
.JsInviewBox__03 {
  transition-delay: 1.2s;
}
.JsInviewBox__04 {
  transition-delay: 1.8s;
}
.JsInviewBox__05 {
  transition-delay: 2.4s;
}
.JsInviewBox__06 {
  transition-delay: 3s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

.show-pc2 {
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .show-pc2 {
    display: none;
  }
}