@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  background: #000;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 3.8461538462vw;
  }
}
/* フォント
***************************************************************/
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Extralight.woff2") format("woff2"), url("../fonts/Chillax-Extralight.ttf") format("woff"), url("../fonts/Chillax-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Light.woff2") format("woff2"), url("../fonts/Chillax-Light.woff") format("woff"), url("../fonts/Chillax-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Regular.woff2") format("woff2"), url("../fonts/Chillax-Regular.woff") format("woff"), url("../fonts/Chillax-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Medium.woff2") format("woff2"), url("../fonts/Chillax-Medium.woff") format("woff"), url("../fonts/Chillax-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Semibold.woff2") format("woff2"), url("../fonts/Chillax-Semibold.woff") format("woff"), url("../fonts/Chillax-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Chillax";
  src: url("../fonts/Chillax-Bold.woff2") format("woff2"), url("../fonts/Chillax-Bold.woff") format("woff"), url("../fonts/Chillax-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.en {
  font-family: "Chillax", sans-serif;
}

.col_1 {
  color: #01F989;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  /* 下からふわっと */
  transition: all 0.8s ease;
}

.fadein.fadein_active {
  opacity: 1;
  transform: translateY(0);
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 80px 0;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  section {
    padding: 20.5128205128vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
/* ホバーで不透明度を下げる（PCのみ） */
.hover-opacity a {
  transition: opacity 0.3s;
}

@media screen and (min-width: 681px) {
  .hover-opacity a:hover {
    opacity: 0.7;
  }
}
.space {
  margin-left: -0.5em;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  font-size: 42px;
  line-height: 1.25;
  font-family: "Chillax";
  position: relative;
  z-index: 1;
}

.section_title svg {
  width: 198px;
  height: 155px;
  position: absolute;
  top: -48px;
  left: -72px;
  z-index: -1;
}

.section_title_svg path {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}

/* 画面に入ったら発火するクラス */
.section_title_svg.show path {
  animation: draw 0.6s cubic-bezier(0.7, 0, 1, 1) forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.section_title .ja {
  display: block;
  font-size: 28px;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .section_title {
    text-align: center;
  }
  .section_title svg {
    width: 44.1025641026vw;
    height: 34.358974359vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section_title .ja {
    display: block;
    font-size: 4.6153846154vw;
    margin-top: 10.5128205128vw;
  }
}
/* 共通パーツ(下層)
***************************************************************/
button.btn {
  display: block;
  width: 340px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  background: #FFF;
  color: #000;
  padding: 18px 31px;
  position: relative;
  margin: 0 auto;
  border: 2px solid #fff;
  overflow: hidden;
  transition: 0.3s;
  text-align: left;
}

button.btn span {
  position: relative;
  z-index: 5;
}

button.btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

button.btn::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

@media screen and (min-width: 681px) {
  button.btn:hover {
    color: #fff;
  }
  button.btn:hover::before {
    transform: translate(0, -50%);
  }
}
a.btn {
  width: 205px;
  margin: 120px auto 0;
  display: block;
  text-align: center;
  padding: 28px 0;
  font-size: 22px;
  transition: 0.3s;
  position: relative;
}

a.btn::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 205.096px;
  height: 55.721px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

a.btn::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 205.096px;
  height: 55.721px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

@media screen and (min-width: 681px) {
  a.btn:hover {
    color: #01F989;
  }
  a.btn:hover::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  a.btn:hover::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 680px) {
  a.btn {
    width: 44.8717948718vw;
    margin: 20.5128205128vw auto 0;
    padding: 6.6666666667vw 0;
    font-size: 4.1025641026vw;
  }
}
.page_sec {
  padding: 200px 0 0;
  text-align: center;
}

.page_sec_title {
  font-size: 120px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.page_sec_title svg {
  width: 432px;
  height: 338px;
  position: absolute;
  top: -75px;
  right: -90px;
  z-index: -1;
}

.cynthia-thanks .page_sec_title svg {
  right: 21px;
}

.none .page_sec_title svg {
  right: unset;
  left: -108px;
}

.page_sec_text {
  margin-top: 120px;
  line-height: 2;
}

.none_text01 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 111px;
}

.none_text02 {
  margin-top: 35px;
  line-height: 2;
}

@media screen and (max-width: 680px) {
  .page_sec {
    padding: 37.1794871795vw 0 0;
  }
  .page_sec_title {
    font-size: 11.7948717949vw;
  }
  .page_sec_title svg {
    width: 44.1025641026vw;
    height: 34.358974359vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
  }
  .cynthia-thanks .page_sec_title svg {
    right: unset;
  }
  .none .page_sec_title svg {
    right: unset;
    left: 50%;
  }
  .page_sec_text {
    margin-top: 16.6666666667vw;
    line-height: 1.7;
  }
  .none_text01 {
    font-size: 5.1282051282vw;
    margin-top: 16.9230769231vw;
  }
  .none_text02 {
    margin-top: 3.8461538462vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 65.83%);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 50px;
}

.header_logo {
  width: 132px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.global_nav_list {
  display: flex;
  align-items: center;
  gap: 40px;
}

.global_nav_item a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: 0.3s;
}

.global_nav_item a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
}

.header_contact a {
  width: 130px;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

.header_contact a::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 110.212px;
  height: 44.423px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

.header_contact a::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 110.212px;
  height: 44.423px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover {
    color: #01F989;
  }
  .global_nav_item a:hover::before {
    border: 1px solid #01F989;
    background: #01F989;
  }
  .header_contact a:hover {
    color: #01F989;
  }
  .header_contact a:hover::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .header_contact a:hover::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 6.6666666667vw 0;
  }
  .header_inner {
    display: block;
    margin: 0 6.6666666667vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1001;
  }
  .header_logo {
    width: 32.8205128205vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 12.3076923077vw;
    height: 12.3076923077vw;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: 0.3s;
  }
  .toggle-menu .toggle-line {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .toggle-menu .toggle-line::after {
    content: "";
    display: inline-block;
    width: 17.4358974359vw;
    height: 17.4358974359vw;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    content: "menu";
    display: inline-block;
    font-family: "Chillax";
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .open .toggle-menu {
    background: #01F989;
  }
  .open .toggle-menu .toggle-line::before {
    content: "Close";
    color: #000000;
  }
  .open .toggle-menu .toggle-line::after {
    border: 1px solid #01F989;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100vw;
    height: 100vh;
    padding: 0 5.1282051282vw 51.2820512821vw;
    background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(12.5px);
            backdrop-filter: blur(12.5px);
    transition: 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
    border-bottom: 3px solid #01F989;
  }
  .open .header_nav {
    opacity: 1;
    visibility: unset;
  }
  .global_nav {
    width: 100%;
    margin-top: 28.2051282051vw;
  }
  .global_nav_list {
    display: block;
  }
  .global_nav_item {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .global_nav_item a {
    font-size: 6.1538461538vw;
    display: block;
    padding: 5.1282051282vw 0;
  }
  .global_nav_item a::before {
    display: none;
  }
  .header_contact {
    width: 100%;
  }
  .header_contact a {
    width: 100%;
    flex: 1;
    display: block;
    padding: 5.1282051282vw 0;
    text-align: left;
    font-size: 6.1538461538vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header_contact a::before,
  .header_contact a::after {
    display: none;
  }
  .global_nav_item_btn {
    position: absolute;
    right: 0;
    top: 3.8461538462vw;
    width: 12.8205128205vw;
    height: 12.8205128205vw;
  }
  .global_nav_item_btn span {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .global_nav_item_btn span::before {
    content: "";
    display: inline-block;
    border-top: 0.2564102564vw solid #fff;
    width: 3.3333333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .global_nav_item_btn span::after {
    content: "";
    display: inline-block;
    border-top: 0.2564102564vw solid #fff;
    width: 3.3333333333vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.3s;
  }
  .active .global_nav_item_btn span::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .global_nav_item a.sub {
    padding: 2.5641025641vw 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 4.1025641026vw;
    font-weight: 400;
    line-height: 100%;
    text-align: right;
    border-bottom: unset;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3.8461538462vw;
  }
  .global_nav_item a.sub {
    display: none;
  }
  .global_nav_item .active a.sub {
    display: flex !important;
  }
  .global_nav_item a.sub::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background-image: url(../images/icon/icon_arrow_right02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
  .global_nav_item a.sub:nth-of-type(2) {
    padding-bottom: 6.4102564103vw;
  }
  .header_privacy {
    margin-top: 6.4102564103vw;
    text-align: right;
    color: rgba(255, 255, 255, 0.7);
    width: 100%;
  }
}
/* Company Info
***************************************************************/
.info {
  padding: 188px 0 0;
  overflow: hidden;
}

.info_imgBox {
  margin: 30px calc(50% - 50vw) 0 102px;
  position: relative;
}

.info_imgBox::before {
  content: "";
  display: inline-block;
  width: 282px;
  height: 316px;
  background-image: url(../images/common/company_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 42px;
  bottom: -105px;
  transition: 0.3s;
}

.info_imgBox_bg {
  border-radius: 320px 0 0 320px;
}

.info_imgBox_logo {
  width: 395px;
  position: absolute;
  top: 50%;
  left: 140px;
  transform: translate(0, -50%);
}

.info_table {
  width: calc(100% - 100px);
  margin: 125px 0 0 100px;
}

.info_th {
  font-weight: 400;
  width: 30%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.info_td {
  font-weight: 400;
  width: 70%;
  padding: 25px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.info_access_title {
  font-size: 42px;
  margin-top: 100px;
}

.info_access_map {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}

.info_access_map::before {
  content: "";
  display: inline-block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 16px;
  border: 2px solid #01F989;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4.5deg);
  z-index: -1;
  transition: transform 0.3s ease;
}

.info_access_map iframe {
  border-radius: 16px;
  width: 100%;
  height: 440px;
  display: block;
  filter: grayscale(1);
}

.info_access_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  transition: 0.3s;
}

.info_access_text::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url(../images/icon/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
}

.info_loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 160px calc(50% - 50vw) 0;
  width: 100vw;
  position: relative;
}

.info_loop-wrap::before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #000 100%);
  z-index: 1;
}

.info_loop-area {
  display: flex;
  animation: info_loop-slide 30s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.info_loop-area .content {
  font-size: 170px;
  font-weight: 200;
  white-space: nowrap;
  line-height: 1.2;
}

@keyframes info_loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* hover中：ブルブルして0degで止まる */
@media screen and (min-width: 681px) {
  .info_access_map:hover::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .info_access_map:hover + .info_access_text {
    color: #01F989;
  }
  .info_access_map:hover + .info_access_text::before {
    background-image: url(../images/icon/icon_pin_g.svg);
  }
}
@media screen and (max-width: 680px) {
  .info {
    padding: 38.4615384615vw 0 0;
    overflow: hidden;
  }
  .info_imgBox {
    margin: 16.6666666667vw calc(50% - 50vw) 0 0;
    position: relative;
  }
  .info_imgBox::before {
    display: none;
  }
  .info_imgBox_bg {
    border-radius: 56.4102564103vw 0 0 56.4102564103vw;
    height: 51.2820512821vw;
  }
  .info_imgBox_logo {
    width: 42.8205128205vw;
    left: 10.2564102564vw;
  }
  .info_table {
    width: 100%;
    margin: 12.8205128205vw 0 0;
  }
  .info_th {
    width: 100%;
    display: block;
    padding: 3.8461538462vw 0 0;
    border-bottom: unset;
    text-align: left;
  }
  .info_td {
    width: 100%;
    display: block;
    padding: 2.5641025641vw 0 3.8461538462vw;
  }
  .info_access_title {
    font-size: 7.1794871795vw;
    margin-top: 15.3846153846vw;
  }
  .info_access_map {
    margin-top: 8.9743589744vw;
  }
  .info_access_map iframe {
    border-radius: 4.1025641026vw;
    height: 51.2820512821vw;
  }
  .info_access_text {
    font-size: 3.5897435897vw;
    gap: 1.2820512821vw;
    margin-top: 5.1282051282vw;
  }
  .info_access_text::before {
    width: 3.8461538462vw;
    height: 4.6153846154vw;
  }
  .info_loop-wrap {
    margin: 25.641025641vw calc(50% - 50vw) 0;
  }
  .info_loop-area .content {
    font-size: 15.3846153846vw;
  }
}
/* Contact
***************************************************************/
.contact {
  padding: 30px 0 0;
  overflow: hidden;
}

.contact_title {
  font-size: 42px;
  display: flex;
  align-items: center;
  gap: 38px;
  margin-right: calc(50% - 50vw);
}

.contact_title::after {
  content: "";
  display: inline-block;
  width: 100vw;
  border-top: 1px solid #fff;
}

.contact_form {
  margin-top: 80px;
  display: flex;
  flex-flow: column;
  gap: 60px;
}

.contact_formFlex {
  display: grid;
  grid-template-columns: 544px 1fr;
  gap: 157px;
}

.contact_form_area {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  align-items: center;
}

.contact_form_area input {
  width: 100%;
}

.contact_form_area_text {
  font-size: 18px;
  position: relative;
  display: inline-block;
}

.req {
  width: 11px;
  height: 11px;
  background-image: url(../images/icon/req.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -11px;
  margin-left: 4px;
}

.contact_form input,
.contact_form select {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.contact_form_area_comment {
  display: flex;
  flex-flow: column;
}

.contact_form textarea {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 16px;
  margin-top: 15px;
  height: 150px;
  width: 100%;
}

.submit {
  width: 285px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.submit::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 267.34px;
  height: 89.154px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

.submit::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 273px;
  height: 89px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

.submit input {
  padding: 40px 0;
  font-size: 30px;
  border-bottom: unset;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

input:-internal-autofill-selected {
  background-color: unset !important;
}

@media screen and (min-width: 681px) {
  .submit:hover input {
    color: #01F989;
  }
  .submit:hover::before {
    width: 267.34px;
    height: 89.154px;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .submit:hover::after {
    width: 267.34px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 7.6923076923vw 0 0;
  }
  .contact_title {
    font-size: 7.1794871795vw;
    gap: 5.1282051282vw;
  }
  .contact_form {
    margin-top: 10.2564102564vw;
    gap: 10.2564102564vw;
  }
  .contact_formFlex {
    display: flex;
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .contact_form_area {
    display: block;
    align-items: center;
  }
  .contact_form_area input {
    width: 100%;
  }
  .contact_form_area_text {
    font-size: 4.1025641026vw;
    display: block;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
  }
  .req {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    top: -2.8205128205vw;
    margin-left: 1.0256410256vw;
  }
  .contact_form input,
  .contact_form select {
    padding: 3.8461538462vw 0;
  }
  .contact_form_area_comment {
    display: flex;
    flex-flow: column;
  }
  .contact_form textarea {
    padding: 3.8461538462vw;
    height: 51.2820512821vw;
  }
  .submit {
    width: 44.8717948718vw;
  }
  .submit input {
    padding: 6.9230769231vw 0;
    font-size: 4.1025641026vw;
  }
  .submit::before {
    width: 42.9076923077vw;
    height: 12.6035897436vw;
  }
  .submit::after {
    width: 42.9076923077vw;
    height: 12.6035897436vw;
  }
}
/* Footer
***************************************************************/
footer {
  padding-top: 130px;
  padding-bottom: 50px;
  border-bottom: 3px solid #01F989;
  overflow: hidden;
  position: relative;
  background: #000;
}

footer .inner {
  display: grid;
  grid-template-columns: 180px 180px 1fr;
  gap: 80px;
  align-items: flex-start;
  max-width: unset;
  padding: 0 40px 0 125px;
}

.footer_logo {
  text-align: center;
}

.footer_logo_text {
  font-size: 26px;
  margin-top: 25px;
}

.footer_copyright {
  margin-top: 20px;
}

.footer_content {
  margin-right: calc(50% - 50vw);
}

.footer_content img {
  height: 186px;
  width: auto;
}

.footer_navList {
  display: flex;
  gap: 60px;
  padding: 30px 0 0 60px;
}

.footer_navItem {
  font-size: 18px;
  position: relative;
}

.footer_navItem a {
  transition: 0.3s;
}

.footer_navItem:nth-last-of-type(1) {
  opacity: 0.5;
}

.footer_navItem a.sub {
  padding: 2.5641025641vw 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 4.1025641026vw;
  font-weight: 400;
  line-height: 100%;
  text-align: right;
  border-bottom: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3.8461538462vw;
}

.footer_navItem a.sub {
  display: none;
}

.footer_navItem .active a.sub {
  display: flex !important;
}

.footer_navItem a.sub::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.footer_navItem a.sub:nth-of-type(2) {
  padding-bottom: 6.4102564103vw;
}

@media screen and (min-width: 681px) {
  .footer_navItem a:hover {
    color: #01F989;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding-top: 30.7692307692vw;
    padding-bottom: 10.2564102564vw;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20.5128205128vw 0;
    align-items: flex-start;
    padding: 0 5.1282051282vw;
  }
  .footer_logo {
    width: 37.6923076923vw;
  }
  .footer_logo_text {
    font-size: 5.1282051282vw;
    margin-top: 6.4102564103vw;
  }
  .footer_copyright {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
  .footer_content {
    margin-right: 0;
    flex: 1;
  }
  .footer_content img {
    display: none;
  }
  .footer_navList {
    display: block;
    padding: 0;
    flex: 1;
  }
  .footer_navItem {
    font-size: 6.1538461538vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer_navItem:nth-last-of-type(1) {
    border-bottom: unset;
  }
  .footer_navItem a {
    display: block;
    width: 100%;
    padding: 3.8461538462vw 0;
  }
  .footer_navItem:nth-last-of-type(1) {
    text-align: right;
  }
  .footer_navItem:nth-last-of-type(1) a {
    border-bottom: unset;
    padding: 0;
    font-size: 4.1025641026vw;
    margin-top: 6.4102564103vw;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    position: relative;
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    position: relative;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  height: 105vh;
  background-image: url(../images/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 0;
}

.fv svg {
  width: 53.6805555556vw;
  height: 53.6805555556vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.fv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 147px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 65.83%);
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(1, -1);
}

.fv_logo {
  width: 35.9722222222vw;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 22.5vw;
  transform: translate(0, -50%);
}

.fv_content {
  position: absolute;
  right: 112px;
  bottom: calc(40px + 5vh);
}

.fv_title {
  font-size: 18px;
  line-height: 2;
}

.fv_title span {
  background: #01F989;
  color: #000;
  line-height: 1.3;
  padding: 0 3px;
}

.fv_text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 30px;
}

@media screen and (max-width: 680px) {
  .fv {
    height: 100vh;
    height: 100svh;
    background-image: url(../images/front/fv_sp.webp);
  }
  .fv svg {
    width: 97.9487179487vw;
    height: 97.9487179487vw;
    position: absolute;
    top: 12.0512820513vw;
    left: -37.1794871795vw;
    transform: unset;
  }
  .fv::before {
    height: 37.6923076923vw;
  }
  .fv_logo {
    width: 75.1282051282vw;
    top: 55.641025641vw;
    left: 5.1282051282vw;
    transform: unset;
  }
  .fv_content {
    right: unset;
    left: 5.1282051282vw;
    bottom: 10.2564102564vw;
  }
  .fv_title {
    font-size: 4.6153846154vw;
  }
  .fv_title span {
    padding: 0 0.7692307692vw;
  }
  .fv_text {
    font-size: 3.5897435897vw;
    margin-top: 5.1282051282vw;
  }
}
/* News
***************************************************************/
.top_news .inner {
  display: flex;
  gap: 50px;
  justify-content: flex-end;
}

.top_news_title {
  color: #01F989;
  font-size: 24px;
}

.top_news_content {
  text-align: right;
  width: 516px;
}

.top_news_list {
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 22px;
  padding-top: 10px;
}

.top_news_item a {
  display: flex;
  gap: 15px;
  transition: 0.3s;
}

.top_news_item time {
  color: #E8E8E8;
  font-size: 14px;
  transition: 0.3s;
  padding-top: 2px;
}

.top_news_item_title {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 20px;
  position: relative;
  flex: 1;
}

.top_news_item_title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon_arrow_right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.top_news_btn {
  font-size: 18px;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.top_news_btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_right02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.3s;
  position: relative;
  left: 0;
}

@media screen and (min-width: 681px) {
  .top_news_item a:hover,
  .top_news_item a:hover time {
    color: #01F989;
  }
  .top_news_btn:hover {
    color: #01F989;
  }
  .top_news_btn:hover::after {
    background-image: url(../images/icon/icon_arrow_right02_g.svg);
    left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .top_news .inner {
    flex-flow: column;
    gap: 7.6923076923vw;
    justify-content: flex-start;
  }
  .top_news_title {
    font-size: 6.1538461538vw;
  }
  .top_news_content {
    width: 100%;
  }
  .top_news_list {
    gap: 0;
    padding-top: 0;
  }
  .top_news_item:nth-of-type(n + 2) {
    margin-top: 6.4102564103vw;
  }
  .top_news_item a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 6.4102564103vw;
  }
  .top_news_item time {
    font-size: 3.5897435897vw;
    padding-top: 0;
  }
  .top_news_item_title {
    font-size: 3.5897435897vw;
    padding-right: 5.1282051282vw;
  }
  .top_news_item_title::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .top_news_btn {
    font-size: 4.6153846154vw;
    margin-top: 7.6923076923vw;
    gap: 2.5641025641vw;
  }
  .top_news_btn::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}
/* About
***************************************************************/
.top_about {
  padding: 0 0 180px;
}

.top_about_title {
  font-size: 42px;
  line-height: 1.66;
  margin-top: 64px;
}

.top_about_text {
  line-height: 2.2;
  margin-top: 50px;
}

@media screen and (max-width: 680px) {
  .top_about {
    padding: 0 0 30.7692307692vw;
  }
  .top_about_title {
    font-size: 6.1538461538vw;
    margin-top: 16.4102564103vw;
  }
  .top_about_text {
    line-height: 1.75;
    margin-top: 10.2564102564vw;
  }
}
/* Service
***************************************************************/
.top_service {
  padding: 0;
}

.top_service_content {
  background-image: url(../images/front/sec2_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 40px 120px 0;
  position: relative;
  z-index: 1;
}

.top_service_content:nth-of-type(2) {
  background-image: unset;
}

.top_service_content:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.top_service_content_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.top_service_head {
  text-align: right;
  line-height: 1.4;
  font-weight: 300;
  position: relative;
  z-index: 3;
}

.top_service_head .text01 {
  display: block;
  font-size: 39px;
}

.top_service_head .text02 {
  display: block;
  font-size: 18px;
}

.top_service__title {
  font-weight: bold;
}

.top_service__title img {
  display: block;
  width: auto;
  height: 72px;
  margin-top: 20px;
}

.top_service_subTitle {
  font-size: 32px;
  margin-top: 80px;
}

.top_service_text {
  line-height: 2;
  margin-top: 40px;
  z-index: 3;
}

.top_service_btn {
  font-size: 22px;
  width: 205px;
  height: 88px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 49px;
  bottom: 40px;
  transition: 0.3s;
}

.top_service_btn span {
  position: relative;
}

.top_service_btn::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 205.097px;
  height: 65.721px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

.top_service_btn::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  border: 1.383px solid #01F989;
  width: 205.097px;
  height: 65.721px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%) rotate(-4.729deg);
  transition: 0.3s;
  z-index: -1;
}

@media screen and (min-width: 681px) {
  .top_service_btn:hover {
    color: #01F989;
  }
  .top_service_btn:hover::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .top_service_btn:hover::after {
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@media screen and (max-width: 680px) {
  .top_service {
    padding: 0;
  }
  .top_service .inner {
    padding: 0;
  }
  .top_service_content {
    background-image: url(../images/front/sec2_bg01_sp.webp);
    padding: 3.8461538462vw 5.1282051282vw 21.7948717949vw;
  }
  .top_service_head {
    text-align: left;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2.5641025641vw;
  }
  .top_service_head .text01 {
    font-size: 4.1025641026vw;
  }
  .top_service_head .text02 {
    font-size: 3.0769230769vw;
  }
  .top_service__title {
    text-align: center;
    margin-top: 12.8205128205vw;
  }
  .top_service__title img {
    height: 11.5384615385vw;
    margin: 3.8461538462vw auto 0;
  }
  .top_service_subTitle {
    font-size: 5.1282051282vw;
    margin-top: 10.2564102564vw;
    text-align: center;
  }
  .top_service_text {
    line-height: 1.75;
    font-size: 3.5897435897vw;
    margin-top: 12.8205128205vw;
  }
  .top_service_text span {
    display: inline;
  }
  .top_service_btn {
    font-size: 4.1025641026vw;
    width: 44.8717948718vw;
    height: 19.2307692308vw;
    position: unset;
    margin: 10.2564102564vw auto 0;
  }
  .top_service_btn::before {
    width: 39.7684615385vw;
    height: 11.7233333333vw;
  }
  .top_service_btn::after {
    width: 39.7684615385vw;
    height: 11.7233333333vw;
  }
}
/* section1
***************************************************************/
.company_fv {
  padding: 130px 0 70px;
  overflow: hidden;
}

.company_loop-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

.company_loop-area {
  display: flex;
  align-items: center;
  gap: 40px;
  animation: company_loop-slide 15s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.company_loop-area .content {
  font-size: 120px;
  white-space: nowrap;
  line-height: 1.1;
}

.company_loop-area .content img {
  width: 236px;
}

@keyframes company_loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 680px) {
  .company_fv {
    padding: 22.0512820513vw 0 10.2564102564vw;
  }
  .company_loop-wrap {
    gap: 3.8461538462vw;
  }
  .company_loop-area {
    gap: 3.8461538462vw;
  }
  .company_loop-area .content {
    font-size: 13.3333333333vw;
  }
  .company_loop-area .content img {
    width: 26.1538461538vw;
  }
  .type2 .company_loop-area {
    animation: company_loop-slide 20s infinite linear 1s both;
    margin-top: 5.1282051282vw;
  }
}
/* section1
***************************************************************/
.company_sec1 {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.company_sec1_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 760px;
}

.company_sec1 .inner {
  position: relative;
  padding: 295px 0 0;
}

.company_sec1_head {
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
}

.company_sec1_head_text01 {
  font-size: 42px;
  line-height: 1.4;
}

.company_sec1_head_text02 {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 60px;
}

.company_sec1_title {
  font-size: 42px;
  line-height: 70px;
  letter-spacing: 2.1px;
}

.company_sec1_title .text {
  font-size: 20px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 40px;
}

.company_sec1_text {
  line-height: 2.25;
  margin-top: 80px;
}

@media screen and (max-width: 680px) {
  .company_sec1_bg {
    height: 188.2051282051vw;
  }
  .company_sec1 .inner {
    padding: 51.2820512821vw 5.1282051282vw 0;
  }
  .company_sec1_head {
    display: none;
  }
  .company_sec1_title {
    font-size: 5.641025641vw;
    line-height: 1.75;
  }
  .company_sec1_title .text {
    font-size: 3.5897435897vw;
    margin-bottom: 3.8461538462vw;
  }
  .company_sec1_text {
    line-height: 1.75;
    margin-top: 15.3846153846vw;
  }
}
.fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 400;
}

.fixed_btn {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  background: #01F989;
  width: 190px;
  padding: 14px 20px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.6s;
  z-index: 100;
}

.open .fixed_btn {
  opacity: 0;
}

.fixed_btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.fixed_content {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  position: fixed;
  bottom: 53px;
  right: 40px;
  transition: all 0.6s ease;
  transform-origin: bottom right;
}

.open.fixed {
  width: 800px;
  height: 85vh;
}

.open .fixed_content {
  width: 800px;
  height: 85vh;
  border-radius: 16px 0 0 0;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  background: linear-gradient(143deg, rgba(255, 255, 255, 0.09) -0.44%, rgba(255, 255, 255, 0.12) 82.19%);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  bottom: 0;
  right: 0;
}

.fixed_contentBox {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  position: relative;
  padding: 40px 80px 0 50px;
  overflow: auto;
}

.fixed_contentBox_scroll {
  height: 75vh;
}

.active .fixed_contentBox {
  opacity: 1;
  visibility: unset;
}

.fixed_close {
  position: absolute;
  top: 50px;
  right: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}

.fixed_close span {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 8px;
  background-image: url(../images/icon/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}

.fixed_content_title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.fixed_content_title .en {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

.fixed_content_text {
  margin-top: 30px;
}

.fixed_form_area {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: flex-start;
  gap: 30px;
  margin-top: 50px;
}

.fixed_form_area_text {
  padding-top: 18px;
}

.fixed_form_area input {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.fixed_form_area textarea {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
  height: 125px;
  width: 100%;
}

.fixed_submit {
  width: 340px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  background: #FFF;
  border: 2px solid #fff;
  color: #000;
  position: relative;
  margin: 0 auto;
  transition: 0.3s;
  margin: 40px auto 0;
  overflow: hidden;
}

.fixed_submit::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.fixed_submit::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url(../images/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
}

.fixed_submit input {
  height: 60px;
  width: 100%;
  display: block;
  font-size: 0;
}

.fixed_submit_text {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translate(0, -50%);
  z-index: 4;
}

@media screen and (min-width: 681px) {
  .fixed_btn:hover {
    color: #fff;
  }
  .fixed_btn:hover + .fixed_content {
    background: #fff;
  }
  .fixed_submit:hover {
    color: #fff;
  }
  .fixed_submit:hover::before {
    transform: translate(0, -50%);
  }
  .fixed_close:hover {
    color: #01F989;
  }
  .fixed_close:hover span {
    background-image: url(../images/icon/icon_close_g.svg);
  }
}
@media screen and (max-width: 680px) {
  main {
    overflow: hidden;
  }
  .fixed {
    bottom: 10.2564102564vw;
    left: 50%;
    right: unset;
    transform: translate(-50%, 0);
  }
  .fixed_btn {
    font-size: 3.5897435897vw;
    width: 48.7179487179vw;
    padding: 3.5897435897vw 5.1282051282vw;
    right: unset;
    bottom: 10.2564102564vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .open.fixed {
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 1000;
    bottom: 0;
  }
  .open .fixed_btn {
    opacity: 0;
  }
  .fixed_contentBox_scroll {
    height: auto;
  }
  .fixed_content {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-radius: 50%;
    background: #000;
    position: fixed;
    bottom: 5.641025641vw;
    right: calc(50% - 20.5128205128vw);
  }
  .open .fixed_content {
    width: 100%;
    height: 100vh;
    height: 100svh;
    border-radius: 0;
    border-top: unset;
    border-left: unset;
  }
  .active.open .fixed_content {
    transition: unset;
  }
  .fixed_contentBox {
    padding: 35.8974358974vw 5.1282051282vw 25.641025641vw;
  }
  .active .fixed_contentBox {
    opacity: 1;
    visibility: unset;
    height: 100%;
  }
  .fixed_close {
    position: absolute;
    top: 12.8205128205vw;
    right: 7.6923076923vw;
    font-size: 3.5897435897vw;
    text-align: center;
    cursor: pointer;
  }
  .fixed_close img {
    width: 10.2564102564vw;
    display: block;
    margin-bottom: 2.0512820513vw;
  }
  .fixed_content_title {
    font-size: 7.1794871795vw;
  }
  .fixed_content_title .en {
    font-size: 3.5897435897vw;
    margin-top: 3.8461538462vw;
  }
  .fixed_content_text {
    margin-top: 7.6923076923vw;
  }
  .fixed_content form {
    width: 100%;
  }
  .fixed_form_area {
    display: flex;
    flex-flow: column;
    gap: 1.2820512821vw;
    margin-top: 10.2564102564vw;
  }
  .fixed_form_area_text {
    padding-top: 0;
  }
  .fixed_form_area input {
    padding: 3.8461538462vw 0;
  }
  .fixed_submit {
    width: 87.1794871795vw;
    font-size: 4.1025641026vw;
    font-weight: 700;
    border-radius: 256.1538461538vw;
    background: #FFF;
    border: 0.5128205128vw solid #fff;
    color: #000;
    position: relative;
    margin: 0 auto;
    transition: 0.3s;
    margin: 10.2564102564vw auto 0;
    overflow: hidden;
  }
  .fixed_submit::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 256.1538461538vw;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
  }
  .fixed_submit::after {
    content: "";
    display: inline-block;
    width: 10.7692307692vw;
    height: 10.7692307692vw;
    background-image: url(../images/icon/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 2.0512820513vw;
    transform: translate(0, -50%);
  }
  .fixed_submit input {
    height: 15.3846153846vw;
    width: 100%;
    display: block;
    font-size: 0;
  }
  .fixed_submit_text {
    position: absolute;
    top: 50%;
    left: 8.9743589744vw;
    transform: translate(0, -50%);
    z-index: 4;
  }
}
/* FV
***************************************************************/
.cynthia_fv {
  height: 100vh;
  height: 100svh;
  background-image: url(../images/cynthia/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  padding: 0;
}

.cynthia_fv_content {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cynthia_fv_title {
  text-align: center;
  font-size: 24px;
}

.cynthia_fv_title img {
  width: 420px;
  margin-bottom: 40px;
  display: block;
}

.cynthia_fv .btn {
  margin-top: 160px;
}

@media screen and (max-width: 680px) {
  .cynthia_fv {
    background-image: url(../images/cynthia/fv_sp.webp);
  }
  .cynthia_fv_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cynthia_fv_title {
    font-size: 4.6153846154vw;
  }
  .cynthia_fv_title img {
    width: 67.4358974359vw;
    margin: 0 auto 5.1282051282vw;
  }
  .cynthia_fv .btn {
    display: none;
  }
}
/* section1
***************************************************************/
.cynthia_sec1 {
  padding: 160px 0 80px;
  overflow: hidden;
}

.cynthia_sec1 .inner {
  position: relative;
}

.cynthia_sec1_img {
  width: 1036px;
  position: absolute;
  right: -421px;
  top: -17px;
}

.cynthia_sec1_title {
  font-size: 32px;
  margin-top: 88px;
}

.cynthia_sec1_text {
  color: #E8E8E8;
  line-height: 2;
  margin-top: 50px;
}

.cynthia_sec1_subTitle {
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (max-width: 680px) {
  .cynthia_sec1 {
    padding: 33.3333333333vw 0 15.3846153846vw;
  }
  .cynthia_sec1 .inner {
    position: relative;
  }
  .cynthia_sec1_title {
    font-size: 6.1538461538vw;
    margin-top: 17.9487179487vw;
  }
  .cynthia_sec1_text {
    margin-top: 10.2564102564vw;
  }
  .cynthia_sec1_text span {
    display: inline;
  }
  .cynthia_sec1_subTitle {
    font-size: 4.1025641026vw;
    margin-top: 5.1282051282vw;
  }
  .cynthia_sec1_img {
    width: 100%;
    position: unset;
    margin: 5.1282051282vw calc(50% - 50vw) 0;
    width: 100vw;
  }
}
/* section2
***************************************************************/
.cynthia_sec2 {
  padding: 180px 0;
}

.cynthia_sec2_content {
  display: grid;
  grid-template-columns: 395px 1fr;
  align-items: flex-start;
}

.cynthia_sec2 .section_title {
  font-size: 64px;
  position: sticky;
  top: 100px;
  left: 0;
}

.cynthia_sec2_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.cynthia_sec2_item_title {
  color: #E8E8E8;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #6C6C6C;
  padding-bottom: 26px;
}

.cynthia_sec2_item_title .number {
  color: #6C6C6C;
  font-size: 24px;
}

.cynthia_sec2_item_subTitle {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 1.3px;
  margin-top: 42px;
}

.cynthia_sec2_item_text {
  margin-top: 32px;
  line-height: 2;
}

.cynthia_sec2 .btn {
  margin-top: 120px;
}

@media screen and (max-width: 680px) {
  .cynthia_sec2 {
    padding: 20.5128205128vw 0;
  }
  .cynthia_sec2_content {
    display: block;
  }
  .cynthia_sec2 .section_title {
    font-size: 10.2564102564vw;
    position: unset;
  }
  .cynthia_sec2_list {
    margin-top: 17.9487179487vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 20.5128205128vw;
  }
  .cynthia_sec2_item_title {
    font-size: 3.5897435897vw;
    padding-bottom: 3.5897435897vw;
  }
  .cynthia_sec2_item_title .number {
    font-size: 4.6153846154vw;
  }
  .cynthia_sec2_item_subTitle {
    font-size: 5.1282051282vw;
    margin-top: 7.6923076923vw;
  }
  .cynthia_sec2_item_text {
    margin-top: 5.1282051282vw;
    line-height: 1.75;
  }
  .cynthia_sec2 .btn {
    margin-top: 30.7692307692vw;
  }
}
/* section3
***************************************************************/
.cynthia_sec3 .inner {
  max-width: 1360px;
  text-align: center;
}

.cynthia_sec3 .section_title {
  text-align: center;
  font-size: 80px;
  display: inline-block;
}

.cynthia_sec3 .section_title svg {
  width: 357px;
  height: 279px;
  top: -83px;
  left: -114px;
}

.cynthia_sec3 .section_title_ .ja {
  font-size: 32px;
}

.cynthia_sec3_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 65px;
  text-align: left;
}

.cynthia_sec3_item {
  border-radius: 16px;
  background: #0D0D0D;
  border: 1px solid #494949;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cynthia_sec3_itemBox {
  padding: 50px 50px 0;
}

.cynthia_sec3_item_title {
  font-size: 32px;
}

.cynthia_sec3_item_text {
  line-height: 2;
  margin-top: 32px;
  min-height: 96px;
}

.cynthia_sec3_item_status {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.cynthia_sec3_item_status_text {
  position: relative;
  padding: 10px 64px 9px 18px;
  border-radius: 8px;
  border: 1px solid #494949;
  background: #0B0B0B;
  font-size: 18px;
  line-height: 1.4;
}

.cynthia_sec3_item_status_text img {
  width: 46px;
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translate(0, -50%);
}

.cynthia_sec3_item_img {
  margin-top: 44px;
}

.cynthia_sec3_content {
  margin-top: 60px;
}

.js-scrollable::-webkit-scrollbar {
  display: none;
}

.cynthia_sec3_subtitle {
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  position: relative;
}

.cynthia_sec3_subtitle::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #fff;
  width: 100%;
}

.cynthia_sec3_subtitle .ja {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 4px;
}

.cynthia_sec3_table {
  margin-top: 40px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.cynthia_sec3_th {
  font-weight: 400;
  text-align: center;
  padding: 24px 0;
  min-width: 80px;
  border: 1px solid #494949;
  background: #0D0D0D;
  margin-right: 15px;
}

.cynthia_sec3_td {
  padding: 24px 0;
  background: #0D0D0D;
  border: 1px solid #494949;
}

.cynthia_sec3_td:nth-of-type(2n) {
  background-color: #2B2B2B;
}

.cynthia_sec3_tr .cynthia_sec3_td:first-of-type {
  padding-left: 16px;
  border-left: 16px solid #494949;
  position: relative;
}

.cynthia_sec3_tr .cynthia_sec3_td:first-of-type::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: calc(100% + 4px);
  background: #000;
  position: absolute;
  top: 50%;
  left: -15.5px;
  transform: translate(0, -50%);
}

tr:nth-of-type(1) .cynthia_sec3_th {
  border-radius: 10px 0 0 0;
}

tr:nth-of-type(1) .cynthia_sec3_td:nth-last-of-type(1) {
  border-radius: 0 10px 0 0;
}

tr:nth-of-type(4) .cynthia_sec3_th {
  border-radius: 0 0 0 10px;
}

tr:nth-of-type(4) .cynthia_sec3_td:nth-last-of-type(1) {
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 680px) {
  .cynthia_sec3 .inner {
    max-width: unset;
  }
  .cynthia_sec3 .section_title {
    font-size: 10.2564102564vw;
  }
  .cynthia_sec3 .section_title svg {
    width: 44.1025641026vw;
    height: 34.358974359vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cynthia_sec3 .section_title .ja {
    display: none;
  }
  .cynthia_sec3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.6923076923vw;
    margin-top: 16.6666666667vw;
  }
  .cynthia_sec3_item {
    display: flex;
    flex-flow: column-reverse;
  }
  .cynthia_sec3_itemBox {
    padding: 12.8205128205vw 5.1282051282vw 5.1282051282vw;
  }
  .cynthia_sec3_item_title {
    font-size: 6.1538461538vw;
  }
  .cynthia_sec3_item_text {
    line-height: 1.75;
    margin-top: 5.1282051282vw;
    min-height: unset;
  }
  .cynthia_sec3_item_status {
    margin-top: 10.2564102564vw;
    flex-flow: column;
    gap: 2.5641025641vw;
  }
  .cynthia_sec3_item_status_text {
    padding: 3.3333333333vw 16.4102564103vw 3.0769230769vw 3.8461538462vw;
    font-size: 3.5897435897vw;
  }
  .cynthia_sec3_item_status_text img {
    width: 11.7948717949vw;
  }
  .cynthia_sec3_item_img {
    margin-top: 0;
  }
  .cynthia_sec3_content {
    margin-top: 15.3846153846vw;
  }
  .cynthia_sec3_content:nth-of-type(1) {
    width: 282.0512820513vw;
  }
  .cynthia_sec3_subtitle {
    font-size: 6.1538461538vw;
    gap: 2.5641025641vw;
  }
  .cynthia_sec3_subtitle::after {
    content: "";
    display: inline-block;
    border-top: 0.2564102564vw solid #fff;
    width: 100%;
  }
  .cynthia_sec3_subtitle .ja {
    font-size: 3.5897435897vw;
    top: 0.5128205128vw;
  }
  .cynthia_sec3_table {
    margin-top: 10.2564102564vw;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .cynthia_sec3_th {
    font-weight: 400;
    text-align: center;
    padding: 6.1538461538vw 0;
    min-width: 20.5128205128vw;
    border: 0.2564102564vw solid #494949;
    background: #0D0D0D;
    margin-right: 3.8461538462vw;
  }
  .cynthia_sec3_td {
    padding: 6.1538461538vw 0;
    background: #0D0D0D;
    border: 0.2564102564vw solid #494949;
  }
  .cynthia_sec3_td:nth-of-type(2n) {
    background-color: #2B2B2B;
  }
  .cynthia_sec3_tr .cynthia_sec3_td:first-of-type {
    padding-left: 4.1025641026vw;
    border-left: 4.1025641026vw solid #494949;
    position: relative;
  }
  .cynthia_sec3_tr .cynthia_sec3_td:first-of-type::before {
    content: "";
    display: inline-block;
    width: 3.5897435897vw;
    height: calc(100% + 1.0256410256vw);
    background: #000;
    position: absolute;
    top: 50%;
    left: -3.9743589744vw;
    transform: translate(0, -50%);
  }
  tr:nth-of-type(1) .cynthia_sec3_th {
    border-radius: 2.5641025641vw 0 0 0;
  }
  tr:nth-of-type(1) .cynthia_sec3_td:nth-last-of-type(1) {
    border-radius: 0 2.5641025641vw 0 0;
  }
  tr:nth-of-type(4) .cynthia_sec3_th {
    border-radius: 0 0 0 2.5641025641vw;
  }
  tr:nth-of-type(4) .cynthia_sec3_td:nth-last-of-type(1) {
    border-radius: 0 0 2.5641025641vw 0;
  }
}
/* Feature
***************************************************************/
.feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  text-align: left;
  margin-top: 40px;
}

.feature_item {
  border-radius: 16px;
  border: 1px solid #494949;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px 20px 25px 32px;
  background: #0D0D0D;
  cursor: pointer;
  transition: 0.3s;
}

.feature_item img {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature_itemBox_title {
  font-size: 20px;
  font-weight: 500;
}

.feature_itemBox_text {
  font-size: 14px;
}

.cynthia_sec3 .btn {
  margin-top: 120px;
}

.feature_modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.feature_modal.active {
  opacity: 1;
  visibility: unset;
}

.feature_modal_content {
  width: 1360px;
  padding-top: 30px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature_modal_close {
  position: absolute;
  top: 109px;
  right: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.feature_modal_close span {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 8px;
  transition: 0.3s;
  background-image: url(../images/icon/icon_close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature_slider {
  text-align: center;
  margin-top: 120px;
}

.feature_slider_number {
  font-size: 18px;
}

.feature_slider img {
  height: 90px;
  width: auto;
  margin: 74px auto 0;
}

.feature_slider_title {
  font-size: 32px;
  margin-top: 34px;
}

.feature_slider_text {
  margin-top: 25px;
}

.feature_slider .slick-prev,
.feature_slider .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
  z-index: 10;
  transition: 0.3s;
}

.feature_slider .slick-prev {
  left: 180px;
  transform: rotate(-135deg);
}

.feature_slider .slick-next {
  right: 180px;
  transform: rotate(45deg);
}

.feature_modal_body_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.feature_modal_body_item {
  border-radius: 8px;
  border: 1px solid #494949;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  background: #0D0D0D;
  cursor: pointer;
  transition: 0.3s;
}

.feature_modal_body_item img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 681px) {
  .feature_item:hover,
  .feature_modal_body_item:hover {
    background-color: #2B2B2B;
  }
  .feature_modal_close:hover {
    color: #01F989;
  }
  .feature_modal_close:hover span {
    background-image: url(../images/icon/icon_close_g.svg);
  }
  .feature_slider .slick-prev:hover,
  .feature_slider .slick-next:hover {
    border-top: 2px solid #01F989;
    border-right: 2px solid #01F989;
  }
}
@media screen and (max-width: 680px) {
  .feature_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5641025641vw;
    margin-top: 6.1538461538vw;
  }
  .feature_item {
    border-radius: 4.1025641026vw;
    gap: 7.1794871795vw;
    padding: 4.358974359vw 5.1282051282vw 4.358974359vw 3.8461538462vw;
    position: relative;
    z-index: 1;
  }
  .feature_item::before {
    content: "";
    display: inline-block;
    width: 22.8205128205vw;
    height: calc(100% + 2px);
    background: rgb(0, 0, 0);
    border: 1px solid rgb(73, 73, 73);
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translate(0, -50%);
    border-radius: 4.1025641026vw;
    z-index: -1;
  }
  .feature_item img {
    width: 15.3846153846vw;
    height: 15.3846153846vw;
  }
  .feature_itemBox_title {
    font-size: 4.1025641026vw;
  }
  .feature_itemBox_text {
    font-size: 3.5897435897vw;
  }
  .cynthia_sec3 .btn {
    margin-top: 30.7692307692vw;
  }
  .feature_modal_content {
    width: 100%;
    padding: 7.6923076923vw 5.1282051282vw;
  }
  .feature_modal_close {
    top: 21.5384615385vw;
    right: 5.1282051282vw;
    width: 12.8205128205vw;
    font-size: 3.0769230769vw;
  }
  .feature_modal_close img {
    display: block;
    margin-bottom: 2.0512820513vw;
  }
  .feature_slider {
    text-align: center;
    margin-top: 29.4871794872vw;
  }
  .feature_slider_number {
    font-size: 4.6153846154vw;
  }
  .feature_slider img {
    height: 20.5128205128vw;
    margin: 18.9743589744vw auto 0;
  }
  .feature_slider_title {
    font-size: 6.1538461538vw;
    margin-top: 13.8461538462vw;
  }
  .feature_slider_text {
    margin-top: 5.1282051282vw;
  }
  .feature_slider .slick-prev,
  .feature_slider .slick-next {
    border-top: 0.5128205128vw solid #fff;
    border-right: 0.5128205128vw solid #fff;
    height: 6.4102564103vw;
    width: 6.4102564103vw;
    z-index: 10;
  }
  .feature_slider .slick-prev {
    left: 7.6923076923vw;
  }
  .feature_slider .slick-next {
    right: 7.6923076923vw;
  }
  .feature_modal_body_list {
    display: none;
  }
}
/* FAQ
***************************************************************/
.faq_content {
  display: grid;
  grid-template-columns: 336px 1fr;
  gap: 84px;
  align-items: flex-start;
}

.faq_head {
  position: sticky;
  top: 100px;
}

.faq_head_text {
  margin-top: 78px;
  line-height: 2;
}

.faq_accordion-area {
  border-top: 1px solid #494949;
}

.faq_accordion-area li {
  position: relative;
  border-bottom: 1px solid #494949;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  line-height: 1.6;
  position: relative;
  padding: 35px 0;
  transition: 0.3s;
}

.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.faq_title::before {
  top: 47%;
  right: 0;
  transform: rotate(0deg);
}

.faq_title::after {
  top: 47%;
  right: 0;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0);
}

.faq_box {
  display: none;
  padding: 0 0 35px;
  position: relative;
}

.faq_box p {
  color: #ACACAC;
  line-height: 2;
}

.faq .btn {
  margin-top: 120px;
}

@media screen and (min-width: 681px) {
  .faq_title:hover {
    color: #01F989;
  }
}
@media screen and (max-width: 680px) {
  .faq {
    padding: 15.3846153846vw 0 0;
  }
  .faq_content {
    display: block;
  }
  .faq_head {
    position: unset;
  }
  .faq_head_text {
    margin-top: 20vw;
    text-align: center;
  }
  .faq_accordion-area {
    margin-top: 20.5128205128vw;
  }
  .faq_title {
    padding: 6.4102564103vw 0;
  }
  .faq_title::before,
  .faq_title::after {
    position: absolute;
    content: "";
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #fff;
  }
  .faq_title::before {
    top: 47%;
    right: 0;
    transform: rotate(0deg);
  }
  .faq_title::after {
    top: 47%;
    right: 0;
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .faq_title.close::after {
    transform: rotate(0);
  }
  .faq_box {
    display: none;
    padding: 0 0 8.9743589744vw;
    position: relative;
  }
  .faq_box p {
    color: #ACACAC;
    line-height: 2;
  }
  .faq .btn {
    margin-top: 30.7692307692vw;
  }
}
/* FV
***************************************************************/
.case_fv {
  height: 100vh;
  text-align: center;
}

.case_fv_content {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

.case_fv_title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 80px;
  line-height: 1.4;
  font-weight: 200;
  margin-top: 30vh;
}

.case_fv .section_title_svg {
  width: 520px;
  height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.case_fv_title .ja {
  font-size: 18px;
  display: block;
  text-align: right;
}

.case_fv_nav {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

.case_fv_nav_list {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.case_fv_nav_item {
  position: relative;
  z-index: 1;
}

.case_fv_nav_item a {
  transition: 0.3s;
}

.case_fv_nav_item.active {
  pointer-events: none;
}

.case_fv_nav_item.active::before {
  content: "";
  display: inline-block;
  width: 101px;
  height: 79px;
  background-image: url(../images/icon/icon_circle02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.case_fv_text {
  font-size: 15px;
  width: 100%;
  height: 85px;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  position: relative;
}

.case_fv_text::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 50px;
  background: #fff;
}

.case_fv_text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 20px;
  background: #01F989;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
  }
}
@media screen and (min-width: 681px) {
  .case_fv_nav_item:hover {
    color: #01F989;
  }
}
@media screen and (max-width: 680px) {
  .case_fv {
    height: 100svh;
  }
  .case_fv_content {
    height: 100svh;
  }
  .case_fv_title {
    font-size: 10.2564102564vw;
    margin-top: 30vh;
  }
  .case_fv .section_title_svg {
    width: 44.1025641026vw;
    height: 34.358974359vw;
  }
  .case_fv_title .ja {
    font-size: 4.6153846154vw;
    text-align: center;
  }
  .case_fv_nav {
    position: fixed;
    bottom: 7.6923076923vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .case_fv_nav_list {
    display: none;
  }
  .sp_select {
    width: 62.8205128205vw;
    margin: 0 auto;
    position: relative;
  }
  .sp_select::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url(../images/icon/icon_arrow_bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 3.8461538462vw;
    transform: translate(0, -50%);
  }
  .case-select {
    width: 100%;
    border-radius: 999px;
    border: 1px solid #6C6C6C;
    font-size: 3.5897435897vw;
    padding: 3.5897435897vw;
  }
  .case_fv_text {
    font-size: 3.5897435897vw;
    height: 15.3846153846vw;
    margin-top: 10.2564102564vw;
  }
  .case_fv_text::before {
    top: 7.6923076923vw;
    height: 7.6923076923vw;
  }
  .case_fv_text::after {
    height: 2.5641025641vw;
  }
  @keyframes pathmove {
    0% {
      height: 0;
      top: 7.6923076923vw;
      opacity: 0;
    }
    30% {
      height: 5.1282051282vw;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 14.1025641026vw;
    }
  }
}
/*
***************************************************************/
.case_sec {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 15%, #000 20%, #000 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 150px 0;
}

.case .section_title {
  font-size: 64px;
}

.case_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 20px;
}

.case_item {
  position: relative;
}

.case_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 350px;
  background-image: url(../images/cynthia/hover.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
  pointer-events: none;
}

.case_item:nth-of-type(2n) {
  position: relative;
  top: 100px;
}

.case_item a {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.case_item img {
  height: 350px;
}

.case_itemBox {
  padding-top: 35px;
  min-height: 366px;
  position: relative;
  border-left: 1px solid #494949;
  border-right: 1px solid #494949;
  position: relative;
  z-index: 1;
}

li:nth-of-type(2n) .case_itemBox {
  border-left: unset;
}

li:nth-last-of-type(1) .case_itemBox {
  min-height: 266px;
}

.case_itemBox::before {
  content: "";
  display: inline-block;
  border-left: 1px solid #494949;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: -1;
}

.case_item_category {
  font-size: 12px;
  display: inline-block;
  border-radius: 999px;
  border: 1px solid #FFF;
  padding: 8px 16px;
  line-height: 1.4;
  transition: 0.3s;
}

.case_item_title {
  font-size: 20px;
  margin-top: 20px;
}

.case_item_text {
  font-size: 14px;
  color: #9C9C9C;
  margin-top: 20px;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .case_item:hover::before {
    opacity: 1;
  }
  .case_item a:hover {
    color: #01F989;
  }
  .case_item a:hover .case_item_category {
    border: 1px solid #01F989;
  }
  .case_item a:hover .case_item_text {
    color: #01F989;
  }
}
@media screen and (max-width: 680px) {
  .case_sec {
    padding: 20.5128205128vw 0;
  }
  .case .section_title {
    font-size: 10.2564102564vw;
  }
  .case .section_title svg {
    top: 26%;
  }
  .case_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20.5128205128vw;
    margin-top: 20.5128205128vw;
  }
  .case_item::before {
    display: none;
  }
  .case_item:nth-of-type(2n) {
    top: 0;
  }
  .case_item img {
    height: 51.2820512821vw;
  }
  .case_itemBox {
    padding-top: 5.1282051282vw;
    min-height: unset;
    border-left: unset;
    border-right: unset;
  }
  li:nth-of-type(2n) .case_itemBox {
    border-left: unset;
  }
  li:nth-last-of-type(1) .case_itemBox {
    min-height: unset;
  }
  .case_itemBox::before {
    display: none;
  }
  .case_item_category {
    font-size: 3.0769230769vw;
    padding: 2.0512820513vw 4.1025641026vw;
  }
  .case_item_title {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
  }
  .case_item_text {
    font-size: 3.0769230769vw;
    margin-top: 2.5641025641vw;
  }
}
/* Single
***************************************************************/
.case_single_fv {
  padding: 160px 0 0;
}

.case_single_fv_text {
  font-size: 32px;
}

.case_single_fv_title {
  font-size: 42px;
  margin-top: 80px;
  line-height: 1.4;
}

.case_single_fv_title span {
  display: block;
  font-size: 16px;
  margin-top: 25px;
}

.case_single_fv_text02 {
  font-size: 14px;
  color: #9C9C9C;
  margin-top: 48px;
  text-align: right;
}

.thumbnail {
  margin-top: 40px;
}

.thumbnail img {
  height: 760px;
}

.single_content {
  line-height: 2;
  font-size: 15px;
}

.single_content .inner {
  padding-left: 100px;
}

.single_content h2 {
  font-size: 30px;
}

.single_content h3 {
  font-size: 30px;
}

.single_content h4 {
  font-size: 25px;
}

.single_content h5 {
  font-size: 22px;
}

.single_content h6 {
  font-size: 18px;
}

.single_content ul li {
  position: relative;
  padding-left: 16px;
  line-height: 2.5;
  color: #E8E8E8;
}

.single_content ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #01F989;
  position: absolute;
  left: 0;
  top: 15px;
}

.case_single_information {
  width: 450px;
  margin: 50px 0 0 auto;
}

.case_single_information_title {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 15px;
}

.case_single_information_item {
  display: grid;
  grid-template-columns: 100px 1fr;
  font-size: 13px;
  border-top: 1px solid #9C9C9C;
  padding: 15px 0;
  line-height: 1.4;
}

.case_single_information_item::before {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .case_single_fv {
    padding: 28.2051282051vw 0 0;
  }
  .case_single_fv_text {
    font-size: 6.1538461538vw;
  }
  .case_single_fv_title {
    font-size: 6.1538461538vw;
    margin-top: 17.9487179487vw;
  }
  .case_single_fv_title span {
    font-size: 3.5897435897vw;
    margin-top: 3.8461538462vw;
  }
  .case_single_fv_text02 {
    font-size: 3.0769230769vw;
    margin-top: 12.3076923077vw;
    text-align: left;
  }
  .thumbnail {
    margin-top: 5.1282051282vw;
  }
  .thumbnail img {
    height: 56.4102564103vw;
  }
  .single_content {
    font-size: 3.8461538462vw;
  }
  .single_content .inner {
    padding-left: 5.1282051282vw;
  }
  .single_content h2 {
    font-size: 5.1282051282vw;
  }
  .single_content h3 {
    font-size: 4.6153846154vw;
  }
  .single_content h4 {
    font-size: 4.1025641026vw;
  }
  .single_content h5 {
    font-size: 4.1025641026vw;
  }
  .single_content h6 {
    font-size: 4.1025641026vw;
  }
  .single_content ul li {
    padding-left: 4.1025641026vw;
  }
  .single_content ul li::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    top: 4.358974359vw;
  }
  .case_single_information {
    width: 100%;
    margin: 10.2564102564vw 0 0 auto;
  }
  .case_single_information_title {
    font-size: 4.6153846154vw;
    padding-bottom: 3.8461538462vw;
  }
  .case_single_information_list {
    border-bottom: 1px solid #9C9C9C;
  }
  li.case_single_information_item {
    display: block;
    font-size: 3.3333333333vw;
    padding: 3.8461538462vw 0;
    line-height: 1.8 !important;
    padding-left: 0 !important;
  }
}
/* Other
***************************************************************/
.other_title {
  text-align: center;
  font-size: 42px;
}

.other_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 50px;
}

.other_item a {
  display: block;
}

.other_item img {
  height: 225px;
}

.other_item_title {
  margin-top: 25px;
  line-height: 1.4;
  transition: 0.3s;
}

.other_item_text {
  font-size: 11px;
  color: #9C9C9C;
  margin-top: 15px;
  line-height: 1.4;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .other_item a:hover h4,
  .other_item a:hover p {
    color: #01F989;
  }
}
@media screen and (max-width: 680px) {
  .other_title {
    font-size: 8.2051282051vw;
  }
  .other_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15.3846153846vw;
    margin-top: 12.8205128205vw;
  }
  .other_item img {
    height: 51.2820512821vw;
  }
  .other_item_title {
    margin-top: 6.4102564103vw;
  }
  .other_item_text {
    font-size: 2.8205128205vw;
    margin-top: 3.8461538462vw;
  }
}
/* section1
***************************************************************/
.news {
  padding: 200px 0 0;
}

.news .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.news .section_title {
  font-size: 64px;
  position: sticky;
  left: 0;
  top: 100px;
}

.news_content {
  max-width: 700px;
  width: 100%;
}

.news_item a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #6C6C6C;
  transition: 0.3s;
}

.news_item_time {
  color: #E8E8E8;
  transition: 0.3s;
}

.news_item_title {
  font-size: 18px;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news_item.is-hidden {
  display: none;
}

.view {
  text-align: center;
  margin-top: 80px;
}

.view_btn {
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}

.view_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  background-image: url(../images/icon/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: relative;
  top: 0;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .news_item a:hover .news_item_title,
  .news_item a:hover .news_item_time,
  .view_btn:hover {
    color: #01F989;
  }
  .view_btn:hover::after {
    top: 3px;
    background-image: url(../images/icon/icon_arrow_bottom_g.svg);
  }
}
@media screen and (max-width: 680px) {
  .news {
    padding: 37.1794871795vw 0 0;
  }
  .news .inner {
    flex-flow: column;
    gap: 20.5128205128vw;
  }
  .news .section_title {
    font-size: 11.7948717949vw;
    position: unset;
  }
  .news .section_title svg {
    top: 25%;
  }
  .news_item a {
    padding: 6.4102564103vw 0;
  }
  .news_item_title {
    font-size: 3.8461538462vw;
    -webkit-line-clamp: 2;
  }
  .view {
    margin-top: 15.3846153846vw;
  }
  .view_btn {
    font-size: 5.1282051282vw;
    gap: 2.5641025641vw;
  }
  .view_btn::after {
    width: 4.1025641026vw;
    height: 2.5641025641vw;
  }
}
/* section2
***************************************************************/
.news_single_fv {
  padding: 160px 0 0;
}

.news_single_fv_text {
  font-size: 32px;
}

.news_single_fv_title {
  font-size: 42px;
  margin-top: 80px;
}

.news_single_fv_time {
  font-size: 20px;
  margin-top: 25px;
}

.single_content.type2 .inner {
  padding-left: 0;
}

@media screen and (max-width: 680px) {
  .news_single_fv {
    padding: 30.7692307692vw 0 0;
  }
  .news_single_fv_text {
    font-size: 6.1538461538vw;
  }
  .news_single_fv_title {
    font-size: 7.4358974359vw;
    margin-top: 10.2564102564vw;
  }
  .news_single_fv_time {
    font-size: 4.1025641026vw;
    margin-top: 3.8461538462vw;
  }
  .single_content.type2 {
    padding: 15.3846153846vw 0 0;
  }
  .single_content.type2 .inner {
    padding-left: 5.1282051282vw;
  }
}
/* section1
***************************************************************/
.privacy {
  padding: 160px 0 0;
}

.privacy_en {
  font-size: 32px;
}

.privacy_title {
  font-size: 42px;
  margin-top: 80px;
}

.privacy_text {
  font-size: 15px;
  margin-top: 40px;
}

.privacy_list {
  display: flex;
  flex-flow: column;
  gap: 50px;
  margin-top: 100px;
}

.privacy_item_title {
  font-size: 30px;
}

.privacy_item_text {
  font-size: 15px;
  margin-top: 20px;
}

.list01 {
  margin-top: 15px;
}

.item01 {
  padding-left: 15px;
  line-height: 2.2;
  position: relative;
}

.item01::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #01F989;
  position: absolute;
  left: 0;
  top: 15px;
}

@media screen and (max-width: 680px) {
  .privacy {
    padding: 30.7692307692vw 0 0;
  }
  .privacy_en {
    font-size: 6.1538461538vw;
  }
  .privacy_title {
    font-size: 7.4358974359vw;
    margin-top: 10.2564102564vw;
  }
  .privacy_text {
    font-size: 3.8461538462vw;
    margin-top: 5.1282051282vw;
  }
  .privacy_list {
    gap: 7.6923076923vw;
    margin-top: 12.8205128205vw;
  }
  .privacy_item_title {
    font-size: 5.1282051282vw;
  }
  .privacy_item_text {
    font-size: 3.8461538462vw;
    margin-top: 3.8461538462vw;
  }
  .list01 {
    margin-top: 2.5641025641vw;
  }
  .item01 {
    padding-left: 3.8461538462vw;
  }
  .item01::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    top: 3.3333333333vw;
  }
}