/*
 * foundation
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

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

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-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;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

span {
  display: inline-block;
}

@font-face {
  font-family: "LogoTypeGothic7";
  src: url("../fonts/07LogoTypeGothic7.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sawarabi Mincho", serif;
  color: #2B2D2E;
  line-height: 1.6;
  color: #2B2D2E;
}

main {
  overflow-x: hidden;
}

a {
  word-break: break-all;
  transition: opacity 0.2s linear;
}
a:hover {
  opacity: 0.7;
}

* img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.en {
  font-family: "sans-serif";
}

.tab-block {
  display: none;
}
@media (max-width: 1023px) {
  .tab-block {
    display: block;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

/*
 * layout
 */
.header {
  width: 100%;
  position: fixed;
  height: 90px;
  background-color: #fff;
  justify-content: center;
  font-family: "LogoTypeGothic7", sans-serif;
  z-index: 99;
}
@media (max-width: 767px) {
  .header {
    height: 48px;
  }
}
.header-inr {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-info {
    display: none !important;
  }
}
.header-logo {
  max-width: 176px;
}
@media (max-width: 767px) {
  .header-logo {
    max-width: 113px;
  }
}
.header-reception {
  font-size: min(1.5645371578vw, 16px);
  text-align: center;
  line-height: 1.47;
  margin-right: 16px;
}
.header-reception_title {
  background-color: #34459D;
  color: #fff;
}
.header-reception_time {
  border-left: 2px solid #34459D;
  border-right: 2px solid #34459D;
  border-bottom: 2px solid #34459D;
  padding: 0 10px;
  color: #34459D;
}
.header-tel {
  line-height: 1.3;
  margin-right: min(2.61vw, 30px);
}
.header-tel p {
  font-size: min(1.3037809648vw, 16px);
}
.header-tel a {
  gap: 6px;
  font-size: min(2.8683181226vw, 36px);
  letter-spacing: -3px;
  color: #34459D;
}
.header-tel a img {
  width: 29px;
}
@media (max-width: 1023px) {
  .header-tel a img {
    width: 23px;
  }
}

.footer {
  background-color: #1E2651;
  padding: 60px 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-inr {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: end !important;
}
@media (max-width: 767px) {
  .footer-inr {
    flex-direction: column;
    align-items: center !important;
    gap: 80px;
  }
}
.footer-inr img {
  max-width: 190px;
  display: inline-block;
  filter: invert(100%);
  margin-bottom: 24px;
}
.footer-inr .copyright {
  font-size: 14px;
  text-align: center;
}

/*
 * object
 */
.mv {
  margin-top: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 48px;
  }
}

.result {
  background-image: url(../../assets/images/result-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 80px 0 64px;
}
@media (max-width: 767px) {
  .result {
    background-image: url(../../assets/images/result-bg-sp.png);
    padding: 60px 0 0;
  }
}
.result h2 {
  font-size: 44px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .result h2 {
    font-size: 32px;
  }
}
.result h2 span {
  font-size: 34px;
}
@media (max-width: 1023px) {
  .result h2 span {
    font-size: 30px;
  }
}
.result h2 img {
  max-width: 562px;
}
@media (max-width: 1023px) {
  .result h2 img {
    max-width: 449px;
  }
}
@media (max-width: 767px) {
  .result h2 img {
    max-width: 320px;
  }
}
.result-contents {
  width: min(100% - 60px, 862px);
  margin: 0 auto 70px auto;
  justify-content: center;
  gap: 26px;
  align-items: stretch !important;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .result-contents {
    align-items: center !important;
  }
}
.result-block {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 270px;
  border-radius: 4px;
  box-shadow: 4px 4px 24px 0px rgba(14, 31, 53, 0.1);
}
@media (max-width: 767px) {
  .result-block {
    width: 100%;
    flex: none;
    min-width: none;
  }
}
.result-block1 .result-block_inr {
  padding: 18px 21px 27px 34px;
}
.result-block2 .result-block_inr {
  padding: 18px 46px 27px 49px;
}
.result-block_inr {
  background-image: url(../../assets/images/result-bgblock.png);
  background-size: 100% 100%;
  text-align: center;
}
.result-block h3 {
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 22px;
}
.result-block h3 span {
  font-size: 16px;
}
.result-block_250 {
  width: auto !important;
  height: auto !important;
  max-width: 220px;
  max-height: none !important;
  margin: 0 auto;
}
.result-block_20 {
  max-width: 175px;
}
.result-block_280 {
  max-width: 222px;
}
.result-block ul {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 22px 22px 34px 45px;
  align-items: start !important;
  justify-content: center;
  gap: 12px;
  height: 100%;
  max-height: 146px;
}
.result-block ul li {
  position: relative;
}
.result-block ul li::before {
  content: "";
  background-image: url(../../assets/images/result-list.png);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 2px;
  left: -23px;
}
.result-block ul li span {
  display: inline;
  color: #34459D;
  font-weight: 700;
}
.result-logo {
  display: block;
  width: min(100% - 60px, 980px);
  margin: 0 auto 70px auto;
}
.result-customer {
  max-width: 1425px;
  margin: 0 auto;
}

.cta {
  background-image: url(../../assets/images/cta-back.jpg);
  background-size: cover;
  padding: 47px 0 52px;
  font-family: "LogoTypeGothic7", sans-serif;
}
@media (max-width: 767px) {
  .cta {
    background-position: top center;
    padding: 60px 0 77px;
  }
}
.cta-title {
  display: block;
  max-width: 791px;
  margin: 0 auto 74px auto;
}
@media (max-width: 767px) {
  .cta-title {
    max-width: 400px;
    margin: 0 auto 94px auto;
  }
}
.cta-block {
  position: relative;
  width: 100%;
  width: min(100% - 40px, 1100px);
  padding: 54px 0 41px 0;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta-block {
    padding: 91px 0 42px;
  }
}
.cta-block::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 1px solid #fff;
  box-sizing: border-box;
  z-index: 1;
}
.cta-block::after {
  content: "";
  background-image: url(../../assets/images/cta-subtitle-pc.svg);
  background-size: 100% 100%;
  width: 75.18%;
  max-width: 827px;
  background-repeat: no-repeat;
  aspect-ratio: 827/61;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .cta-block::after {
    top: -9%;
  }
}
@media (max-width: 767px) {
  .cta-block::after {
    background-image: url(../../assets/images/cta-subtitle-sp.svg);
    width: 90.28%;
    max-width: 304px;
    aspect-ratio: 152/67;
    top: -16%;
  }
}
.cta-block_inr {
  justify-content: center;
}
@media (max-width: 767px) {
  .cta-block_inr {
    flex-direction: column;
  }
}
.cta-block_infoTel {
  width: 36.36%;
  text-align: center;
  padding-right: 29px;
  border-right: 1px solid #A9A9A9;
}
@media (max-width: 1023px) {
  .cta-block_infoTel {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .cta-block_infoTel {
    width: fit-content;
    padding-right: 0;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #A9A9A9;
  }
}
.cta-block_infoTel--title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #4C3E26;
}
@media (max-width: 1279px) {
  .cta-block_infoTel--title {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .cta-block_infoTel--title {
    font-size: 16px;
  }
}
.cta-block_infoTel a {
  display: inline-block;
  font-size: 46px;
  color: #34459D;
  letter-spacing: -3px;
  line-height: 1.1;
  margin: 0 auto 12px auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1279px) {
  .cta-block_infoTel a {
    font-size: 36px;
  }
}
.cta-block_infoTel a img {
  width: 40px;
  margin-right: 12px;
}
@media (max-width: 1279px) {
  .cta-block_infoTel a img {
    width: 32px;
  }
}
@media (max-width: 767px) {
  .cta-block_infoTel a img {
    width: 40px;
  }
}
.cta-block_infoTel--time {
  font-size: 18px;
  line-height: 1;
  color: #191D31;
}
@media (max-width: 1279px) {
  .cta-block_infoTel--time {
    font-size: 14px;
  }
}
.cta-block_infoContact {
  text-align: center;
  padding-left: 46px;
}
@media (max-width: 767px) {
  .cta-block_infoContact {
    padding-left: 0;
    padding-top: 24px;
  }
}
.cta-block_infoContact p {
  font-size: 20px;
  line-height: 250%;
  color: #4C3E26;
}
@media (max-width: 1279px) {
  .cta-block_infoContact p {
    font-size: 16px;
  }
}

.problem {
  position: relative;
  z-index: 2;
}
.problem-back {
  background-image: url(../../assets/images/problem-back.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .problem-back {
    padding: 40px 0 92px;
  }
}
.problem h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.8px;
  line-height: 192.5%;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .problem h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: min(8vw, 40px);
  }
}
.problem h2 span {
  font-size: 70px;
  letter-spacing: 2px;
  text-shadow: 4px 4px 14px rgba(0, 0, 0, 0.25);
  margin: 0 12px;
}
@media (max-width: 767px) {
  .problem h2 span {
    font-size: min(12.8vw, 70px);
  }
}
.problem-main {
  width: min(100% - 0px, 1280px);
  justify-content: start !important;
  margin: 0 auto;
  gap: 50px;
}
@media (max-width: 1023px) {
  .problem-main {
    flex-direction: column;
    align-items: start !important;
  }
}
.problem-main_img {
  width: 48.72%;
}
@media (max-width: 1023px) {
  .problem-main_img {
    width: 93.87%;
  }
}
.problem-main ul {
  width: 48.01%;
  align-items: start !important;
  gap: 19px;
}
@media (max-width: 1023px) {
  .problem-main ul {
    margin: 0 auto;
    width: 89.6%;
  }
}
.problem-main ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 16px 60px 19px 95px;
  font-size: 25px;
  color: #1E2651;
  position: relative;
}
@media (max-width: 1279px) {
  .problem-main ul li {
    font-size: min(1.76vw, 25px);
  }
}
@media (max-width: 1023px) {
  .problem-main ul li {
    font-size: min(4vw, 16px);
    padding: 5px 20px 8px 53px;
  }
}
.problem-main ul li::before {
  content: "";
  background-image: url(../../assets/images/problem-list.png);
  width: 59px;
  height: 76px;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .problem-main ul li::before {
    width: 35px;
    height: 45px;
    left: 2%;
    background-size: 100% 100%;
  }
}
.problem-main ul li span {
  font-size: 35px;
  color: #34459D;
}
@media (max-width: 1279px) {
  .problem-main ul li span {
    font-size: min(2.74vw, 35px);
  }
}
@media (max-width: 1023px) {
  .problem-main ul li span {
    font-size: 24px;
    font-size: min(5.2vw, 30px);
  }
}
.problem-img {
  margin-top: -6%;
}
@media (max-width: 767px) {
  .problem-img {
    margin-top: -17%;
  }
}
.problem-solution {
  background-image: url(../../assets/images/problem-solution-bg.png);
  background-size: cover;
  padding: 11% 0 100px;
  margin-top: -6%;
  font-family: "LogoTypeGothic7", sans-serif;
}
@media (max-width: 767px) {
  .problem-solution {
    background-image: url(../../assets/images/problem-solution-bg-sp.png);
    padding: 23% 0 82px;
    margin-top: -20%;
  }
}
.problem-solution h3 {
  justify-content: center;
  text-align: center;
  font-size: 40px;
  color: #34459D;
  gap: 6px;
  font-weight: 400;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .problem-solution h3 {
    flex-direction: column;
    margin: 0 auto 50px auto;
    font-size: min(9.07vw, 40px);
  }
}
.problem-solution h3 img {
  max-width: 545px;
}
@media (max-width: 1023px) {
  .problem-solution h3 img {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .problem-solution h3 img {
    max-width: 81.6%;
  }
}
.problem-solution h3 picture {
  width: auto;
}
.problem-solution_contents {
  width: min(100% - 31px, 900px);
  margin: 0 auto;
  justify-content: center;
  gap: 90px;
}
@media (max-width: 1279px) {
  .problem-solution_contents {
    gap: 60px;
  }
}
@media (max-width: 1023px) {
  .problem-solution_contents {
    gap: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .problem-solution_contents {
    gap: 30px;
  }
}
.problem-solution_contents--list {
  width: 26.67%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .problem-solution_contents--list {
    min-width: 234px;
  }
}
@media (max-width: 767px) {
  .problem-solution_contents--list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: min(5.33vw, 24px);
    text-align: left;
  }
}
.problem-solution_contents--list span {
  color: #34459D;
  background: linear-gradient(transparent 60%, white 60%);
}
.problem-solution_contents--list img {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .problem-solution_contents--list img {
    max-width: 26.67%;
  }
}

.cm {
  margin-top: -7%;
  position: relative;
  padding: 100px 0 min(24%, 300px);
  z-index: -1;
}
@media (max-width: 767px) {
  .cm {
    margin-top: -12%;
    padding: 100px 0 min(71%, 370px);
  }
}
.cm h2 {
  font-size: 44px;
  color: #1E2651;
  letter-spacing: -0.88px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cm h2 {
    font-size: 34px;
  }
}
.cm h2 span {
  font-size: 60px;
}
@media (max-width: 767px) {
  .cm h2 span {
    display: block;
    font-size: 50px;
  }
}
.cm h2 span span {
  color: #34459D;
}
@media (max-width: 767px) {
  .cm h2 span span {
    display: inline-block;
  }
}
.cm-block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 12px;
  background: linear-gradient(92deg, #14305F 0.13%, #30538F 49.84%, #152E5F 99.55%);
  position: relative;
}
.cm-block::before {
  content: "";
  background-image: url(../../assets/images/cm-deco.svg);
  background-repeat: no-repeat;
  width: 83px;
  height: 132px;
  position: absolute;
  top: -8%;
  right: 4%;
}
@media (max-width: 1023px) {
  .cm-block::before {
    width: 58px;
    height: 92px;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .cm-block::before {
    width: 57px;
    height: 83px;
  }
}
.cm-inr {
  width: 100%;
  height: 100%;
  border: 1px solid #F6E0AA;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 36px 0 47px;
}
@media (max-width: 767px) {
  .cm-inr {
    padding: 45px 0 42px;
  }
}
.cm-inr h3 {
  max-width: 569px;
  margin: 0 auto 20px auto;
}
@media (max-width: 767px) {
  .cm-inr h3 {
    margin: 0 16px 20px 16px;
  }
}
.cm-inr_text {
  font-size: 30px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .cm-inr_text {
    font-size: 20px;
    word-break: break-all;
    overflow-wrap: break-word;
    padding: 0 6px;
  }
}
.cm-inr_text--block span {
  font-size: 44px;
}
@media (max-width: 767px) {
  .cm-inr_text--block span {
    display: inline;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cm-inr_text--block {
    font-size: 30px;
    word-break: break-all;
    overflow-wrap: break-word;
  }
}
.cm-theatre {
  width: 100%;
  max-width: 1184px;
  margin: -15% auto 0 auto;
  position: absolute;
  bottom: -22%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .cm-theatre {
    bottom: -20%;
    left: 0;
    transform: none;
    max-width: 600px;
  }
}
.cm-theatre_inr {
  width: 100%;
}
@media (max-width: 767px) {
  .cm-theatre_inr {
    flex-direction: column;
  }
}
.cm-theatre_inr img {
  width: 51.28%;
  max-width: 649px;
}
@media (max-width: 767px) {
  .cm-theatre_inr img {
    width: 90.16%;
    margin-right: auto;
  }
}
.cm-theatre_block {
  width: 46.09%;
  min-width: 590px;
  font-size: min(2.19vw, 28px);
  margin-left: -5%;
  padding: 32px 40px 43px 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .cm-theatre_block {
    min-width: 356px;
    width: 94.68%;
    margin: -10% 0 0 auto;
    font-size: min(5.32vw, 20px);
    padding: 18px 2px 24px 22px;
  }
}
.cm-theatre_block::before {
  content: "";
  background-image: url(../../assets/images/cm-theatre-back.png);
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .cm-theatre_block::before {
    background-image: url(../../assets/images/cm-theatre-back-sp.png);
  }
}
.cm-theatre_block--bule {
  color: #34459D;
  font-size: min(2.66vw, 34px);
  border-bottom: 1px solid #34459D;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cm-theatre_block--bule {
    font-size: min(7.98vw, 24px);
  }
}
.cm-theatre_block--orange {
  font-size: min(2.66vw, 34px);
  background: linear-gradient(90deg, #D39B00 0%, #E5B82F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cm-theatre_block--orange {
    font-size: min(7.98vw, 24px);
  }
}

.future {
  background-image: url(../../assets/images/future-back.png);
  width: 100%;
  background-size: cover;
  padding: min(36.5%, 290px) 0 97px;
  position: relative;
  z-index: -2;
  text-align: center;
}
@media (max-width: 767px) {
  .future {
    padding: min(280px, 80vw) 0 67px;
  }
}
.future h2 {
  max-width: 766px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .future h2 {
    max-width: 90.93%;
  }
}
.future-line {
  width: 1px;
  height: 50px;
  margin: 22px auto 0;
  background-color: #fff;
}
.future-text {
  max-width: 845px;
  margin: -22px auto 0;
}
@media (max-width: 767px) {
  .future-text {
    margin: 0 auto;
  }
}

.chosen {
  padding: 90px 0 min(38.6%, 378px);
  background-image: url(../../assets/images/chosen-bg.jpg);
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .chosen {
    background-image: url(../../assets/images/chosen-bg-sp.jpg);
  }
}
.chosen h2 {
  max-width: 560px;
  margin: 0 auto 40px auto;
}
.chosen-main {
  display: block;
  max-width: 783px;
  margin: 0 auto;
}
.chosen .material {
  width: 100%;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .chosen .material {
    bottom: -191vw;
    bottom: -44%;
  }
}
.chosen .material-inr {
  width: 100%;
  max-width: 981px;
  margin: 0 auto;
  border: 2px solid #fff;
  background-image: url(../../assets/images/material-bg-pc.jpg);
  padding: 57px 0 70px;
  position: relative;
}
@media (max-width: 767px) {
  .chosen .material-inr {
    background-image: url(../../assets/images/material-bg-sp.jpg);
  }
}
.chosen .material h3 {
  margin: 0 auto 30px auto;
  max-width: 739px;
}
@media (max-width: 767px) {
  .chosen .material h3 {
    margin: 0 auto 20px auto;
    max-width: 90.67%;
  }
}
.chosen .material-label {
  width: 100%;
  max-width: 51.38%;
  height: auto;
  position: absolute;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .chosen .material-label {
    max-width: 83.73%;
    top: -4%;
  }
}
.chosen .material-block {
  width: 66.26%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .chosen .material-block {
    width: 84.27%;
  }
}

.comparison {
  background-image: url(../../assets/images/comparison-back.png);
  background-size: cover;
  padding: 365px 0 120px;
}
@media (max-width: 767px) {
  .comparison {
    padding: 194vw 0 84px;
  }
}
.comparison-inr {
  width: min(100% - 34px, 953px);
  margin: 0 auto;
}
.comparison-title {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .comparison-title {
    font-size: min(7.47vw, 38px);
    line-height: 66px;
  }
}
.comparison-title span {
  font-size: 66px;
}
@media (max-width: 767px) {
  .comparison-title span {
    font-size: min(14.93vw, 60px);
  }
}
.comparison-title_small {
  font-size: 56px !important;
}
@media (max-width: 767px) {
  .comparison-title_small {
    font-size: min(9.6vw, 50px) !important;
  }
}
.comparison-title_blue {
  color: #34459D;
}
@media (max-width: 767px) {
  .comparison-title_blue {
    display: block;
  }
}

.faq {
  padding: 120px 0 120px;
  background-color: #F5F9FF;
}
.faq h2 {
  text-align: center;
  font-size: 52px;
  color: #34459D;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .faq h2 {
    font-size: min(9.57vw, 42px);
    margin-bottom: 40px;
  }
}
.faq-wrapper {
  width: min(100% - 40px, 948px);
  margin: 0 auto;
  margin: 0 auto;
  gap: 30px;
}
.faq-block {
  width: 100%;
  padding: 32px 50px;
  background-color: #fff;
  color: #191D31;
  box-shadow: 4px 4px 14px 0px rgba(29, 47, 83, 0.08);
}
@media (max-width: 767px) {
  .faq-block {
    padding: 20px 18px;
  }
}
.faq-block_inr {
  gap: 16px;
  align-items: start !important;
}
@media (max-width: 767px) {
  .faq-block_inr {
    gap: 10px;
  }
}
.faq-block_inr span {
  min-width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .faq-block_inr span {
    min-width: 30px;
    height: 30px;
  }
}
.faq-block_inr--q {
  font-size: 26px;
  margin-bottom: 12px;
  color: #1E2651;
}
@media (max-width: 767px) {
  .faq-block_inr--q {
    font-size: 16px;
  }
}
.faq-block_inr--q span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1E2651;
  color: #fff;
  min-width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .faq-block_inr--q span {
    font-size: 18px;
    min-width: 30px;
    height: 30px;
  }
}
.faq-block_inr--a {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .faq-block_inr--a {
    font-size: 16px;
  }
}
.faq-block_inr--a span {
  font-size: 22px;
  padding-left: 8px;
  font-family: "Sawarabi Mincho", serif;
  color: #34459D;
}
@media (max-width: 767px) {
  .faq-block_inr--a span {
    font-size: 16px;
  }
}

.dearCustomers {
  background-image: url(../../assets/images/dearCustomers-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 130px 0 85vw;
  background-position: top center;
  position: relative;
  z-index: -1;
  background-color: #F5F9FF;
}
@media (max-width: 1023px) {
  .dearCustomers {
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .dearCustomers {
    display: none;
  }
}
.dearCustomers-top {
  width: 50%;
  margin-left: 6%;
}
@media (max-width: 1279px) {
  .dearCustomers-top {
    width: 50%;
  }
}
.dearCustomers-top_inr {
  width: min(100% - 60px, 1200px);
  margin: 0 auto;
  color: #fff;
}
.dearCustomers-top_head {
  font-size: 1.88vw;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
}
.dearCustomers-top_head::before {
  content: "";
  width: 157px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: -170px;
  transform: translateY(-50%);
}
.dearCustomers-top_title {
  font-size: 3.44vw;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 40px;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .dearCustomers-top_title {
    font-size: min(3.9113428944vw, 44px);
  }
}
.dearCustomers-top_title--gold {
  font-size: 4.22vw;
  color: #F6E0AA;
  background: linear-gradient(64deg, #F6E0AA 21.04%, #D1AC5F 38.16%, #FFEBB2 62.11%, #D4B47E 75.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .dearCustomers-top_title--gold {
    font-size: min(5.2151238592vw, 54px);
  }
}
.dearCustomers-top_text {
  font-size: 1.56vw;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .dearCustomers-top_text {
    max-width: 617px;
  }
}
.dearCustomers-top_text p:nth-child(1) {
  margin-bottom: 2rem;
}
.dearCustomers-top_company {
  letter-spacing: 2px;
}
.dearCustomers-top_company p {
  font-weight: 500;
  line-height: 225%;
  font-size: 1.25vw;
}
.dearCustomers-top_company span {
  font-size: 2.03vw;
}
.dearCustomers-bottom {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 92px;
  left: 50%;
  transform: translateX(-50%);
}
.dearCustomers-bottom_title {
  display: block;
  max-width: 62.03vw;
  margin: 0 auto 56px auto;
}
.dearCustomers-bottom_titlesub {
  max-width: 50.63vw;
  margin-bottom: 30px;
}
.dearCustomers-bottom_text {
  font-size: 2.19vw;
  gap: 32px;
}
.dearCustomers-bottom_text span {
  background: linear-gradient(64deg, #F6E0AA 21.04%, #D1AC5F 38.16%, #FFEBB2 62.11%, #D4B47E 75.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dearCustomers-sp {
  display: none;
  background-color: #F5F9FF;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .dearCustomers-sp {
    display: block;
  }
}
.dearCustomers-sp_head {
  font-size: 20px;
  color: #34459D;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 0 4px 25px;
  padding-right: 200px;
  white-space: nowrap;
  position: relative;
}
.dearCustomers-sp_head::before {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #34459D;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.dearCustomers-sp_text {
  width: min(100% - 40px, 767px);
  margin: 0 auto;
  font-size: min(4.7vw, 20px);
}
.dearCustomers-sp_text p {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .dearCustomers-sp_text p {
    margin-bottom: 1rem;
  }
}
.dearCustomers-sp_textBottom {
  padding: 30px 0 0;
}
.dearCustomers-sp_textBottom--blue {
  color: #34459D;
}
.dearCustomers-sp_textBottom p:last-child {
  margin-bottom: 0;
}
.dearCustomers-sp_company {
  width: min(100% - 40px, 767px);
  margin: 0 0 48px auto;
  text-align: right;
}

.escort-runner {
  background-image: url(../../assets/images/escort-runner-back.jpg);
  background-size: 100% 100%;
  padding: 60px 0 90px;
}
@media (max-width: 767px) {
  .escort-runner {
    background-image: url(../../assets/images/escort-runner-back-sp.jpg);
  }
}
.escort-runner_inr {
  justify-content: center;
  gap: 72px;
}
@media (max-width: 767px) {
  .escort-runner_inr {
    flex-direction: column;
    gap: 28px;
  }
}
.escort-runner picture {
  width: auto;
}
.escort-runner h2 {
  width: 38.59vw;
}
@media (max-width: 767px) {
  .escort-runner h2 {
    width: 81.2vw;
  }
}
.escort-runner_text {
  width: 44.53vw;
}
@media (max-width: 767px) {
  .escort-runner_text {
    width: 80.42vw;
  }
}

.contact {
  background-color: #F5F9FF;
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .contact {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 80px 0;
  }
}
.contact h2 {
  font-size: 40px;
  font-weight: 500;
  color: #34459D;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .contact h2 {
    font-size: min(9.4vw, 40px);
    margin-bottom: 24px;
  }
}
.contact-head {
  color: #191D31;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 48px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .contact-head {
    text-align: left;
    margin: 0 16px 40px 16px;
  }
}
.contact-inr {
  width: min(100% - 32px, 702px);
  margin: 0 auto;
}
.contact .wpcf7 {
  font-family: "Noto Sans JP", sans-serif;
}
.contact .wpcf7 .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .wpcf7 .form-group {
  align-items: start !important;
  gap: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.contact .wpcf7 .form-group label {
  font-weight: 700;
}
.contact .wpcf7 .form-group label span {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #e4002b;
  padding: 2px 8px;
}
.contact .wpcf7 .form-group input, .contact .wpcf7 .form-group textarea {
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 13px 26px 13px 16px;
  font-weight: 500;
  background-color: #fff;
}
.contact .wpcf7 .form-group input::placeholder, .contact .wpcf7 .form-group textarea::placeholder {
  color: #D4D4D4;
}
.contact .wpcf7 .form-note {
  margin: 30px 0 40px;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .contact .wpcf7 .form-note {
    margin: 30px 0;
  }
}
.contact .wpcf7 .form-note a {
  color: #2040E6;
  border-bottom: 1px solid #2040E6;
  line-height: 1;
}
.contact .wpcf7 .btn-contact {
  text-align: center;
  background-color: #F1BA18 !important;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  padding: 18px 0;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .contact .wpcf7 .btn-contact {
    margin-bottom: 20px;
  }
}
.contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact-info {
  gap: 12px;
  width: 100%;
  max-width: 520px;
  text-align: center;
  margin: 0 auto 20px auto;
  border: 2px solid #34459D;
  padding: 30px 60px 26px 60px;
  font-family: "LogoTypeGothic7", sans-serif;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contact-info {
    padding: 16px 26px 30px 26px;
  }
}
.contact-info_title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #4C3E26;
}
@media (max-width: 767px) {
  .contact-info_title {
    font-size: min(4.18vw, 18px);
  }
}
.contact-info_tel {
  justify-content: center;
  gap: 13px;
  font-size: 46px;
  color: #34459D;
  letter-spacing: -3px;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-info_tel {
    font-size: min(9.4vw, 42px);
  }
}
.contact-info_tel img {
  max-width: 40px;
}
.contact-info_data {
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .contact-info_data {
    font-size: min(3.66vw, 18px);
  }
}
.contact .recaptha-info {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .contact .recaptha-info {
    text-align: left;
  }
}
.contact .recaptha-info a {
  color: #2040E6;
  line-height: 1;
  border-bottom: 1px solid #34459D;
}

.complete {
  margin-top: 90px;
  padding: 100px 0;
  text-align: center;
  color: #1E2651;
  background-color: #F5F9FF;
}
@media (max-width: 767px) {
  .complete {
    margin-top: 48px;
    text-align: left;
  }
}
.complete h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .complete h1 {
    font-size: min(7.98vw, 40px);
    text-align: center;
  }
}
.complete p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 2;
}
@media (max-width: 767px) {
  .complete p {
    margin: 0 16px 40px 16px;
    font-size: min(4.26vw, 16px);
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-center {
  justify-content: center;
}

.btn-header {
  width: 332px;
  height: 60px;
  background: linear-gradient(90deg, #D39B00 0%, #E5B82F 100%);
  justify-content: center;
  color: #fff;
  font-size: min(1.8252933507vw, 21px);
  box-shadow: 0px 2px 8px 0px rgba(85, 85, 85, 0.25);
  border-radius: 74px;
  position: relative;
}
@media (max-width: 1023px) {
  .btn-header {
    width: 30.25vw;
    height: min(5.48vw, 60px);
  }
}
.btn-header::before {
  content: "";
  background-image: url(../../assets/images/btn-header-30seconds.png);
  background-size: 100% 100%;
  width: 198px;
  height: 21px;
  position: absolute;
  top: -16%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  .btn-header::before {
    width: 155px;
    height: 17px;
    background-size: 100% 100%;
  }
}
.btn-header_icon {
  width: 38px !important;
}
.btn-header span {
  white-space: nowrap;
  gap: 18px;
  margin-top: 6px;
}
@media (max-width: 1023px) {
  .btn-header span {
    gap: 14px;
  }
}
.btn-header span img {
  width: 10px;
}
@media (max-width: 1023px) {
  .btn-header span img {
    width: 8px;
  }
}
.btn-header_60::before {
  background-image: url(../../assets/images/btn-header-60seconds.svg);
}
.btn-mv {
  width: 86.16%;
  height: 80px;
  max-width: 330px;
  position: absolute;
  bottom: 11vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-family: "LogoTypeGothic7", sans-serif;
  text-align: center;
  line-height: 1.2;
  display: none;
}
@media (max-width: 767px) {
  .btn-mv {
    display: block;
  }
}
.btn-mv::before {
  width: 234px;
  height: 25px;
}
.btn-mv_icon {
  width: 50px !important;
}
.btn-mv span {
  width: 100%;
  gap: none;
  justify-content: space-between !important;
  padding: 8px 17px 0 12px;
}
.btn-cta {
  width: 442px;
  height: 92px;
  justify-content: center;
  background: linear-gradient(90deg, #D39B00 0%, #E5B82F 100%);
  border-radius: 140px;
  border: 1px solid #FFF;
  box-shadow: 0px 4px 12px 0px rgba(85, 85, 85, 0.27);
  color: #fff;
  font-size: 26px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1279px) {
  .btn-cta {
    width: 353px;
    height: 73px;
    border-radius: 112px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .btn-cta {
    width: 322px;
    height: 80px;
    font-size: 22px;
    line-height: 1.2;
  }
}
.btn-cta img {
  height: auto;
  max-height: none;
}
.btn-cta_icon {
  max-width: 71px;
  margin-right: 11px;
}
@media (max-width: 1279px) {
  .btn-cta_icon {
    max-width: 56px;
  }
}
@media (max-width: 767px) {
  .btn-cta_icon {
    max-width: 52px;
    margin-right: 15px;
  }
}
.btn-cta_arrow {
  max-width: 10px;
  margin-left: 15px;
}
@media (max-width: 1279px) {
  .btn-cta_arrow {
    max-width: 8px;
  }
}
@media (max-width: 767px) {
  .btn-cta_arrow {
    max-width: 10px;
    margin-left: 29px;
  }
}
.btn-contact {
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 16px;
  font-size: 28px;
}
.btn-complete {
  width: 360px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #34459D;
  justify-content: center;
  margin: 0 auto;
}
.btn-complete:hover {
  color: #34459D;
  background-color: #fff;
  border: 2px solid #34459D;
}

.container-1200 {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */