@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*ALL Settings*/
html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  height: 100%;
  background: #FFFFFF;
  color: #1E1E1E;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #8F75FF;
  color: #E2E2E4;
}

::selection {
  background: #8F75FF;
  color: #E2E2E4;
}

::-moz-selection {
  background: #8F75FF;
  color: #E2E2E4;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 850px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.btn_main {
  position: relative;
  display: inline-block;
  min-width: 160px;
  border: none;
  border-radius: 4px;
  background: #15161C;
  color: #E2E2E4;
  text-decoration: none !important;
  font-size: 1.4rem;
  z-index: 1;
  padding: 18px 35px 18px 20px;
  font-size: 1.4rem;
  transition: opacity 0.4s ease;
}
.btn_main::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../img/common/icon_arrow-right_w.svg) no-repeat center/contain;
  transition: background-position 0.2s ease;
}
.btn_main.btn_bright {
  color: #E2E2E4;
  background-color: #8F75FF;
}
.btn_main.btn_back {
  background-color: #858585;
}

@media screen and (min-width: 851px) {
  .btn_main:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  .btn_main {
    min-width: 140px;
    padding: 14px 40px 14px 20px;
  }
  .btn_main::after {
    right: 12px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
}
.btn_contact {
  position: relative;
  display: inline-block;
  min-width: 160px;
  border: none;
  border-radius: 4px;
  background: #15161C;
  color: #E2E2E4;
  text-decoration: none !important;
  font-size: 1.4rem;
  z-index: 1;
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
  padding: 13px 15px;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.btn_contact::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, #5B98FF 0%, #8F75FF 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  z-index: -1;
  transition: left 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.4s 0.4s;
}

@media screen and (min-width: 851px) {
  .btn_contact {
    margin-left: 30px;
  }
  .btn_contact:hover::before {
    left: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 850px) {
  .btn_contact {
    position: absolute;
    padding: 10px;
    right: 80px;
    top: 27px;
    min-width: 0;
    font-size: 1.2rem;
  }
}
.btn_more {
  display: inline-block;
  position: relative;
  background: #15161C;
  color: #E2E2E4;
  border-radius: 4px;
}
.btn_more a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  text-align: left;
}
.btn_more .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #8F75FF;
  border-radius: 2px;
}
.btn_more .icon-arrow::before {
  content: "";
  background: url(../img/common/icon_arrow-right_w.svg) no-repeat center/contain;
  margin: auto;
  width: 80%;
  height: 80%;
}
.btn_more.btn-bright {
  background: none;
  border: solid 1px #EBEDF1;
}
.btn_more.btn-bright .btn-icon {
  background-color: #FFFFFF;
}
.btn_more.btn-bright .icon-arrow::before {
  background: url(../img/common/icon_arrow-right.svg) no-repeat center/contain;
}

@media screen and (min-width: 851px) {
  .btn_more {
    min-width: 230px;
  }
  .btn_more a {
    padding: 13px 50px 13px 15px;
  }
  .btn_more:hover .btn-icon::before {
    -webkit-animation-name: iconArrow;
            animation-name: iconArrow;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
            animation-timing-function: cubic-bezier(0.65, 0.01, 0.3, 0.97);
  }
}
@media screen and (max-width: 850px) {
  .btn_more {
    min-width: 200px;
  }
  .btn_more a {
    padding: 11px 30px 12px 12px;
    font-size: 1.3rem;
  }
  .btn_more .btn-icon {
    right: 10px;
  }
}
@-webkit-keyframes iconArrow {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    transform: translate(50%);
    opacity: 0;
  }
  50% {
    transform: translate(-50%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes iconArrow {
  0% {
    transform: translate(0);
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.9% {
    transform: translate(50%);
    opacity: 0;
  }
  50% {
    transform: translate(-50%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.date,
.category {
  letter-spacing: 0.05em;
  display: inline-block;
}

.date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-size: 1.2rem;
}

.category {
  font-size: 1rem;
}

.youbi {
  margin: 0 0.3em;
  font-size: 0.7em;
}

.font-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

h4 {
  font-size: 2rem;
}

@media screen and (max-width: 850px) {
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
}
.ph, .thumb {
  position: relative;
  line-height: 0;
  text-align: center;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img {
  width: 100%;
}

.block--player, .video {
  margin: 0 auto 3vw;
  max-width: 800px;
}
.block--player video, .video video {
  width: 100%;
}

.youtube, .player {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube iframe,
.youtube embed,
.youtube video, .player iframe,
.player embed,
.player video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* HIDE DOWNLOAD Video BUTTON */
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

.video > audio {
  width: 100%;
  width: 830px !important;
}

@media (max-width: 1000px) {
  .video > audio {
    width: 105% !important;
  }
}
/* Chrome 29+ */ /* HIDE DOWNLOAD Audio BUTTON */
@media screen and (-webkit-max-device-pixel-ratio: 0) and (-webkit-max-device-pixel-ratio: 0), screen and (-webkit-max-device-pixel-ratio: 0) and (max-resolution: 0.001dpcm) {
  .video > audio {
    width: 300px;
  }
}
.list_contents::after {
  content: "";
  display: block;
  clear: both;
}
.list_contents li {
  margin-bottom: 30px;
}
.list_contents li a .thumb {
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #EBEDF1;
  overflow: hidden;
}
.list_contents li a .tit {
  line-height: 1.7;
}
.list_contents li a .txt {
  margin-top: 1.5em;
  line-height: 1.8;
  font-size: 0.85em;
}
.list_contents li a .date {
  margin-top: 10px;
}
.list_contents li a .category {
  color: #FFFFFF;
}
.list_contents li a .category span {
  position: relative;
  display: inline-block;
  min-width: 60px;
  padding: 3px 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
}
.list_contents li a .category span.category1_1 {
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
}
.list_contents li a .category span.category1_2 {
  background: transparent linear-gradient(90deg, #3B9BF0 0%, #5FC1F6 100%) 0% 0% no-repeat padding-box;
}
.list_contents li a .category span.category1_3 {
  background: transparent linear-gradient(90deg, #28C1B2 0%, #A4BF78 100%) 0% 0% no-repeat padding-box;
}
.list_contents li a .category span.category1_4 {
  background: transparent linear-gradient(90deg, #B983EC 0%, #EE7BE3 100%) 0% 0% no-repeat padding-box;
}
.list_contents li a .category span.category1_5 {
  background: transparent linear-gradient(90deg, #ED7985 0%, #EE9949 100%) 0% 0% no-repeat padding-box;
}
.list_contents li a .category span + span {
  margin-left: 5px;
}
.list_contents li a .category span + span::before {
  content: ", ";
  left: -10px;
}

@media screen and (min-width: 851px) {
  .list_contents {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
    gap: 3.5%;
  }
  .list_contents li {
    width: 31%;
  }
  .list_contents li a {
    transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .list_contents li a img {
    transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .list_contents li a:hover {
    opacity: 0.8;
  }
  .list_contents li a:hover .thumb img {
    transform: scale(1.05);
  }
}
.list_slider::after {
  content: "";
  display: block;
  clear: both;
}
.list_slider li {
  margin-bottom: 30px;
}
.list_slider li a .thumb {
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.list_slider li a .tit {
  line-height: 1.7;
}
.list_slider li a .date {
  margin-top: 10px;
}
.list_slider li a .category {
  color: #FFFFFF;
}
.list_slider li a .category span {
  position: relative;
  display: inline-block;
  min-width: 60px;
  padding: 3px 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
}
.list_slider li a .category span.category1_1 {
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
}
.list_slider li a .category span.category1_2 {
  background: transparent linear-gradient(90deg, #3B9BF0 0%, #5FC1F6 100%) 0% 0% no-repeat padding-box;
}
.list_slider li a .category span.category1_3 {
  background: transparent linear-gradient(90deg, #28C1B2 0%, #A4BF78 100%) 0% 0% no-repeat padding-box;
}
.list_slider li a .category span.category1_4 {
  background: transparent linear-gradient(90deg, #B983EC 0%, #EE7BE3 100%) 0% 0% no-repeat padding-box;
}
.list_slider li a .category span.category1_5 {
  background: transparent linear-gradient(90deg, #ED7985 0%, #EE9949 100%) 0% 0% no-repeat padding-box;
}
.list_slider li a .category span + span {
  margin-left: 5px;
}
.list_slider li a .category span + span::before {
  content: ", ";
  left: -10px;
}

@media screen and (min-width: 851px) {
  .list_slider li {
    width: 31%;
  }
  .list_slider li a {
    transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .list_slider li a img {
    transition: 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .list_slider li a:hover {
    opacity: 0.8;
  }
  .list_slider li a:hover .thumb img {
    transform: scale(1.05);
  }
}
.list_bnr li {
  margin-bottom: 10px;
}
.list_bnr li a, .list_bnr li span {
  display: block;
  max-width: 240px;
}
.list_bnr li a img, .list_bnr li span img {
  width: 100%;
}

@media screen and (min-width: 851px) {
  .list_bnr a {
    transition: opacity 0.4s;
  }
  .list_bnr a:hover {
    opacity: 0.8;
  }
  .list_bnr li {
    margin-bottom: 20px;
  }
}
.list_definition {
  display: flex;
  flex-wrap: wrap;
}
.list_definition dt {
  width: 150px;
  padding: 20px 10px 20px 0;
  font-weight: 700;
  border-bottom: solid 1px #EBEDF1;
}
.list_definition dd {
  width: calc(100% - 150px);
  padding: 20px 0;
  border-bottom: solid 1px #EBEDF1;
}

@media screen and (max-width: 850px) {
  .list_definition {
    display: block;
  }
  .list_definition dt, .list_definition dd {
    width: 100%;
  }
  .list_definition dt {
    padding: 1em 0 0 0;
    border-bottom: none;
  }
  .list_definition dd {
    padding: 0.5em 0 1em 0;
    font-size: 0.95em;
  }
}
.list_definition_vertical dt {
  margin-bottom: 0.2em;
  font-size: 1.3em;
}
.list_definition_vertical dd {
  margin-bottom: 2em;
}

.nav_category {
  margin-bottom: 30px;
}

.list_category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.list_category li span {
  position: relative;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 2px;
  color: #FFFFFF;
  background: transparent linear-gradient(90deg, #8b86a2 0%, #958fb1 100%) 0% 0% no-repeat padding-box;
  font-size: 1.2rem;
  font-weight: 700;
}
.list_category li span.category1_1 {
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
}
.list_category li span.category1_2 {
  background: transparent linear-gradient(90deg, #3B9BF0 0%, #5FC1F6 100%) 0% 0% no-repeat padding-box;
}
.list_category li span.category1_3 {
  background: transparent linear-gradient(90deg, #28C1B2 0%, #A4BF78 100%) 0% 0% no-repeat padding-box;
}
.list_category li span.category1_4 {
  background: transparent linear-gradient(90deg, #B983EC 0%, #EE7BE3 100%) 0% 0% no-repeat padding-box;
}
.list_category li span.category1_5 {
  background: transparent linear-gradient(90deg, #ED7985 0%, #EE9949 100%) 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 851px) {
  .nav_category {
    margin-bottom: 40px;
  }
  .list_category li a {
    transition: color 0.4s;
  }
  .list_category li a:hover {
    color: #8F75FF;
  }
}
.section_detail .text a {
  text-decoration: underline;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.section_detail .text h2, .section_detail .text h3, .section_detail .text h4 {
  margin: 1em 0 0.5em;
  line-height: 1.5;
}

@media screen and (min-width: 851px) {
  .section_detail .text a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
/* placeholder */
::-webkit-input-placeholder {
  color: #B1B1B1;
}

::-moz-placeholder {
  color: #B1B1B1;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #B1B1B1;
}

:-moz-placeholder {
  color: #B1B1B1;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 0.8em;
  color: #1E1E1E;
  border: 1px solid #e8e8e8;
}
input:-webkit-autofill[disabled],
textarea:-webkit-autofill[disabled],
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

/* textarea */
textarea {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: #fff;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  padding: 0.8em;
  height: 10em;
  border: 1px solid #e8e8e8;
}
textarea[disabled] {
  background: #ddd;
  border: none;
  opacity: 0.5;
}

/* required */
.required {
  position: relative;
  font-weight: bold;
}
.required::after {
  content: "必須";
  position: absolute;
  top: 50%;
  padding: 0.4em 0.5em;
  line-height: 1.7;
  transform: translateY(-51%);
  font-size: 1rem;
  margin-left: 0.5rem;
  color: #fff;
  font-weight: 700;
  background-color: #e54817;
  border-radius: 2px;
  line-height: 1;
  white-space: nowrap;
}

form dl dt {
  margin: 2em 0 0.5em;
  font-weight: bold;
}
form dl dd {
  margin: 0 0 1em;
}
form .btn {
  margin-top: 30px;
  text-align: center;
}
form .btn li {
  display: inline-block;
}
form .btn_main {
  padding: 20px;
}
form .btn_main::after {
  content: none;
}

.block_form_complete {
  text-align: center;
}
.block_form_complete .btn {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 851px) {
  .block_form {
    position: relative;
    padding: 0 15vw;
  }
  .block_form form {
    max-width: 800px;
    margin: 60px auto 0;
  }
  .block_form form .btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 850px) {
  .drawer__btn {
    display: none;
    position: fixed;
    right: 15px;
    top: 18px;
    width: 48px;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 101;
  }
  .drawer__btn .drawer__btn-inner {
    position: relative;
    display: block;
    width: 18px;
    height: 10px;
    font-size: 0;
    background: none;
    will-change: transform;
  }
  .drawer__btn .drawer__btn-inner span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
    transition: transform 0.3s ease, opacity 0.2s ease;
  }
  .drawer__btn .drawer__btn-inner span:nth-child(1) {
    top: 0;
  }
  .drawer__btn .drawer__btn-inner span:nth-child(2) {
    top: 5px;
  }
  .drawer__btn .drawer__btn-inner span:nth-child(3) {
    top: 10px;
  }
  .drawer__btn .drawer__btn-inner .drawer__btn-close {
    display: block;
    width: 18px;
    height: 20px;
  }
  .drawer__btn .drawer__btn-inner .drawer__btn-close span {
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    top: 50%;
    left: 0;
    transition-property: width, transform, opacity;
    transition-duration: 0.3s, 0.3s, 0.2s;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
  }
  .is-drawer-shown .is-open .header_inner {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-duration: 0.2s;
  }
  .is-drawer-shown .drawer__btn-inner {
    transition-duration: 0.4s;
  }
  .is-drawer-shown .drawer__btn-inner > span {
    opacity: 0;
  }
  .is-drawer-shown .drawer__btn-inner .drawer__btn-close span {
    width: 100%;
    opacity: 1;
    transition-property: width, transform, opacity;
    transition-duration: 0s, 0.2s, 0.2s;
    transition-delay: 0.4s, 0.4s, 0.4s;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .is-drawer-shown .drawer__btn-inner .drawer__btn-close span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .is-drawer-shown .drawer__btn-inner .drawer__btn-close span:nth-child(2) {
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 851px) {
  .drawer__btn {
    display: none;
  }
}
body:not(.page_home) .content_body {
  padding: 190px 5.5vw 120px;
}

@media screen and (max-width: 850px) {
  body:not(.page_home) .content_body {
    padding-top: max(18vw, 130px);
    padding-left: 8vw;
    padding-right: 8vw;
    padding-bottom: 90px;
  }
}
.content_body section {
  position: relative;
}

.section_detail {
  max-width: 1240px;
  margin: 0 auto;
}

.page_tit {
  position: relative;
  font-size: clamp(2rem, 5vw, 3.2rem);
  margin-bottom: 1.5em;
}
.page_tit.tit-en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  line-height: 1;
}

@media screen and (min-width: 851px) {
  .page_tit.tit-en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 850px) {
  .page_tit.tit-en {
    font-size: max(5.9vw, 3.4rem);
  }
}
.section_tit {
  position: relative;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-size: 5rem;
}

@media screen and (max-width: 850px) {
  .section_tit {
    margin-bottom: 0.6em;
    font-size: max(5.9vw, 3.4rem);
  }
}
.fadein {
  opacity: 0;
  transition: all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scrollin {
  opacity: 1;
}

.scrollfade {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.scrollfadein {
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes showtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showtext {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notice {
  margin-top: 30px;
  padding: 30px;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.pagination {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
.pagination a, .pagination span {
  line-height: 1;
}
.pagination .index-link {
  display: inline-block;
  padding: 8px;
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 8px;
}
.pagination .nav-links .page-numbers.current {
  color: #8F75FF;
}
.pagination .nav-links .prev, .pagination .nav-links .next {
  position: relative;
  padding: 8px 0;
}
.pagination .nav-links .prev a::before, .pagination .nav-links .prev span::before, .pagination .nav-links .next a::before, .pagination .nav-links .next span::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-color: #8F75FF;
  color: #E2E2E4;
  border-radius: 2px;
}
.pagination .nav-links .prev a::after, .pagination .nav-links .prev span::after, .pagination .nav-links .next a::after, .pagination .nav-links .next span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  transition: background-position 0.4s ease;
}
.pagination .nav-links .prev span, .pagination .nav-links .next span {
  color: #c9ccd0;
}
.pagination .nav-links .prev span::before, .pagination .nav-links .next span::before {
  background-color: #c9ccd0;
}
.pagination .nav-links .prev a, .pagination .nav-links .prev span {
  padding-left: 30px;
}
.pagination .nav-links .prev a::before, .pagination .nav-links .prev span::before {
  left: 0;
}
.pagination .nav-links .prev a::after, .pagination .nav-links .prev span::after {
  left: 3px;
  background: url(../img/common/icon_arrow-left_w.svg) no-repeat center/contain;
  background-size: 15px 15px;
}
.pagination .nav-links .next a, .pagination .nav-links .next span {
  padding-right: 30px;
}
.pagination .nav-links .next a::before, .pagination .nav-links .next span::before {
  right: 0;
}
.pagination .nav-links .next a::after, .pagination .nav-links .next span::after {
  right: 3px;
  background: url(../img/common/icon_arrow-right_w.svg) no-repeat center/contain;
}

.block_inner {
  position: relative;
}
.block_inner + .block_inner {
  padding-top: 100px;
}

.flex-container {
  display: flex;
}

.flex-container-pc {
  display: flex;
}

@media screen and (max-width: 850px) {
  .flex-container-pc {
    display: block;
  }
}
.app_download {
  padding: 90px 5.5vw;
  background-color: #15161C;
  color: #E2E2E4;
}
.app_download .icon-app {
  width: 100px;
  height: 100px;
  border-radius: 1.6em;
  overflow: hidden;
}

.list_dl {
  margin-top: 30px;
  gap: 30px;
  justify-content: center;
}
.list_dl li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list_dl li .badge {
  display: inline-block;
}
.list_dl li .badge img {
  max-height: 50px;
}
.list_dl li .qr img {
  max-width: 70px;
}

@media screen and (min-width: 851px) {
  .app_download .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app_download .inner .icon-app {
    width: 120px;
    height: 120px;
    border-radius: 1.8em;
  }
  .app_download .inner .text {
    margin-left: 50px;
  }
  .list_dl a {
    transition: opacity 0.4s;
  }
  .list_dl a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  .app_download {
    padding: 60px 8vw;
    text-align: center;
  }
  .app_download .icon-app {
    margin: 0 auto 20px;
    border-radius: 1.4em;
  }
  .app_download .text h3 {
    font-size: min(4vw, 2rem);
  }
  .list_dl {
    margin-top: 20px;
    gap: 15px;
  }
}
.block_bottom_bnr {
  padding: 5vw 0 15vw;
  background-color: #FFFFFF;
  overflow: hidden;
}

@media screen and (min-width: 851px) {
  .block_bottom_bnr .list_bottom_bnr a {
    transition: opacity 0.4s;
  }
  .block_bottom_bnr .list_bottom_bnr a:hover {
    opacity: 0.8;
  }
}
.swiper-slide {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet-active {
  background-color: #8F75FF !important;
}

.swiper1, .swiper2, .swiper3 {
  width: 100%;
  overflow: visible;
}
.swiper1 .swiper-slide, .swiper2 .swiper-slide, .swiper3 .swiper-slide {
  cursor: pointer;
}

.swiper1 .swiper-wrapper, .swiper2 .swiper-wrapper, .swiper3 .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper2 {
  margin-top: 30px;
}

.swiper3 {
  padding-left: 30px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 60px 0;
  width: 100%;
  z-index: 10;
  transition: top 0.3s, color 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header h1 {
  position: absolute;
  left: 60px;
  width: 155px;
}
header h1 a {
  display: block;
}
header h1 a img {
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-image 0.3s;
}
header .gnav {
  display: flex;
  align-items: center;
}
header .gnav ul {
  display: flex;
  align-items: center;
  gap: 0 2vw;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
  letter-spacing: 0.04em;
}
header .gnav ul li a {
  position: relative;
}

@media screen and (min-width: 851px) {
  header {
    padding-left: 230px;
    justify-content: flex-end;
  }
  header .gnav ul li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.42s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  header .gnav ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 850px) {
  header {
    top: 0 !important;
    height: 0;
    padding: 0;
  }
  header h1 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 48px;
    z-index: 100;
  }
  header h1 a img {
    width: 48px;
    height: 48px;
    background-image: url(../img/common/logo_s.svg);
  }
  header .header_inner {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s linear;
    background: #EBEDF1;
    color: #1E1E1E;
  }
  header .gnav {
    display: block;
    padding: 140px 6vw 10vw;
  }
  header .gnav ul {
    display: block;
    font-size: min(7vw, 3rem);
    letter-spacing: 0;
  }
  header .gnav ul li {
    margin-bottom: 0.8em;
  }
  header .gnav ul li a {
    display: block;
  }
  header .gnav ul li a span {
    background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  header .gnav .nav_links {
    margin-top: 40px;
  }
}
.is-in header {
  color: #fff;
}
.is-in header h1 a img {
  background-image: url(../img/common/logo_w.svg);
  background-size: 100% auto;
}

@media screen and (max-width: 850px) {
  .is-in header h1 a img {
    background-image: url(../img/common/logo_s_w.svg);
    background-size: 100% auto;
  }
  .is-drawer-shown header h1 a img {
    background-image: url(../img/common/logo_s.svg);
    background-size: 100% auto;
  }
}
footer {
  position: relative;
  padding: 90px 5.5vw 100px;
  background-color: #15161C;
  color: #E2E2E4;
}
footer .footer_body {
  justify-content: space-between;
}
footer .footer_body .footer_logo {
  width: min(22vw, 250px);
}
footer .footer_body .footer_nav {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.01em;
  letter-spacing: 0.04em;
}
footer .footer_common {
  margin-top: 60px;
  justify-content: space-between;
}
footer .footer_common p {
  color: #7A7A7A;
}
footer .footer_common .nav_holdings {
  align-items: center;
}
footer .footer_common .nav_holdings a {
  display: block;
  width: 120px;
}
footer .footer_common .nav_holdings a img {
  width: 100%;
}
footer .footer_common .nav_holdings .text_sub {
  width: calc(100% - 120px);
  margin-left: 1em;
  font-size: 1rem;
}
footer .footer_common .nav_common {
  gap: 0 2vw;
  font-size: 1.2rem;
}
footer .footer_common .nav_common li a {
  text-decoration: underline;
}

@media screen and (min-width: 851px) {
  footer .footer_body .footer_logo a {
    transition: opacity 0.4s;
  }
  footer .footer_body .footer_logo a:hover {
    opacity: 0.8;
  }
  footer .footer_body .footer_nav .nav_sitemap a {
    transition: color 0.4s;
  }
  footer .footer_body .footer_nav .nav_sitemap a:hover {
    color: #8F75FF;
  }
  footer .footer_body .footer_nav .nav_sitemap li {
    margin-bottom: 1em;
  }
  footer .footer_body .footer_nav .nav_links {
    margin-left: 8vw;
  }
  footer .footer_common {
    flex-direction: row-reverse;
  }
  footer .footer_common .nav_common a {
    transition: color 0.4s;
  }
  footer .footer_common .nav_common a:hover {
    color: #8F75FF;
  }
  footer .footer_common .nav_holdings a {
    transition: opacity 0.4s;
  }
  footer .footer_common .nav_holdings a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 850px) {
  footer {
    padding: 12vw 8vw;
  }
  footer .footer_body .footer_logo {
    width: max(30vw, 170px);
  }
  footer .footer_body .footer_nav {
    margin-top: 30px;
  }
  footer .footer_body .footer_nav .nav_sitemap {
    font-size: 1.6rem;
  }
  footer .footer_body .footer_nav .nav_sitemap li {
    margin-bottom: 1em;
  }
  footer .footer_body .footer_nav .nav_links {
    margin-top: 30px;
  }
  footer .footer_common .nav_common {
    justify-content: space-between;
  }
  footer .footer_common .nav_holdings {
    margin-top: 30px;
  }
}
.p_loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #000000;
  transition: height 1.3s 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s 0s;
  overflow: hidden;
  z-index: 102;
}
.p_loading .p_loading_cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 3;
}
.p_loading .p_loading_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p_loading .p_loading_inner .p_loading_text {
  width: 60%;
  max-width: 320px;
  text-align: center;
}
.p_loading .p_loading_inner .p_loading_text span {
  display: block;
  line-height: 1;
  opacity: 1;
  transform: translate(0px, -30px);
  transition: opacity 1s 2s, transform 0.5s 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p_loading .p_loading_inner .p_loading_text span video {
  width: 100%;
}
.p_loading.is-start .p_loading_cover {
  transform: translateY(0);
}

.page_home {
  overflow-y: hidden;
}
.page_home.started .p_loading_inner .p_loading_text span {
  opacity: 0;
  transform: translate(0px, 0px);
}
.page_home.is-ready {
  overflow-y: auto;
}
.page_home.is-ready .p_loading {
  height: 0;
  opacity: 0;
}

.page_home {
  transition: color 0.65s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.page_home .container {
  position: relative;
}
.page_home .section_tit {
  margin: 0 auto 40px;
  padding: 0 5.5vw;
  max-width: 1240px;
}
.page_home .top_content_inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.page_home .top_content .block_content {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 5.5vw;
}
.page_home .kv {
  background-color: #000000;
  width: 100%;
}
.page_home .kv::before {
  content: "";
  display: block;
  width: 100%;
  padding: 48.6% 0 0;
  min-height: 640px;
  z-index: 1;
}
.page_home .kv .kv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.page_home .kv .kv_bg .img_bg {
  width: 100%;
  height: 100%;
}
.page_home .kv .kv_bg .img_bg img {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  transform: scale(1.08);
  transition: opacity 1.2s 6s cubic-bezier(0.18, 0.06, 0.23, 1), transform 7.4s 1.4s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.page_home .kv_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10vw 20px;
}
.page_home .kv_inner .kv_text span {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.2em;
  padding: 0 0.2em 0.06em;
  font-size: min(7vw, 5rem);
  letter-spacing: 0.04em;
  line-height: 1.15;
  transform: translateX(-50px);
  transition: transform 1s 1.5s ease, -webkit-clip-path 1.2s 1.5s ease;
  transition: clip-path 1.2s 1.5s ease, transform 1s 1.5s ease;
  transition: clip-path 1.2s 1.5s ease, transform 1s 1.5s ease, -webkit-clip-path 1.2s 1.5s ease;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.page_home .kv_inner .kv_text span::before {
  content: "";
  position: absolute;
  top: 0.04em;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -1;
}
.page_home .kv_inner .kv_text span + span {
  transition: transform 1s 2.8s ease, -webkit-clip-path 1.4s 2.8s ease;
  transition: clip-path 1.4s 2.8s ease, transform 1s 2.8s ease;
  transition: clip-path 1.4s 2.8s ease, transform 1s 2.8s ease, -webkit-clip-path 1.4s 2.8s ease;
}
.page_home .kv .list_bnr {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.6s 4.5s, li;
  transition-margin-bottom: 0;
}
.page_home.is-ready .kv .kv_bg img {
  opacity: 1;
  transform: scale(1);
}
.page_home.is-ready .kv_inner .kv_text span {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  transform: translateX(0);
}
.page_home.is-ready .kv .list_bnr {
  opacity: 1;
  transform: translateY(0px);
}
.page_home .top_info {
  background-color: #FFFFFF;
}
.page_home .top_info.top_content .top_content_inner {
  padding-bottom: 90px;
}
.page_home .top_concept {
  background: #EBEDF1;
}
.page_home .top_concept .top_content_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 310px;
  background-color: #FFFFFF;
  z-index: -1;
}
.page_home .top_concept .image {
  opacity: 0;
  transform: translateX(-5vw);
  transition: all 1.5s 0.001s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_home .top_concept .content_wrap {
  position: relative;
}
.page_home .top_concept .content_wrap .floating_image {
  pointer-events: none;
}
.page_home .top_concept .content_wrap .floating_image span {
  position: absolute;
  transition-duration: 2s;
}
.page_home .top_concept .content_wrap .floating_image span img {
  border-radius: 4px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
}
.page_home .top_concept .content_wrap .floating_image span.float01 {
  right: 10%;
  top: -9.5vw;
  width: 22%;
  transition-delay: 0.1s;
}
.page_home .top_concept .content_wrap .floating_image span.float02 {
  right: 28.5%;
  top: -1vw;
  width: 14%;
  transition-delay: 0.2s;
}
.page_home .top_concept .content_wrap .floating_image span.float03 {
  right: 1%;
  top: 1vw;
  width: 18%;
  transition-delay: 0.3s;
}
.page_home .top_concept .content_wrap .floating_image span.float04 {
  right: 3%;
  top: -14.5vw;
  width: 15%;
  transition-delay: 0.4s;
}
.page_home .top_concept .content_wrap .list_link {
  gap: 30px;
}
.page_home .top_concept .content_wrap .list_link h4 {
  position: relative;
  padding-left: 15px;
  font-size: 1.3rem;
}
.page_home .top_concept .content_wrap .list_link h4::before, .page_home .top_concept .content_wrap .list_link h4::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.page_home .top_concept .content_wrap .list_link h4::before {
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: rgba(91, 152, 255, 0.3);
}
.page_home .top_concept .content_wrap .list_link h4::after {
  left: 2px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #8F75FF;
}
.page_home .top_concept .content_wrap .list_link .list {
  margin-top: 15px;
}
.page_home .top_concept .content_wrap .list_link .list_dl {
  gap: 10px;
}
.page_home .top_concept .content_wrap .list_link .list_dl li {
  display: block;
}
.page_home .top_concept .content_wrap .list_link .list_dl li .qr {
  margin-top: 10px;
}
.page_home .top_concept.delighter.started .image {
  opacity: 1;
  transform: translateX(0);
}
.page_home .top_works {
  background: #15161C;
  color: #E2E2E4;
}
.page_home .top_works .block_slider {
  overflow: hidden;
}
.page_home .top_works .list_contents {
  display: block;
}
.page_home .top_service::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  background: transparent linear-gradient(180deg, #ffffff 20%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  background-size: 100% auto;
  z-index: -1;
}
.page_home .top_service::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/home/bg_works.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: -2;
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_home .top_service.delighter.started::after {
  opacity: 0.8;
}
.page_home .top_service .list_service li {
  position: relative;
  margin-bottom: 90px;
}
.page_home .top_service .list_service li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #EBEDF1;
  opacity: 0.9;
  z-index: -1;
}
.page_home .top_service .list_service li .block_service {
  padding: 5.5vw 5.5vw 5.5vw 0;
}
.page_home .top_service .list_service li .image {
  line-height: 1;
  opacity: 0;
  transform: translate(-2vw, 2vw);
  transition: all 2s 0.001s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_home .top_service .list_service li .text {
  padding: 5vw 7vw 4vw;
  opacity: 0;
  transform: translateX(2vw);
  transition: all 2s 0.001s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.page_home .top_service .list_service li .text .number {
  display: block;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-size: 2.4rem;
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.page_home .top_service .list_service li .text .tit {
  margin-bottom: 0.5em;
  font-size: clamp(2rem, 2.5vw, 3.2rem);
}
.page_home .top_service .list_service li .text .tit span {
  padding: 0.1em 0.4em 0;
  background: linear-gradient(transparent 10%, #ffffff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.page_home .top_service .list_service li .text .btn_more {
  margin-top: 30px;
}
.page_home .top_service .list_service li:nth-child(even)::before {
  right: 0;
}
.page_home .top_service .list_service li:nth-child(even) .block_service {
  flex-direction: row-reverse;
  padding: 5.5vw 0 5.5vw 5.5vw;
}
.page_home .top_service .list_service li:nth-child(even) .image {
  transform: translate(2vw, 2vw);
}
.page_home .top_service .list_service li:nth-child(even) .text {
  transform: translate(-2vw);
}
.page_home .top_service .list_service li.delighter.started .image {
  opacity: 1;
  transform: translate(0, 0);
}
.page_home .top_service .list_service li.delighter.started .text {
  opacity: 1;
  transform: translateX(0);
}
.page_home .top_contact {
  background-color: #FFFFFF;
}
.page_home .top_contact .section_tit span {
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 851px) {
  .page_home .top_content_inner {
    padding: 120px 0;
  }
  .page_home .top_content_inner .content_wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 5.5vw;
  }
  .page_home .kv_inner {
    padding: 120px 60px 60px;
  }
  .page_home .top_info .btn_more {
    position: absolute;
    right: 5.5vw;
    top: -100px;
  }
  .page_home .top_concept .image {
    position: absolute;
    top: 220px;
    width: 36%;
    max-width: 800px;
  }
  .page_home .top_concept .content_wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .page_home .top_concept .content_wrap .text {
    width: 60%;
    padding-top: 180px;
  }
  .page_home .top_concept .content_wrap .text .copy {
    font-size: 3.2rem;
  }
  .page_home .top_concept .content_wrap .text p {
    margin-top: 30px;
  }
  .page_home .top_concept .content_wrap .list_link {
    margin-top: 60px;
  }
  .page_home .top_concept .content_wrap .list_link a {
    transition: opacity 0.4s;
  }
  .page_home .top_concept .content_wrap .list_link a:hover {
    opacity: 0.8;
  }
  .page_home .top_works .block_btn {
    position: absolute;
    width: 100%;
    top: 130px;
    text-align: right;
  }
  .page_home .top_service .list_service li::before {
    width: calc(100% - 5.5vw);
  }
  .page_home .top_service .list_service li .block_service {
    display: flex;
    padding: 0 5.5vw 0 0;
  }
  .page_home .top_service .list_service li .image {
    width: 48%;
  }
  .page_home .top_service .list_service li .text {
    width: 50%;
  }
  .page_home .top_service .list_service li .text .number {
    font-size: 3.2rem;
  }
  .page_home .top_service .list_service li.delighter.started .image {
    transform: translate(0, 2vw);
  }
  .page_home .top_service .list_service li:nth-child(even) .block_service {
    padding: 0 0 0 5.5vw;
  }
  .page_home .top_contact .list_contact {
    margin-top: 15px;
    margin-right: 5.5vw;
  }
  .page_home .top_contact .list_contact li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 30px;
  }
  .page_home .top_contact .list_contact li .btn {
    margin-left: 50px;
  }
}
@media screen and (max-width: 850px) {
  .page_home .kv .kv_bg .img_bg img {
    background-position: center -20vw;
  }
  .page_home .kv .list_bnr {
    gap: 10px;
  }
  .page_home .section_tit {
    margin: 0 auto 20px;
    padding: 0 8vw;
  }
  .page_home .top_content_inner {
    padding: 90px 0;
  }
  .page_home .top_content .block_content {
    padding: 0 8vw;
  }
  .page_home .top_info .btn_more {
    margin-top: 30px;
  }
  .page_home .top_concept .top_content_inner::before {
    height: 310px;
  }
  .page_home .top_concept .image {
    width: 92%;
    max-width: 500px;
  }
  .page_home .top_concept .content_wrap {
    padding: 34vw 8vw 0;
  }
  .page_home .top_concept .content_wrap .floating_image span.float01 {
    right: 3%;
    top: -20.5vw;
    width: 42%;
  }
  .page_home .top_concept .content_wrap .floating_image span.float02 {
    display: none;
  }
  .page_home .top_concept .content_wrap .floating_image span.float03 {
    right: 37%;
    top: -3vw;
    width: 31%;
  }
  .page_home .top_concept .content_wrap .floating_image span.float04 {
    right: 18%;
    top: 11.5vw;
    width: 24%;
  }
  .page_home .top_concept .content_wrap .text .copy {
    font-size: max(4.5vw, 2.4rem);
  }
  .page_home .top_concept .content_wrap .text p {
    line-height: 2;
    margin-top: 1.5em;
  }
  .page_home .top_concept .content_wrap .list_link > li {
    margin-top: 30px;
  }
  .page_home .top_concept .content_wrap .list_link .list_dl {
    justify-content: flex-start;
  }
  .page_home .top_works .block_btn {
    margin-top: 30px;
  }
  .page_home .top_service .list_service li {
    margin-bottom: 30px;
  }
  .page_home .top_service .list_service li .block_service {
    display: flex;
  }
  .page_home .top_service .list_service li .image {
    width: 50%;
  }
  .page_home .top_service .list_service li .text {
    width: 50%;
    padding: 0 0 0 5.5vw;
  }
  .page_home .top_service .list_service li:nth-child(even) .text {
    padding: 0 5.5vw 0 0;
  }
  .page_home .top_contact .section_tit {
    font-size: max(5.9vw, 4rem);
    text-align: center;
  }
  .page_home .top_contact .list_contact {
    margin: 0 8vw;
  }
  .page_home .top_contact .list_contact li {
    margin-bottom: 30px;
    text-align: center;
  }
  .page_home .top_contact .list_contact li p {
    text-align: left;
  }
  .page_home .top_contact .list_contact .btn_more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  .page_home .kv .kv_bg .img_bg img {
    background-position: center top;
  }
  .page_home .kv::before {
    padding-top: 178%;
  }
  .page_home .kv .list_bnr {
    margin-top: 18vw;
    display: block;
  }
  .page_home .kv .list_bnr li {
    margin-bottom: 10px;
  }
  .page_home .top_service .list_service li .block_service {
    display: block;
    padding: 8vw 8vw 10vw 0;
  }
  .page_home .top_service .list_service li .image {
    width: 100%;
  }
  .page_home .top_service .list_service li .text {
    width: 100%;
    padding: 30px 0 0 8vw;
  }
  .page_home .top_service .list_service li:nth-child(even) .block_service {
    padding: 8vw 0 10vw 8vw;
  }
  .page_home .top_service .list_service li:nth-child(even) .text {
    padding: 30px 8vw 0 0;
  }
}
.page_policy .txt {
  margin-bottom: 2em;
}
.page_policy .list_definition_vertical ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.page_service .block_accordion {
  max-width: 800px;
  margin: 60px auto 0;
  border-radius: 4px;
  background: #EBEDF1;
}
.page_service .block_accordion .tit {
  cursor: pointer;
  line-height: 30px;
  position: relative;
  padding: 1em 50px 1em 2em;
  color: #8F75FF;
}
.page_service .block_accordion .tit::before, .page_service .block_accordion .tit::after {
  content: " ";
  position: absolute;
  display: block;
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
  width: 15px;
  height: 2px;
  top: 50%;
  right: 20px;
  transition: 0.3s;
  visibility: visible;
}
.page_service .block_accordion .tit::before {
  transform: rotate(90deg);
}
.page_service .block_accordion .tit.on::before {
  transform: rotate(0deg);
}
.page_service .block_accordion .accordion-detail {
  display: none;
  padding: 30px 5vw 60px;
}
.page_service .block_accordion .accordion-detail .image {
  margin: 30px 0;
}
.page_service .list_service {
  margin: 0 auto;
}
.page_service .list_service > li {
  margin-bottom: 100px;
}
.page_service .list_service > li .block_text {
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1s ease, opacity 1.2s 0.2s ease;
}
.page_service .list_service > li .block_text .number {
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.4em 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
  font-size: 1.4rem;
  background: transparent linear-gradient(90deg, #8F75FF 0%, #5B98FF 100%) 0% 0% no-repeat padding-box;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 3px;
}
.page_service .list_service > li .block_text .tit {
  margin-bottom: 1.5em;
  font-size: clamp(2rem, 4.5vw, 3rem);
}
.page_service .list_service > li .block_text .tit span {
  position: relative;
  z-index: 1;
}
.page_service .list_service > li .thumb {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 12px;
  overflow: hidden;
}
.page_service .list_service > li.scrollin .block_text {
  opacity: 1;
  transform: translateX(0);
}
.page_service .list_service > li.started .block_text {
  opacity: 1;
  transform: translateX(0);
}

@media screen and (min-width: 851px) {
  .page_service .list_service > li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page_service .list_service > li .block_text {
    width: 50%;
  }
  .page_service .list_service > li .thumb {
    width: 46%;
  }
}
@media screen and (max-width: 850px) {
  .page_service .list_service > li {
    margin-bottom: 15vw;
  }
  .page_service .list_service > li .block_text {
    margin-bottom: 15px;
  }
  .page_service .list_service > li .thumb {
    border-radius: 4px;
  }
}
.page_company .block_company {
  width: 100%;
}
.page_company .block_company h3 {
  position: relative;
  margin: 1.2em 0 1em;
  padding-left: 15px;
  font-size: 1.6rem;
}
.page_company .block_company h3::before, .page_company .block_company h3::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.page_company .block_company h3::before {
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: rgba(91, 152, 255, 0.3);
}
.page_company .block_company h3::after {
  left: 2px;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #8F75FF;
}
.page_company .block_company + .block_company {
  margin-top: 90px;
}

@media screen and (min-width: 851px) {
  .page_company .block_company {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
    flex-flow: row;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    overflow: visible;
    width: 100%;
  }
  .page_company .block_company h3 {
    width: 20%;
  }
  .page_company .block_company dl {
    width: 80%;
  }
}
.page_contact .block_contact .text {
  text-align: center;
}

@media screen and (min-width: 851px) {
  .page_contact .block_contact {
    padding: 0 15vw;
  }
}
/*# sourceMappingURL=style.css.map */