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