@charset "UTF-8";
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;
}

* {
  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.6;
  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);
  }
}
/* 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;
}

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

.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;
  }
}

@media screen and (min-width: 1000px) {
  .pc-hidden1000 {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .sp-hidden1000 {
    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;
  }
}

/* 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;
  }
  .FV-inner h1 img {
    width: 100%;
  }
  .FV-inner h1 {
    margin-bottom: 5.3333333333vw;
  }
}
.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("../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;
  }
}

/* MVV
-------------------------------------------------------------- */
.MVV {
  background-color: rgba(23, 45, 89, 0.05);
  background-repeat: no-repeat;
  padding-bottom: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .MVV {
    padding-bottom: 32vw;
  }
}
.MVV h1 {
  font-size: 3.0555555556vw;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .MVV h1 {
    font-size: 8.5333333333vw;
    margin-bottom: 8vw;
    text-align: left;
  }
}
.MVV-inner {
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MVV-inner {
    width: 85%;
    margin: 0 auto;
  }
}
.MVV-inner .MV-block {
  margin-bottom: 10.4166666667vw;
}
.MVV-inner ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li {
    flex-direction: column;
  }
}
.MVV-inner ul li p {
  font-size: 1.25vw;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li p {
    font-size: 3.7333333333vw;
    line-height: 150%;
  }
}
.MVV-inner ul li .mvvText {
  font-size: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li .mvvText {
    font-size: 6.4vw;
  }
}
.MVV-inner ul li .mvvText {
  font-weight: 600;
}
.MVV-inner ul li .mvvText span {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li .mvvText span {
    font-size: 9.6vw;
  }
}
.MVV-inner ul li .under {
  margin: 2.0833333333vw 0 2.0833333333vw 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li .under {
    margin: 4.5333333333vw 0 5.3333333333vw 9.6vw;
  }
}
.MVV-inner ul li .missionLeft,
.MVV-inner ul li .missionRight {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li .missionLeft,
  .MVV-inner ul li .missionRight {
    width: 100%;
  }
}
.MVV-inner ul li .missionRight {
  margin: 9.7222222222vw 0 0;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li .missionRight {
    margin-bottom: 16vw;
  }
}
.MVV-inner ul li .missionimageWrapper {
  border-radius: 20px;
  width: 22.2222222222vw;
  height: 34.7222222222vw;
  margin: -6.9444444444vw 0 0 6.9444444444vw;
  background-image: url(../images/mvvMimg.webp);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul li .missionimageWrapper {
    width: 42.6666666667vw;
    height: 66.6666666667vw;
    margin: -10.6666666667vw 0 0;
  }
}
.MVV-inner ul li .missionimageWrapper img {
  width: 100%;
  height: 100%;
}
.MVV-inner ul .mission {
  margin-bottom: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul .vision {
    display: flex;
    flex-direction: column-reverse;
  }
}
.MVV-inner ul .vision .under {
  margin-left: 16.3888888889vw;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul .vision .under {
    margin-left: 28.2666666667vw;
  }
}
.MVV-inner ul .vision .vissionRight {
  margin-left: auto;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul .vision .vissionRight {
    width: 100%;
  }
}
.MVV-inner ul .vision .vissionLeft {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul .vision .vissionLeft {
    width: 100%;
  }
}
.MVV-inner ul .vissionimageWrapper {
  border-radius: 20px;
  width: 34.7222222222vw;
  height: 22.2222222222vw;
  margin: 0 0 0 5.5555555556vw;
  background-image: url(../images/mvvVimg.webp);
  background-size: cover;
  background-position: center center;
}
.MVV-inner ul .vissionimageWrapper img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .MVV-inner ul .vissionimageWrapper {
    width: 66.6666666667vw;
    height: 42.6666666667vw;
    margin: 0 0 10.6666666667vw 0;
    margin-left: auto;
  }
}
.MVV .VALUES-block {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .MVV .VALUES-block {
    text-align: right;
  }
  .MVV .VALUES-block p {
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .MVV .VALUES-block .scroll-arrow {
    display: inline-block;
    margin-left: auto;
  }
  .MVV .VALUES-block .scroll-arrow img {
    width: 38.6666666667vw;
  }
}
.MVV .VALUES-block h1 {
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .MVV .VALUES-block h1 {
    font-size: 8.5333333333vw;
    margin: 26.6666666667vw 0 8vw;
  }
}
.MVV .VALUES-block .VALUES-image {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .MVV .VALUES-block .VALUES-image-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 65.0666666667vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 5.3333333333vw;
    padding-left: 10%;
  }
  .MVV .VALUES-block .VALUES-image-wrapper::-webkit-scrollbar {
    display: none;
  }
  .MVV .VALUES-block .VALUES-image-wrapper .VALUES-image {
    height: 100%;
    width: auto;
    max-width: none;
    min-width: 200vw;
  }
}

/* HOW WE SOLVE
-------------------------------------------------------------- */
.HOW {
  padding-top: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .HOW {
    padding-top: 26.6666666667vw;
  }
}
.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("../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 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;
  }
}

/* Header-x
-------------------------------------------------------------- */
.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;
}

/* 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: #f05577;
  color: #fff;
  font-size: 0.8333333333vw;
  padding: 0.1388888889vw 0.6944444444vw;
  border-radius: 0.4166666667vw;
  margin-left: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .required {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    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: 19.4444444444vw;
  height: 4.4444444444vw;
  color: #fff;
  border: none;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  background-image: url("../images/resultx3/submit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: transparent;
}
.ResultX .Contact .wpcf7-submit:hover {
  transform: scale(1.05);
}
.ResultX .Contact .wpcf7-submit .arrow {
  position: absolute;
  right: 1.3888888889vw;
  width: 1.0416666667vw;
}
.ResultX .Contact .wpcf7-submit .arrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX .Contact .wpcf7-submit {
    width: 74.6666666667vw;
    height: 17.0666666667vw;
    font-size: 4.5333333333vw;
  }
  .ResultX .Contact .wpcf7-submit .arrow {
    right: 4vw;
    width: 3.2vw;
  }
}
.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 .contact-form {
  text-align: left;
}
.ResultX .Thanks .Thanks-inner.confirm {
  text-align: left;
}
.ResultX .title-wrapper {
  width: 100%;
  background: url(../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;
}

/* common-x3
-------------------------------------------------------------- */
.ResultX3 .TitleBlock {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.ResultX3 .TitleBlock h2 {
  position: relative;
  font-size: 13.8888888889vw;
  color: rgba(236, 243, 255, 0.5);
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ResultX3 .TitleBlock h2 {
    font-size: 26.6666666667vw;
  }
}
.ResultX3 .TitleBlock p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.7777777778vw;
  color: #191b69;
  letter-spacing: 5%;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .TitleBlock p {
    width: 100%;
    font-size: 6.4vw;
    letter-spacing: 10%;
    line-height: 160%;
  }
}
.ResultX3 .TitleBlock .WhiteTitle {
  color: rgba(255, 255, 255, 0.6);
}
.ResultX3 .BlueBg {
  background: rgba(63, 131, 249, 0.08);
  background-repeat: no-repeat;
}

/* ResultX3 Header
-------------------------------------------------------------- */
.ResultX3 .headerx3 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  background: transparent;
  /* 背景色変化を滑らかにするためのアニメーション設定 */
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.ResultX3 .headerx3.is-scrolled {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3 {
    height: 60px;
  }
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3 {
    height: 60px;
  }
}
.ResultX3 .headerx3-content {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2010;
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3-content {
    width: 100%;
    max-width: 100%;
    height: 60px;
  }
}
.ResultX3 .headerx3-content-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.4583333333vw;
  max-width: 165px;
}
.ResultX3 .headerx3-content-logo a {
  width: 100%;
}
.ResultX3 .headerx3-content-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3-content-logo {
    width: 30%;
  }
  .ResultX3 .headerx3-content-logo img {
    width: 95%;
    margin-left: 4vw;
  }
}
.ResultX3 .headerx3-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 2%;
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3-right {
    width: 58%;
    height: 100%;
    gap: 0;
  }
}
.ResultX3 .headerx3-gnav {
  flex: 0 1 48%;
  max-width: 100%;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  color: #191b69;
  overflow: hidden;
}
.ResultX3 .headerx3-gnav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.ResultX3 .headerx3-gnav-item {
  flex: 1 1 auto;
}
.ResultX3 .headerx3-gnav-item a {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 1.1111111111vw;
  color: #191b69;
  text-decoration: none;
  white-space: nowrap;
}
.ResultX3 .headerx3 .headerx3-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 32%;
  gap: 4%;
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3 .headerx3-cta {
    width: 73%;
    justify-content: flex-end;
    gap: 0;
    height: 100%;
  }
  .ResultX3 .headerx3 .headerx3-cta .cta-sp {
    display: flex;
    justify-content: flex-end;
    width: 160px;
    max-width: 160px;
  }
}
.ResultX3 .headerx3 .headerx3-cta-item {
  display: block;
  max-width: none;
  transition: transform 0.3s ease;
}
.ResultX3 .headerx3 .headerx3-cta-item img {
  height: 100%;
  display: block;
}
.ResultX3 .headerx3 .headerx3-cta-item:hover {
  transform: scale(1.03);
}
.ResultX3 .headerx3-hamburger {
  position: relative;
  z-index: 2050;
  width: 60px;
  height: 100%;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.ResultX3 .headerx3-hamburger div {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0 auto;
}
.ResultX3 .headerx3-hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #191b69;
  border-radius: 1px;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.ResultX3 .headerx3-hamburger span:nth-child(1) {
  top: 4px;
}
.ResultX3 .headerx3-hamburger span:nth-child(2) {
  top: 11px;
}
.ResultX3 .headerx3-hamburger span:nth-child(3) {
  top: 18px;
}
.ResultX3 .headerx3-hamburger.is-open span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.ResultX3 .headerx3-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.ResultX3 .headerx3-hamburger.is-open span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
}
.ResultX3 .headerx3-spnav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 75%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.15);
  transition: right 0.3s ease;
  z-index: 1900;
}
@media screen and (max-width: 999px) {
  .ResultX3 .headerx3-spnav {
    font-size: 16px;
  }
}
.ResultX3 .headerx3-spnav.is-open {
  right: 0;
}
.ResultX3 .headerx3-spnav-list {
  margin: 21.3333333333vw 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ResultX3 .headerx3-spnav-item {
  padding: 0 6.6666666667vw;
}
.ResultX3 .headerx3-spnav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4.8vw 0;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 4.2666666667vw;
  color: #191b69;
  text-decoration: none;
  /* 文字の少し下に1pxの線（色：#ECF3FF, 不透明度50%） */
}
.ResultX3 .headerx3-spnav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: rgba(236, 243, 255, 0.8);
}
.ResultX3 .headerx3-spnav-item a::after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 2px solid #3f83f9;
  border-right: 2px solid #3f83f9;
  transform: rotate(45deg);
  margin-right: 0;
  flex-shrink: 0;
}

/* Contact確認・Thanksページ専用ロゴサイズ調整 */
.ResultX3 .headerx-content-logo {
  width: 11.8055555556vw;
  max-width: 170px;
}
.ResultX3 .headerx-content-logo a {
  width: 100%;
}
.ResultX3 .headerx-content-logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .ResultX3 .headerx-content-logo {
    width: 30.9333333333vw;
    max-width: 116px;
  }
}

/* FV-x3
-------------------------------------------------------------- */
.ResultX3 .FV-x3 {
  position: relative;
  padding: 5.5555555556vw 0 4.1666666667vw;
  background: url(../images/resultx3/fv_bg_pc.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .ResultX3 .FV-x3 {
    padding: 16vw 0 0;
    background: url(../images/resultx3/fv_bg_sp.svg) no-repeat center center/cover;
  }
}
.ResultX3 .FV-x3-container {
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.ResultX3 .FV-x3-container-TextBlock {
  width: 40vw;
}
.ResultX3 .FV-x3-container-TextBlock img {
  width: 100%;
}
.ResultX3 .FV-x3-container-TextBlock {
  margin: 7.6388888889vw 0 0 3.4722222222vw;
}
.ResultX3 .FV-x3-container-TextBlock-CtaBlock {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5.1388888889vw;
  gap: 10px;
}
.ResultX3 .FV-x3-container-TextBlock-CtaBlock img {
  width: 15.2777777778vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .FV-x3-container {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
  .ResultX3 .FV-x3-container img {
    width: 100%;
    margin-top: 14.6666666667vw;
  }
  .ResultX3 .FV-x3-container-CtaBlock {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.6666666667vw;
  }
  .ResultX3 .FV-x3-container-CtaBlock a {
    width: 49%;
  }
  .ResultX3 .FV-x3-container-CtaBlock a img {
    margin: 0;
    width: 100%;
  }
}
.ResultX3 .FV-x3-container-ImgBlock {
  margin-top: 2.9166666667vw;
  width: 38.1944444444vw;
}
.ResultX3 .FV-x3-container-ImgBlock img {
  width: 100%;
}

/* what-x3
-------------------------------------------------------------- */
.ResultX3 .what-x3 {
  position: relative;
  padding: 0 0 9.375vw;
}
.ResultX3 .what-x3 img {
  width: 83%;
  margin: 0 auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX3 .what-x3 {
    padding: 12vw 0 16vw;
  }
  .ResultX3 .what-x3 img {
    width: 92%;
    margin: 0 auto;
    margin: 0 auto;
  }
}

/* achieve-x3
-------------------------------------------------------------- */
.ResultX3 .achieve-x3 {
  padding-bottom: 11.8055555556vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ResultX3 .achieve-x3 {
    padding-bottom: 13.3333333333vw;
  }
}
.ResultX3 .achieve-x3 .achieve-filter {
  display: flex;
  justify-content: center;
  gap: 1.1111111111vw;
  margin: 0.4166666667vw 0 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .achieve-x3 .achieve-filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw;
    padding: 0 5%;
    margin: 0 0 5.3333333333vw;
  }
}
.ResultX3 .achieve-x3 .achieve-filter .filter-btn {
  font-family: "LINE Seed JP", sans-serif;
  background: #fff;
  color: #3f83f9;
  border: 1px solid #3f83f9;
  width: 11.1111111111vw;
  height: 2.7777777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.0833333333vw;
  font-size: 1.1111111111vw;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 700;
}
.ResultX3 .achieve-x3 .achieve-filter .filter-btn.active {
  background: #3f83f9;
  color: #fff;
  border-color: #3f83f9;
}
@media screen and (max-width: 767px) {
  .ResultX3 .achieve-x3 .achieve-filter .filter-btn {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 3.2vw;
    border-radius: 5.3333333333vw;
    line-height: 120%;
  }
}
.ResultX3 .achieve-x3 #achieve-slider {
  width: 100%;
  position: relative;
}
.ResultX3 .achieve-x3 #achieve-slider .splide__track {
  overflow: visible;
}
.ResultX3 .achieve-x3 #achieve-slider .splide__slide {
  width: 58.6805555556vw !important;
  opacity: 1;
}
.ResultX3 .achieve-x3 #achieve-slider .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 1.3888888889vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .ResultX3 .achieve-x3 #achieve-slider .splide__slide img {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .achieve-x3 #achieve-slider .splide__slide {
    width: 72vw !important;
  }
}
.ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  width: 3.0555555556vw;
}
.ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow--prev {
  left: calc(50% - 29.3402777778vw - 5.5555555556vw);
}
.ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow--next {
  right: calc(50% - 29.3402777778vw - 5.5555555556vw);
}
@media screen and (max-width: 767px) {
  .ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow {
    width: 11.7333333333vw;
  }
  .ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow--prev {
    left: 8%;
  }
  .ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow--next {
    right: 8%;
  }
}
.ResultX3 .achieve-x3 #achieve-slider .splide__arrows .splide__arrow img {
  width: 100%;
  height: auto;
  display: block;
}

/* cta-x3
-------------------------------------------------------------- */
.ResultX3 .CTA-x3 {
  text-align: center;
  position: relative;
  padding: 3.125vw 0 3.4722222222vw;
  background: url(../images/resultx3/CtaArea-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .ResultX3 .CTA-x3 {
    padding: 8.5333333333vw 0 0;
    background: url(../images/resultx3/CtaArea-bg-sp.webp) no-repeat center center/cover;
  }
}
.ResultX3 .CTA-x3 p {
  font-size: 1.9444444444vw;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 5%;
  color: #fff;
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .CTA-x3 p {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
}
.ResultX3 .CTA-x3-cta {
  width: 57%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .CTA-x3-cta {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 8.5333333333vw;
  }
  .ResultX3 .CTA-x3-cta img {
    width: 100%;
  }
}
.ResultX3 .CTA-x3-cta a {
  width: 49%;
  transition: transform 0.3s ease;
}
.ResultX3 .CTA-x3-cta a img {
  width: 100%;
}
.ResultX3 .CTA-x3-cta a:hover {
  transform: scale(1.03);
}

/* recommend-x3
-------------------------------------------------------------- */
.ResultX3 .recommend-x3 {
  text-align: center;
  position: relative;
  padding: 9.7222222222vw 0 0;
}
@media screen and (max-width: 767px) {
  .ResultX3 .recommend-x3 {
    padding: 16vw 0 0;
  }
}
.ResultX3 .recommend-x3 h2 {
  font-size: 12.5vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .recommend-x3 h2 {
    font-size: 26.6666666667vw;
    padding-bottom: 5%;
  }
}
.ResultX3 .recommend-x3-img {
  width: 76%;
  margin: -1.3888888889vw auto;
}
.ResultX3 .recommend-x3-img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .recommend-x3-img {
    width: 92%;
    margin: 0 auto;
    margin: 0 auto;
  }
  .ResultX3 .recommend-x3-img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .recommend-x3 .TitleBlock {
    margin-bottom: 6.4vw;
  }
}

/* worries-x3
-------------------------------------------------------------- */
.ResultX3 .worries-x3 {
  position: relative;
  padding-bottom: 10.4166666667vw;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 {
    padding-bottom: 21.3333333333vw;
    margin: 0;
    top: -1px;
  }
}
.ResultX3 .worries-x3 .TitleBlock p {
  top: 32%;
}
.ResultX3 .worries-x3 .TriangleDown {
  width: 0;
  height: 0;
  border-left: calc(21.5277777778vw / 2) solid transparent;
  border-right: calc(21.5277777778vw / 2) solid transparent;
  border-top: 4.1666666667vw solid #3f83f9;
  margin: 0 auto 4.8611111111vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .TriangleDown {
    border-left: calc(50.6666666667vw / 2) solid transparent;
    border-right: calc(50.6666666667vw / 2) solid transparent;
    border-top: 11.2vw solid #3f83f9;
  }
}
.ResultX3 .worries-x3 .worries-container {
  width: 76.3888888889vw;
  margin: 3.4722222222vw auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .worries-container {
    width: 92vw;
    margin: 8vw auto 0;
  }
}
.ResultX3 .worries-x3 .tab-menu {
  display: flex;
  justify-content: center;
  gap: 0.6944444444vw;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .tab-menu {
    gap: 1.3333333333vw;
  }
}
.ResultX3 .worries-x3 .tab-menu .tab-item {
  width: 22.9166666667vw;
  height: 4.8611111111vw;
  background: #fff;
  color: #3f83f9;
  border: 2px solid #3f83f9;
  border-bottom: none;
  border-radius: 1.0416666667vw 1.0416666667vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6666666667vw;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .tab-menu .tab-item {
    width: 27.7333333333vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
    border-width: 2px;
  }
}
.ResultX3 .worries-x3 .tab-menu .tab-item.active {
  background: #3f83f9;
  color: #fff;
}
.ResultX3 .worries-x3 .tab-menu .tab-item.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #3f83f9;
  z-index: 1;
}
.ResultX3 .worries-x3 .tab-menu .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -0.9722222222vw;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.8333333333vw solid transparent;
  border-right: 0.8333333333vw solid transparent;
  border-top: 0.9722222222vw solid #3f83f9;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .tab-menu .tab-item.active::after {
    bottom: -2.6666666667vw;
    border-left: 2.1333333333vw solid transparent;
    border-right: 2.1333333333vw solid transparent;
    border-top: 2.6666666667vw solid #3f83f9;
  }
}
.ResultX3 .worries-x3 .tab-content {
  position: relative;
  z-index: 10;
  background: #fff;
  border: 2px solid #3f83f9;
  border-radius: 25px;
  padding: 0;
  /* overflow: hidden; は消しました（タブの飛び出しを許容するため） */
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .tab-content {
    border-radius: 25px;
  }
}
.ResultX3 .worries-x3 .tab-content .tab-panel {
  display: none;
}
.ResultX3 .worries-x3 .tab-content .tab-panel.active {
  display: block;
  animation: worriesFadeIn 0.4s ease-out;
}
.ResultX3 .worries-x3 .tab-content .tab-panel img {
  width: 100%;
  height: auto;
  display: block;
  /* overflow: hiddenを消した代わりに画像自体に角丸をかける */
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 767px) {
  .ResultX3 .worries-x3 .tab-content .tab-panel img {
    border-radius: 0 0 15px 15px;
  }
}

@keyframes worriesFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* reason-x3
-------------------------------------------------------------- */
.ResultX3 .reason-x3 {
  padding: 9.7222222222vw 0 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3 {
    padding: 16vw 0 21.3333333333vw;
  }
}
.ResultX3 .reason-x3 .TitleBlock span {
  color: #3f83f9;
}
.ResultX3 .reason-x3 .TitleBlock .BigTitle {
  font-size: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3 .TitleBlock .BigTitle {
    font-size: 9.0666666667vw;
  }
}
.ResultX3 .reason-x3 .TitleBlock p {
  top: 35%;
  line-height: 110%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3 .TitleBlock p {
    line-height: 140%;
    letter-spacing: 5%;
  }
}
.ResultX3 .reason-x3 .TitleBlock {
  margin-bottom: 3.0555555556vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3 .TitleBlock {
    margin-bottom: 11.7333333333vw;
  }
}
.ResultX3 .reason-x3-container {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container {
    width: 88vw;
  }
}
.ResultX3 .reason-x3-container h3 {
  line-height: 130%;
}
.ResultX3 .reason-x3-container li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.4722222222vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container li {
    display: block;
    margin-bottom: 8.5333333333vw;
    gap: 0;
  }
}
.ResultX3 .reason-x3-container li:nth-child(2) {
  justify-content: flex-end;
}
.ResultX3 .reason-x3-container li:nth-child(3) {
  margin-bottom: 0;
}
.ResultX3 .reason-x3-container-TextBlock {
  width: 50%;
}
.ResultX3 .reason-x3-container-TextBlock p {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container-TextBlock {
    width: 100%;
  }
}
.ResultX3 .reason-x3-container-ReasonTitle {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1.25vw;
  font-size: 1.9444444444vw;
}
.ResultX3 .reason-x3-container-ReasonTitle img {
  width: 5.6944444444vw;
}
.ResultX3 .reason-x3-container-ReasonTitle {
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container-ReasonTitle {
    align-items: flex-end;
    gap: 3.7333333333vw;
    font-size: 5.3333333333vw;
  }
  .ResultX3 .reason-x3-container-ReasonTitle img {
    width: 14.9333333333vw;
  }
  .ResultX3 .reason-x3-container-ReasonTitle {
    margin-bottom: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container .SPText {
    display: flex;
    justify-content: flex-end;
  }
  .ResultX3 .reason-x3-container .SPText-up {
    position: relative;
    top: -5.3333333333vw;
  }
}
.ResultX3 .reason-x3-container h4 {
  font-size: 1.3888888889vw;
  letter-spacing: 5%;
}
.ResultX3 .reason-x3-container h4 span {
  color: #f05577;
}
.ResultX3 .reason-x3-container h4 {
  margin-bottom: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container h4 {
    font-size: 4.2666666667vw;
    line-height: 130%;
  }
  .ResultX3 .reason-x3-container h4 span {
    color: #f05577;
  }
  .ResultX3 .reason-x3-container h4 {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container {
    margin-bottom: 0.4166666667vw;
  }
  .ResultX3 .reason-x3-container .SPText {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3.7333333333vw;
  }
  .ResultX3 .reason-x3-container .SPText p {
    font-size: 3.7333333333vw;
    width: 44vw;
    line-height: 150%;
  }
  .ResultX3 .reason-x3-container .SPText div {
    width: 40vw;
  }
  .ResultX3 .reason-x3-container .SPText div img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ResultX3 .reason-x3-container .SPTextRevers {
    justify-content: flex-start;
  }
  .ResultX3 .reason-x3-container .sp2 {
    position: relative;
    top: -5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container .ReverseBlock .reason-x3-container-ReasonTitle {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ResultX3 .reason-x3-container .ReverseBlock .reason-x3-container-ReasonTitle .SPTextRevers {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .reason-x3-container .ReverseBlock h4 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .ResultX3 .reason-x3-container .ReverseBlock p {
    position: relative;
    top: -4vw;
  }
}

/* pricing-x3
-------------------------------------------------------------- */
.ResultX3 .pricing-x3 {
  padding: 9.7222222222vw 0 10.4166666667vw;
}
.ResultX3 .pricing-x3 .TitleBlock {
  width: 70%;
  margin: 0 auto;
}
.ResultX3 .pricing-x3 .TitleBlock h2 {
  padding-bottom: 10%;
}
.ResultX3 .pricing-x3 .TitleBlock p {
  left: 0;
  top: 25%;
  transform: none;
}
.ResultX3 .pricing-x3 .TitleBlock .explanation {
  font-size: 1.1111111111vw;
  top: 50%;
  font-weight: 400;
  text-align: left;
  line-height: 170%;
}
.ResultX3 .pricing-x3 .TitleBlock .image0yen {
  position: absolute;
  width: 21.875vw;
  top: 35%;
  right: 17%;
  display: inline-block;
}
.ResultX3 .pricing-x3 .TitleBlock {
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .pricing-x3 .TitleBlock {
    width: 100%;
  }
  .ResultX3 .pricing-x3 .TitleBlock h2 {
    padding-bottom: 0;
  }
  .ResultX3 .pricing-x3 .TitleBlock p {
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ResultX3 .pricing-x3-content {
  width: 70%;
  margin: 0 auto;
  margin: 0 auto;
}
.ResultX3 .pricing-x3-content img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .pricing-x3-content {
    width: 92%;
    margin: 0 auto;
    margin: 0 auto;
  }
  .ResultX3 .pricing-x3-content img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .pricing-x3 {
    padding: 16vw 0 21.3333333333vw;
    text-align: center;
  }
  .ResultX3 .pricing-x3 .explanation {
    width: 85%;
    margin: 0 auto;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
  }
  .ResultX3 .pricing-x3 .image0yen {
    position: relative;
    width: 63.4666666667vw;
    display: inline-block;
    margin: 4.2666666667vw 0 6.4vw;
  }
}

/* flow-x3
-------------------------------------------------------------- */
.ResultX3 .flow-x3 {
  padding: 9.7222222222vw 0 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3 {
    width: 85%;
    margin: 0 auto;
    padding: 16vw 0 21.3333333333vw;
  }
}
.ResultX3 .flow-x3 .explanation {
  text-align: center;
  margin: 0 0 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3 .explanation {
    font-size: 3.7333333333vw;
    margin: 1.6vw 0 10.6666666667vw;
  }
}
.ResultX3 .flow-x3-step {
  font-family: "LINE Seed JP", sans-serif;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: 0;
}
.ResultX3 .flow-x3-step::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 5%;
  width: 90%;
  border-top: 2px dashed #3f83f9;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3-step {
    width: 100%;
    display: block;
    padding: 0;
  }
  .ResultX3 .flow-x3-step::before {
    content: none;
  }
}
.ResultX3 .flow-x3-step-list {
  width: 12.5vw;
  position: relative;
  z-index: 1;
  text-align: center;
}
.ResultX3 .flow-x3-step-list .pc-wrapper {
  width: 85%;
  margin: 0 auto;
}
.ResultX3 .flow-x3-step-list .pc-wrapper img {
  width: 100%;
}
.ResultX3 .flow-x3-step-list h3 {
  margin: 1.3888888889vw 0 1.6666666667vw;
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3-step-list h3 {
    margin: 0 0 4.2666666667vw;
    font-size: 4.8vw;
  }
}
.ResultX3 .flow-x3-step-list p {
  font-size: 0.9722222222vw;
  margin-bottom: 1.3888888889vw;
  text-align: left;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3-step-list p {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
    line-height: 150%;
  }
}
.ResultX3 .flow-x3-step-list .cta-3 {
  width: 100%;
}
.ResultX3 .flow-x3-step-list .cta-3 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3-step-list {
    width: 100%;
    text-align: left;
    margin: 0 0 6.9333333333vw;
  }
  .ResultX3 .flow-x3-step-list .sp-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ResultX3 .flow-x3-step-list .left-side {
    width: 100%;
    margin-left: auto;
  }
  .ResultX3 .flow-x3-step-list .left-side .NumberIcon {
    width: 29.3333333333vw;
    margin: 0 0 3.2vw;
    position: relative;
    z-index: 1;
  }
  .ResultX3 .flow-x3-step-list .left-side .NumberIcon img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ResultX3 .flow-x3 .flow-x3-step-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .ResultX3 .flow-x3 .flow-x3-step-wrapper .flow-x3-step {
    width: 60%;
  }
  .ResultX3 .flow-x3 .flow-x3-step-wrapper .right-side {
    width: 40%;
  }
  .ResultX3 .flow-x3 .flow-x3-step-wrapper .right-side img {
    width: 100%;
  }
}

/* question-x3
-------------------------------------------------------------- */
.ResultX3 .question-x3 {
  position: relative;
  top: -1px;
  padding: 9.7222222222vw 0 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 {
    padding: 16vw 0 21.3333333333vw;
  }
}
.ResultX3 .question-x3 .Faq-container {
  width: 55%;
  margin: 0.6944444444vw auto 0;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-container {
    width: 85%;
    margin: 0 auto;
    margin: 5.3333333333vw auto 0;
  }
}
.ResultX3 .question-x3 .Faq-item {
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-item {
    margin-bottom: 2.6666666667vw;
    background-color: transparent;
    width: 100%;
  }
}
.ResultX3 .question-x3 .Faq-item.active .Faq-answer {
  grid-template-rows: 1fr;
}
.ResultX3 .question-x3 .Faq-item.active .Faq-answer .Faq-answer-inner {
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-item.active .Faq-answer .Faq-answer-inner {
    padding-top: 5.3333333333vw;
    padding-bottom: 8vw;
  }
}
.ResultX3 .question-x3 .Faq-question {
  position: relative;
  background-color: #fff;
  height: 5.5555555556vw;
  width: 100%;
  border-radius: 1.0416666667vw;
  padding: 1.3888888889vw 1.3888888889vw;
  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;
}
.ResultX3 .question-x3 .Faq-question span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ResultX3 .question-x3 .Faq-question span .Qicon {
  margin-right: 1.1111111111vw;
  width: 3.125vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-question {
    height: auto;
    min-height: 21.3333333333vw;
    border-radius: 4vw;
    padding: 4vw 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
  .ResultX3 .question-x3 .Faq-question span {
    width: 82%;
    margin-left: 0;
  }
  .ResultX3 .question-x3 .Faq-question span .Qicon {
    width: 12vw;
    margin-right: 2.6666666667vw;
  }
}
.ResultX3 .question-x3 .Faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  overflow: hidden;
}
.ResultX3 .question-x3 .Faq-answer-inner {
  min-height: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.6944444444vw;
  padding: 0 1.3888888889vw;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-answer-inner {
    gap: 2.6666666667vw;
    padding: 0 4vw;
  }
}
.ResultX3 .question-x3 .Faq-answer .Aicon {
  flex: 0 0 auto;
  width: 3.125vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-answer .Aicon {
    width: 12vw;
  }
}
.ResultX3 .question-x3 .Faq-answer .Aicon img {
  width: 100%;
  height: auto;
  display: block;
}
.ResultX3 .question-x3 .Faq-answer p {
  flex: 1 1 auto;
  font-size: 1.1111111111vw;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .Faq-answer p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.ResultX3 .question-x3 .iconx3 {
  position: relative;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-left: 0.6944444444vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ResultX3 .question-x3 .iconx3 {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    flex-shrink: 0;
    margin-right: 3%;
  }
}
.ResultX3 .question-x3 .iconx3 img {
  width: 100%;
  height: auto;
  display: block;
}

/* contact-x3
-------------------------------------------------------------- */
.ResultX3 .contact-x3 {
  padding: 9.7222222222vw 0 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 {
    padding: 16vw 0 40vw;
  }
}
.ResultX3 .contact-x3 .TitleBlock {
  position: relative;
  text-align: center;
}
.ResultX3 .contact-x3 .TitleBlock .explanation.sp-hidden {
  top: 70%;
  color: #191b69;
  font-size: 0.9722222222vw;
}
.ResultX3 .contact-x3 .explanation.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .explanation.pc-hidden {
    display: block;
    text-align: center;
    color: #191b69;
    font-size: 3.7333333333vw;
    margin-top: 1.6vw;
  }
}
.ResultX3 .contact-x3 .contact-form {
  width: 55%;
  margin: 2.0833333333vw auto 0;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .contact-form {
    width: 85%;
    margin: 0 auto;
    margin: 10.6666666667vw auto 0;
  }
}
.ResultX3 .contact-x3 .contact-form .form-group,
.ResultX3 .contact-x3 .contact-form .form-group-textarea {
  display: flex;
  margin-bottom: 1.6666666667vw;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .contact-form .form-group,
  .ResultX3 .contact-x3 .contact-form .form-group-textarea {
    margin-bottom: 5.3333333333vw;
    display: block;
  }
}
.ResultX3 .contact-x3 .contact-form .form-group-textarea {
  align-items: flex-start;
}
.ResultX3 .contact-x3 .contact-form .form-label {
  width: 24%;
  font-size: 1.1111111111vw;
  font-weight: 700;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .contact-form .form-label {
    width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.ResultX3 .contact-x3 .contact-form .form-input {
  width: 74%;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .contact-form .form-input {
    width: 100%;
    gap: 2.6666666667vw;
    justify-content: space-between;
  }
}
.ResultX3 .contact-x3 .contact-form .form-input .wpcf7-list-item {
  width: 25%;
  font-size: 1.1111111111vw;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .contact-form .form-input .wpcf7-list-item {
    width: 48%;
    background: #f7f7f7;
    padding: 3.2vw 0;
    justify-content: center;
    border-radius: 4px;
    font-size: 3.7333333333vw;
  }
}
.ResultX3 .contact-x3 .contact-form .form-input input[type=text],
.ResultX3 .contact-x3 .contact-form .form-input input[type=email],
.ResultX3 .contact-x3 .contact-form .form-input input[type=tel],
.ResultX3 .contact-x3 .contact-form .form-input textarea {
  width: 100%;
  padding: 0.8333333333vw;
  border: none;
  background: #f7f7f7;
  font-size: 1.1111111111vw;
  border-radius: 0.2777777778vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .contact-form .form-input input[type=text],
  .ResultX3 .contact-x3 .contact-form .form-input input[type=email],
  .ResultX3 .contact-x3 .contact-form .form-input input[type=tel],
  .ResultX3 .contact-x3 .contact-form .form-input textarea {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
    border-radius: 4px;
  }
}
.ResultX3 .contact-x3 .required {
  background: #f05577;
  color: #fff;
  font-size: 0.8333333333vw;
  padding: 0.1388888889vw 0.6944444444vw;
  border-radius: 0.4166666667vw;
  margin-left: 0.8333333333vw;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .required {
    font-size: 2.9333333333vw;
    padding: 0.5333333333vw 2.1333333333vw;
    margin-left: 2.1333333333vw;
  }
}
.ResultX3 .contact-x3 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-right: 0.5555555556vw;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.ResultX3 .contact-x3 input[type=radio]:checked::after {
  content: "";
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  background-color: #3f83f9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 input[type=radio] {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.6vw;
  }
  .ResultX3 .contact-x3 input[type=radio]:checked::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
.ResultX3 .contact-x3 .wpcf7-form-control-wrap {
  width: 100%;
}
.ResultX3 .contact-x3 .privacy-policy {
  text-align: center;
  font-size: 0.9722222222vw;
  margin: 3.4722222222vw 0;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .privacy-policy p {
    text-align: left;
    line-height: 1.6;
  }
}
.ResultX3 .contact-x3 .privacy-policy a {
  color: #0049da;
  border-bottom: 1px solid #0049da;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .privacy-policy {
    font-size: 3.4666666667vw;
    margin: 8vw 0 10.6666666667vw;
  }
}
.ResultX3 .contact-x3 .submit-button-container {
  text-align: center;
}
.ResultX3 .contact-x3 .wpcf7-submit {
  width: 19.4444444444vw;
  height: 4.4444444444vw;
  color: #fff;
  border: none;
  font-size: 1.25vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  background-image: url("../images/resultx3/submit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: transparent;
}
.ResultX3 .contact-x3 .wpcf7-submit:hover {
  transform: scale(1.05);
}
.ResultX3 .contact-x3 .wpcf7-submit .arrow {
  position: absolute;
  right: 1.3888888889vw;
  width: 1.0416666667vw;
}
.ResultX3 .contact-x3 .wpcf7-submit .arrow img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ResultX3 .contact-x3 .wpcf7-submit {
    width: 74.6666666667vw;
    height: 17.0666666667vw;
    font-size: 4.5333333333vw;
  }
  .ResultX3 .contact-x3 .wpcf7-submit .arrow {
    right: 4vw;
    width: 3.2vw;
  }
}

/* Footer-x3
-------------------------------------------------------------- */
.footer-x3 {
  padding-top: 200px;
  text-align: center;
  background-color: #3f83f9;
  padding: 2.9166666667vw 0 1.1111111111vw;
  font-family: "LINE Seed JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-x3 {
    padding: 10.6666666667vw 0 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.footer-x3 .footer-link1 {
  display: inline-block;
}
.footer-x3 .footer-link1 p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-x3 .footer-link1 p img {
  margin-left: 0.6944444444vw;
  width: 1.1111111111vw;
}
.footer-x3 .footer-link1 p {
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .footer-x3 .footer-link1 p img {
    margin-left: 2.6666666667vw;
    width: 4.2666666667vw;
  }
  .footer-x3 .footer-link1 p {
    margin-bottom: 4vw;
  }
}
.footer-x3 .footer-link2 p {
  margin-bottom: 5.4166666667vw;
}
@media screen and (max-width: 767px) {
  .footer-x3 .footer-link2 p {
    margin-bottom: 18.6666666667vw;
  }
}
.footer-x3 .footer-copy {
  display: block;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-size: 0.9722222222vw;
  margin: 2.7777777778vw auto 0;
}
@media screen and (max-width: 767px) {
  .footer-x3 .footer-copy {
    margin: 0 auto 0;
    font-size: 3.7333333333vw;
  }
}