@charset "UTF-8";
/*
Theme Name: オリジナルテンプレート
Theme URI:
Author: xxxxxxxxx
Author URI:  aoki
Description: collexio用オリジナルテンプレート
Version: 1.0
*/
/* abstracts
-------------------------------------------------------------- */
@font-face {
  font-family: "LINE Seed JP";
  src: url("./assets/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINE Seed JP";
  src: url("./assets/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/* module
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

/* ふんわりアニメーション */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* グループ内の要素だけ速くする指定 */
[data-fade-group] .fade-up {
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.fv-fade {
  opacity: 0;
  transition: opacity 1.3s ease-out;
}
.fv-fade.visible {
  opacity: 1;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 100%;
}

a:focus {
  outline: none;
}

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

audio, canvas, video {
  display: inline-block;
}

img {
  border: 0;
}

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

/* layout
-------------------------------------------------------------- */
/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.1111111111vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #172d59;
  line-height: 1;
}

body,
html {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  text-indent: 100%;
  border: none;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}

.gradient-text {
  font-family: "LINE Seed JP", sans-serif;
  background: linear-gradient(278deg, #e12c36 51.75%, #de4f17 91.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ResultX {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25vw;
}

.LeAD {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  color: #333333;
}

/* layout
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }
}

.post-password-form {
  padding-top: 300px;
}

/* Header
-------------------------------------------------------------- */
.header {
  width: 100%;
  height: 8.3333333333vw;
  min-height: 60px;
  max-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9.7222222222vw;
  position: fixed;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    width: 85%;
    margin: 0 auto;
    height: 21.3333333333vw;
    margin-bottom: 24vw;
  }
}
.header-content {
  width: 94%;
  display: flex;
  justify-content: space-between;
  background: transparent;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .header-content {
    width: 100%;
  }
}
.header-content-CTA {
  width: 13.8888888889vw;
  background: #172d59;
  border-radius: 50px;
  height: 3.8888888889vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.3888888889vw;
}
.header-content-CTA:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.header-content-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.8055555556vw;
}
.header-content-logo a {
  width: 100%;
}
.header-content-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-content-logo {
    flex-direction: column;
    width: 57.6vw;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer {
  background: #172d59;
  padding: 4.5833333333vw 0 2.7083333333vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 26.6666666667vw 0 4.5333333333vw;
  }
}
.footer-inner {
  width: 83%;
  margin: 0 auto;
}
.footer-inner name {
  font-size: 1.3888888889vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    width: 85%;
    margin: 0 auto;
  }
  .footer-inner name {
    font-size: 5.3333333333vw;
  }
  .footer-inner name span {
    font-size: 4vw;
    line-height: 1.7;
  }
}
.footer-inner p {
  font-size: 1.0416666667vw;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .footer-inner p {
    font-size: 4vw;
    margin-bottom: 9.0666666667vw;
    line-height: 1.7;
  }
}
.footer-inner a {
  font-size: 0.9722222222vw;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .footer-inner a {
    font-size: 3.7333333333vw;
  }
}
.footer-copy {
  margin-top: 5.4166666667vw;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.1111111111vw;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    margin-top: 26.6666666667vw;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 4.2666666667vw;
  }
}
.footer-copy::before {
  content: "©";
  font-size: 1em;
  margin-right: 0em;
}
@media screen and (max-width: 767px) {
  .footer-copy::before {
    font-size: 1em;
  }
}

/* compornents
-------------------------------------------------------------- */
/* FV
-------------------------------------------------------------- */
.FV-inner {
  padding-top: 11.8055555556vw;
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3.8194444444vw;
}
@media screen and (max-width: 767px) {
  .FV-inner {
    width: 85%;
    margin: 0 auto;
    padding-top: 0vw;
    flex-direction: column;
    margin-bottom: 6.1333333333vw;
    align-items: flex-start;
  }
}
.FV-inner h1 {
  width: 40.2777777778vw;
}
.FV-inner h1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .FV-inner h1 {
    width: 81.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .FV-inner h1 img {
    width: 100%;
  }
}
.FV-inner p {
  font-size: 1.8055555556vw;
  line-height: 1.4;
  letter-spacing: 1.3px;
  margin-left: 1.875vw;
}
@media screen and (max-width: 767px) {
  .FV-inner p {
    font-size: 4.8vw;
    letter-spacing: 0.9px;
  }
}
.FV .image-block {
  width: 91.6666666667vw;
  border-radius: 0 50px 50px 0;
  background: url("./assets/images/image-photo01.webp") lightgray 50%/cover no-repeat;
  background-position-x: 30%;
  aspect-ratio: 66/37;
  margin-bottom: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .FV .image-block {
    width: 92vw;
    aspect-ratio: 345/335;
    margin-bottom: 21.3333333333vw;
  }
}

/* WHO WE ARE
-------------------------------------------------------------- */
.WHO .title-block {
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 767px) {
  .WHO .title-block {
    padding-bottom: 21.3333333333vw;
  }
}
.WHO-content {
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13.8888888889vw;
}
.WHO-content-left {
  width: 45%;
  font-size: 1.6666666667vw;
  font-weight: 600;
  line-height: 2.4;
  text-align: right;
}
.WHO-content-right {
  width: 50%;
  font-size: 1.25vw;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .WHO-content {
    width: 85%;
    margin: 0 auto;
    margin: 0 auto;
    flex-direction: column;
    padding-bottom: 48vw;
  }
  .WHO-content-left {
    width: 100%;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    margin-bottom: 16vw;
  }
  .WHO-content-right {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 2.2;
  }
}

/* HOW WE SOLVE
-------------------------------------------------------------- */
.HOW .title-block {
  margin-bottom: 3.2638888889vw;
}
@media screen and (max-width: 767px) {
  .HOW .title-block {
    margin-bottom: 8vw;
  }
}
.HOW-content h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 7.7777777778vw;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5.6px;
  opacity: 0.1;
  text-align: center;
  padding-bottom: 2.6388888889vw;
}
@media screen and (max-width: 767px) {
  .HOW-content h2 {
    text-align: center;
    font-size: 13.8666666667vw;
    line-height: 1.1;
    letter-spacing: 2.6px;
    padding-bottom: 5.3333333333vw;
  }
}
.HOW-content ul {
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13.8888888889vw;
}
@media screen and (max-width: 767px) {
  .HOW-content ul {
    flex-direction: column;
    padding-bottom: 32vw;
  }
  .HOW-content ul li:last-child {
    margin-top: 0vw;
  }
}
.HOW-content ul li {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 0px #e9e7f3;
  text-align: center;
  height: auto;
  padding: 2.7777777778vw 0 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .HOW-content ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 10.6666666667vw;
  }
}
.HOW-content ul li .li-inner {
  width: 80%;
  padding: 0 0 0.6944444444vw 0;
}
@media screen and (max-width: 767px) {
  .HOW-content ul li .li-inner {
    width: 79%;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10.6666666667vw 0;
  }
}
.HOW-content ul li .numbers {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #e12c36;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .HOW-content ul li .numbers {
    font-size: 14.9333333333vw;
    margin-bottom: 8vw;
  }
}
.HOW-content ul li h3 {
  font-size: 1.5277777778vw;
  margin-bottom: 2.0833333333vw;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .HOW-content ul li h3 {
    font-size: 5.8666666667vw;
    margin-bottom: 6.9333333333vw;
  }
}
.HOW-content ul li img {
  width: 100%;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .HOW-content ul li img {
    margin-bottom: 4.8vw;
  }
}
.HOW-content ul li .text {
  font-size: 1.0416666667vw;
  font-style: normal;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .HOW-content ul li .text {
    font-size: 3.7333333333vw;
  }
}
.HOW .image-block-right {
  width: 91%;
  border-radius: 50px 0 0 50px;
  background: url("./assets/images/image-photo02.webp") lightgray 50%/cover no-repeat;
  background-position-x: 90%;
  aspect-ratio: 66/37;
  margin-bottom: 13.8888888889vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .HOW .image-block-right {
    width: 90%;
    aspect-ratio: 345/335;
    margin-bottom: 32vw;
  }
}

/* OUR PRODUCT 
-------------------------------------------------------------- */
.PRODUCT-inner {
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT-inner {
    width: 85%;
    margin: 0 auto;
    padding: 26.6666666667vw 0 16vw;
  }
}
.PRODUCT-inner .ul {
  display: flex;
  justify-content: flex-end;
  margin: 8.0555555556vw 0 15.9722222222vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .PRODUCT-inner .ul {
    margin: 0;
    flex-direction: column-reverse;
  }
}
.PRODUCT-inner .ul.reverse {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .PRODUCT-inner .ul.reverse {
    flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
}
.PRODUCT .left {
  position: absolute;
  z-index: 2;
  width: 41.6666666667vw;
  height: 24.3055555556vw;
  left: 5%;
  top: 68%;
  transform: translateY(-50%);
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .PRODUCT .left {
    position: relative;
    width: 72vw;
    height: auto;
    margin-bottom: 26.6666666667vw;
    min-height: 100px;
    min-width: 100px;
    transform: translateY(0);
    margin-top: -15%;
  }
}
.PRODUCT .left .left-inner {
  width: 86%;
  padding: 4.1666666667vw 0 3.75vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .left .left-inner {
    width: 81%;
    padding: 8.5333333333vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
.PRODUCT .left h3 {
  font-family: "LINE Seed JP", sans-serif;
  background: linear-gradient(278deg, var(--COLLEXIO_RED, #e12c36) 51.75%, #de4f17 91.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .left h3 {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.PRODUCT .left h3 span {
  font-size: 1.3888888889vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PRODUCT .left h3 span {
    font-size: 4.2666666667vw;
  }
}
.PRODUCT .left p {
  font-size: 1.1111111111vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .PRODUCT .left p {
    font-size: 4.2666666667vw;
    letter-spacing: -0.14px;
  }
}
.PRODUCT .shadow-area {
  position: absolute;
  z-index: 2;
  width: 41.6666666667vw;
  height: 24.3055555556vw;
  left: 5%;
  top: 68%;
  transform: translateY(-50%);
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 0px #e9e7f3;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .PRODUCT .shadow-area {
    width: 72vw;
    height: auto;
    min-height: 100px;
    min-width: 100px;
    transform: translateY(0);
    top: 29%;
  }
}
.PRODUCT .left-shadow {
  box-shadow: none;
  mix-blend-mode: unset;
}
.PRODUCT .right {
  width: 50vw;
  height: 26.3888888889vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .right {
    width: 72vw;
    height: 66.6666666667vw;
    margin-left: auto;
  }
}
.PRODUCT .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.PRODUCT .left-reverse {
  width: 50vw;
  height: 26.3888888889vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .left-reverse {
    position: relative;
    width: 72vw;
    height: auto;
    left: 0;
    top: 0;
    transform: translateY(0);
    margin-left: auto;
  }
}
.PRODUCT .left-reverse img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.PRODUCT .right-reverse {
  position: absolute;
  z-index: 2;
  width: 41.6666666667vw;
  height: 24.3055555556vw;
  right: 5%;
  top: 68%;
  transform: translateY(-50%);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .PRODUCT .right-reverse {
    position: relative;
    width: 72vw;
    height: auto;
    margin-bottom: 10.6666666667vw;
    min-height: 100px;
    min-width: 100px;
    transform: translateY(0);
    margin-top: -15%;
    right: 0;
    left: 5%;
  }
}
.PRODUCT .right-reverse .right-inner {
  width: 86%;
  padding: 4.1666666667vw 0 3.75vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .right-reverse .right-inner {
    width: 81%;
    padding: 8.5333333333vw 0 5.3333333333vw;
  }
}
.PRODUCT .right-reverse h3 {
  font-family: "LINE Seed JP", sans-serif;
  background: linear-gradient(278deg, var(--COLLEXIO_RED, #e12c36) 51.75%, #de4f17 91.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5vw;
  font-weight: 700;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .right-reverse h3 {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.PRODUCT .right-reverse h3 span {
  font-size: 1.3888888889vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .PRODUCT .right-reverse h3 span {
    font-size: 4.2666666667vw;
  }
}
.PRODUCT .right-reverse p {
  font-size: 1.1111111111vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .PRODUCT .right-reverse p {
    font-size: 4.2666666667vw;
    letter-spacing: -0.14px;
  }
}
.PRODUCT .right-shadow {
  box-shadow: none;
  mix-blend-mode: unset;
}
.PRODUCT .shadow-area-right {
  position: absolute;
  z-index: 2;
  width: 41.6666666667vw;
  height: 24.3055555556vw;
  left: 45%;
  top: 68%;
  transform: translateY(-50%);
  border-radius: 20px;
  background: #fff;
  box-shadow: 10px 10px 20px 0px #e9e7f3;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .PRODUCT .shadow-area-right {
    width: 72vw;
    height: auto;
    min-height: 100px;
    min-width: 100px;
    transform: translateY(0);
    top: 31%;
    left: 5%;
  }
}
.PRODUCT .more-button-area {
  position: absolute;
  bottom: -3.8194444444vw;
  right: 0;
  transition: opacity 0.3s ease;
}
.PRODUCT .more-button-area:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .PRODUCT .more-button-area {
    bottom: -13.3333333333vw;
  }
}
.PRODUCT .more-button-area a {
  display: flex;
  justify-content: right;
  align-items: center;
}
.PRODUCT .more-button-area a p {
  display: inline-block;
  font-weight: 700;
  color: #172d59;
  font-size: 0.9722222222vw;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .PRODUCT .more-button-area a p {
    font-size: 3.7333333333vw;
  }
}
.PRODUCT .more-button-area a img {
  width: 2.3611111111vw;
  margin-left: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .PRODUCT .more-button-area a img {
    width: 9.0666666667vw;
    margin-left: 2.1333333333vw;
  }
}

/* COMPANY PROFILE
-------------------------------------------------------------- */
.PROFILE {
  background: #e12c36;
  padding: 10.4166666667vw 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .PROFILE {
    padding: 26.6666666667vw 0;
    text-align: center;
  }
}
.PROFILE-inner {
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .PROFILE-inner {
    width: 85%;
    margin: 0 auto;
    flex-direction: column;
  }
}
.PROFILE-inner .title-block {
  width: 50%;
  font-family: "LINE Seed JP", sans-serif;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .PROFILE-inner .title-block {
    width: 100%;
    margin-bottom: 16vw;
  }
}
.PROFILE-inner .title-block h2 {
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .PROFILE-inner .title-block h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 3.4666666667vw;
    text-align: center;
  }
}
.PROFILE-inner .title-block p {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .PROFILE-inner .title-block p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
    text-align: center;
  }
}
.PROFILE-inner dl {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .PROFILE-inner dl {
    width: 100%;
  }
}
.PROFILE dl {
  display: grid;
  grid-template-columns: 2fr 8fr;
  max-width: 800px;
  margin: 0 auto;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .PROFILE dl {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.PROFILE dl dt,
.PROFILE dl dd {
  padding: 1.3888888889vw 0 0.6944444444vw;
  border-bottom: 1px solid #fff;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .PROFILE dl dt,
  .PROFILE dl dd {
    padding: 0;
    border: none;
    text-align: left;
  }
}
.PROFILE dl dt {
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .PROFILE dl dt {
    font-size: 3.7333333333vw;
    border: none;
    padding: 5.3333333333vw 0 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .PROFILE dl dd {
    font-size: 3.7333333333vw;
    padding: 0vw 0 5.3333333333vw;
    border-bottom: 1px solid #fff;
  }
}
.PROFILE dl dd div:first-of-type {
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .PROFILE dl dd div:first-of-type div:first-of-type {
    margin-bottom: 5.3333333333vw;
  }
}

/* Content-title
-------------------------------------------------------------- */
.page-title {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
}
.page-title h1 {
  background: linear-gradient(278deg, #e12c36 51.75%, #de4f17 91.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.6111111111vw;
  margin-bottom: 1.4583333333vw;
}
@media screen and (max-width: 767px) {
  .page-title h1 {
    font-size: 8.8vw;
    margin-bottom: 3.4666666667vw;
  }
}
.page-title p {
  font-size: 1.25vw;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .page-title p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
  }
}

.title-block {
  text-align: center;
  font-family: "LINE Seed JP", sans-serif;
}
.title-block h1 {
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .title-block h1 {
    font-size: 8.5333333333vw;
    margin-bottom: 3.4666666667vw;
  }
}
.title-block p {
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.9px;
}
@media screen and (max-width: 767px) {
  .title-block p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.8px;
  }
}

.ResultX h2 {
  font-weight: 700;
  line-height: 1.6;
  font-size: 2.5vw;
  margin-bottom: 7.6388888889vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ResultX h2 {
    font-size: 6.4vw;
    margin-bottom: 19.7333333333vw;
  }
}
.ResultX h2 span {
  color: #e12c36;
}

/* Content-btn
-------------------------------------------------------------- */
/* SP用のCONTACTボタン(追従) */
@media screen and (max-width: 767px) {
  .sp-contact-btn {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    transform: translateY(0); /* 初期状態で表示 */
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    justify-content: center;
    opacity: 1; /* 初期状態で表示 */
    pointer-events: auto; /* 初期状態でクリック可能 */
  }
  .sp-contact-btn a {
    display: block;
    border-radius: 50px;
    width: 53.3333333333vw;
    height: 14.9333333333vw;
    background: #172d59;
    color: #fff;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 5.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sp-contact-btn.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
/* contact
-------------------------------------------------------------- */
.Contact {
  width: 70%;
  margin: 0 auto;
  padding-top: 16.6666666667vw;
}
@media screen and (max-width: 767px) {
  .Contact {
    width: 85%;
    margin: 0 auto;
    padding-top: 0vw;
  }
}
.Contact-inner {
  width: 80%;
  margin: 0 auto;
  padding: 6.9444444444vw 0 13.8888888889vw;
}
@media screen and (max-width: 767px) {
  .Contact-inner {
    width: 100%;
    padding: 16vw 0 26.6666666667vw;
  }
}
.Contact-inner .title-element h2 {
  font-size: 1.9444444444vw;
  font-weight: 700;
  letter-spacing: 2.8px;
  padding-bottom: 0.8333333333vw;
  border-bottom: 1px solid #172d59;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .Contact-inner .title-element h2 {
    font-size: 5.8666666667vw;
    letter-spacing: 2.2px;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.Contact-inner .title-element p {
  font-size: 0.8333333333vw;
  line-height: 20px;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .Contact-inner .title-element p {
    font-size: 3.2vw;
    margin-bottom: 10.6666666667vw;
  }
}
.Contact-form {
  /*デフォルトのスタイルを無効化*/
}
.Contact-form label {
  font-size: 1.1111111111vw;
  font-weight: 700;
  width: 25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Contact-form label {
    font-size: 4.2666666667vw;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2.6666666667vw;
  }
}
.Contact-form label .required {
  font-size: 0.8333333333vw;
  color: #fff;
  width: 3.1944444444vw;
  height: 1.6666666667vw;
  background: #e12c36;
  border-radius: 28px;
  margin-left: 0.4166666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .Contact-form label .required {
    font-size: 3.2vw;
    width: 12.2666666667vw;
    height: 6.4vw;
    margin-left: 1.3333333333vw;
  }
}
.Contact-form .form-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .Contact-form .form-group {
    display: block;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
.Contact-form .form-group input[type=text],
.Contact-form .form-group input[type=email],
.Contact-form .form-group input[type=tel],
.Contact-form .form-group textarea {
  width: 100%;
  padding: 0.6944444444vw;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .Contact-form .form-group input[type=text],
  .Contact-form .form-group input[type=email],
  .Contact-form .form-group input[type=tel],
  .Contact-form .form-group textarea {
    width: 100%;
    padding: 2.6666666667vw;
    border-radius: 5px;
  }
}
.Contact-form .form-group input[type=text]:focus,
.Contact-form .form-group input[type=email]:focus,
.Contact-form .form-group input[type=tel]:focus,
.Contact-form .form-group textarea:focus {
  outline: none;
  border-color: #d0d0d0;
  box-shadow: none;
}
.Contact-form .radio-group {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  font-size: 1.1111111111vw;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Contact-form .radio-group {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.Contact-form .radio-item {
  display: flex;
  align-items: center;
  margin-right: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .Contact-form .radio-item {
    width: 100%;
    margin-right: 0;
  }
}
.Contact-form .radio-item input[type=radio] {
  margin-right: 0.4166666667vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25vw;
  height: 1.25vw;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  outline: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Contact-form .radio-item input[type=radio] {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 0;
    margin-right: 2.6666666667vw;
  }
}
.Contact-form .radio-item input[type=radio]:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-color: #172d59;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .Contact-form .radio-item input[type=radio]:checked:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.Contact-form .radio-item label {
  font-size: 0.9722222222vw;
  font-weight: normal;
  width: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .Contact-form .radio-item label {
    font-size: 4.2666666667vw;
    font-weight: 500;
    width: auto;
    margin-right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding: 0 3.2vw;
    margin: 2.1333333333vw 0;
    width: 100%;
  }
}
.Contact-form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.Contact-form span.wpcf7-spinner {
  display: none;
}
.Contact-form input[type=submit] {
  background: #172d59;
  border-radius: 50px;
  height: 3.4722222222vw;
  width: 14.3055555556vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 32px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Contact-form input[type=submit] {
    height: 13.3333333333vw;
    width: 54.9333333333vw;
    font-size: 4.8vw;
  }
}
.Contact-form input[type=submit]:hover {
  background-color: #00264d; /* ホバー時は少し暗く */
}
.Contact-form .submit-btn {
  border: none;
  background: none;
  position: relative;
  top: 4.8611111111vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .Contact-form .submit-btn {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .Contact .Thanks {
    padding-top: 0;
  }
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-size: 0.9722222222vw;
  color: #e12c36;
}

.screen-reader-response ul,
.wpcf7-response-output {
  display: none;
}

@media screen and (min-width: 768px) {
  .wpcf7-radio {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .wpcf7-form-control-wrap {
    width: 75%;
  }
  .radio-item .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .wpcf7-list-item {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
  }
  .wpcf7-list-item label {
    margin: 0 2.1333333333vw 2.1333333333vw 0;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
  }
  .screen-reader-response,
  .wpcf7-not-valid-tip,
  .wpcf7-response-output {
    font-size: 3.7333333333vw;
  }
}
.Thanks-inner .submit-btn {
  left: 0;
  transform: none;
  top: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .Thanks-inner .submit-btn {
    top: 5.3333333333vw;
    margin: 0;
  }
}
.Thanks-inner .wpcf7-previous {
  background: #fff;
  border-radius: 50px;
  height: 3.4722222222vw;
  width: 14.3055555556vw;
  color: #172d59;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 32px;
  border: 2px solid #172d59;
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 767px) {
  .Thanks-inner .wpcf7-previous {
    height: 13.3333333333vw;
    width: 54.9333333333vw;
    font-size: 4.8vw;
    margin: 10.6666666667vw auto 0;
  }
}

/* Thanks
-------------------------------------------------------------- */
.Thanks {
  width: 70%;
  margin: 0 auto;
  padding-top: 16.6666666667vw;
}
@media screen and (max-width: 767px) {
  .Thanks {
    width: 85%;
    margin: 0 auto;
    padding-top: 0vw;
  }
}
.Thanks .Thanks-inner {
  width: 80%;
  padding: 6.9444444444vw 0 13.8888888889vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Thanks .Thanks-inner {
    width: 100%;
    padding: 16vw 0 40vw;
  }
}
.Thanks .Thanks-inner .title-element h2 {
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3.2638888889vw;
}
@media screen and (max-width: 767px) {
  .Thanks .Thanks-inner .title-element h2 {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
    text-align: left;
  }
}
.Thanks .Thanks-inner .title-element p {
  font-size: 1.1111111111vw;
  line-height: 30px;
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .Thanks .Thanks-inner .title-element p {
    font-size: 3.7333333333vw;
    line-height: 28px;
    margin-bottom: 10.6666666667vw;
    text-align: left;
  }
}

/* PRIVACY POLICY
-------------------------------------------------------------- */
.PrivacyPage {
  padding-top: 16.6666666667vw;
}
@media screen and (max-width: 767px) {
  .PrivacyPage {
    padding-top: 0;
  }
}

.Privacy {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Privacy {
    width: 85%;
    margin: 0 auto;
  }
}
.Privacy-inner {
  padding: 9.375vw 0 22.9166666667vw;
  /* 列ごと */
  /* 列幅 */
}
@media screen and (max-width: 767px) {
  .Privacy-inner {
    padding: 16vw 0;
  }
}
.Privacy-inner-container {
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner-container {
    margin-bottom: 10.6666666667vw;
  }
}
.Privacy-inner-container dt {
  color: #e12c36;
  font-size: 1.6666666667vw;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0.6944444444vw;
  border-bottom: 2px solid #172d59;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner-container dt {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 6.4vw;
    line-height: 32px;
  }
}
.Privacy-inner-container dd {
  font-size: 1.1111111111vw;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Privacy-inner-container dd {
    font-size: 3.7333333333vw;
  }
}
.Privacy-inner-container-child dt {
  color: #172d59;
  font-size: 1.3888888889vw;
  font-weight: 700;
  margin-top: 2.7777777778vw;
  border: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .Privacy-inner-container-child dt {
    color: #172d59;
    font-size: 4.8vw;
    margin-top: 8vw;
    padding-bottom: 0;
    margin-bottom: 3.2vw;
  }
}
.Privacy-inner-container ul {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner-container ul {
    margin-top: 8vw;
  }
}
.Privacy-inner .privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.3888888889vw 0 0;
  font-size: 1.1111111111vw;
  line-height: 2;
  table-layout: fixed;
  /* ヘッダー */
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table {
    margin: 10.6666666667vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 20px;
  }
}
.Privacy-inner .privacy-table th,
.Privacy-inner .privacy-table td {
  border: 1px solid #172d59;
  padding: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table th,
  .Privacy-inner .privacy-table td {
    padding: 2.6666666667vw 4vw;
  }
}
.Privacy-inner .privacy-table th {
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table th {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table .sp-table-td {
    vertical-align: middle;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .Privacy-inner .privacy-table .sp-table-td {
    padding: 0 2.4vw;
  }
}
.Privacy-inner .privacy-table td:nth-child(1) {
  text-align: center;
  width: 3.125vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table td:nth-child(1) {
    width: 6.6666666667vw;
  }
}
.Privacy-inner .privacy-table td:nth-child(2) {
  text-align: left;
  width: 23.6111111111vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table td:nth-child(2) {
    width: 38.6666666667vw;
  }
}
.Privacy-inner .privacy-table td:nth-child(3) {
  text-align: left;
}
.Privacy-inner .privacy-table th:nth-child(1),
.Privacy-inner .privacy-table td:nth-child(1) {
  width: 3.125vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table th:nth-child(1),
  .Privacy-inner .privacy-table td:nth-child(1) {
    width: 6.6666666667vw;
  }
}
.Privacy-inner .privacy-table th:nth-child(2),
.Privacy-inner .privacy-table td:nth-child(2) {
  width: 23.6111111111vw;
}
@media screen and (max-width: 767px) {
  .Privacy-inner .privacy-table th:nth-child(2),
  .Privacy-inner .privacy-table td:nth-child(2) {
    width: 38.6666666667vw;
  }
}

/* 404
-------------------------------------------------------------- */
#primary {
  padding-top: 20.8333333333vw;
  width: 83%;
  margin: 0 auto;
}
#primary .page-content p {
  margin-bottom: 4.1666666667vw;
}
#primary .btn {
  color: #172d59;
}
@media screen and (max-width: 767px) {
  #primary {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 16vw;
  }
  #primary .page-content p {
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}

/* ResultX-compornents
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
.ResultX .headerx {
  width: 100%;
  position: fixed;
  height: 8.3333333333vw;
  min-height: 60px;
  max-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9.7222222222vw;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx {
    height: 21.3333333333vw;
    margin-bottom: 24vw;
    align-items: flex-start;
  }
}
.ResultX .headerx-content {
  width: 94%;
  display: flex;
  justify-content: space-between;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content {
    width: 100%;
  }
}
.ResultX .headerx-content-CTA {
  width: 19.4444444444vw;
  height: 4.4444444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  text-align: center;
}
.ResultX .headerx-content-CTA:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-CTA {
    width: 18.6666666667vw;
    height: 16vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    align-items: stretch;
    transform: none;
  }
}
.ResultX .headerx-content-CTA img {
  width: 1.5277777778vw;
  position: absolute;
  right: 0.6944444444vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-CTA img {
    width: 8vw;
    top: -9.0666666667vw;
    left: 50%;
    transform: translatex(-50%);
  }
}
.ResultX .headerx-content-CTA.left {
  background: #f0f643;
  border: 1px solid #172d59;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-CTA.left {
    margin-right: -1px;
  }
}
.ResultX .headerx-content-CTA a {
  color: #172d59;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-CTA a {
    position: absolute;
    bottom: 3.2vw;
  }
}
.ResultX .headerx-content-CTA .micro {
  font-size: 0.9027777778vw;
  letter-spacing: 0.2em;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-CTA .micro {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}
.ResultX .headerx-content-CTA.right {
  background: #fff;
  margin-left: 0.6944444444vw;
  border: 1px solid #172d59;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-CTA.right {
    margin-left: 0;
  }
}
.ResultX .headerx-content-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.8055555556vw;
}
.ResultX .headerx-content-logo a {
  width: 100%;
}
.ResultX .headerx-content-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX .headerx-content-logo {
    flex-direction: column;
    width: 53.3333333333vw;
    margin-left: 4vw;
  }
}
.ResultX .headerx nav {
  display: flex;
  justify-content: flex-end;
}
.ResultX .headerx-content-logo {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ResultX .headerx-content-logo.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* FV-x
-------------------------------------------------------------- */
.ResultX .FVx {
  background: url("./assets/images/resultx/FV-x.webp") no-repeat center/cover;
  padding-top: 8.3333333333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx {
    background: url("./assets/images/resultx/FV-x_SP.webp") no-repeat center/cover;
    padding-top: 21.3333333333vw;
    background-position: top;
  }
}
.ResultX .FVx-content {
  padding-top: 4.8611111111vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-content {
    width: 85%;
    margin: 0 auto;
  }
}
.ResultX .FVx-content-catch {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 2.2222222222vw;
  margin-bottom: 3.6111111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-content-catch {
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 5.8666666667vw;
    margin-bottom: 6.4vw;
  }
}
.ResultX .FVx-content-cpi {
  font-weight: 700;
  display: inline-block;
  padding: 0.6944444444vw 1.3888888889vw;
  border-radius: 9999px;
  letter-spacing: 0.05em;
  font-size: 1.3888888889vw;
  color: #172d59;
  background: #fff;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-content-cpi {
    padding: 2.4vw 3.4666666667vw;
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.ResultX .FVx-content-explanation {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.5277777778vw;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-content-explanation {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.ResultX .FVx-content h1 {
  display: inline-block;
  margin: 0 auto 1.25vw;
  width: 31.25vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-content h1 {
    margin: 0 auto 3.2vw;
    width: 84vw;
  }
}
.ResultX .FVx-content h1 img {
  width: 100%;
}
.ResultX .FVx-content-kana {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.1111111111vw;
  margin-bottom: 5.2777777778vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-content-kana {
    font-size: 3.2vw;
    margin-bottom: 14.4vw;
  }
}
.ResultX .FVx-container {
  display: inline-block;
}
.ResultX .FVx-container-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-container-inner {
    flex-direction: column;
  }
}
.ResultX .FVx-container-CTA {
  width: 19.4444444444vw;
  height: 4.4444444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 0.8;
  font-weight: 500;
  margin-bottom: 5.5555555556vw;
  transition: all 0.3s ease;
}
.ResultX .FVx-container-CTA:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-container-CTA {
    width: 74.6666666667vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin-bottom: 8vw;
  }
}
.ResultX .FVx-container-CTA img {
  width: 1.5277777778vw;
  position: absolute;
  right: 0.6944444444vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-container-CTA img {
    width: 6.9333333333vw;
    right: 4.8vw;
  }
}
.ResultX .FVx-container-CTA a {
  display: flex;
  flex-direction: column;
  color: #172d59;
}
.ResultX .FVx-container-CTA .micro {
  font-size: 0.9027777778vw;
  letter-spacing: 0.2em;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-container-CTA .micro {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}
.ResultX .FVx-container-CTA.left {
  background: #f0f643;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-container-CTA.left {
    margin-bottom: 2.6666666667vw;
  }
}
.ResultX .FVx-container-CTA.right {
  background: #fff;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx-container-CTA.right {
    margin-left: 0vw;
  }
}
.ResultX .FVx .FVx-content-catch .char-item {
  display: inline-block;
  position: relative;
}
.ResultX .FVx .FVx-content-catch .char-item::before {
  content: "●";
  position: absolute;
  color: #f0f643;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.3em;
  top: -1em;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx .FVx-content-catch .char-item::before {
    top: -0.5em;
  }
}

/* FV-x
-------------------------------------------------------------- */
.ResultX .FVx2 {
  position: relative;
  overflow: hidden;
  padding-top: 8.3333333333vw;
  text-align: center;
  display: flex;
  /* =========== 矢印ブロック =========== */
  /* 矢印アイコンだけ */
  /* バーは固定 */
  /* ===== アニメーション ===== */
  /* SP 用補正（vw → svw） */
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 {
    height: 100vh;
    justify-content: center;
    align-items: center;
  }
}
.ResultX .FVx2 .FV-CTA-x {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 0 0 3.4722222222vw;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .FV-CTA-x {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 6.4vw;
  }
}
.ResultX .FVx2 .FV-CTA-x img {
  width: 41.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .FV-CTA-x img {
    width: 100%;
  }
}
.ResultX .FVx2 .content-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .content-wrapper {
    margin-top: -16vw;
  }
}
.ResultX .FVx2 .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.ResultX .FVx2 .text-container {
  position: relative;
  z-index: 1;
  padding: 3.8194444444vw 0 2.0833333333vw;
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .text-container {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 8vw;
  }
}
.ResultX .FVx2 .text-container img {
  width: 56.9444444444vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .text-container img {
    width: 100%;
  }
}
.ResultX .FVx2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 20, 80, 0.7);
  z-index: 0;
}
.ResultX .FVx2 .FV-CTA-x {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  z-index: 1;
  padding: 0 0 3.4722222222vw;
  width: 83%;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .FV-CTA-x {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 6.4vw;
    justify-content: center;
  }
}
.ResultX .FVx2 .FV-CTA-x .cta-img {
  display: block;
  width: 41.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .FV-CTA-x .cta-img {
    width: 100%;
  }
}
.ResultX .FVx2 .cta-wrapper {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.ResultX .FVx2 .cta-wrapper:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .cta-wrapper {
    width: 74.6666666667vw;
  }
}
.ResultX .FVx2 .CTA-arrow {
  width: 3.3333333333vw;
  position: absolute;
  top: 60%;
  right: 3.4722222222vw;
  transform: translate(60%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .CTA-arrow {
    width: 11.2vw;
    right: 10.6666666667vw;
    top: 66%;
  }
}
.ResultX .FVx2 .arrow-icon {
  width: 100%;
  animation: arrowBounce 1.2s ease-in-out infinite;
}
.ResultX .FVx2 .arrow-bar {
  width: 3.3333333333vw;
  margin-top: -0.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .FVx2 .arrow-bar {
    width: 12.8vw;
    margin-top: -1.6vw;
  }
}
@keyframes arrowBounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.6944444444vw);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  @keyframes arrowBounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-2.6666666667vw);
    }
    100% {
      transform: translateY(0);
    }
  }
}
.ResultX .floating-banner {
  position: fixed;
  top: auto;
  left: 50%;
  bottom: 0.6944444444vw;
  width: 69.4444444444vw;
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .ResultX .floating-banner {
    bottom: 2.1333333333vw;
    width: 89.3333333333vw;
  }
}
.ResultX .floating-banner.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* campaign-x
-------------------------------------------------------------- */
.ResultX .Campaign {
  background: #172d59;
  text-align: center;
  padding: 1.3888888889vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Campaign {
    padding: 4.5333333333vw 0;
  }
}
.ResultX .Campaign-container {
  width: 100%;
}
.ResultX .Campaign-container-inner {
  display: inline-block;
  width: 53.4722222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Campaign-container-inner {
    width: 88vw;
  }
}
.ResultX .Campaign-container-inner img {
  width: 100%;
}
.ResultX .Campaign2 {
  padding: 2.9166666667vw 0;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Campaign2 {
    padding: 5.3333333333vw 0 10.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .ResultX .Campaign2-container {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .ResultX .Campaign2-container-inner {
    margin-bottom: 10.6666666667vw;
  }
}
.ResultX .Campaign2 .left {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Campaign2 .left {
    margin-bottom: 2.6666666667vw;
  }
}
.ResultX .Campaign2 .right {
  margin-bottom: 0;
}
.ResultX .Campaign2-container {
  margin-bottom: 1.3888888889vw;
}

/* concerns-x
-------------------------------------------------------------- */
.ResultX .Concerns {
  padding-top: 11.8055555556vw;
}
.ResultX .Concerns-inner {
  width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns-inner {
    width: 92%;
    margin: 0 auto;
  }
}
.ResultX .Concerns-submission {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns-submission {
    flex-direction: column;
  }
}
.ResultX .Concerns-submission li {
  width: 48%;
  position: relative;
  margin-bottom: 5.3472222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns-submission li {
    width: 100%;
    position: relative;
    margin-bottom: 14.4vw;
  }
}
.ResultX .Concerns-submission li h3 {
  display: inline-block;
  position: absolute;
  background: #172d59;
  font-size: 1.3888888889vw;
  letter-spacing: 0.2em;
  padding: 1.3888888889vw 4.4444444444vw;
  color: #fff;
  border: 1px solid #fff;
  top: -8%;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns-submission li h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48vw;
    height: 13.3333333333vw;
    font-size: 5.3333333333vw;
    top: -8%;
    left: 50%;
    transform: translatex(-50%);
  }
}
.ResultX .Concerns-submission li h3 img {
  width: 2.3611111111vw;
  position: absolute;
  top: -14%;
  left: -5%;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns-submission li h3 img {
    width: 9.0666666667vw;
    top: -34%;
    left: -10%;
  }
}
.ResultX .Concerns-submission li span {
  color: #e12c36;
}
.ResultX .Concerns-submission-text {
  width: 82%;
  padding: 2.2222222222vw 0;
  margin: 0 auto;
  font-size: 1.25vw;
  text-align: center;
  line-height: 2;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns-submission-text {
    padding: 6.1333333333vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    text-align: left;
    margin: 16vw auto 11.2vw;
  }
}
.ResultX .Concerns .block1 {
  background: url("./assets/images/resultx/submission_01.webp") no-repeat center/cover;
  padding: 6.5277777778vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns .block1 {
    padding: 0;
  }
}
.ResultX .Concerns .block2 {
  background: url(./assets/images/resultx/submission_02.webp) no-repeat center/cover;
  padding: 6.5277777778vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns .block2 {
    padding: 0;
  }
}
.ResultX .Concerns .block3 {
  background: url(./assets/images/resultx/submission_03.webp) no-repeat center/cover;
  padding: 6.5277777778vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns .block3 {
    padding: 0;
  }
}
.ResultX .Concerns .block4 {
  background: url(./assets/images/resultx/submission_04.webp) no-repeat center/cover;
  padding: 6.5277777778vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Concerns .block4 {
    padding: 0;
  }
}
.ResultX .arrow_down {
  width: 20.8333333333vw;
  margin: 0 auto 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .arrow_down {
    width: 53.3333333333vw;
    margin: 0 auto 13.3333333333vw;
  }
}
.ResultX .arrow_down img {
  width: 100%;
}

/* solution-x
-------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .ResultX .Solution {
    width: 92%;
    margin: 0 auto;
  }
}
.ResultX .Solution-inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-inner {
    width: 100%;
  }
}
.ResultX .Solution-inner h2 {
  margin-bottom: 4.8611111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-inner h2 {
    font-size: 9.6vw;
    line-height: 1.2;
    margin-bottom: 13.3333333333vw;
  }
}
.ResultX .Solution-inner-explanation {
  font-size: 1.25vw;
  line-height: 1.6;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-inner-explanation {
    width: 90%;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin: 0 auto 16vw;
  }
}
.ResultX .Solution-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-list {
    width: 91%;
    margin: 0 auto 13.3333333333vw;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-list li {
    width: 50%;
    margin-bottom: 6.6666666667vw;
  }
}
.ResultX .Solution-list .circle {
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  background-color: rgba(23, 45, 89, 0.05);
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-list .circle {
    width: 40vw;
    height: 40vw;
    background-color: rgba(23, 45, 89, 0.05);
    border-radius: 50%;
  }
}
.ResultX .Solution-list .circle-inner img {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translatex(-50%);
  width: 4.1666666667vw;
  margin: 0 auto 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-list .circle-inner img {
    top: 25%;
    width: 13.3333333333vw;
    margin: 0 auto 6.4vw;
  }
}
.ResultX .Solution-list .circle-inner .text {
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translatex(-50%);
  background-color: #fff;
  border: 1px solid #172d59;
  width: 11.1111111111vw;
  height: 4.1666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-list .circle-inner .text {
    bottom: -5%;
    width: 34.6666666667vw;
    height: 14.1333333333vw;
  }
}
.ResultX .Solution-list .circle-inner .text p {
  font-size: 1.1111111111vw;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution-list .circle-inner .text p {
    font-size: 3.7333333333vw;
  }
}
.ResultX .Solution .image-title h2 {
  width: 11.4583333333vw;
  margin: 0 auto 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .image-title h2 {
    width: 44vw;
    margin: 0 auto 1.8666666667vw;
  }
}
.ResultX .Solution .image-title h2 img {
  width: 100%;
}
.ResultX .Solution .chart-container {
  width: 100%;
  margin: 0 auto 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .chart-container {
    margin: 0 auto 33.8666666667vw;
  }
}
.ResultX .Solution .chart-container img {
  width: 36.0416666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .chart-container img {
    width: 43.7333333333vw;
  }
}
.ResultX .Solution .chart-container-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ResultX .Solution .chart-container-list .list-block {
  width: 48%;
  background: rgba(225, 44, 54, 0.05);
  position: relative;
  padding: 3.4722222222vw 0 2.2916666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .chart-container-list .list-block {
    width: 47%;
    padding: 15.2vw 0 4.8vw;
  }
}
.ResultX .Solution .chart-container-list .list-block .title-wrapper {
  width: 13.8888888889vw;
  background: #e12c36;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1111111111vw 0;
  position: absolute;
  top: -13%;
  left: 50%;
  transform: translatex(-50%);
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .chart-container-list .list-block .title-wrapper {
    width: 40vw;
    padding: 5.0666666667vw 0;
    top: -6%;
  }
}
.ResultX .Solution .chart-container-list .list-block .title-wrapper h3 {
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .chart-container-list .list-block .title-wrapper h3 {
    font-size: 4.2666666667vw;
  }
}
.ResultX .Solution .chart-container-list .list-block ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ResultX .Solution .chart-container-list .list-block ul li {
  width: 9.7222222222vw;
  background: #fff;
  padding: 1.8055555556vw 0;
  border: 1px solid #e12c36;
  font-weight: 500;
  font-size: 0.9722222222vw;
  line-height: 1.4;
  text-align: center;
  color: #e12c36;
}
@media screen and (max-width: 767px) {
  .ResultX .Solution .chart-container-list .list-block ul li {
    width: 34.6666666667vw;
    padding: 5.3333333333vw 0;
    font-weight: 500;
    font-size: 3.7333333333vw;
  }
}
.ResultX .Solution .chart-container-list .list-block:nth-child(2) {
  background: rgba(23, 45, 89, 0.05);
}
.ResultX .Solution .chart-container-list .list-block:nth-child(2) ul li {
  color: #172d59;
  border-color: #172d59;
}
.ResultX .Solution .chart-container-list .list-block:nth-child(2) .title-wrapper {
  background: #172d59;
}

/* pricing-x
-------------------------------------------------------------- */
.ResultX .Pricing {
  background: url(./assets/images/resultx/pricing-bg.webp) no-repeat center/cover;
  padding: 6.9444444444vw 0 5.2777777778vw;
  margin-bottom: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing {
    padding: 0;
    margin-bottom: 0;
  }
}
.ResultX .Pricing-inner {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-inner {
    width: 92%;
    margin: 0 auto;
    padding: 21.3333333333vw 0 22.4vw;
    margin-bottom: 21.3333333333vw;
  }
}
.ResultX .Pricing-inner h2 {
  font-size: 2.0833333333vw;
  color: #fff;
  margin-bottom: 3.4722222222vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-inner h2 {
    flex-direction: column;
    font-size: 6.4vw;
    line-height: 1.6;
    margin-bottom: 10.6666666667vw;
  }
}
.ResultX .Pricing-inner h2 .sub {
  font-size: 1.1111111111vw;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 9999px;
  padding: 0.3472222222vw 1.1111111111vw;
  margin-left: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-inner h2 .sub {
    font-size: 4.2666666667vw;
    padding: 1.0666666667vw 4.2666666667vw;
    margin: 1.0416666667vw 0 0 0;
  }
}
.ResultX .Pricing-inner-explanation {
  font-size: 1.1111111111vw;
  line-height: 1.6;
  margin-bottom: 2.7777777778vw;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-inner-explanation {
    text-align: left;
    width: 90%;
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin: 0 auto 5.3333333333vw;
  }
}
.ResultX .Pricing-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-list {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.ResultX .Pricing-list li {
  width: 20.8333333333vw;
  padding: 3.2638888889vw 0 1.8055555556vw;
  background: #fff;
  border: 1px solid #172d59;
  position: relative;
  box-shadow: 0.6944444444vw 0.6944444444vw 0 0 #fff;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-list li {
    width: 80vw;
    padding: 6.9333333333vw 0 6.4vw;
    margin: 0 auto 8vw;
    box-shadow: 2.6666666667vw 2.6666666667vw 0 0 #fff;
  }
}
.ResultX .Pricing-list li h3 {
  font-size: 2.5vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-list li h3 {
    font-size: 9.6vw;
    margin-bottom: 3.7333333333vw;
  }
}
.ResultX .Pricing-list li hr {
  width: 83%;
  margin: 0 auto 1.5972222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-list li hr {
    width: 80%;
    margin: 0 auto 4.8vw;
  }
}
.ResultX .Pricing-list li p {
  line-height: 1.6;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Pricing-list li p {
    font-size: 4.2666666667vw;
  }
}

/* question-x
-------------------------------------------------------------- */
.ResultX .Faq {
  margin-bottom: 12.5vw;
  /* 一旦すべて開いたまま表示させるための上書き ---------- */
  /* プラスマークを開いた（−）状態に固定したい場合 ---------- */
}
@media screen and (max-width: 767px) {
  .ResultX .Faq {
    margin-bottom: 21.3333333333vw;
  }
}
.ResultX .Faq h2 {
  font-size: 2.0833333333vw;
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq h2 {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.ResultX .Faq-container {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-container {
    width: 85%;
    margin: 0 auto;
  }
}
.ResultX .Faq-item {
  margin-bottom: 1.3888888889vw;
}
.ResultX .Faq-item.active .icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.ResultX .Faq-item.active .Faq-answer {
  padding: 1.3888888889vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-item.active .Faq-answer {
    padding: 4vw 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-item {
    margin-bottom: 4vw;
    background-color: #172d59;
    width: 100%;
  }
}
.ResultX .Faq-question {
  background-color: #172d59;
  color: #fff;
  width: 100%;
  padding: 1.1111111111vw 1.0416666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.3888888889vw;
  font-weight: 700;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-question {
    padding: 0;
    font-size: 4.2666666667vw;
    padding-left: 1em;
    text-indent: -1.5em;
    line-height: 1.4;
  }
  .ResultX .Faq-question span {
    width: 69.3333333333vw;
    padding: 4vw 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.ResultX .Faq .icon {
  position: relative;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq .icon {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: 2.6666666667vw;
  }
}
.ResultX .Faq .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.ResultX .Faq .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform 0.3s, background-color 0.3s;
}
.ResultX .Faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
}
.ResultX .Faq-answer p {
  font-size: 1.1111111111vw;
  margin: 0;
  line-height: 1.6;
  padding-left: 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-answer p {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding-left: 1.3333333333vw;
  }
}
.ResultX .Faq-answer .a {
  font-size: 1.3888888889vw;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-answer .a {
    font-size: 4.8vw;
    margin: 0;
    line-height: 1.3;
  }
}
.ResultX .Faq-answer {
  max-height: none !important;
  overflow: visible !important;
  padding: 1.3888888889vw 0 !important;
  transition: none !important;
}
@media screen and (max-width: 767px) {
  .ResultX .Faq-answer {
    padding: 4vw 0 5.3333333333vw !important;
  }
}
.ResultX .Faq-item {
  /* 全アイテムを “active” 扱いにしてしまう */
}
.ResultX .Faq-item .icon {
  display: none;
}

/* contact-x
-------------------------------------------------------------- */
.ResultX .Contact {
  width: 55%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact {
    width: 85%;
    margin: 0 auto;
  }
}
.ResultX .Contact h2 {
  font-size: 2.0833333333vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact h2 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.ResultX .Contact hr {
  margin-bottom: 1.3888888889vw;
  color: #172d59;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact hr {
    margin-bottom: 5.3333333333vw;
  }
}
.ResultX .Contact p {
  font-size: 0.9722222222vw;
  text-align: center;
  margin-bottom: 4.8611111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact p {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.ResultX .Contact .form {
  width: 100%;
  margin: 0 auto;
}
.ResultX .Contact .form-group {
  display: flex;
  margin-bottom: 1.6666666667vw;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .form-group {
    margin-bottom: 4vw;
    display: block;
  }
}
.ResultX .Contact .form-group-textarea {
  display: flex;
  margin-bottom: 1.6666666667vw;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .form-group-textarea {
    margin-bottom: 4vw;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.ResultX .Contact .form-group-textarea .form-label {
  padding-top: 0;
}
.ResultX .Contact .form-group .wpcf7-list-item label {
  width: 11.1111111111vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  border: 1px solid #d0d0d0;
  margin-right: 1.3888888889vw;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5555555556vw 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .form-group .wpcf7-list-item label {
    width: 95%;
    font-size: 4.2666666667vw;
    font-weight: 700;
    padding: 2.6666666667vw 0.6944444444vw;
    margin-right: 0;
  }
}
.ResultX .Contact .form-label {
  width: 24%;
  font-size: 1.1111111111vw;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .form-label {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.ResultX .Contact .form-input {
  width: 74%;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .form-input {
    width: 100%;
    margin-top: 2.6666666667vw;
    display: flex;
    justify-content: space-between;
  }
}
.ResultX .Contact .required {
  background: #e12c36;
  color: #fff;
  font-size: 0.8333333333vw;
  padding: 0.1388888889vw 0.6944444444vw;
  border-radius: 3px;
  margin-left: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .required {
    font-size: 3.2vw;
    padding: 0.5333333333vw 2.6666666667vw;
    border-radius: 3px;
    margin-left: 2.1333333333vw;
  }
}
.ResultX .Contact input[type=text],
.ResultX .Contact input[type=email],
.ResultX .Contact input[type=tel],
.ResultX .Contact textarea {
  width: 100%;
  padding: 0.6944444444vw;
  border: 1px solid #d0d0d0;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact input[type=text],
  .ResultX .Contact input[type=email],
  .ResultX .Contact input[type=tel],
  .ResultX .Contact textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.ResultX .Contact .privacy-policy {
  text-align: center;
  font-size: 0.9722222222vw;
  margin: 3.4722222222vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .privacy-policy {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
    line-height: 1.6;
  }
  .ResultX .Contact .privacy-policy p {
    text-align: left;
  }
}
.ResultX .Contact .privacy-policy a {
  color: #0049da;
  border-bottom: 1px solid #0049da;
  text-decoration: none;
}
.ResultX .Contact .submit-button {
  background: none;
  border: none;
  padding: 0;
}
.ResultX .Contact .submit-button-container {
  text-align: center;
}
.ResultX .Contact .wpcf7-submit {
  width: 15.2777777778vw;
  color: #fff;
  border: none;
  padding: 1.6666666667vw 0;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-bottom: 10.4166666667vw;
  transition: all 0.3s ease;
  background: #172d59;
  background-image: url("./assets/images/resultx/submit-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.ResultX .Contact .wpcf7-submit:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .wpcf7-submit {
    width: 58.6666666667vw;
    padding: 6.4vw 0;
    font-size: 4.8vw;
    margin-bottom: 10.4166666667vw;
  }
}
.ResultX .Contact .wpcf7-submit-container {
  text-align: center;
}
.ResultX .Contact input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border: 1px solid #172d59;
  border-radius: 50%;
  margin: 0 0.5555555556vw 0 0;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact input[type=radio] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0 1.3333333333vw 0;
  }
}
.ResultX .Contact input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #172d59;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .ResultX .Contact input[type=radio]:checked::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.ResultX .Contact .wpcf7-list-item.first {
  margin-right: 1.3888888889vw;
}
.ResultX .Contact .wpcf7-list-item {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .wpcf7-list-item {
    font-size: 4.2666666667vw;
  }
}
.ResultX .Thanks .Thanks-inner {
  width: 100%;
}
.ResultX .Thanks .Thanks-inner .submit-button-container {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Thanks .Thanks-inner .submit-button-container {
    margin-top: 5.3333333333vw;
  }
}
.ResultX .Thanks .Thanks-inner .form-input,
.ResultX .Thanks .Thanks-inner .wpcf7-list-item {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Thanks .Thanks-inner .form-input,
  .ResultX .Thanks .Thanks-inner .wpcf7-list-item {
    font-size: 4.2666666667vw;
  }
}
.ResultX .Thanks .Thanks-inner.confirm {
  text-align: left;
}
.ResultX .title-wrapper {
  width: 100%;
  background: url(./assets/images/resultx/contact-sub-bg.webp);
  padding: 10.4166666667vw 0 4.1666666667vw;
  text-align: center;
}
.ResultX .title-wrapper h1 {
  width: 22.9166666667vw;
  margin: 0 auto;
}
.ResultX .title-wrapper h1 img {
  width: 100%;
}
.ResultX .Thanks {
  padding-top: 0;
}

/* thanks-x
-------------------------------------------------------------- */
.ThanksPage-x .Thanks {
  padding-top: 0;
}

/* Footer-x
-------------------------------------------------------------- */
.footer-x {
  text-align: center;
  padding: 4.1666666667vw 0 11.1111111111vw;
}
@media screen and (max-width: 767px) {
  .footer-x {
    padding: 9.8666666667vw 0 37.3333333333vw;
  }
}
.footer-x .footer-copy {
  display: block;
  text-align: center;
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 767px) {
  .footer-x .footer-copy {
    margin: 10.1333333333vw auto 0;
  }
}
.footer-x a:hover {
  color: #f0f643;
}

/* LeAD-compornents
-------------------------------------------------------------- */
/* common-l
-------------------------------------------------------------- */
.LeAD h2 {
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.5vw;
  letter-spacing: 0.1;
  text-align: center;
  color: #172d59;
}
@media screen and (max-width: 767px) {
  .LeAD h2 {
    line-height: 1.6;
    font-size: 5.8666666667vw;
    text-align: center;
  }
}

/* header-l
-------------------------------------------------------------- */
.LeAD .headerl {
  width: 100%;
  position: fixed;
  height: 8.3333333333vw;
  min-height: 60px;
  max-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 9.7222222222vw;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .LeAD .headerl {
    height: 13.3333333333vw;
    margin-bottom: 24vw;
    align-items: flex-start;
  }
}
.LeAD .headerl-content {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .LeAD .headerl-content {
    width: 100%;
  }
}
.LeAD .headerl-content-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.8055555556vw;
}
.LeAD .headerl-content-logo a {
  width: 100%;
}
.LeAD .headerl-content-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .headerl-content-logo {
    flex-direction: column;
    width: 53.3333333333vw;
    margin-left: 4vw;
  }
}
.LeAD .headerl nav {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.LeAD .headerx-content-logo {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.LeAD .headerx-content-logo.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.LeAD .CTA {
  width: 19.4444444444vw;
  height: 4.4444444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 0.8;
  background: #f0f643;
  border: 1px solid #172d59;
  border-radius: 2.2222222222vw;
  font-weight: 500;
  transition: all 0.3s ease;
}
.LeAD .CTA:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .LeAD .CTA {
    width: 37.3333333333vw;
    height: 13.3333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0.05em;
    align-items: stretch;
    transform: none;
    border-radius: 0 0 0 2.2222222222vw;
    border: none;
    border-left: 1px solid #172d59;
    border-bottom: 1px solid #172d59;
  }
}
.LeAD .CTA img {
  width: 1.8055555556vw;
  position: absolute;
  right: 1.3888888889vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .LeAD .CTA img {
    width: 8vw;
    position: static;
    transform: none;
  }
}
.LeAD .CTA a {
  color: #172d59;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .LeAD .CTA a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .LeAD .CTA a .arrow {
    width: 5.3333333333vw;
  }
}
.LeAD .CTA .micro {
  font-size: 0.9027777778vw;
  letter-spacing: 0.2em;
  margin-bottom: 0.6944444444vw;
}
.LeAD .is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* FV-l
-------------------------------------------------------------- */
.LeAD .FVl {
  position: relative;
  background: url("./assets/images/lead/FVl_bg_pc.webp") no-repeat center/cover;
  padding-top: 10.4166666667vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl {
    background: url("./assets/images/lead/FVl_bg_sp.webp") no-repeat center/cover;
    padding-top: 13.3333333333vw;
    background-position: top;
    height: auto;
  }
}
.LeAD .FVl-inner {
  padding: 0 0 0vw 15.2777777778vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
  .LeAD .FVl-inner {
    padding: 4.5138888889vw 0 4.1666666667vw 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner {
    padding: 5.3333333333vw 0 6.4vw;
    text-align: center;
  }
}
.LeAD .FVl-inner .catch-wrapper {
  width: 30.8333333333vw;
  margin-bottom: 2.5vw;
}
.LeAD .FVl-inner .catch-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .catch-wrapper {
    width: 77.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.LeAD .FVl-inner .h1-wrapper {
  display: inline-block;
}
.LeAD .FVl-inner h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 0.6944444444vw;
  text-align: center;
}
.LeAD .FVl-inner h1 img {
  width: 11.6666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner h1 img {
    width: 35.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner h1 {
    font-size: 3.4666666667vw;
    line-height: 1.9;
    color: #333333;
    margin: 0 auto 1.3333333333vw;
  }
}
.LeAD .FVl-inner h1 p {
  margin-right: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner h1 p {
    margin-right: 1.8666666667vw;
  }
}
.LeAD .FVl-inner h1 span {
  color: #e0313d;
}
.LeAD .FVl-inner .SNS-wrapper {
  display: inline-block;
  width: 100%;
}
.LeAD .FVl-inner .SNS-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.3611111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .SNS-area {
    margin-bottom: 3.2vw;
    width: 90.6666666667vw;
  }
}
.LeAD .FVl-inner .SNS-area p {
  font-weight: 500;
  font-size: 0.9722222222vw;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .SNS-area p {
    font-size: 3.2vw;
  }
}
.LeAD .FVl-inner .SNS-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.LeAD .FVl-inner .SNS-area ul li {
  width: 3.8194444444vw;
  margin-right: 0.6944444444vw;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .SNS-area ul li {
    width: 12.2666666667vw;
    margin-right: 0.6944444444vw;
  }
}
.LeAD .FVl-inner .CTA {
  margin-bottom: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .CTA {
    align-items: center;
    width: 74.6666666667vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin: 0 auto 5.8666666667vw;
    border-radius: 8.5333333333vw;
    border: 1px solid #172d59;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .CTA img {
    width: 6.9333333333vw;
    position: absolute;
    right: 4.8vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.LeAD .FVl-inner .CTA a {
  display: flex;
  flex-direction: column;
  color: #172d59;
}
.LeAD .FVl-inner .CTA a p {
  margin: 0;
}
.LeAD .FVl-inner .CTA .micro {
  font-size: 0.9027777778vw;
  letter-spacing: 0.2em;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .CTA .micro {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}

/* 右半分に表示するスクロールギャラリー
------------------------------------ */
@keyframes scroll-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.33%);
  }
}
.scroll-gallery-container {
  position: absolute;
  top: -15vh;
  right: -18vw;
  width: 70vw;
  height: 130vh;
  display: flex;
  justify-content: center;
  gap: 1.3888888889vw;
  transform: rotateZ(15deg);
  transform-origin: top left;
  z-index: 1;
}

.scroll-column {
  list-style: none;
  padding: 0;
  margin: 0;
  will-change: transform;
}
.scroll-column li {
  margin-bottom: 1.3888888889vw;
  width: 15.2777777778vw;
  height: 27.7777777778vw;
}
.scroll-column img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.8333333333vw;
}

.right-column {
  margin-top: -12.5vw;
}

.scroll-column-pc:nth-child(2) {
  margin-top: -13.8888888889vw;
}

.scroll-column-sp {
  display: none;
}

@media (max-width: 768px) {
  .scroll-gallery-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    align-items: center;
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    transform: none;
    gap: 0;
  }
  .scroll-column-pc {
    display: none;
  }
  .scroll-column-sp {
    display: flex;
    flex-shrink: 0;
    width: -moz-max-content;
    width: max-content;
    animation: scroll-x 20s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
  }
  .scroll-column-sp li {
    flex-shrink: 0;
    margin-right: 4.2666666667vw;
    padding: 0;
    width: 24.5333333333vw;
    height: 44.8vw;
  }
  .scroll-column-sp li:last-child {
    margin-right: 4.2666666667vw;
  }
  .scroll-column-sp li:nth-child(even) {
    margin-top: 9.6vw;
  }
  .scroll-column-sp img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 2.1333333333vw;
    transform: translateZ(0);
    transform-origin: center;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
/* campaign
-------------------------------------------------------------- */
.LeAD .Campaign-l {
  background: #0049da;
  width: 100%;
  height: 12.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l {
    width: 100%;
    height: 36vw;
    position: relative;
  }
}
.LeAD .Campaign-l-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l-container {
    display: block;
    height: 100%;
  }
}
.LeAD .Campaign-l .text-img {
  width: 55.5555555556vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l .text-img {
    position: absolute;
    width: 82.6666666667vw;
    top: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l .blue-bg {
    background: #172d59;
  }
}

/* campaign
-------------------------------------------------------------- */
.LeAD .Concerns-l {
  background-color: #f3f4f7;
  padding: 5vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l {
    position: relative;
    padding: 7.2vw 0 0;
  }
}
.LeAD .Concerns-l-inner {
  width: 83%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-inner {
    width: 85%;
    margin: 0 auto;
  }
}
.LeAD .Concerns-l-inner h2 {
  margin-bottom: 2.5694444444vw;
}
.LeAD .Concerns-l-inner h2 span {
  color: #e0313d;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-inner h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.LeAD .Concerns-l-inner .arrow_down {
  display: inline-block;
  width: 38.1944444444vw;
  margin: 0 auto 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-inner .arrow_down {
    width: 100%;
    margin: 0 auto 5.3333333333vw;
  }
}
.LeAD .Concerns-l-inner .arrow_down img {
  width: 100%;
}
.LeAD .Concerns-l-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container {
    flex-direction: column-reverse;
    position: static;
  }
}
.LeAD .Concerns-l-container-img, .LeAD .Concerns-l-container-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container-img, .LeAD .Concerns-l-container-text {
    width: 100%;
  }
}
.LeAD .Concerns-l-container-text {
  position: static;
}
.LeAD .Concerns-l-container-text .text-block {
  width: 30.5555555556vw;
  font-size: 1.3888888889vw;
  line-height: 1.6;
  margin: 2.5vw 0 0 3.125vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container-text .text-block {
    width: 85%;
    margin: 0 auto;
    font-size: 4vw;
    margin: 0 auto 8.5333333333vw;
  }
}
.LeAD .Concerns-l-container ul {
  position: absolute;
  bottom: 0;
  left: 47%;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container ul {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    top: -9.3333333333vw;
  }
}
.LeAD .Concerns-l-container ul li {
  display: flex;
  justify-content: center;
  width: 24.6527777778vw;
  height: 4.8611111111vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container ul li {
    width: 84vw;
    height: 18.6666666667vw;
    margin-bottom: 4vw;
  }
}
.LeAD .Concerns-l-container ul li div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 2.4305555556vw;
  border: 1px solid #172d59;
  background-color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container ul li div {
    border-radius: 9.3333333333vw;
  }
}
.LeAD .Concerns-l-container ul li div p {
  font-size: 1.1805555556vw;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container ul li div p {
    font-size: 4vw;
    line-height: 1.48;
  }
}
.LeAD .Concerns-l-container ul li div span {
  color: #e0313d;
}
.LeAD .Concerns-l-container ul li div img {
  width: 1.7361111111vw;
  margin: 0 0.8333333333vw 0 1.25vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container ul li div img {
    width: 6.6666666667vw;
    margin: 0 2.6666666667vw 0 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .LeAD .Concerns-l-container ul li:nth-child(2) {
    margin-left: 5.8333333333vw;
  }
  .LeAD .Concerns-l-container ul li:nth-child(3) {
    margin-left: 11.6666666667vw;
  }
  .LeAD .Concerns-l-container ul li:nth-child(4) {
    margin: 0 0 0 17.5vw;
  }
}

/* assignment-l
-------------------------------------------------------------- */
.LeAD .Assignment-l {
  background: linear-gradient(to bottom, #3161bf 0%, #172d59 100%) no-repeat;
  padding-top: 4.1666666667vw;
  text-align: center;
  position: relative;
  top: 0.1736111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l {
    padding: 16vw 0 0;
    top: 0;
  }
}
.LeAD .Assignment-l .comment-img {
  display: inline-block;
  width: 40.5555555556vw;
  margin-bottom: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l .comment-img {
    width: 92vw;
    margin-bottom: 2.9333333333vw;
  }
}
.LeAD .Assignment-l .comment-img img {
  width: 100%;
}
.LeAD .Assignment-l h2 {
  color: #fff;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l h2 {
    margin-bottom: 5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l .title-wrapper {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.6666666667vw;
    padding: 0;
  }
  .LeAD .Assignment-l .title-wrapper::before, .LeAD .Assignment-l .title-wrapper::after {
    content: "";
    display: block;
    height: 16vw;
    width: 0.8vw;
    background-color: #fff;
  }
  .LeAD .Assignment-l .title-wrapper::before {
    transform: rotate(-20deg);
  }
  .LeAD .Assignment-l .title-wrapper::after {
    transform: rotate(20deg);
  }
}
.LeAD .Assignment-l-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l-list {
    flex-direction: column;
    justify-content: flex-start;
    width: 82%;
    margin: 0 auto;
  }
}
.LeAD .Assignment-l-list li {
  width: 17.7083333333vw;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l-list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5.3333333333vw;
  }
}
.LeAD .Assignment-l-list li .circle {
  width: 9.7222222222vw;
  margin: 0 auto 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l-list li .circle {
    width: 34%;
    margin: 0 auto;
  }
}
.LeAD .Assignment-l-list li .circle img {
  width: 100%;
}
.LeAD .Assignment-l-list li .text {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #f0f643;
}
@media screen and (max-width: 767px) {
  .LeAD .Assignment-l-list li .text {
    width: 64%;
    font-size: 4.8vw;
    line-height: 1.5;
    text-align: left;
  }
  .LeAD .Assignment-l-list li .text p {
    margin-left: 5.3333333333vw;
  }
}

/* solution-l
-------------------------------------------------------------- */
.LeAD .Solution-l {
  position: relative;
  top: 0.0694444444vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l {
    top: 0;
  }
}
.LeAD .Solution-l .bg {
  width: 100%;
}
.LeAD .Solution-l-inner {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l-inner {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l h2 {
    font-size: 9.6vw;
    line-height: 1.4;
    margin-bottom: 9.3333333333vw;
  }
}
.LeAD .Solution-l h2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2222222222vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l h2 div {
    font-size: 7.4666666667vw;
  }
}
.LeAD .Solution-l h2 div p {
  padding-left: 0.2777777778vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l h2 div p {
    padding-left: 1.0666666667vw;
  }
}
.LeAD .Solution-l h2 div .emphasis {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.3888888889vw 0 1.5277777778vw;
  display: inline-block;
  color: #f0f643;
  background: #e0313d;
  border-radius: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l h2 div .emphasis {
    padding: 0 5.3333333333vw 0 5.8666666667vw;
    border-radius: 8vw;
    margin-right: 1.6vw;
  }
}
.LeAD .Solution-l h2 span {
  color: #e0313d;
}
.LeAD .Solution-l .line-img {
  width: 15.2777777778vw;
  margin: 0 auto 4.1666666667vw;
  padding: 0.3472222222vw 1.7361111111vw 0 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .line-img {
    width: 58.6666666667vw;
    margin: 0 auto;
    padding: 1.3333333333vw 6.6666666667vw 0 0;
  }
}
.LeAD .Solution-l .line-img img {
  width: 100%;
}
.LeAD .Solution-l .Pricing-list {
  display: flex;
  justify-content: center;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .Pricing-list {
    gap: 0;
    flex-direction: column;
  }
}
.LeAD .Solution-l .Pricing-list li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .Pricing-list li {
    width: 100%;
  }
}
.LeAD .Solution-l .Pricing-list .cost img {
  width: 100%;
}
.LeAD .Solution-l .Pricing-list .cost p {
  text-align: right;
  margin-top: 0.8333333333vw;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .Pricing-list .cost p {
    margin: 3.2vw 0 8.8vw;
    font-size: 3.2vw;
  }
}
.LeAD .Solution-l .Pricing-list .discription p {
  font-size: 1.25vw;
  line-height: 1.8;
  margin-bottom: 0.5555555556vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .Pricing-list .discription p {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    margin-bottom: 1.7333333333vw;
  }
}
.LeAD .Solution-l .Pricing-list .discription p span {
  font-weight: 700;
  color: #e0313d;
}
.LeAD .Solution-l .Pricing-list .discription img {
  width: 100%;
}

/* manual-l
-------------------------------------------------------------- */
.LeAD .Manual-l {
  padding-top: 5.1388888889vw;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .LeAD .Manual-l {
    padding-top: 18.6666666667vw;
  }
}
.LeAD .Manual-l .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.LeAD .Manual-l .bg-img img {
  width: 100%;
}
.LeAD .Manual-l h2 {
  width: 32.6388888889vw;
  height: 4.8611111111vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0f643;
  background: #0049da;
  border-radius: 2.4305555556vw;
  font-size: 1.9444444444vw;
  margin: 0 auto 2.4305555556vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Manual-l h2 {
    width: 84vw;
    height: 18.6666666667vw;
    border-radius: 9.3333333333vw;
    font-size: 5.3333333333vw;
    margin: 0 auto 4.2666666667vw;
  }
}
.LeAD .Manual-l p {
  font-size: 1.5277777778vw;
  line-height: 2;
  color: #172d59;
  font-weight: 700;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Manual-l p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .LeAD .Manual-l p span {
    color: #e0313d;
  }
}
.LeAD .Manual-l .manual-img {
  width: 26.0416666667vw;
  margin: 0 auto;
}
.LeAD .Manual-l .manual-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .Manual-l .manual-img {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Manual-l-container {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}

/* contact-area-l
-------------------------------------------------------------- */
.LeAD .Contact-area-l {
  background: #172d59;
  padding: 2.4305555556vw 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact-area-l {
    padding: 5.3333333333vw 0;
  }
}
.LeAD .Contact-area-l .CTA {
  width: 30.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact-area-l .CTA {
    align-items: center;
    width: 74.6666666667vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin: 0 auto;
    border-radius: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Contact-area-l .CTA img {
    width: 6.9333333333vw;
    position: absolute;
    right: 4.8dvw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.LeAD .Contact-area-l .CTA a {
  display: flex;
  flex-direction: column;
  color: #172d59;
}
.LeAD .Contact-area-l .CTA a p {
  margin: 0;
}
.LeAD .Contact-area-l .CTA .micro {
  font-size: 0.9027777778vw;
  letter-spacing: 0.2em;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact-area-l .CTA .micro {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .second {
    background-color: #172d59;
    height: auto;
  }
}

/* voice-l
-------------------------------------------------------------- */
.LeAD .Voice-l {
  background: url("./assets/images/lead/voice_bg.webp") no-repeat center/cover;
  padding: 8.3333333333vw 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l {
    padding: 19.7333333333vw 0;
  }
}
.LeAD .Voice-l .arrow_down {
  display: inline-block;
  width: 16.1111111111vw;
  margin: 2.5694444444vw auto 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l .arrow_down {
    width: 46.6666666667vw;
    margin: 4.8vw auto 10.1333333333vw;
  }
}
.LeAD .Voice-l .arrow_down img {
  width: 100%;
}
.LeAD .Voice-l-list {
  width: 83%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list {
    flex-direction: column;
  }
}
.LeAD .Voice-l-list li {
  width: 25vw;
  box-shadow: 5px 5px 15px 0px rgba(28, 42, 158, 0.1);
  background: #fff;
  border-radius: 1.0416666667vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list li {
    width: 100%;
    border-radius: 4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.LeAD .Voice-l-list-inner {
  width: 83%;
  margin: 2.0833333333vw auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list-inner {
    width: 84%;
    margin: 6.6666666667vw auto 0;
  }
}
.LeAD .Voice-l-list-inner .photo {
  width: 11.8055555556vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list-inner .photo {
    width: 37.3333333333vw;
  }
}
.LeAD .Voice-l-list .date {
  display: flex;
  flex-direction: column;
  margin: 5.8333333333vw 0 0 0;
  text-align: center;
  font-size: 1.5277777778vw;
  font-weight: 700;
  line-height: 1.4;
  color: #172d59;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list .date {
    margin: 9.3333333333vw 0 0 0;
    font-size: 5.8666666667vw;
  }
}
.LeAD .Voice-l-list .name {
  font-size: 1.1111111111vw;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list .name {
    font-size: 4.2666666667vw;
  }
}
.LeAD .Voice-l-list .number {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 800;
  font-size: 5.5555555556vw;
  line-height: 1.3;
  color: #172d59;
  position: absolute;
  top: -3.4722222222vw;
  right: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list .number {
    font-size: 16vw;
    top: -9.3333333333vw;
    right: 12.5333333333vw;
  }
}
.LeAD .Voice-l-list .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 14.4444444444vw;
  left: 42%;
  color: #fff;
  font-size: 1.25vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list .title {
    top: 34.1333333333vw;
    right: 0;
    color: #fff;
    font-size: 4.2666666667vw;
  }
}
.LeAD .Voice-l-list .title p {
  display: inline-block;
  background: #172d59;
  margin-bottom: 0.4166666667vw;
  padding: 0.8333333333vw;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list .title p {
    margin-bottom: 1.6vw;
    padding: 2.6666666667vw;
  }
}
.LeAD .Voice-l-list-inner2 {
  width: 83%;
  margin: 0 auto 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list-inner2 {
    margin: 0 auto 10.1333333333vw;
  }
}
.LeAD .Voice-l-list-inner2 .text {
  margin: 3.4722222222vw auto 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list-inner2 .text {
    margin: 6.1333333333vw auto 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.LeAD .Voice-l-list-inner2 .voice-table {
  width: 18.4027777778vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l-list-inner2 .voice-table {
    width: 84%;
    margin: 0 auto;
  }
}
.LeAD .Voice-l-list-inner2 .voice-table img {
  width: 100%;
}

/* special-manual-l
-------------------------------------------------------------- */
.LeAD .Special-manual-title {
  background: url(./assets/images/lead/Special-manual_bg.png) no-repeat center center/cover;
  text-align: center;
  padding: 3.0555555556vw 0 4.5833333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Special-manual-title {
    padding: 10.1333333333vw 0 14.9333333333vw;
  }
}
.LeAD .Special-manual-title h2 {
  width: 34.3055555556vw;
  display: inline-block;
}
.LeAD .Special-manual-title h2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .Special-manual-title h2 {
    width: 89.8666666667vw;
  }
}
.LeAD .Special-manual ul {
  display: flex;
  justify-content: center;
  gap: 1.8055555556vw;
  margin: 2.7777777778vw 0 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Special-manual ul {
    width: 85%;
    margin: 0 auto;
    margin: 5.3333333333vw auto;
    gap: 0;
    flex-direction: column;
  }
  .LeAD .Special-manual ul li {
    margin-bottom: 5.3333333333vw;
    width: 100%;
  }
  .LeAD .Special-manual ul li img {
    width: 100%;
  }
}
.LeAD .Special-manual .campaign-area {
  width: 100%;
}
.LeAD .Special-manual .campaign-area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .Special-manual .campaign-area img {
    margin-bottom: 5.3333333333vw;
  }
}

/* _campaign02-l
-------------------------------------------------------------- */
.LeAD .Campaign02 {
  background: url(./assets/images/lead/campaign02_bg.png) no-repeat center center/cover;
  height: 43.5416666667vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 {
    position: relative;
    background: none;
    top: -5.5555555556vw;
    height: auto;
  }
}
.LeAD .Campaign02 .text {
  width: 54.8611111111vw;
  padding: 1.8055555556vw 0 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .text {
    width: 100%;
    padding: 0;
    position: relative;
  }
}
.LeAD .Campaign02 .text img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .text .cp02text {
    position: absolute;
    width: 82.6666666667vw;
    top: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
.LeAD .Campaign02 .text2 {
  font-weight: 700;
  font-size: 1.6666666667vw;
  color: #fff;
  line-height: 1.5;
  margin: 7.6388888889vw 0 2.2222222222vw 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .text2 {
    position: absolute;
    width: 100%;
    bottom: 28.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5.3333333333vw;
    margin: 0;
  }
}
.LeAD .Campaign02 .text2 .text-up {
  color: #f0f643;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .text2 .text-up {
    font-size: 4.2666666667vw;
  }
}
.LeAD .Campaign02 .CTA {
  width: 30.5555555556vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .CTA {
    position: absolute;
    bottom: 5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    width: 74.6666666667vw;
    height: 17.0666666667vw;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    line-height: 0.8;
    margin: 0 auto;
    border-radius: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .CTA img {
    width: 6.9333333333vw;
    position: absolute;
    right: 4.8dvw;
    top: 50%;
    transform: translateY(-50%);
  }
}
.LeAD .Campaign02 .CTA a {
  display: flex;
  flex-direction: column;
  color: #172d59;
}
.LeAD .Campaign02 .CTA a p {
  margin: 0;
}
.LeAD .Campaign02 .CTA .micro {
  font-size: 0.9027777778vw;
  letter-spacing: 0.2em;
  margin-bottom: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign02 .CTA .micro {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}

/* question-l
-------------------------------------------------------------- */
.LeAD .Faq {
  padding: 8.4722222222vw 0 0 0;
  margin-bottom: 9.2361111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq {
    margin-bottom: 21.3333333333vw;
  }
}
.LeAD .Faq h2 {
  margin-bottom: 2.5694444444vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq h2 {
    font-size: 6.4vw;
  }
}
.LeAD .Faq .arrow_down {
  width: 18.8888888889vw;
  margin: 0 auto 4.4444444444vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq .arrow_down {
    width: 85%;
    margin: 0 auto;
    width: 46.6666666667vw;
    margin: 0 auto 8vw;
  }
}
.LeAD .Faq .arrow_down img {
  width: 100%;
}
.LeAD .Faq-container {
  width: 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq-container {
    width: 85%;
    margin: 0 auto;
  }
}
.LeAD .Faq-item {
  margin-bottom: 1.3888888889vw;
}
.LeAD .Faq-item.active .icon::after {
  transform: translateX(-50%) rotate(90deg);
}
.LeAD .Faq-item.active .Faq-answer {
  padding: 1.3888888889vw 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq-item.active .Faq-answer {
    padding: 4vw 0 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Faq-item {
    margin-bottom: 4vw;
    background-color: #172d59;
    width: 100%;
  }
}
.LeAD .Faq-question {
  background-color: #172d59;
  color: #fff;
  width: 100%;
  padding: 1.1111111111vw 1.0416666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.3888888889vw;
  font-weight: 700;
  text-align: left;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq-question {
    padding: 0;
    font-size: 4.2666666667vw;
    padding-left: 1em;
    text-indent: -1.5em;
    line-height: 1.4;
  }
  .LeAD .Faq-question span {
    width: 69.3333333333vw;
    padding: 4vw 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.LeAD .Faq .icon {
  position: relative;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq .icon {
    width: 4.5333333333vw;
    height: 4.5333333333vw;
    right: 2.6666666667vw;
  }
}
.LeAD .Faq .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.LeAD .Faq .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  transition: transform 0.3s, background-color 0.3s;
}
.LeAD .Faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  display: flex;
  justify-content: flex-start;
  background-color: #fff;
}
.LeAD .Faq-answer p {
  font-size: 1.1111111111vw;
  margin: 0;
  line-height: 1.6;
  padding-left: 0.3472222222vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq-answer p {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    padding-left: 1.3333333333vw;
  }
}
.LeAD .Faq-answer .a {
  font-size: 1.3888888889vw;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq-answer .a {
    font-size: 4.8vw;
    margin: 0;
    line-height: 1.3;
  }
}

/* contact-l
-------------------------------------------------------------- */
.LeAD .Contact {
  width: 55%;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact {
    width: 85%;
    margin: 0 auto;
  }
}
.LeAD .Contact h2 {
  font-size: 2.0833333333vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact h2 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.LeAD .Contact hr {
  margin-bottom: 1.3888888889vw;
  color: #172d59;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact hr {
    margin-bottom: 5.3333333333vw;
  }
}
.LeAD .Contact p {
  font-size: 0.9722222222vw;
  text-align: center;
  margin-bottom: 4.8611111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact p {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.LeAD .Contact .form {
  width: 100%;
  margin: 0 auto;
}
.LeAD .Contact .form-group {
  display: flex;
  margin-bottom: 1.6666666667vw;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-group {
    margin-bottom: 4vw;
    display: block;
  }
}
.LeAD .Contact .form-group-textarea {
  display: flex;
  margin-bottom: 1.6666666667vw;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-group-textarea {
    margin-bottom: 4vw;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.LeAD .Contact .form-group-textarea .form-label {
  padding-top: 0;
}
.LeAD .Contact .form-group .wpcf7-list-item label {
  width: 11.1111111111vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
  border: 1px solid #d0d0d0;
  margin-right: 1.3888888889vw;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5555555556vw 0.9722222222vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-group .wpcf7-list-item label {
    width: 95%;
    font-size: 4.2666666667vw;
    font-weight: 700;
    padding: 2.6666666667vw 0.6944444444vw;
    margin-right: 0;
  }
}
.LeAD .Contact .form-label {
  width: 33%;
  font-size: 1.1111111111vw;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-label {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
.LeAD .Contact .form-input {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-input {
    width: 100%;
    margin-top: 2.6666666667vw;
    display: flex;
    justify-content: space-between;
  }
}
.LeAD .Contact .required {
  background: #e12c36;
  color: #fff;
  font-size: 0.8333333333vw;
  padding: 0.1388888889vw 0.6944444444vw;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .required {
    font-size: 3.2vw;
    padding: 0.5333333333vw 2.6666666667vw;
    border-radius: 3px;
    margin-left: 2.1333333333vw;
  }
}
.LeAD .Contact input[type=text],
.LeAD .Contact input[type=email],
.LeAD .Contact input[type=tel],
.LeAD .Contact input[type=url],
.LeAD .Contact textarea {
  width: 100%;
  padding: 0.6944444444vw;
  border: 1px solid #d0d0d0;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact input[type=text],
  .LeAD .Contact input[type=email],
  .LeAD .Contact input[type=tel],
  .LeAD .Contact input[type=url],
  .LeAD .Contact textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.LeAD .Contact .privacy-policy {
  text-align: center;
  font-size: 0.9722222222vw;
  margin: 3.4722222222vw 0;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .privacy-policy {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0 10.6666666667vw;
    line-height: 1.6;
  }
  .LeAD .Contact .privacy-policy p {
    text-align: left;
  }
}
.LeAD .Contact .privacy-policy a {
  color: #0049da;
  border-bottom: 1px solid #0049da;
  text-decoration: none;
}
.LeAD .Contact .submit-button {
  background: none;
  border: none;
  padding: 0;
}
.LeAD .Contact .submit-button-container {
  text-align: center;
}
.LeAD .Contact .wpcf7-submit {
  width: 15.2777777778vw;
  color: #fff;
  border: none;
  padding: 1.6666666667vw 0;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  margin-bottom: 10.4166666667vw;
  transition: all 0.3s ease;
  background: #172d59;
  background-image: url("./assets/images/resultx/submit-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.LeAD .Contact .wpcf7-submit:hover {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .wpcf7-submit {
    width: 58.6666666667vw;
    padding: 6.4vw 0;
    font-size: 4.8vw;
    margin-bottom: 10.4166666667vw;
  }
}
.LeAD .Contact .wpcf7-submit-container {
  text-align: center;
}
.LeAD .Contact input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border: 1px solid #172d59;
  border-radius: 50%;
  margin: 0 0.5555555556vw 0 0;
  vertical-align: middle;
  position: relative;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact input[type=radio] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin: 0 1.3333333333vw 0;
  }
}
.LeAD .Contact .radio-label {
  border: 1px solid #d0d0d0;
  padding: 0.5555555556vw 4.4444444444vw 0.8333333333vw 0.8333333333vw;
  margin-right: 0.6944444444vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .radio-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
  }
}
.LeAD .Contact input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  background-color: #172d59;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .LeAD .Contact input[type=radio]:checked::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.LeAD .Contact .wpcf7-list-item.first {
  margin-right: 1.3888888889vw;
}
.LeAD .Contact .wpcf7-list-item {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .wpcf7-list-item {
    font-size: 4.2666666667vw;
  }
}
.LeAD .Contact .form-label {
  display: flex;
  align-items: center;
  gap: 0.5555555556vw;
  font-size: 1.1111111111vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-label {
    font-size: 4.2666666667vw;
    gap: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Contact .form-label--first {
    display: block;
    gap: 0;
    line-height: 1.6;
  }
}
.LeAD .ThanksPage-l .Thanks {
  padding-top: 0;
}
.LeAD .Thanks .Thanks-inner {
  width: 100%;
}
.LeAD .Thanks .Thanks-inner .submit-button-container {
  margin-top: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Thanks .Thanks-inner .submit-button-container {
    margin-top: 5.3333333333vw;
  }
}
.LeAD .Thanks .Thanks-inner .form-input,
.LeAD .Thanks .Thanks-inner .wpcf7-list-item {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Thanks .Thanks-inner .form-input,
  .LeAD .Thanks .Thanks-inner .wpcf7-list-item {
    font-size: 4.2666666667vw;
  }
}
.LeAD .Thanks .Thanks-inner.confirm {
  text-align: left;
}
.LeAD .title-wrapper {
  width: 100%;
  background: url("./assets/images/lead/contact-sub-bg-l.webp") bottom/cover no-repeat;
  padding: 10.4166666667vw 0 4.1666666667vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .LeAD .title-wrapper {
    background: url("./assets/images/lead/contact-sub-bg-l-sp.webp") bottom/cover no-repeat;
    padding: 26.6666666667vw 0 8vw;
  }
}
.LeAD .title-wrapper h1 {
  width: 22.9166666667vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .LeAD .title-wrapper h1 {
    width: 45.3333333333vw;
  }
}
.LeAD .title-wrapper h1 img {
  width: 100%;
}

/* Footer-l
-------------------------------------------------------------- */
.footer-l {
  text-align: center;
  padding: 4.1666666667vw 0 2.5vw;
}
@media screen and (max-width: 767px) {
  .footer-l {
    padding: 9.8666666667vw 0 10.6666666667vw;
  }
}
.footer-l .footer-copy {
  display: block;
  text-align: center;
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 767px) {
  .footer-l .footer-copy {
    margin: 10.1333333333vw auto 0;
  }
}
.footer-l a:hover {
  color: #f0f643;
}