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

/* 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.1805555556vw;
  letter-spacing: 0em;
  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;
}
.LeAD .CTA a p {
  margin-right: 1.3888888889vw;
}
@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 a p {
    font-size: 4.2666666667vw;
    line-height: 140%;
    text-align: center;
    margin-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .CTA .spFVcta {
    font-size: 3.7333333333vw;
  }
}
.LeAD .is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* FV-l
-------------------------------------------------------------- */
.LeAD .FVl {
  position: relative;
  background: url("../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("../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: 2.6666666667vw auto 5.3333333333vw;
  }
}
.LeAD .FVl-inner .fv-under-block {
  width: 30.5555555556vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .LeAD .FVl-inner .fv-under-block {
    width: 100%;
    display: block;
  }
}
.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;
}

/* 右半分に表示するスクロールギャラリー
------------------------------------ */
@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 {
  position: relative;
  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: 40vw;
    position: relative;
  }
}
.LeAD .Campaign-l-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LeAD .Campaign-l .text-img {
  width: 55.5555555556vw;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l .text-img {
    width: 100%;
    bottom: -2.6666666667vw;
    margin-top: 1%;
    z-index: 100;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l .blue-bg {
    background: #172d59;
  }
}
.LeAD .Campaign-l .CTA {
  width: 20.1388888889vw;
  position: absolute;
  top: 47%;
  height: 4.1666666667vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Campaign-l .CTA {
    width: 53.3333333333vw;
    position: absolute;
    top: 23.4666666667vw;
    height: 12.2666666667vw;
    z-index: 10000;
    border-radius: 13.3333333333vw;
    letter-spacing: 0;
  }
  .LeAD .Campaign-l .CTA img {
    width: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .campcta a p {
    font-size: 3.4666666667vw;
  }
}

/* campaign
-------------------------------------------------------------- */
.LeAD .Concerns-l {
  background-color: #f3f4f7;
  padding: 4.8611111111vw 0 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l {
    position: relative;
    padding: 12.2666666667vw 0 2.6666666667vw;
  }
}
.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 span {
  color: #e0313d;
}
.LeAD .Concerns-l-inner h2 {
  margin-bottom: 2.5694444444vw;
}
@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;
  }
}
@media screen and (max-width: 767px) {
  .LeAD .Concerns-l-container ul li:last-child {
    margin: 0;
  }
}

/* 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;
  padding: 0 0 9.0277777778vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l {
    top: 0;
    padding: 0 0 16vw;
  }
}
.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 .solutionTitle {
  width: 56.1111111111vw;
  margin: 1.3888888889vw auto 2.6388888889vw;
}
.LeAD .Solution-l .solutionTitle img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .solutionTitle {
    width: 75.7333333333vw;
    margin: 5.3333333333vw auto 8vw;
  }
}
.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 li:first-child {
  margin-bottom: 1.1111111111vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Solution-l .Pricing-list li:first-child {
    margin-bottom: 2.6666666667vw;
  }
}
.LeAD .Solution-l .Pricing-list li {
  width: 100%;
}
@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;
}
.LeAD .Manual-l .manual-img img {
  width: 100%;
}
.LeAD .Manual-l .manual-img {
  margin: 0 auto;
}
@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("../images/lead/voice_bg.webp") no-repeat center/cover;
  padding: 8.3333333333vw 0 9.0277777778vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .LeAD .Voice-l {
    padding: 18.6666666667vw 0 16vw;
  }
}
.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(../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(../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.3333333333vw 0 9.0277777778vw;
}
@media screen and (max-width: 767px) {
  .LeAD .Faq {
    padding: 18.6666666667vw 0 16vw;
  }
}
.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;
  }
  .LeAD .Faq-question span {
    width: 69.3333333333vw;
    padding: 4vw 2.6666666667vw;
    margin-left: 2.6666666667vw;
  }
  .LeAD .Faq-question {
    font-size: 4.2666666667vw;
    padding-left: 1em;
    text-indent: -1.5em;
    line-height: 1.4;
  }
}
.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 {
  padding: 8.3333333333vw 0 9.0277777778vw;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .LeAD .Contact {
    width: 85%;
    margin: 0 auto;
    padding: 18.6666666667vw 0 26.6666666667vw;
  }
}
.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("../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("../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("../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%;
}

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

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