@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap");

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 155px;
}

@media screen and (max-width: 1000px) {
  html {
    scroll-padding-top: 70px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

p {
  font-size: 16px;
  line-height: 2;
}

a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  opacity: 0.7;
}

.no-scroll {
  overflow: hidden;
  /* スクロールを無効にする */
  height: 100vh;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-header {
  width: 100%;
  height: 155px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 1000px) {
  .l-header {
    height: 70px;
  }
}

.l-header--top {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease, opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s ease, opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s ease, opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s ease, opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-header--top:hover {
  background-color: #fff;
}

.l-header--top.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-header__inner {
  width: 100%;
  padding: 23px 11px 26px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1360px) {
  .l-header__inner {
    padding: 23px 11px 26px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__inner {
    height: 50px;
    padding-block: 0;
    padding-inline: min(3.8167938931vw, 15px);
  }
}

.l-header__logo {
  width: min(13.5416666667vw, 260px);
  padding-top: 4px;
}

@media (max-width: 1360px) {
  .l-header__logo {
    width: 104px;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__logo {
    width: min(31.0941475827vw, 122px);
    padding-top: 2px;
  }
}

.l-header__logo img {
  width: 100%;
  height: auto;
}

.l-header__contents {
  width: 82%;
  max-width: 1440px;
}

@media (max-width: 1360px) {
  .l-header__contents {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 1000px) {
  .l-header__contents {
    width: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__contents.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    width: 100%;
    --vh: 100;
    height: calc(100vh - 70px);
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
  }
}

.l-header__contents-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .l-header__contents-inner {
    display: block;
    padding-block: 10px 30px;
    padding-inline: 15px;
  }
}

.l-header__nav {
  grid-area: 1/1/2/2;
}

@media screen and (max-width: 1000px) {
  .l-header__nav {
    margin-left: 0;
  }
}

.l-header__info {
  padding-top: 10px;
  padding-left: 10px;
  grid-area: 1/2/2/3;
}

@media screen and (max-width: 1000px) {
  .l-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #fff;
    padding: min(3.5623409669vw, 14px) min(6.6157760814vw, 25px);
    margin-top: 13px;
  }
}

.l-header__tel {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: min(2.03125vw, 39px);
  letter-spacing: 0.02em;
  line-height: 1.3333333333;
}

@media screen and (max-width: 1000px) {
  .l-header__tel {
    font-size: min(9.9236641221vw, 39px);
    line-height: 1;
    letter-spacing: 0;
    text-wrap: nowrap;
  }
}

.l-header__headerContactList {
  display: none;
}

@media screen and (max-width: 1000px) {
  .l-header__headerContactList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: min(2.0356234097vw, 8px);
    -moz-column-gap: min(2.0356234097vw, 8px);
    column-gap: min(2.0356234097vw, 8px);
    margin-inline: auto min(3.8167938931vw, 15px);
  }
}

.l-header__headerContactList.active {
  display: none;
}

.l-header__open {
  font-size: 12px;
  line-height: 2.1666666667;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1000px) {
  .l-header__open {
    line-height: 1;
  }
}

.l-header__buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
  grid-area: 1/3/2/4;
}

@media screen and (max-width: 1000px) {
  .l-header__buttonList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 10px;
    margin-inline: auto 0;
  }
}

.l-header__button {
  font-size: min(1.1458333333vw, 22px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFB100;
  color: #000;
  width: min(12.1354166667vw, 233px);
  height: min(2.4479166667vw, 47px);
}

@media (max-width: 1360px) {
  .l-header__button {
    font-size: 12px;
    width: 120px;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__button {
    font-size: min(4.0712468193vw, 16px);
    font-weight: 700;
    height: min(14.2493638677vw, 56px);
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .l-header__button--header {
    font-size: 10px;
    height: min(6.3613231552vw, 25px);
    width: min(25.1908396947vw, 99px);
  }
}

.l-header__address {
  display: none;
}

@media screen and (max-width: 1000px) {
  .l-header__address {
    display: block;
    margin-top: 7px;
  }
}

.l-header__addressText1 {
  font-size: 17px;
  line-height: 1.625;
  font-weight: 500;
  padding-inline: 16px;
}

.l-header__addressText2 {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 10px;
}

@media screen and (max-width: 1000px) {
  .l-header__addressText2 {
    font-size: min(3.5623409669vw, 14px);
  }
}

.l-header__mapBtn {
  margin-top: 15px;
}

.l-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 68px;
  background-color: #fff;
  padding-top: 67px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 36px;
    row-gap: 36px;
  }
}

.l-footer__logo {
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    max-width: 235px;
    padding-right: unset;
  }
}

.l-footer__logo img {
  width: 100%;
  height: auto;
}

.l-footer__inner {
  background-color: #000;
  color: #fff;
  padding-block: 66px 23px;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-block: 30px 15px;
    padding: 0 20px;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: min(6.25vw, 120px);
  -moz-column-gap: min(6.25vw, 120px);
  column-gap: min(6.25vw, 120px);
  padding-inline: 16px;
}

@media screen and (max-width: 768px) {
  .l-footer__nav {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 26px;
    row-gap: 22px;
    padding-inline: unset;
  }
}

.l-footer__nav a {
  font-size: min(1.2307692308vw, 16px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .l-footer__nav a {
    font-size: 12px;
  }
}

.l-footer__copy {
  display: block;
  margin-top: 159px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 34px;
    font-size: 13px;
  }
}

.c-gnav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .c-gnav__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2px;
  }
}

@media screen and (max-width: 1000px) {
  .c-gnav__mainMenu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #707070;
    color: #000;
  }
}

.c-gnav__dropdown {
  display: none;
  position: fixed;
  background-color: #fff;
  color: #000;
  width: 100vw;
  left: 0;
  top: 155px;
  padding: 12px 16px 45px;
}

@media screen and (max-width: 1000px) {
  .c-gnav__dropdown {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 6px 16px 15px;
  }
}

.c-gnav__dropdownInner {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.c-gnav__dropdownInner--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1000px) {
  .c-gnav__dropdownInner--row {
    display: block;
  }
}

.c-gnav__dropdownContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 7px;
  width: 49%;
  max-width: 750px;
}

@media screen and (max-width: 1000px) {
  .c-gnav__dropdownContent {
    width: 100%;
    row-gap: 0;
  }
}

.c-gnav__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1875;
  padding: 8px 4px;
  display: inline-block;
}

@media (max-width: 1360px) {
  .c-gnav__link {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .c-gnav__link {
    display: block;
    padding: 1px 16px 2px;
  }
}

.c-gnav__subIcon {
  cursor: pointer;
  position: relative;
}

.c-gnav__subIcon:after {
  content: "＞";
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 1000px) {
  .c-gnav__subIcon:after {
    content: "";
    display: block;
    width: 18px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.941' height='9.115'%3E%3Cpath fill='%23707070' d='M7.974 6.367 14.002.335a1.134 1.134 0 0 1 1.609 0 1.149 1.149 0 0 1 0 1.614l-6.83 6.834a1.137 1.137 0 0 1-1.571.033L.333 1.954A1.139 1.139 0 0 1 1.938.34Z' data-name='Icon ionic-ios-arrow-forward'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50%;
    left: auto;
    right: 12px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}

@media screen and (max-width: 1000px) {
  .c-gnav__subIcon.hover:after {
    -webkit-transform: translateY(50%) rotate(180deg);
    transform: translateY(50%) rotate(180deg);
  }
}

.c-gnav__subIcon.hover+.c-gnav__dropdown {
  display: block;
}

.c-gnav__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 28px;
}

@media screen and (max-width: 1000px) {
  .c-gnav__subList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0;
  }
}

.c-gnav__subList:after {
  content: "";
  display: block;
  width: 30.5%;
}

.c-gnav__subItem {
  width: 30.5%;
}

@media screen and (max-width: 1000px) {
  .c-gnav__subItem {
    width: 100%;
  }
}

.c-gnav__subTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .c-gnav__subTitle {
    font-size: 16px;
    line-height: 2.1875;
    text-align: left;
  }
}

@media screen and (max-width: 1000px) {
  .c-gnav__subTitle span {
    display: none;
  }
}

.c-gnav__subBtn {
  display: block;
  background-color: #f5f5f5;
  color: #000;
  text-align: center;
  padding: 8px 5px;
}

@media (max-width: 1360px) {
  .c-gnav__subBtn {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .c-gnav__subBtn {
    font-size: 16px;
    line-height: 1.625;
    background-color: transparent;
    color: #fff;
    text-align: left;
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .c-gnav__subBtn:before {
    content: "・";
  }
}

.c-gnav__subText {
  font-size: 10px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1000px) {
  .c-gnav__subText {
    display: none;
  }
}

.c-burger {
  position: relative;
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .c-burger {
    display: block;
    width: 30px;
    height: 21px;
  }
}

.c-burger.active .c-burger__border {
  width: 35px;
  height: 1px;
}

.c-burger.active .c-burger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  top: 0;
}

.c-burger.active .c-burger__border:nth-child(2) {
  opacity: 0;
}

.c-burger.active .c-burger__border:nth-child(3) {
  -webkit-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  top: 24px;
}

.c-burger__border {
  position: absolute;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  display: block;
  width: 30px;
  height: 3px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.c-burger__border:nth-child(1) {
  top: -1px;
}

.c-burger__border:nth-child(2) {
  top: 8px;
}

.c-burger__border:nth-child(3) {
  top: 17px;
}

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50vw;
  width: 400px;
  max-width: 100%;
  height: 37px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 206px;
    max-width: 100%;
    height: 27px;
    font-size: 10px;
  }
}

.c-btn:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-btn:after {
    width: 12px;
    height: 12px;
  }
}

.c-btn--color-w {
  color: #000;
  background-color: #fff;
}

.c-btn--color-w:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.223' height='23.223'%3E%3Cg data-name='Icon ionic-ios-arrow-dropright'%3E%3Cpath d='M9.082 5.563a1.082 1.082 0 0 1 1.524 0l5.326 5.342a1.076 1.076 0 0 1 .033 1.485l-5.248 5.264a1.076 1.076 0 1 1-1.524-1.518l4.46-4.527-4.572-4.527a1.065 1.065 0 0 1 .001-1.519Z'/%3E%3Cpath d='M0 11.611A11.611 11.611 0 1 0 11.611 0 11.61 11.61 0 0 0 0 11.611Zm1.786 0a9.821 9.821 0 0 1 16.77-6.945 9.821 9.821 0 1 1-13.889 13.89 9.741 9.741 0 0 1-2.881-6.945Z'/%3E%3C/g%3E%3C/svg%3E");
}

.c-btn--color-b {
  color: #fff;
  background-color: #000;
}

.c-btn--color-b:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.792' height='22.792' data-name='Icon ionic-ios-arrow-dropright'%3E%3Cpath fill='%23fff' d='M8.914 5.457a1.061 1.061 0 0 1 1.5 0l5.227 5.243a1.056 1.056 0 0 1 .033 1.457l-5.15 5.167a1.057 1.057 0 1 1-1.5-1.49l4.378-4.443-4.487-4.443a1.045 1.045 0 0 1-.001-1.491Z'/%3E%3Cpath fill='%23fff' d='M0 11.396a11.4 11.4 0 1 0 11.4-11.4A11.394 11.394 0 0 0 0 11.396Zm1.753 0A9.639 9.639 0 0 1 18.212 4.58 9.64 9.64 0 1 1 4.58 18.212a9.56 9.56 0 0 1-2.827-6.816Z'/%3E%3C/svg%3E");
}

.c-btn--w100 {
  width: 100%;
}

.c-btn--higher {
  font-size: 24px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .c-btn--higher {
    font-size: 10px;
    height: 27px;
  }
}

.c-btn--cta {
  width: 325px;
}

@media screen and (max-width: 768px) {
  .c-btn--cta {
    width: 206px;
    max-width: 100%;
    font-size: 10px;
  }
}

.c-btn--header-google {
  font-size: 17px;
  font-weight: 700;
  height: 41px;
}

.c-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  font-size: 16px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .c-btn-arrow {
    font-size: 16px;
  }
}

.c-btn-arrow:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-image: url(../images/icon_arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-btn-fixed {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 80px;
  height: 80px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 768px) {
  .c-btn-fixed {
    width: 41px;
    height: 41px;
  }
}

.c-btn-fixed.fade-in {
  opacity: 1;
}

.c-btn-fixed img {
  width: 100%;
}

.c-breadcrumb__inner {
  max-width: 1440px;
  padding-block: 20px;
  padding-inline: 15px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb__inner {
    padding-block: 14px 18px;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-breadcrumb__item {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 12px;
  }
}

.c-breadcrumb__item+.c-breadcrumb__item:before {
  content: "　＞　";
  display: inline-block;
}

.c-text-marker-row {
  position: relative;
  font-size: 32px;
  line-height: 2.1875;
  font-weight: 700;
  text-align: center;
  width: 560px;
  max-width: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .c-text-marker-row {
    font-size: 20px;
  }
}

.c-text-marker-row--w100 {
  width: 100%;
}

.c-text-marker-row:after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: calc(100% + 15px);
  max-width: 100%;
  height: 25px;
  background: linear-gradient(135deg, #7eb0ff 0%, #ffa9f8 50%, #ffcaa3 100%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .c-text-marker-row:after {
    bottom: 6px;
    height: 15px;
  }
}

.c-accordion__btn,
.c-accordion__btn2 {
  position: relative;
  cursor: pointer;
}

.c-accordion__btn:after,
.c-accordion__btn2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.616' height='13.503'%3E%3Cpath fill='%23fff' d='m11.813 9.433 8.93-8.937a1.681 1.681 0 0 1 2.384 0 1.7 1.7 0 0 1 0 2.391L13.013 13.012a1.685 1.685 0 0 1-2.327.049L.493 2.894A1.688 1.688 0 0 1 2.877.503Z' data-name='Icon ionic-ios-arrow-forward'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {

  .c-accordion__btn:after,
  .c-accordion__btn2:after {
    right: 11px;
    width: 10px;
    height: 7px;
  }
}

.c-accordion__btn.is-on:after,
.c-accordion__btn2.is-on:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  transition: 0.8s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

.c-tab__item {
  cursor: pointer;
}

.c-tab__content {
  display: none;
}

.c-tab__content--current {
  display: block;
}

.c-pageheader {
  height: 800px;
  padding-bottom: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1920px) {
  .c-pageheader {
    height: 41.6666666667vw;
    padding-bottom: 3.5416666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-pageheader {
    height: 230px;
    padding-bottom: 50px;
  }
}

.c-pageheader.-service {
  background-image: url(../images/service/header-bg.jpg);
}

.c-pageheader.-facility {
  background-image: url(../images/facility/header-bg.jpg);
}

.c-pageheader__title {
  font-size: 80px;
  line-height: 2.1875;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (max-width: 1920px) {
  .c-pageheader__title {
    font-size: 4.1666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-pageheader__title {
    font-size: 30px;
    line-height: 2.2;
  }
}

.c-pagenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
  padding-top: 48px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1920px) {
  .c-pagenav {
    gap: 2.6041666667vw;
    padding-top: 2.5vw;
    padding-bottom: 5.2083333333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-pagenav {
    gap: 16px;
    padding-top: 18px;
    padding-bottom: 43px;
  }
}

.c-pagenav__button {
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.875vw;
  font-weight: 500;
  width: 29.0104166667vw;
  height: 4.2708333333vw;
}

@media screen and (max-width: 768px) {
  .c-pagenav__button {
    width: calc(50% - 8px);
    height: 43px;
    font-size: 16px;
  }
}

.c-title {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .c-title {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-title {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}

.c-title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.c-title span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 6px;
  background-color: #000000;
}

@media screen and (max-width: 768px) {
  .c-title span::after {
    bottom: 4px;
  }
}

.c-lead {
  font-size: 22px;
  line-height: 1.8181818182;
  font-weight: 500;
  text-align: center;
  margin-top: 28px;
}

@media screen and (max-width: 1920px) {
  .c-lead {
    font-size: 1.1458333333vw;
    margin-top: 1.4583333333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-lead {
    font-size: 14px;
    line-height: 2;
    margin-top: 14px;
    text-align: left;
  }
}

.c-eyecatch {
  background-image: url(../images/eyecatch-pc.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 94px;
  height: 410px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch {
    gap: 4.8958333333vw;
    height: 21.3541666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch {
    gap: 35px;
    height: 251px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 35px;
  }
}

.c-eyecatch__head {
  border: 3px solid #fff;
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 650px;
  height: 160px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch__head {
    border: 0.15625vw solid #fff;
    font-size: 2.5vw;
    width: 33.8541666667vw;
    height: 8.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch__head {
    width: 290px;
    height: 71px;
    font-size: 21px;
    line-height: 1.5238095238;
  }
}

.c-eyecatch__body ul {
  margin-top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch__body ul {
    margin-top: -0.3645833333vw;
    gap: 0.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch__body ul {
    gap: 8px;
  }
}

.c-eyecatch__body li {
  color: #fff;
  font-size: 24px;
  line-height: 1.8333333333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.c-eyecatch__body li svg {
  width: 33px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch__body li {
    font-size: 1.25vw;
    gap: 0.625vw;
  }

  .c-eyecatch__body li svg {
    width: 1.71875vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch__body li {
    font-size: 10px;
    line-height: 1.8181818182;
    gap: 8px;
  }

  .c-eyecatch__body li svg {
    width: 14px;
    height: 13px;
  }
}

.c-eyecatch2 {
  background-image: url(../images/eyecatch-pc.jpg);
  background-size: cover;
  background-position: center;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 94px;
  height: 450px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch2 {
    gap: 4.8958333333vw;
    height: 23.4375vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch2 {
    gap: 26px;
    height: 251px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 46px;
    padding-bottom: 35px;
  }
}

.c-eyecatch2__head {
  border: 3px solid #fff;
  font-size: 48px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 650px;
  height: 160px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch2__head {
    border: 0.15625vw solid #fff;
    font-size: 2.5vw;
    width: 33.8541666667vw;
    height: 8.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch2__head {
    width: 290px;
    height: 71px;
    font-size: 21px;
    line-height: 1.5238095238;
  }
}

.c-eyecatch2__body ul {
  margin-top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch2__body ul {
    margin-top: -0.3645833333vw;
    gap: 0.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch2__body ul {
    gap: 8px;
  }
}

.c-eyecatch2__body li {
  color: #fff;
  font-size: 24px;
  line-height: 1.8333333333;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.c-eyecatch2__body li svg {
  width: 33px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch2__body li {
    font-size: 1.25vw;
    gap: 0.625vw;
  }

  .c-eyecatch2__body li svg {
    width: 1.71875vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch2__body li {
    font-size: 11px;
    line-height: 1.8181818182;
    gap: 8px;
  }

  .c-eyecatch2__body li svg {
    width: 14px;
    height: 13px;
  }
}

.c-eyecatch2__text {
  font-size: 24px;
  line-height: 1.8333333333;
  font-weight: 700;
  color: #fff;
  width: 780px;
}

@media screen and (max-width: 1920px) {
  .c-eyecatch2__text {
    font-size: 1.25vw;
    width: 40.625vw;
  }
}

@media screen and (max-width: 768px) {
  .c-eyecatch2__text {
    font-size: 11px;
    line-height: 1.8181818182;
    width: 100%;
  }
}

.p-top-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: -1;
  overflow: hidden;
  /* &__text1-1 {
    position: relative;
    font-size: 52px;
    line-height: calc(68 / 52);
    font-weight: 700;
    border-bottom: 4px solid #fff;
    width: fit-content;
    max-width: 100%;
    margin-top: 9px;
    span {
      position: absolute;
      display: block;
      top: -47px;
      right: 4px;
      font-size: calc(22 / 52 * 1em);
      letter-spacing: 0.06em;
    }
  }
  &__text1-2 {
    font-size: 113px;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  &__text1-3 {
    font-size: 53px;
    line-height: calc(61 / 53);
    font-weight: 700;
    margin-top: 15px;
  }
  &__ribbon-wrapper {
    margin-top: 28px;
    row-gap: 16px;
  }
  &__ribbon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #FFB100;
    background-color: #000;
    width: 820px;
    max-width: 100%;
  } */
}

@media screen and (max-width: 768px) {
  .p-top-mv {
    position: relative;
    top: auto;
    left: auto;
    height: 679px;
  }
}

.p-top-mv__bg {
  position: relative;
  height: 100%;
}

.p-top-mv__bg .swiper-slide {
  position: relative;
}

.p-top-mv__bg .swiper-slide .p-top-mv__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  z-index: 0;
  pointer-events: none;
}

.p-top-mv__bg .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-mv__main {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-inline: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 193px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__main {
    padding-inline: 21px 18px;
    padding-top: min(94.1475826972vw, 370px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-top-mv__inner {
  max-width: 1440px;
  margin-inline: auto;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-height: calc(100vh - 243px);
}

@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    max-width: 350px;
  }
}

.p-top-mv__bannersWrap {
  position: absolute;
  top: 196px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-mv__bannersWrap {
    position: relative;
    top: 84px;
    width: 97%;
    margin-inline: auto;
    padding-inline: 15px;
    max-width: 350px;
  }
}

.p-top-mv__banners {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: min(2.7166882277vw, 42px);
  -moz-column-gap: min(2.7166882277vw, 42px);
  column-gap: min(2.7166882277vw, 42px);
  width: 1440px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 15px;
}

@media screen and (max-width: 768px) {
  .p-top-mv__banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 11px;
    padding-left: 4px;
    padding-right: 0;
  }
}

.p-top-mv__banner {
  display: block;
  position: relative;
  text-align: center;
  width: min(30.8538163001vw, 477px);
  padding-top: min(10.2846054334vw, 159px);
}

@media screen and (max-width: 768px) {
  .p-top-mv__banner {
    width: 100%;
    height: 0;
    margin-inline: auto;
  }
}

.p-top-mv__banner picture {
  display: block;
}

.p-top-mv__banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #7EB0FF 0%, #FFA9F8 50%, #FFCAA3 100%);
  mix-blend-mode: soft-light;
  z-index: 0;
  pointer-events: none;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.7s;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.7s;
}

.p-top-mv__banner.show:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.p-top-mv__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.7s;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.7s;
}

.p-top-mv__banner.show img {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}

.p-top-mv__banner .text1 {
  font-size: 35px;
  line-height: 1;
}

.p-top-mv__banner .text2 {
  font-size: 65px;
  line-height: 1;
}

.p-top-mv__banner .text3 {
  font-size: 19px;
  line-height: 1;
}

.p-top-mv__authority {
  width: 480px;
  margin-top: 3.7037037037vh;
}

.p-top-mv__authority img {
  width: 100%;
}

.p-top-mv__text1 {
  width: 830px;
  max-width: 100%;
  margin-top: 18.2407407407vh;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .p-top-mv__text1 {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
    margin-inline: auto;
  }
}

.p-top-mv__text1 img {
  width: 100%;
}

.p-top-mv__text1.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-top-mv__text2 {
  row-gap: 10px;
  width: 820px;
  max-width: 100%;
  margin-top: 2.7777777778vh;
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 768px) {
  .p-top-mv__text2 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    row-gap: 5px;
    margin-inline: auto;
  }
}

.p-top-mv__text2 img {
  width: 100%;
}

.p-top-mv__text2.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 769px) and (max-height: 1079px) {
  .p-top-mv__main {
    padding-bottom: 4.6296296296vh;
  }

  .p-top-mv__inner {
    max-height: calc(95.37037vh - 193px);
  }

  .p-top-mv__banner {
    width: 44.1666666667vh;
    padding-top: 14.7222222222vh;
  }

  .p-top-mv__text1 {
    width: 69.4444vh;
  }

  .p-top-mv__text2 {
    width: 69.4444vh;
  }
}

.p-top-main {
  position: relative;
  margin-top: 1080px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-main {
    margin-top: 0;
  }
}

/**/
.p-top-section-head {
  height: 500svh;
}

.p-top-section-head__bgWrap {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 100svh;
  overflow: hidden;
}

.p-top-section-head__bg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-top-section-head__bgInner {
  position: relative;
}

.p-top-section-head__bgInner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 1;
}

.p-top-section-head__bgImage {
  position: relative;
  height: 100svh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-top-section-head__bgImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-section-head__bgPagination {
  position: relative;
  right: -15px;
  bottom: 50% !important;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  margin-inline: auto 0;
}

@media screen and (max-width: 768px) {
  .p-top-section-head__bgPagination {
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    right: -52px;
  }
}

.p-top-section-head__bgPagination .bullet {
  cursor: pointer;
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50vw;
  opacity: 0.2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-top-section-head__bgPagination .bullet {
    width: 11px;
    height: 11px;
  }
}

.p-top-section-head__bgPagination .bullet.show {
  opacity: 1;
}

.p-top-section-head__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-top: 39.8148148148vh;
  padding-inline: 23px;
}

.p-top-section-head__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-top-section-head__title {
    font-size: 20px;
  }
}

.p-top-section-head__subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 84px;
  line-height: 1;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .p-top-section-head__subtitle {
    font-size: 52px;
  }
}

.p-top-section-head__text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8181818182;
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .p-top-section-head__text {
    font-size: 14px;
    line-height: 2;
  }
}

/* TOP ヘッダー */
.p-top-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0;
}

@media screen and (max-width: 768px) {
  .p-top-section-heading {
    row-gap: 4px;
  }
}

.p-top-section-heading__title {
  text-align: center;
}

.p-top-section-heading__titleEn {
  font-family: "Roboto", sans-serif;
  font-size: 84px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-top-section-heading__titleEn {
    font-size: min(13.2315521628vw, 52px);
  }
}

.p-top-section-heading__lead {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8181818182;
}

@media screen and (max-width: 768px) {
  .p-top-section-heading__lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

/* POINT */
.p-top-point__head {
  row-gap: 27px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .p-top-point__head {
    row-gap: 16px;
    margin-bottom: 31px;
  }
}

.p-top-point__heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media screen and (max-width: 768px) {
  .p-top-point__heading {
    font-size: 18px;
    line-height: 1.8333333333;
  }
}

.p-top-point__lead {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.8181818182;
}

@media screen and (max-width: 768px) {
  .p-top-point__lead {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

.p-top-document__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-document__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}

.p-top-document__item {
  width: calc(33.333% - 13.33px);
}

@media screen and (max-width: 768px) {
  .p-top-document__item {
    width: 100%;
  }
}

.p-top-document__item img {
  width: 100%;
  height: auto;
}

.p-top-point__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: min(10.1324503311vw, 153px);
  margin-top: min(9.6688741722vw, 146px);
}

@media screen and (max-width: 768px) {
  .p-top-point__body {
    row-gap: 80px;
  }
}

.p-top-point__content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: min(4.3046357616vw, 65px);
}

@media screen and (max-width: 768px) {
  .p-top-point__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

.p-top-point__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 85.5%;
  background: linear-gradient(135deg, #0062FF 0%, #FFA9F8 50%, #FFCAA3 100%);
  opacity: 0.14;
  z-index: -1;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.p-top-point__content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-top-point__content--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-top-point__content--reverse:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-top-point__content--reverse .p-top-point__num {
  width: 50vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-top-point__content--reverse .p-top-point__num {
    width: calc(100% + 20px);
  }
}

.p-top-point__num {
  position: relative;
  width: 50vw;
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .p-top-point__num {
    width: calc(100% + 20px);
  }
}

.p-top-point__num:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-top-point__num--1:before {
  bottom: 82%;
  width: 82%;
  padding-top: 17.6767676768%;
  background-image: url(../images/top/point_num1.svg);
}

.p-top-point__num--2:before {
  bottom: 82%;
  left: 51%;
  width: 86%;
  padding-top: 16.9491525424%;
  background-image: url(../images/top/point_num2.svg);
}

.p-top-point__num--3:before {
  bottom: 83%;
  left: 52.5%;
  width: 86%;
  padding-top: 17.0731707317%;
  background-image: url(../images/top/point_num3.svg);
}

.p-top-point__num img {
  width: 100%;
}

.p-top-point__text-content {
  width: 43.3687002653%;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-point__text-content {
    width: 100%;
    padding-top: 22px;
  }
}

.p-top-point__catch {
  font-size: min(2.119205298vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  padding-block: min(1.1258278146vw, 17px);
  padding-inline: min(5.298013245vw, 80px) min(2.6490066225vw, 40px);
}

@media screen and (max-width: 768px) {
  .p-top-point__catch {
    font-size: 20px;
    line-height: 1.35;
    padding: 8px 15px;
  }
}

.p-top-point__catchWrap {
  row-gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-top-point__catchWrap {
    row-gap: 12px;
  }
}

.p-top-point__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .p-top-point__text {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.p-top-point__btn {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-point__btn {
    margin-top: 50px;
  }
}

.p-top-point__achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 39px;
  padding-top: 32px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .p-top-point__achievements {
    row-gap: 14px;
    padding-top: 39px;
    padding-bottom: 27px;
  }
}

.p-top-point__achievementsHeaderImage {
  width: 686px;
  max-width: 100%;
  margin-inline: auto;
}

.p-top-point__achievementsHeaderImage img {
  width: 100%;
}

.p-top-point__achievementsHeaderTitle {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-top-point__achievementsHeaderTitle {
    font-size: 26px;
  }
}

.p-top-point__achievementsList {
  --achievements-gap: min(70px, 4.63576vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: var(--achievements-gap);
  -moz-column-gap: var(--achievements-gap);
  column-gap: var(--achievements-gap);
  row-gap: 33px;
}

@media screen and (max-width: 768px) {
  .p-top-point__achievementsList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 23px;
  }
}

.p-top-point__achievementsItem {
  width: calc((100% - var(--achievements-gap) * 3) / 4);
}

@media screen and (max-width: 768px) {
  .p-top-point__achievementsItem {
    width: 45%;
  }
}

.p-top-point__achievementsItem.-item2 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-point__achievementsItem.-item2 img {
  max-width: 70px;
}

@media screen and (max-width: 1920px) {
  .p-top-point__achievementsItem.-item2 img {
    max-width: 3.6458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-point__achievementsItem.-item2 img {
    max-width: 8vw;
  }
}

.p-top-point__achievementsItem.-item3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 10px;
}

@media screen and (max-width: 1920px) {
  .p-top-point__achievementsItem.-item3 {
    padding: 1.5625vw 0 0.5208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-point__achievementsItem.-item3 {
    padding: 0 0 2.6666666667vw;
  }
}

.p-top-point__achievementsItem.-item3 img {
  max-width: 180px;
}

@media screen and (max-width: 1920px) {
  .p-top-point__achievementsItem.-item3 img {
    max-width: 9.375vw;
  }
}

@media screen and (max-width: 768px) {
  .p-top-point__achievementsItem.-item3 img {
    max-width: 26.6666666667vw;
  }
}

.p-top-point__achievementsItem img {
  width: 100%;
}

/* CTA */
.p-top-cta__header {
  position: relative;
  z-index: 0;
  background-image: url(../images/top/cta_header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 0;
  padding-top: 21.3541666667%;
}

@media screen and (max-width: 768px) {
  .p-top-cta__header {
    padding-top: 250px;
  }
}

.p-top-cta__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: -1;
}

.p-top-cta__headerInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding-top: min(6.7708333333vw, 130px);
}

@media screen and (max-width: 768px) {
  .p-top-cta__headerInner {
    padding-top: 30px;
  }
}

.p-top-cta__headerTitle {
  font-size: min(2.6041666667vw, 50px);
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-top-cta__headerTitle {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-top-cta__headerText {
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: -7px;
}

@media screen and (max-width: 768px) {
  .p-top-cta__headerText {
    font-size: 14px;
    line-height: 1.6428571429;
    text-align: center;
    margin-top: 17px;
  }
}

.p-top-cta__headerBtn {
  margin-top: min(2.6041666667vw, 50px);
}

@media screen and (max-width: 768px) {
  .p-top-cta__headerBtn {
    margin-top: 20px;
  }
}

.p-top-cta__contactWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-top-cta__contactWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-top-cta__contact {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-block: 130px 62px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top-cta__contact {
    padding-block: 21px 24px;
  }
}

.p-top-cta__contact--1 {
  background-image: url(../images/top/cta_contact_bg1.jpg);
}

.p-top-cta__contact--2 {
  background-image: url(../images/top/cta_contact_bg2.jpg);
}

.p-top-cta__contactInner {
  width: 100%;
  max-width: 747px;
  margin-inline: auto;
  color: #fff;
  text-align: center;
}

.p-top-cta__title {
  font-size: min(1.6666666667vw, 32px);
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top-cta__title {
    font-size: 13px;
  }
}

.p-top-cta__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: min(4.375vw, 84px);
  line-height: 1;
  margin-top: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-top-cta__subtitle {
    font-size: 42px;
  }
}

.p-top-cta__text {
  font-size: min(1.25vw, 24px);
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .p-top-cta__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 19px;
  }
}

.p-top-cta__btn {
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .p-top-cta__btn {
    margin-top: 18px;
  }
}

/* service */
.p-top-service__body {
  padding-top: 104px;
  padding-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .p-top-service__body {
    padding-top: 34px;
    padding-bottom: 45px;
  }
}

.p-top-service__itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 90px;
}

@media screen and (max-width: 768px) {
  .p-top-service__itemWrap {
    row-gap: 50px;
  }
}

.p-top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-top-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-top-service__itemContent {
  width: 43.5%;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-service__itemContent {
    width: 100%;
    padding-bottom: 26px;
  }
}

.p-top-service__itemSlider {
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-top-service__itemSlider {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

.p-top-service__itemSliderMain {
  position: relative;
}

.p-top-service__itemSliderMain .swiper-slide {
  width: 100%;
  padding-top: 59.4315245478%;
}

.p-top-service__itemSliderMain img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-service__itemSliderMain .p-top-service__sliderPrev,
.p-top-service__itemSliderMain .p-top-service__sliderNext {
  top: calc(100% + 57px);
  width: 13px;
  height: 22px;
}

@media screen and (max-width: 768px) {

  .p-top-service__itemSliderMain .p-top-service__sliderPrev,
  .p-top-service__itemSliderMain .p-top-service__sliderNext {
    top: calc(100% + 40px);
    width: 6px;
    height: 11px;
  }
}

.p-top-service__itemSliderMain .p-top-service__sliderPrev:after,
.p-top-service__itemSliderMain .p-top-service__sliderNext:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.616'%3E%3Cpath fill='rgba(0,0,0,0.6)' d='m4.071 11.804 8.937-8.93a1.681 1.681 0 0 0 0-2.384 1.7 1.7 0 0 0-2.391 0L.492 10.604a1.685 1.685 0 0 0-.049 2.327L10.61 23.124a1.688 1.688 0 0 0 2.391-2.384Z' data-name='Icon ionic-ios-arrow-forward'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-top-service__itemSliderMain .p-top-service__sliderPrev {
    left: 20px;
  }
}

.p-top-service__itemSliderMain .p-top-service__sliderNext {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .p-top-service__itemSliderMain .p-top-service__sliderNext {
    right: 20px;
  }
}

.p-top-service__itemSliderThumb {
  margin-top: 100px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-top-service__itemSliderThumb {
    margin-top: 47px;
    padding-left: 10px;
  }
}

.p-top-service__itemSliderThumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.p-top-service__itemSliderThumb .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-service__itemSliderThumb .swiper-slide {
  cursor: pointer;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .p-top-service__itemSliderThumb .swiper-slide {
    width: 62px;
  }
}

.p-top-service__title {
  font-size: min(3.3112582781vw, 50px);
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-top-service__title {
    font-size: 26px;
  }
}

.p-top-service__lead {
  font-size: min(1.9867549669vw, 30px);
  font-weight: 400;
  line-height: 1.5;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .p-top-service__lead {
    font-size: min(4.5801526718vw, 18px);
    margin-top: 7px;
  }
}

.p-top-service__sep {
  background-color: #000;
  margin-block: 24px;
}

@media screen and (max-width: 768px) {
  .p-top-service__sep {
    margin-block: 10px 6px;
  }
}

.p-top-service__text {
  font-size: min(1.1920529801vw, 18px);
  font-weight: 400;
  line-height: 2.1111111111;
}

@media screen and (max-width: 768px) {
  .p-top-service__text {
    font-size: 14px;
    line-height: 2;
  }
}

.p-top-service__list {
  margin-top: 6px;
}

.p-top-service__listItem {
  font-size: min(1.7218543046vw, 26px);
  line-height: 1.7692307692;
  font-weight: 700;
  text-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .p-top-service__listItem {
    font-size: 16px;
    text-wrap: wrap;
  }
}

.p-top-service__subtitle {
  margin-top: 9px;
}

.p-top-service__btn {
  width: 325px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-top-service__btn {
    width: 206px;
    max-width: 100%;
    margin-top: 22px;
    margin-inline: auto;
  }
}

/* CASE STUDY */
.p-top-case {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .p-top-case {
    padding-top: 28px;
    padding-bottom: 46px;
  }
}

.p-top-case__accordionBtn:after {
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_arrow_circle.svg);
}

.p-top-case__itemWrap {
  --case-item-gap: min(109px, 7.21854vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: var(--case-item-gap);
  -moz-column-gap: var(--case-item-gap);
  column-gap: var(--case-item-gap);
  row-gap: 75px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-case__itemWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 19px;
    margin-top: 30px;
  }
}

.p-top-case__item {
  width: calc((100% - var(--case-item-gap) * 2) / 3);
}

@media screen and (max-width: 768px) {
  .p-top-case__item {
    width: 100%;
  }
}

.p-top-case__title {
  position: relative;
  border: 1px solid #000;
  font-size: min(1.3245033113vw, 20px);
  font-weight: 400;
  text-align: center;
  padding-block: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-case__title {
    font-size: 20px;
    padding-block: 8px;
  }
}

.p-top-case__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(135deg, #7EB0FF 0%, #FFA9F8 50%, #FFCAA3 100%);
}

.p-top-case__content {
  margin-top: 10px;
}

.p-top-case__image img {
  width: 100%;
  aspect-ratio: 430/383;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-case__imageCaption {
  position: relative;
  width: 100%;
  font-size: min(1.7218543046vw, 26px);
  font-weight: 700;
  line-height: 1.7307692308;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #7EB0FF 0%, #FFA9F8 50%, #FFCAA3 100%);
  margin-top: -0.7307692308em;
}

@media screen and (max-width: 768px) {
  .p-top-case__imageCaption {
    font-size: 18px;
    line-height: 2.1111111111;
    margin-top: -5px;
  }
}

.p-top-case__event {
  padding-inline: min(2.5165562914vw, 38px);
}

@media screen and (max-width: 768px) {
  .p-top-case__event {
    padding-inline: 0;
  }
}

.p-top-case__eventText1 {
  font-size: min(1.1920529801vw, 18px);
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-case__eventText1 {
    font-size: 18px;
  }
}

.p-top-case__eventText2 {
  font-size: min(1.7218543046vw, 26px);
  font-weight: 400;
  line-height: 1.4615384615;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-case__eventText2 {
    font-size: 24px;
    line-height: 1.5833333333;
    margin-top: 7px;
  }
}

.p-top-case__eventText3 {
  font-size: min(1.059602649vw, 16px);
  font-weight: 400;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .p-top-case__eventText3 {
    font-size: 14px;
  }
}

.p-top-case__eventSep {
  background-color: #000;
  margin-block: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-case__eventSep {
    margin-block: 12px;
  }
}

.p-top-case__btn {
  font-size: min(1.059602649vw, 16px);
  font-weight: 700;
  margin-inline: auto 0;
  margin-top: min(2.7814569536vw, 42px);
}

@media screen and (max-width: 768px) {
  .p-top-case__btn {
    font-size: 16px;
    margin-inline: auto;
    margin-top: 18px;
  }
}

.p-top-case__moreBtn {
  margin-top: 35px;
}

.p-top-case__comingsoon img {
  width: 100%;
  height: auto;
}

/* FACILITY */
/* スタジオ */
.p-top-studio {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-studio {
    padding-top: 32px;
  }
}

.p-top-studio__video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 1190px;
  margin-block: 46px 80px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-top-studio__video {
    margin-block: 18px 40px;
  }
}

.p-top-studio__video iframe {
  width: 100%;
  height: 100%;
}

/* 流れ */
.p-top-flow {
  padding-top: 52px;
  padding-bottom: 92px;
}

@media screen and (max-width: 768px) {
  .p-top-flow {
    padding-top: 22px;
    padding-bottom: 50px;
  }
}

.p-top-flow__list {
  --flow-gap: min(2.23958vw, 43px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 90px;
  -webkit-column-gap: var(--flow-gap);
  -moz-column-gap: var(--flow-gap);
  column-gap: var(--flow-gap);
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-top-flow__list {
    row-gap: 66px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 44px;
  }
}

.p-top-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  width: 23%;
  width: calc((100% - var(--flow-gap) * 3) / 4);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  padding-inline: 25px;
  padding-block: min(0.7284768212vw, 11px) min(1.9867549669vw, 30px);
}

@media screen and (max-width: 768px) {
  .p-top-flow__item {
    width: calc(100% - 14px);
    min-height: 366px;
    padding-block: 14px 26px;
    margin-inline: auto 0;
  }
}

.p-top-flow__num {
  position: absolute;
  top: -0.2166666667em;
  left: -0.275em;
  font-family: "Roboto", sans-serif;
  font-size: min(7.9470198675vw, 120px);
  line-height: 1;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-top-flow__num {
    top: -27px;
    left: -18px;
    font-size: 97px;
  }
}

.p-top-flow__title {
  font-size: min(1.9867549669vw, 30px);
  line-height: 1.2666666667;
  font-weight: 700;
  padding-left: 2.8em;
}

@media screen and (max-width: 768px) {
  .p-top-flow__title {
    font-size: 29px;
  }
}

.p-top-flow__image img {
  width: 100%;
}

.p-top-flow__text {
  font-size: min(0.8333333333vw, 16px);
  font-weight: 400;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-top-flow__text {
    font-size: 16px;
    line-height: 1.75;
  }
}

/* プラットフォーム */
.p-top-platform {
  padding-top: 70px;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .p-top-platform {
    padding-top: 20px;
    padding-bottom: 36px;
  }
}

.p-top-platform__list {
  --platform-gap: min(2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: var(--platform-gap);
  -moz-column-gap: var(--platform-gap);
  column-gap: var(--platform-gap);
  row-gap: 45px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-platform__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 8px;
    font-size: 12px;
    margin-top: 20px;
  }
}

.p-top-platform__item {
  width: calc((100% - var(--platform-gap) * 2) / 3);
}

@media screen and (max-width: 768px) {
  .p-top-platform__item {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    width: 48%;
  }
}

.p-top-platform__item img {
  width: 100%;
}

/* アクセス */
.p-top-access {
  background-image: url(../images/top/access_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-block: 47px 34px;
}

@media screen and (max-width: 768px) {
  .p-top-access {
    padding-block: 35px 28px;
  }
}

.p-top-access__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 11px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-access__header {
    row-gap: 5px;
  }
}

.p-top-access__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top-access__title {
    font-size: 12px;
  }
}

.p-top-access__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 84px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-top-access__subtitle {
    font-size: 42px;
  }
}

.p-top-access__address {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 5px 10px;
  padding-inline: 22px;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .p-top-access__address {
    font-size: 14px;
    line-height: 1.2857142857;
    text-align: left;
    padding-inline: 14px;
    margin-top: 27px;
  }
}

.p-top-access__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-access__text {
    font-size: 10px;
    line-height: 1.6;
  }
}

.p-top-access__mapWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-top-access__mapWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 12px;
    margin-top: 60px;
  }
}

.p-top-access__map--1 {
  width: min(28.1456953642vw, 425px);
}

@media screen and (max-width: 768px) {
  .p-top-access__map--1 {
    width: 236px;
    max-width: 100%;
  }
}

.p-top-access__map--2 {
  width: min(66.5562913907vw, 1005px);
}

@media screen and (max-width: 768px) {
  .p-top-access__map--2 {
    width: 363px;
    max-width: 100%;
  }
}

.p-top-access__map img {
  width: 100%;
}

.p-top-access__btn {
  width: 325px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-access__btn {
    width: 206px;
    margin-top: 34px;
  }
}

/* 資料 */
.p-top-document {
  padding-top: 63px;
  padding-bottom: 75px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-document {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.p-top-document__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

@media screen and (max-width: 768px) {
  .p-top-document__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
}

.p-top-document__textArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-top-document__label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-top-document__label {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.p-top-document__title {
  font-size: min(2.3vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-top-document__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}

.p-top-document__desc {
  font-size: min(1.1vw, 16px);
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .p-top-document__desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.p-top-document__checkList {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8px;
}

@media screen and (max-width: 768px) {
  .p-top-document__checkList {
    margin-bottom: 24px;
    row-gap: 6px;
  }
}

.p-top-document__checkItem {
  font-size: min(1.1vw, 16px);
  line-height: 1.6;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-top-document__checkItem {
    font-size: 14px;
  }
}

.p-top-document__cta {
  display: block;
  width: 380px;
  max-width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #c9171e;
  border-radius: 50px;
  padding: 18px 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-bottom: 12px;
}

.p-top-document__cta:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .p-top-document__cta {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }
}

.p-top-document__note {
  font-size: 13px;
  color: #888;
}

@media screen and (max-width: 768px) {
  .p-top-document__note {
    font-size: 11px;
  }
}

.p-top-document__imageArea {
  width: 45%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-document__imageArea {
    width: 100%;
  }
}

.p-top-document__imageArea img {
  width: 100%;
  border: 1px solid #ddd;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
}

.p-top-document__moreLink {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-top: 16px;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.p-top-document__moreLink:hover {
  color: #000;
}

/* FAQ */
.p-top-faq {
  padding-top: 67px;
  padding-bottom: 115px;
}

@media screen and (max-width: 768px) {
  .p-top-faq {
    padding-top: 19px;
    padding-bottom: 47px;
  }
}

.p-top-faq__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-top-faq__tab {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 14px;
  }
}

.p-top-faq__tabItem {
  cursor: pointer;
  font-size: min(1.9867549669vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 25%;
  color: #B2B2B2;
  border-left: 3px solid #000;
  padding-block: 16px 26px;
}

@media screen and (max-width: 768px) {
  .p-top-faq__tabItem {
    font-size: 11px;
    width: 50%;
    border-left-width: 1px;
    padding-block: 6px 11px;
  }
}

.p-top-faq__tabItem.c-tab__item--current {
  text-decoration: underline;
  color: #000;
}

.p-top-faq__tabItem:last-child {
  border-right: 3px solid #000;
}

@media screen and (max-width: 768px) {
  .p-top-faq__tabItem:last-child {
    border-right-width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .p-top-faq__tabItem:nth-child(2n) {
    border-right: 1px solid #000;
  }
}

.p-top-faq__contentWrap {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .p-top-faq__contentWrap {
    margin-top: 21px;
  }
}

.p-top-faq__accordionBtn:after {
  right: 48px;
  width: 22px;
}

@media screen and (max-width: 768px) {
  .p-top-faq__accordionBtn:after {
    right: 22px;
    width: 10px;
    height: 7px;
  }
}

.p-top-faq__q,
.p-top-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: min(5.4966887417vw, 83px);
  -moz-column-gap: min(5.4966887417vw, 83px);
  column-gap: min(5.4966887417vw, 83px);
  font-size: min(1.9867549669vw, 30px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 1.0666666667em 1.8333333333em 1.2666666667em;
}

@media screen and (max-width: 768px) {

  .p-top-faq__q,
  .p-top-faq__a {
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    font-size: 11px;
    padding: 14px 32px 14px 20px;
  }
}

.p-top-faq__q:before,
.p-top-faq__a:before {
  content: "";
  font-family: "Roboto", sans-serif;
  font-size: 1.4666666667em;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .p-top-faq__q:before,
  .p-top-faq__a:before {
    font-size: 15px;
  }
}

.p-top-faq__q {
  background-color: #000;
  border: 1px solid #707070;
  color: #fff;
}

.p-top-faq__q:before {
  content: "Q";
}

.p-top-faq__a:before {
  content: "A";
}

.p-top-faq__a p {
  font-size: min(1.9867549669vw, 30px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* News */
.p-top-news {
  padding-top: 60px;
  padding-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  width: 1300px;
  max-width: 100%;
  margin-top: 66px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-top-news__list {
    row-gap: 37px;
    margin-top: 38px;
  }
}

.p-top-news__itemLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: min(4.6153846154vw, 60px);
  -moz-column-gap: min(4.6153846154vw, 60px);
  column-gap: min(4.6153846154vw, 60px);
}

@media screen and (max-width: 768px) {
  .p-top-news__itemLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-top-news__itemHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: min(3.8461538462vw, 50px);
  -moz-column-gap: min(3.8461538462vw, 50px);
  column-gap: min(3.8461538462vw, 50px);
  width: min(43.8461538462vw, 570px);
}

@media screen and (max-width: 768px) {
  .p-top-news__itemHead {
    width: 100%;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.p-top-news__itemDate {
  font-size: min(2vw, 26px);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
}

@media screen and (max-width: 768px) {
  .p-top-news__itemDate {
    font-size: 12px;
  }
}

.p-top-news__itemTag {
  font-size: min(2vw, 26px);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  width: min(23.8461538462vw, 310px);
  border: 1px solid #000;
  padding-block: 8px;
}

@media screen and (max-width: 768px) {
  .p-top-news__itemTag {
    font-size: 12px;
    width: 160px;
    padding-block: 5px;
  }
}

.p-top-news__itemTitle {
  width: min(51.5384615385vw, 670px);
  font-size: min(2vw, 26px);
  font-weight: 700;
  line-height: 1.5384615385;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .p-top-news__itemTitle {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
  }
}

.p-top-news__btn {
  width: min(33.0769230769vw, 430px);
  margin-top: 62px;
}

@media screen and (max-width: 768px) {
  .p-top-news__btn {
    width: 206px;
    margin-top: 38px;
  }
}

.p-top-info {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-top-info {
    padding-top: 20px;
  }
}

.p-top-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-info__list {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}

.p-top-info__item {
  font-size: 40px;
  font-weight: 400;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .p-top-info__item {
    font-size: 10px;
  }
}

.p-top-info__content {
  border: 1px solid #000;
  margin-top: 40px;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .p-top-info__content {
    margin-top: 12px;
  }
}

.p-service-movie {
  padding-bottom: 110px;
}

@media screen and (max-width: 1920px) {
  .p-service-movie {
    padding-bottom: 5.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie {
    padding-bottom: 60px;
  }
}

.p-service-movie__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 128px;
  max-width: 1440px;
  margin: 86px auto 0;
}

@media screen and (max-width: 1920px) {
  .p-service-movie__list {
    gap: 6.6666666667vw;
    max-width: 78.6458333333vw;
    margin: 4.4791666667vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie__list {
    margin: 16px auto 0;
    gap: 28px;
    max-width: unset;
  }
}

.p-service-movie__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
}

@media screen and (max-width: 768px) {
  .p-service-movie__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 8px;
  }
}

.p-service-movie__img {
  width: 51%;
  padding-top: 15px;
}

@media screen and (max-width: 1920px) {
  .p-service-movie__img {
    padding-top: 0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.p-service-movie__img img {
  width: 100%;
  height: auto;
}

.p-service-movie__body {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .p-service-movie__body {
    width: 100%;
  }
}

.p-service-movie__title {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  margin-right: -1px;
}

@media screen and (max-width: 1920px) {
  .p-service-movie__title {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie__title {
    font-size: 25px;
    line-height: 2.3333333333;
    text-align: center;
  }
}

.p-service-movie ul {
  margin-top: 30px;
}

@media screen and (max-width: 1920px) {
  .p-service-movie ul {
    margin-top: 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie ul {
    margin-top: unset;
  }
}

.p-service-movie ul li {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .p-service-movie ul li {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie ul li {
    font-size: 15px;
    line-height: 1.3529411765;
    margin: 0 -3px;
  }
}

.p-service-movie ul li+li {
  margin-top: 15px;
}

@media screen and (max-width: 1920px) {
  .p-service-movie ul li+li {
    margin-top: 0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie ul li+li {
    margin-top: 12px;
  }
}

.p-service-movie ul li::after {
  position: absolute;
  content: "";
  background: linear-gradient(150deg, rgb(126, 176, 255) 0%, rgb(255, 169, 248) 50%, rgb(255, 202, 163) 100%);
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 25px;
  z-index: -1;
}

@media screen and (max-width: 1920px) {
  .p-service-movie ul li::after {
    bottom: -0.3645833333vw;
    height: 1.3020833333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie ul li::after {
    bottom: -8px;
    height: 14px;
  }
}

.p-service-movie__text {
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 48px;
}

@media screen and (max-width: 1920px) {
  .p-service-movie__text {
    font-size: 0.9375vw;
    margin-top: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-movie__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}

.p-service-bpo {
  padding-top: 68px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo {
    padding-top: 3.5416666667vw;
    padding-bottom: 5.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo {
    padding-top: 50px;
    padding-bottom: 56px;
  }
}

.p-service-bpo__section {
  margin-top: 32px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__section {
    margin-top: 1.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__section {
    margin-top: 60px;
  }
}

.p-service-bpo__section+.p-service-bpo__section {
  margin-top: 70px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__section+.p-service-bpo__section {
    margin-top: 3.6458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__section+.p-service-bpo__section {
    margin-top: 36px;
  }
}

.p-service-bpo__title {
  font-size: 50px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__title {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__title {
    font-size: 36px;
    line-height: 1.8888888889;
    gap: 6px;
  }
}

.p-service-bpo__title span {
  font-size: 198px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__title span {
    font-size: 10.3125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__title span {
    font-size: 60px;
  }
}

.p-service-bpo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 110px;
  margin-top: 23px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__list {
    gap: 3.6458333333vw 5.7291666667vw;
    margin-top: 1.1979166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    gap: 10px;
  }
}

.p-service-bpo__item {
  width: calc(33.33333% - 73.33333px);
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__item {
    width: calc(33.33333% - 3.81944vw);
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__item {
    width: 100%;
  }
}

.p-service-bpo__open {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-service-bpo__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 58px;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
  }

  .p-service-bpo__open::after {
    position: absolute;
    content: "";
    background: linear-gradient(150deg, rgb(126, 176, 255) 0%, rgb(255, 169, 248) 50%, rgb(255, 202, 163) 100%);
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 5px;
  }

  .p-service-bpo__open::before {
    position: absolute;
    content: "";
    background-image: url(../images/service/arrow.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .p-service-bpo__open.active::before {
    rotate: 180deg;
    top: 20%;
  }
}

.p-service-bpo__openarea {
  border-bottom: #989898 1px solid;
  padding: 0 0 30px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__openarea {
    padding: 0 0 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__openarea {
    padding: 15px 0 46px;
    display: none;
  }
}

.p-service-bpo__img img {
  width: 100%;
  height: auto;
}

.p-service-bpo__body h4 {
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-top: 19px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__body h4 {
    font-size: 1.4583333333vw;
    margin-top: 0.9895833333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__body h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 11px;
  }
}

.p-service-bpo__body h4::after {
  position: absolute;
  content: "";
  background: linear-gradient(150deg, rgb(126, 176, 255) 0%, rgb(255, 169, 248) 50%, rgb(255, 202, 163) 100%);
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 20px;
  z-index: -1;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__body h4::after {
    bottom: -0.1041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__body h4::after {
    height: 16px;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 93%;
  }
}

.p-service-bpo__body p {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 22px;
}

@media screen and (max-width: 1920px) {
  .p-service-bpo__body p {
    font-size: 1.0416666667vw;
    margin-top: 1.1458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-bpo__body p {
    font-size: 14px;
    line-height: 2;
    margin-top: 18px;
    padding: 0 20px;
  }
}

.p-service-price {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1920px) {
  .p-service-price {
    padding-top: 4.1666666667vw;
    padding-bottom: 5.2083333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price {
    padding-top: 40px;
    padding-bottom: 5px;
  }
}

.p-service-price sup {
  top: 0em;
}

@media screen and (max-width: 768px) {
  .p-service-price .c-lead {
    text-align: left;
    margin-top: 28px;
  }
}

.p-service-price__section {
  margin-top: 70px;
}

@media screen and (max-width: 1920px) {
  .p-service-price__section {
    margin-top: 3.6458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price__section {
    margin-top: 65px;
  }
}

.p-service-price__section+.p-service-price__section {
  margin-top: 137px;
}

@media screen and (max-width: 1920px) {
  .p-service-price__section+.p-service-price__section {
    margin-top: 7.1354166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price__section+.p-service-price__section {
    margin-top: 5px;
  }
}

.p-service-price__body .p-service-price-head__subtitle {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-service-price__body .p-service-price-head__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-service-price-head {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 133px;
  padding: 0 0 0 66px;
  height: 126px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head {
    gap: 6.9270833333vw;
    padding: 0 0 0 3.4375vw;
    height: 6.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head {
    height: 80px;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    width: 100vw;
    position: relative;
  }

  .p-service-price-head .p-service-price-head__subtitle {
    display: none;
  }

  .p-service-price-head::after {
    position: absolute;
    content: "";
    background-image: url("../images/service/arrow2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 9px;
  }

  .p-service-price-head.active::after {
    top: 40%;
    rotate: 180deg;
  }
}

.p-service-price-head__title {
  width: 556px;
  font-size: 60px;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__title {
    width: 28.9583333333vw;
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 26px;
  }
}

.p-service-price-head__title.-title2 {
  width: 614px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__title.-title2 {
    width: 31.9791666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__title.-title2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-service-price-head__title span {
  font-family: "Roboto", sans-serif;
}

.p-service-price-head__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__subtitle {
    gap: 1.1458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__subtitle {
    gap: 10px;
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-service-price-head__subtitle>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__subtitle>div {
    gap: 0.2604166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__subtitle>div {
    gap: unset;
  }
}

.p-service-price-head__subtitle .-subtitle1 {
  width: 325px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 26px;
  font-weight: 500;
  background-color: #fff;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__subtitle .-subtitle1 {
    width: 16.9270833333vw;
    height: 2.3958333333vw;
    border-radius: 2.6041666667vw;
    font-size: 1.3541666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__subtitle .-subtitle1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 43px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
  }
}

.p-service-price-head__subtitle .-subtitle2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__subtitle .-subtitle2 {
    font-size: 1.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__subtitle .-subtitle2 {
    color: #000;
    font-size: 14px;
    line-height: 1;
    text-align: left;
  }
}

.p-service-price-head__subtitle .-subtitle3 {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__subtitle .-subtitle3 {
    font-size: 1.7708333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__subtitle .-subtitle3 {
    color: #000;
    font-size: 17px;
    line-height: 1;
  }
}

.p-service-price-head__subtitle .-subtitle4 {
  font-size: 30px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head__subtitle .-subtitle4 {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head__subtitle .-subtitle4 {
    color: #000;
    font-size: 20px;
    line-height: 2;
    text-align: center;
  }
}

.p-service-price-head.-head2 {
  gap: 30px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head.-head2 {
    gap: 1.5625vw;
  }
}

.p-service-price-head.-head2 .p-service-price-head__title {
  width: 660px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head.-head2 .p-service-price-head__title {
    width: 34.375vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-head.-head2 .p-service-price-head__title {
    width: auto;
  }
}

.p-service-price-head.-head3 {
  gap: 290px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head.-head3 {
    gap: 15.1041666667vw;
  }
}

.p-service-price-head.-head4 {
  gap: 312px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-head.-head4 {
    gap: 16.25vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price__body {
    display: none;
    padding-bottom: 27px;
  }
}

.p-service-price-contents1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1 {
    padding-top: 0.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
  }
}

.p-service-price-contents1__head {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__head {
    width: 100%;
  }
}

.p-service-price-contents1__body {
  width: 50%;
  padding-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__body {
    padding-top: 0.5208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__body {
    width: 100%;
    padding-top: 26px;
  }
}

.p-service-price-contents1__price {
  font-size: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__price {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__price {
    font-size: 26px;
  }
}

.p-service-price-contents1__price .-lg {
  font-size: 110px;
  line-height: 1.5454545455;
  font-family: "Roboto", sans-serif;
  margin-right: -10px;
  margin-left: -15px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__price .-lg {
    font-size: 5.7291666667vw;
    margin-right: -0.5208333333vw;
    margin-left: -0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__price .-lg {
    font-size: 58px;
    line-height: 1.5517241379;
    margin-right: unset;
  }
}

.p-service-price-contents1__price .-en {
  font-family: "Roboto", sans-serif;
}

.p-service-price-contents1__small {
  font-size: 20px;
  line-height: 1.5;
  margin: -7px auto 0;
  padding-right: 70px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__small {
    font-size: 1.0416666667vw;
    margin: -0.3645833333vw auto 0;
    padding-right: 3.6458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__small {
    font-size: 14px;
    line-height: 1.5;
    padding-right: unset;
    margin: -5px auto 0;
  }
}

.p-service-price-contents1__title {
  font-size: 24px;
  line-height: 1.9583333333;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__title {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__title {
    font-size: 14px;
    padding-right: unset;
    text-align: left;
  }
}

.p-service-price-contents1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  margin-top: 12px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__list {
    gap: 1.71875vw;
    margin-top: 0.625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__list {
    gap: 8px;
    margin-top: 3px;
  }
}

.p-service-price-contents1__list li {
  font-size: 26px;
  line-height: 1.3461538462;
  font-weight: 700;
  text-align: center;
  width: 148px;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #000;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents1__list li {
    font-size: 1.3541666667vw;
    width: 7.7083333333vw;
    height: 7.7083333333vw;
    border: 0.15625vw solid #000;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents1__list li {
    width: 82px;
    height: 82px;
    font-size: 13px;
    line-height: 1.3846153846;
    border: 1px solid #000;
  }
}

.p-service-price-contents2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-top: 40px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents2 {
    margin-top: 2.0833333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}

.p-service-price-contents2__img {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .p-service-price-contents2__img {
    width: 100%;
  }
}

.p-service-price-contents2__img img {
  width: 100%;
  height: auto;
}

.p-service-price-contents2__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-service-price-contents2__body {
    width: 100%;
  }
}

.p-service-price-contents2__list {
  max-width: 692px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents2__list {
    max-width: 36.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents2__list {
    max-width: unset;
  }
}

.p-service-price-contents2__list li {
  font-size: 26px;
  line-height: 1.4615384615;
  font-weight: 500;
  padding: 10px 33px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents2__list li {
    font-size: 1.3541666667vw;
    padding: 0.5208333333vw 1.71875vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents2__list li {
    font-size: 14px;
    line-height: 2.7142857143;
    padding: 1px 20px;
  }

  .p-service-price-contents2__list li span {
    display: none;
  }
}

.p-service-price-contents2__list li:nth-of-type(odd) {
  background: linear-gradient(225deg, rgba(0, 98, 255, .2) 0%, rgba(255, 169, 248, .2) 50%, rgba(255, 202, 163, .2) 100%);
}

.p-service-price-contents2__small {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents2__small {
    font-size: 1.0416666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents2__small {
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 13px;
    margin-left: 20px;
  }
}

.p-service-price-contents3 {
  max-width: 1370px;
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3 {
    max-width: 71.3541666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents3 {
    max-width: unset;
  }
}

.p-service-price-contents3__table {
  width: 100%;
  margin-top: 16px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3__table {
    margin-top: 0.8333333333vw;
  }
}

.p-service-price-contents3__table tr:not(:last-of-type) {
  border-bottom: #707070 1px solid;
}

.p-service-price-contents3__table th {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
  padding-right: 30px;
  padding-left: 5px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3__table th {
    font-size: 2.9166666667vw;
    padding-right: 1.5625vw;
    padding-left: 0.2604166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents3__table th {
    display: block;
    font-size: 26px;
    padding-top: 18px;
  }
}

.p-service-price-contents3__table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 28px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3__table td {
    padding: 2.0833333333vw 0 1.4583333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents3__table td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 18px;
  }
}

.p-service-price-contents3__price {
  font-size: 50px;
  line-height: 1;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3__price {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents3__price {
    font-size: 26px;
  }
}

.p-service-price-contents3__price .-lg {
  font-size: 110px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-right: -11px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3__price .-lg {
    font-size: 5.7291666667vw;
    margin-right: -0.5729166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents3__price .-lg {
    font-size: 58px;
    line-height: 1.5517241379;
    margin-right: unset;
  }
}

.p-service-price-contents3__price .-en {
  font-family: "Roboto", sans-serif;
}

.p-service-price-contents3__small {
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents3__small {
    font-size: 1.0416666667vw;
    margin-top: 0.2604166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents3__small {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.p-service-price-contents4__price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 45px auto 0;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents4__price {
    margin: 2.34375vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents4__price {
    margin: 0 auto 0;
  }
}

.p-service-price-contents4__price .-lg {
  font-size: 110px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents4__price .-lg {
    font-size: 5.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents4__price .-lg {
    font-size: 58px;
    line-height: 1.5517241379;
  }
}

.p-service-price-contents4__price .-md {
  font-size: 50px;
  line-height: 1;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents4__price .-md {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents4__price .-md {
    font-size: 26px;
  }
}

.p-service-price-contents4__price .-sm {
  font-size: 50px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents4__price .-sm {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents4__price .-sm {
    font-size: 26px;
  }
}

.p-service-price-contents4__small {
  font-size: 20px;
  line-height: 1.5;
  display: block;
  margin: 32px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1920px) {
  .p-service-price-contents4__small {
    font-size: 1.0416666667vw;
    margin: 1.6666666667vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-service-price-contents4__small {
    font-size: 12px;
    line-height: 1.6666666667;
    margin: 18px auto 0;
  }
}

.p-facility-studio {
  padding-bottom: 135px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio {
    padding-bottom: 7.03125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio {
    padding-bottom: 72px;
  }
}

.p-facility-studio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 86px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__item {
    gap: 4.4791666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }

  .p-facility-studio__item:not(:last-of-type) {
    position: relative;
    padding-bottom: 60px;
  }

  .p-facility-studio__item:not(:last-of-type)::after {
    position: absolute;
    content: "";
    background: #CCCCCC;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% + 44px);
    height: 1px;
  }
}

.p-facility-studio__item:not(:first-of-type) {
  padding-top: 150px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__item:not(:first-of-type) {
    padding-top: 7.8125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__item:not(:first-of-type) {
    padding-top: 24px;
  }
}

.p-facility-studio__head {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .p-facility-studio__head {
    width: 100%;
  }
}

.p-facility-studio__body {
  width: 51%;
}

@media screen and (max-width: 768px) {
  .p-facility-studio__body {
    width: 100%;
  }
}

.p-facility-studio__body .main-swiper {
  padding-bottom: 94px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__body .main-swiper {
    padding-bottom: 4.8958333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__body .main-swiper {
    padding-bottom: 42px;
  }
}

.p-facility-studio__body .main-swiper img {
  aspect-ratio: 774/460;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-facility-studio__body .thumb-swiper {
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__body .thumb-swiper {
    padding: 0 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__body .thumb-swiper {
    padding: 0 20px;
  }
}

.p-facility-studio__body .thumb-swiper img {
  aspect-ratio: 131/131;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-facility-studio__body .thumb-swiper .swiper-slide {
  cursor: pointer;
}

.p-facility-studio__body .swiper-button-next,
.p-facility-studio__body .swiper-button-prev {
  color: rgba(0, 0, 0, .6);
  width: 13px;
  height: 23px;
  top: unset;
  bottom: 37px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1920px) {

  .p-facility-studio__body .swiper-button-next,
  .p-facility-studio__body .swiper-button-prev {
    width: 0.6770833333vw;
    height: 1.1979166667vw;
    bottom: 1.9270833333vw;
  }
}

@media screen and (max-width: 768px) {

  .p-facility-studio__body .swiper-button-next,
  .p-facility-studio__body .swiper-button-prev {
    width: 6px;
    height: 11px;
    bottom: 14px;
  }
}

.p-facility-studio__body .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .p-facility-studio__body .swiper-button-next {
    right: 4px;
  }
}

.p-facility-studio__body .swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-facility-studio__body .swiper-button-prev {
    left: 4px;
  }
}

.p-facility-studio__body .swiper-button-next:after,
.p-facility-studio__body .swiper-button-prev:after {
  font-size: 23px;
}

@media screen and (max-width: 1920px) {

  .p-facility-studio__body .swiper-button-next:after,
  .p-facility-studio__body .swiper-button-prev:after {
    font-size: 1.1979166667vw;
  }
}

@media screen and (max-width: 768px) {

  .p-facility-studio__body .swiper-button-next:after,
  .p-facility-studio__body .swiper-button-prev:after {
    font-size: 12px;
  }
}

.p-facility-studio__title {
  font-size: 120px;
  line-height: 1.025;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__title {
    font-size: 6.25vw;
    margin-top: 0.5208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__title {
    font-size: 60px;
    line-height: 1.5166666667;
    text-align: center;
  }
}

.p-facility-studio__subtitle {
  font-size: 30px;
  line-height: 1.5;
  border-bottom: #000000 1px solid;
  margin-top: 40px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__subtitle {
    font-size: 1.5625vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 1.3020833333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__subtitle {
    font-size: 14px;
    line-height: 2;
    margin-top: 2px;
    padding-bottom: 10px;
  }
}

.p-facility-studio__text {
  font-size: 16px;
  line-height: 2;
  margin-top: 22px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__text {
    font-size: 0.8333333333vw;
    margin-top: 1.1458333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 6px;
  }
}

.p-facility-studio__listtitle {
  font-size: 32px;
  line-height: 2.1875;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__listtitle {
    font-size: 1.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__listtitle {
    font-size: 18px;
    line-height: 2.15;
    margin-top: 22px;
  }
}

.p-facility-studio__listtitle::after {
  position: absolute;
  content: "";
  background: linear-gradient(150deg, rgb(126, 176, 255) 0%, rgb(255, 169, 248) 50%, rgb(255, 202, 163) 100%);
  left: 0;
  bottom: 19px;
  width: 100%;
  height: 25px;
  z-index: -1;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__listtitle::after {
    bottom: 0.9895833333vw;
    height: 1.3020833333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__listtitle::after {
    height: 25px;
    bottom: -1px;
  }
}

.p-facility-studio__contents {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__contents {
    margin-top: 3.0208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__contents {
    margin-top: 28px;
  }
}

.p-facility-studio__contents li {
  font-size: 26px;
  line-height: 1.7692307692;
  font-weight: 700;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__contents li {
    font-size: 1.3541666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__contents li {
    font-size: 17px;
    line-height: 2.0588235294;
  }
}

.p-facility-studio__list {
  margin-top: 10px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__list {
    margin-top: 0.5208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__list {
    margin-top: 25px;
  }
}

.p-facility-studio__list li {
  position: relative;
  padding-left: 23px;
}

.p-facility-studio__list li::after {
  position: absolute;
  content: "●";
  left: 4px;
  top: 16px;
  font-size: 11px;
}

@media screen and (max-width: 1920px) {
  .p-facility-studio__list li {
    padding-left: 1.1979166667vw;
  }

  .p-facility-studio__list li::after {
    left: 0.2083333333vw;
    top: 0.8333333333vw;
    font-size: 0.5729166667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-studio__list li {
    padding-left: 15px;
  }

  .p-facility-studio__list li::after {
    left: 0px;
    top: 9px;
    font-size: 9px;
  }
}

.p-facility-movie {
  max-width: 1164px;
  margin: -85px auto 0;
}

@media screen and (max-width: 1920px) {
  .p-facility-movie {
    max-width: 60.625vw;
    margin: -4.4270833333vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-movie {
    max-width: 336px;
    margin: -10px auto 0;
  }
}

.p-facility-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1164/672;
}

.p-facility-space {
  padding-top: 110px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space {
    padding-top: 5.7291666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space {
    padding-top: 53px;
  }
}

.p-facility-space__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(145deg, rgba(0, 98, 255, .2) 0%, rgba(255, 169, 248, .2) 50%, rgba(255, 202, 163, .2) 100%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-facility-space__section:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-facility-space__section:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: unset;
  }
}

.p-facility-space__section:nth-of-type(odd) .p-facility-space__head {
  padding-left: 105px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__section:nth-of-type(odd) .p-facility-space__head {
    padding-left: 5.46875vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__section:nth-of-type(odd) .p-facility-space__head {
    padding-left: unset;
    padding: 33px 20px 24px;
  }
}

.p-facility-space__section:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .p-facility-space__section:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: unset;
  }
}

.p-facility-space__section:nth-of-type(even) .p-facility-space__head {
  padding-right: 105px;
  padding-left: 205px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__section:nth-of-type(even) .p-facility-space__head {
    padding-right: 5.46875vw;
    padding-left: 10.6770833333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__section:nth-of-type(even) .p-facility-space__head {
    padding-right: unset;
    padding: 33px 20px 24px;
  }
}

.p-facility-space__section:nth-of-type(2) .p-facility-space__title {
  margin-top: 42px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__section:nth-of-type(2) .p-facility-space__title {
    margin-top: 2.1875vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__section:nth-of-type(2) .p-facility-space__title {
    margin-top: unset;
  }
}

.p-facility-space__section:nth-of-type(3) .p-facility-space__title {
  margin-top: 42px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__section:nth-of-type(3) .p-facility-space__title {
    margin-top: 2.1875vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__section:nth-of-type(3) .p-facility-space__title {
    margin-top: unset;
  }
}

.p-facility-space__head {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-facility-space__head {
    width: 100%;
  }
}

.p-facility-space__img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-facility-space__img {
    width: 100%;
  }
}

.p-facility-space__title {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__title {
    font-size: 2.6041666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__title {
    font-size: 38px;
    line-height: 1.1842105263;
  }
}

.p-facility-space__title span {
  font-size: 40px;
  line-height: 1.75;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: -10px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__title span {
    font-size: 2.0833333333vw;
    margin-bottom: -0.5208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__title span {
    font-size: 32px;
    line-height: 1.40625;
    margin-bottom: -8px;
  }
}

.p-facility-space__subtitle {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-top: 26px;
  padding-bottom: 24px;
  max-width: 650px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__subtitle {
    font-size: 1.5625vw;
    margin-top: 1.3541666667vw;
    padding-bottom: 1.25vw;
    max-width: 33.8541666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__subtitle {
    font-size: 14px;
    line-height: 2;
    margin-top: 7px;
    padding-bottom: 9px;
    max-width: unset;
  }
}

.p-facility-space__text {
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 30px;
  max-width: 650px;
}

@media screen and (max-width: 1920px) {
  .p-facility-space__text {
    font-size: 0.9375vw;
    margin-top: 1.5625vw;
    max-width: 33.8541666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-space__text {
    font-size: 14px;
    line-height: 2;
    margin-top: 7px;
    max-width: unset;
  }
}

.p-facility-space__img img {
  width: 100%;
  height: auto;
}

.p-facility-equipment {
  padding-top: 64px;
  padding-bottom: 140px;
}

@media screen and (max-width: 1920px) {
  .p-facility-equipment {
    padding-top: 3.3333333333vw;
    padding-bottom: 7.2916666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-equipment {
    padding-top: 34px;
    padding-bottom: 43px;
  }

  .p-facility-equipment .c-title span {
    display: inline-block;
  }

  .p-facility-equipment .c-lead {
    margin-top: 40px;
  }
}

.p-facility-equipment__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 85px;
  gap: 66px;
}

@media screen and (max-width: 1920px) {
  .p-facility-equipment__section {
    padding-top: 4.4270833333vw;
    gap: 3.4375vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    gap: 20px;
  }
}

.p-facility-equipment__section+.p-facility-equipment__section {
  padding-top: 81px;
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__section+.p-facility-equipment__section {
    padding-top: 35px;
  }
}

.p-facility-equipment__head {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__head {
    width: 100%;
  }
}

.p-facility-equipment__body {
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
  padding-top: 80px;
}

@media screen and (max-width: 1920px) {
  .p-facility-equipment__body {
    gap: 1.09375vw;
    padding-top: 4.1666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__body {
    width: 100%;
    padding-top: unset;
    gap: 8px;
  }
}

.p-facility-equipment__body p {
  border: #707070 1px solid;
  font-size: 30px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  padding: 10px 20px 10px 40px;
}

@media screen and (max-width: 1920px) {
  .p-facility-equipment__body p {
    font-size: 1.5625vw;
    padding: 0.5208333333vw 1.0416666667vw 0.5208333333vw 2.0833333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__body p {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 8px 6px 18px;
  }
}

.p-facility-equipment__title {
  font-size: 42px;
  line-height: 1.6666666667;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .p-facility-equipment__title {
    font-size: 2.1875vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__title {
    font-size: 20px;
    line-height: 1.85;
  }
}

.p-facility-equipment__img {
  margin-top: 10px;
}

@media screen and (max-width: 1920px) {
  .p-facility-equipment__img {
    margin-top: 0.5208333333vw;
  }
}

@media screen and (max-width: 768px) {
  .p-facility-equipment__img {
    margin-top: 2px;
  }
}

.p-facility-equipment__img img {
  width: 100%;
  height: auto;
}

/* @forward "about";
@forward "news";
@forward "recruit";
@forward "rd";
@forward "sustainability";
@forward "business"; */
.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-inline-auto {
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }

  .u-smt5 {
    margin-top: 5px !important;
  }

  .u-smt10 {
    margin-top: 10px !important;
  }

  .u-smt15 {
    margin-top: 15px !important;
  }

  .u-smt20 {
    margin-top: 20px !important;
  }

  .u-smb0 {
    margin-bottom: 0 !important;
  }

  .u-smb5 {
    margin-bottom: 5px !important;
  }

  .u-smb10 {
    margin-bottom: 10px !important;
  }

  .u-smb15 {
    margin-bottom: 15px !important;
  }

  .u-smb20 {
    margin-bottom: 20px !important;
  }

  .u-sml0 {
    margin-left: 0 !important;
  }
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

.u-bg-white {
  background: #ffffff;
}

.u-bg-gradation {
  position: relative;
  z-index: 0;
}

.u-bg-gradation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0062FF 0%, #FFA9F8 50%, #FFCAA3 100%);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  opacity: 0.1;
  z-index: -1;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}

@media screen and (max-width: 1920px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}

@media screen and (max-width: 1920px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}

.u-md-only--flex {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}

.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .u-flex--column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* 追加: フッター用スタイルに必要な変数 */
:root {
  --base-width-sp: 375;
  --base-width-pc: 1920;
}

/* 追加: フッター用スタイル */
.d-footer {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.d-footer>.inner {
  padding-top: 1.25rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 769px) {
  .d-footer>.inner {
    padding-top: 80px;
  }
}

.d-footer::before {
  content: "";
  display: block;
  width: calc(1270 * 100vw / var(--base-width-sp));
  height: calc(657 * 100vw / var(--base-width-sp));
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .d-footer::before {
    width: calc(2755 * 100vw / var(--base-width-pc));
    height: calc(657 * 100vw / var(--base-width-pc));
    min-width: 2755px;
    min-height: 657px;
  }
}

@media (max-width: 768px) {
  .d-footer::after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(300 * 100vw / var(--base-width-sp));
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background: #fff;
    position: absolute;
  }
}

.d-footer .footer-link-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  right: 5px;
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .d-footer .footer-link-tree {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .d-footer .footer-link-tree>.treeItem {
    width: calc(50% - 500vw / var(--base-width-sp));
    width: calc(50% - 500vw / var(--base-width-sp));
  }

  .d-footer .footer-link-tree>.treeItem:nth-of-type(3) {
    margin-top: 1.875rem;
  }

  .d-footer .footer-link-tree>.treeItem:nth-of-type(4) {
    margin-top: 1.875rem;
  }
}

@media (min-width: 769px) {
  .d-footer .footer-link-tree>.treeItem .treeSubItem:nth-of-type(n+2) {
    margin-top: 60px;
  }
}

.d-footer .link-branch.-level01 {
  font-size: 0.875rem;
}

.d-footer .link-branch.-level01>a {
  letter-spacing: -0.01em;
}

@media (min-width: 769px) {
  .d-footer .link-branch.-level01 {
    font-size: 1rem;
  }
}

.d-footer .link-branch.-level01:nth-of-type(n+2) {
  margin-top: 20px;
}

.d-footer .link-branch.-level02 {
  font-size: 0.75rem;
  position: relative;
  padding-left: 0.9375rem;
}

@media (min-width: 769px) {
  .d-footer .link-branch.-level02 {
    font-size: 0.875rem;
  }
}

.d-footer .link-branch.-level02:nth-of-type(1) {
  margin-top: 10px;
}

.d-footer .link-branch.-level02:nth-of-type(n+2) {
  margin-top: 10px;
}

.d-footer .link-branch.-level02::before {
  content: "";
  display: block;
  width: 10px;
  height: 0.5px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (max-width: 768px) {
  .d-footer .footer-nav {
    padding: 0 calc(1500vw / var(--base-width-sp)) 0;
    background: #fff;
  }
}

.d-footer .footer-nav.-type02 {
  margin: 1.5625rem 0 0.9375rem;
}

@media (min-width: 769px) {
  .d-footer .footer-nav.-type02 {
    margin: 54px 0 33px;
  }
}

.d-footer .footer-nav.-type02>.inner>.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .d-footer .footer-nav.-type02>.inner>.navList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .d-footer .footer-nav.-type02>.inner>.navList>.navItem {
    margin: 0 0.625rem 0 0;
  }
}

@media (min-width: 769px) {
  .d-footer .footer-nav.-type02>.inner>.navList>.navItem:nth-of-type(n+2) {
    margin-left: 30px;
  }
}

.d-footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  color: #000;
  text-align: center;
  font-size: 0.625rem;
  padding-bottom: 30px;
}

@media (min-width: 769px) {
  .d-footer .copyright {
    font-size: calc(14 * 100vw / var(--base-width-pc));
  }
}