@charset "UTF-8";
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Sans+Myanmar:wght@400;500;600;700&display=swap");
/* fonts */
/* ==========================================================================
 #Foundation
========================================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 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;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/* #Typography
----------------------------------------------------------------- */
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  font-size: 0.6666666667vw;
}
@media screen and (min-width: 1500px) {
  body,
html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  body,
html {
    font-size: 2.3255813953vw;
  }
}

*::selection {
  background-color: #000000;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

b,
strong,
.bold {
  font-weight: 700;
}

a {
  transition: opacity 0.2s;
  text-decoration: none;
  opacity: 1;
  outline: none;
}
a:hover, a:active, a.hover {
  text-decoration: none;
  opacity: 0.8;
}

/* #base
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

img, svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: text-bottom;
}

/* ==========================================================================
 #Layout
========================================================================== */
/* #wrapper
----------------------------------------------------------------- */
.l-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* #header
----------------------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .l-header__container {
    width: 43rem;
  }
}
.l-header__logo {
  width: 16.603rem;
  height: 2.576rem;
  margin: 2.3rem 3.5rem;
}
@media screen and (max-width: 767px ) {
  .l-header__logo {
    margin: 3rem 3rem;
  }
}

/* #mv
----------------------------------------------------------------- */
.l-mv {
  width: 100%;
  padding-top: 7rem;
}

/* #nav
----------------------------------------------------------------- */
.l-nav {
  width: 100%;
  padding: 11rem 0;
}
@media screen and (max-width: 767px ) {
  .l-nav {
    padding: 2.2rem 0;
  }
}

/* #main
----------------------------------------------------------------- */
.l-main {
  background-color: #ffffff;
}

/* #sec1
----------------------------------------------------------------- */
.l-sec1 {
  width: 100%;
  padding: 12.4rem 0;
}
@media screen and (max-width: 767px ) {
  .l-sec1 {
    padding: 3.6rem 0 5.7rem;
  }
}

/* #footer
----------------------------------------------------------------- */
.l-footer {
  width: 100%;
  padding: 13.2rem 0 9rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px ) {
  .l-footer {
    padding: 4.5rem 0 14rem;
  }
}
.l-footer__button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 51.7rem;
  height: 6rem;
  border: 1px solid #707070;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  box-sizing: border-box;
  padding-left: 8rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .l-footer__button {
    width: 35rem;
    height: 6rem;
    padding-left: 4.5rem;
  }
}
.l-footer__button:first-of-type {
  margin-top: 0;
}
.l-footer__buttonText {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.0454545455;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonText {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8125;
    letter-spacing: 0.18em;
  }
}
.l-footer__buttonArrow {
  width: 8.473rem;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.7rem;
  transition: right 0.3s;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonArrow {
    width: 6.302rem;
    right: 2.3rem;
  }
}
.l-footer__button:hover .l-footer__buttonArrow {
  right: 1.8rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__button:hover .l-footer__buttonArrow {
    right: 1.4rem;
  }
}
.l-footer__buttonInstagram {
  width: 13.1rem;
  margin-right: 1rem;
  margin-left: -1.8rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonInstagram {
    width: 10.48rem;
    margin-right: 0.5rem;
    margin-left: -3rem;
  }
}
.l-footer__buttonAccount {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 0.045em;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonAccount {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8125;
    letter-spacing: 0.045em;
  }
}
.l-footer__banner {
  padding-top: 2.37rem;
  width: 51.7rem;
  margin: auto;
}
.l-footer__logo {
  width: 17.115rem;
  height: 2.656rem;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .l-footer__logo {
    margin-top: 6rem;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.18em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__copy {
    margin-top: 3.5rem;
  }
}

/* #side
----------------------------------------------------------------- */
.l-side {
  display: none;
}
.l-side__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.l-side__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-side__item {
  margin-top: 1.7rem;
}
.l-side__link {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.25rem;
  border-radius: 1rem 0px 0px 1rem;
  background-color: #e4ebeb;
}
.l-side__itemFlex {
  display: flex;
  align-items: center;
  text-align: center;
}
.l-side__itemImage {
  width: 6.9rem;
  height: 10.395rem;
}
.l-side__itemText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 8.4rem;
}
.l-side__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.015em;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-top: 0rem;
  color: #626262;
}
.l-side__icon {
  display: inline-block;
  margin-top: 1.77rem;
  margin-left: auto;
  margin-right: auto;
  width: 1.139rem;
  height: 0.57rem;
}
.l-side__gotop {
  display: block;
  margin-top: 2.6rem;
  width: 7.183rem;
  height: 7.183rem;
  background-color: #ffffff;
  border-radius: 100%;
}

/* ==========================================================================
 #component
========================================================================== */
/* #c-credit
----------------------------------------------------------------- */
.c-credit {
  position: relative;
  width: 30rem;
}
.c-credit__list {
  margin-top: -1rem;
}
.c-credit__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 1rem;
}
.c-credit__item--left {
  justify-content: flex-start;
}
.c-credit__size {
  display: flex;
  width: 2rem;
  height: 2rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #3a3a3a;
  box-decoration-break: #3a3a3a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
}
.c-credit__size--noBorder {
  border: 1px solid transparent;
}
.c-credit__name {
  width: 12rem;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #3a3a3a;
}
.c-credit__name span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
.c-credit__price {
  width: 13rem;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  color: #3a3a3a;
  padding: 0 2rem;
  white-space: nowrap;
}
.c-credit__tax {
  color: #3a3a3a;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0em;
}
.c-credit__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2rem;
  color: #ffffff;
  background-color: #95b7b0;
  border: 1px solid #95b7b0;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.12em;
  transition: all 0.3s;
}
@media screen and (max-width: 767px ) {
  .c-credit__link {
    background-color: #95b7b0;
    color: #ffffff;
  }
}
.c-credit__link:hover {
  border: 1px solid #95b7b0;
  background-color: #ffffff;
  color: #95b7b0;
  opacity: 1;
}
.c-credit__link--gray {
  color: #707070;
  background-color: #ffffff;
  border: 1px solid #707070;
}
.c-credit__link--gray:hover {
  background-color: #707070;
  color: #ffffff;
  opacity: 1;
}
.c-credit__button {
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  right: -11rem;
  bottom: 0rem;
  background-color: #000000;
  border-radius: 100%;
  transition: background-color 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.c-credit__button:hover {
  opacity: 1;
  background-color: rgba(214, 8, 108, 0.4);
}
@media screen and (max-width: 767px ) {
  .c-credit__button {
    width: 6rem;
    height: 6rem;
    right: -7.5rem;
    bottom: 0.2rem;
  }
}

/* #detali
----------------------------------------------------------------- */
.c-detali {
  margin-top: 1.7rem;
  height: 27.7rem;
  padding: 4.6rem 0 4.95rem 4.2rem;
  background-color: #efefef;
}
@media screen and (max-width: 767px ) {
  .c-detali {
    height: auto;
    margin-top: 1.66rem;
    margin-bottom: 6rem;
    padding: 2.4rem;
  }
}
.c-detali__item {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .c-detali__item {
    margin-top: 0.8rem;
  }
}
.c-detali__item:nth-child(1) {
  margin-top: 0;
}
.c-detali__itemNumber {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 100%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.7rem;
  background-color: #a2a0a0;
}
@media screen and (max-width: 767px ) {
  .c-detali__itemNumber {
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2142857143;
    letter-spacing: 0em;
  }
}
.c-detali__itemText {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 40rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2777777778;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 767px ) {
  .c-detali__itemText {
    width: 26.2rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0.015em;
  }
}
.c-detali__color {
  margin-top: 2.6rem;
  display: flex;
}
@media screen and (max-width: 767px ) {
  .c-detali__color {
    margin-top: 1.48rem;
  }
}
.c-detali__colorText {
  margin-right: 2.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px ) {
  .c-detali__colorText {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5384615385;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
  }
}
.c-detali__colorInner {
  display: flex;
  align-items: center;
}
.c-detali__innerContent {
  margin-right: 1.2rem;
  padding-left: 2.6rem;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0em;
}
.c-detali__innerContent--olive {
  color: #8a9a94;
}
@media screen and (max-width: 767px ) {
  .c-detali__innerContent {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0em;
    margin-right: 0.7rem;
    padding-left: 2rem;
  }
}
.c-detali__innerContent::before {
  content: "";
  position: absolute;
  display: block;
  left: 0%;
  width: 2rem;
  height: 2rem;
  background-color: #000000;
  border-radius: 100%;
}
@media screen and (max-width: 767px ) {
  .c-detali__innerContent::before {
    width: 14px;
    height: 14px;
  }
}
.c-detali__innerContent--olive::before {
  background-color: #8a9a94;
}

/* #down
----------------------------------------------------------------- */
.c-down {
  width: 2.6rem;
  height: 2.6rem;
  animation: downmove 1.8s ease-in-out infinite;
}

@keyframes downmove {
  0% {
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0.5rem);
    opacity: 0;
  }
}
/* #styletitle
----------------------------------------------------------------- */
.c-styletitle__for {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.7307692308;
  letter-spacing: 0.075em;
  color: #83a7a0;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__for {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .c-styletitle__for--content2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.0476190476;
    letter-spacing: 0.075em;
  }
}
.c-styletitle__number {
  position: relative;
  padding-left: 17rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.125;
  letter-spacing: 0.075em;
  color: #000000;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.48;
    letter-spacing: 0.075em;
    padding-left: 9rem;
  }
}
.c-styletitle__number--content2 {
  padding-left: 5rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content2 {
    padding-left: 8.6rem;
  }
}
.c-styletitle__number--content3 {
  padding-left: 15rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content3 {
    padding-left: 10.5rem;
  }
}
.c-styletitle__number--content4 {
  padding-left: 14.8rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content4 {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content5 {
    padding-left: 7.2rem;
  }
}
.c-styletitle__number--content6 {
  padding-left: 11rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content6 {
    padding-left: 7.6rem;
  }
}
.c-styletitle__number--content7 {
  padding-left: 9.5rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content7 {
    padding-left: 6rem;
  }
}
.c-styletitle__number--content8 {
  padding-left: 17.9rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content8 {
    padding-left: 6.7rem;
  }
}
.c-styletitle__number::before {
  content: "";
  position: absolute;
  left: 5%;
  bottom: 50%;
  border: 0.5px solid #000000;
  width: 15.4rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number::before {
    left: 0%;
    bottom: 50%;
    width: 8.294rem;
    border: 0.5px solid #000000;
  }
}
.c-styletitle__number--content2::before {
  width: 3.417rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content2::before {
    left: 0%;
    width: 7.874rem;
  }
}
.c-styletitle__number--content3::before {
  width: 12.991rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content3::before {
    width: 9.932rem;
  }
}
.c-styletitle__number--content4::before {
  width: 12.937rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content4::before {
    width: 9.645rem;
  }
}
.c-styletitle__number--content6::before {
  width: 9.216rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content6::before {
    width: 6.957rem;
  }
}
.c-styletitle__number--content7::before {
  width: 7.873rem;
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content7::before {
    width: 5.371rem;
  }
}
@media screen and (max-width: 767px ) {
  .c-styletitle__number--content8::before {
    width: 6.053rem;
  }
}

/* #openning
----------------------------------------------------------------- */
.js-openning {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-openning.loaded {
  opacity: 1;
}
.js-openning__image {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-openning__image.loaded {
  opacity: 1;
  transform: translate(0);
}
.js-openning__image--1 {
  transform: translateY(2rem);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px ) {
  .js-openning__image--1 {
    transform: translate(-2rem, 0rem);
    transition-delay: 0.7s;
  }
}
.js-openning__image--2 {
  transform: translateY(2rem);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px ) {
  .js-openning__image--2 {
    transform: translate(2rem, 0rem);
    transition-delay: 1.2s;
  }
}
.js-openning__image--3 {
  transform: translateX(3rem);
  transition-delay: 0.7s;
}
.js-openning__image--4 {
  transform: translateX(-3rem);
  transition-delay: 0.7s;
}
@media screen and (max-width: 767px ) {
  .js-openning__image--4 {
    transform: translate(2rem, 0rem);
    transition-delay: 0.2s;
  }
}
.js-openning__image--5 {
  transform: translateX(3rem);
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px ) {
  .js-openning__image--5 {
    transform: translate(-2rem, 0rem);
    transition-delay: 1.2s;
  }
}
.js-openning__image--6 {
  transform: translateX(-3rem);
  transition-delay: 1.2s;
}
@media screen and (max-width: 767px ) {
  .js-openning__image--6 {
    transform: translate(-2rem, 0rem);
    transition-delay: 0.2s;
  }
}
.js-openning__image--7 {
  transform: translateX(3rem);
  transition-delay: 1.7s;
}
.js-openning__image--8 {
  transform: translateX(-3rem);
  transition-delay: 1.7s;
}
@media screen and (max-width: 767px ) {
  .js-openning__image--8 {
    transform: translate(2rem, 0rem);
    transition-delay: 0.7s;
  }
}

/* #js-scrollEffect
----------------------------------------------------------------- */
.js-scrollEffect--fadeInUp {
  will-change: opacity, transform;
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.js-scrollEffect--fadeInUp.action {
  opacity: 1 !important;
  transform: translateY(0);
}
.js-scrollEffect--fadeIn {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition-delay: 0.1s;
}
.js-scrollEffect--fadeIn.action {
  opacity: 1 !important;
}
.js-scrollEffect--slideIn {
  clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn.action {
  clip-path: inset(0 0 0 0);
}
.js-scrollEffect--slideIn2 {
  clip-path: polygon(0 0, 0 0%, 0% 0);
  will-change: clip-path;
  transition: clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn2.action {
  clip-path: polygon(0 0, 0 200%, 200% 0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border-bottom: 0rem solid transparent;
}

.js-slider {
  width: 100%;
  position: relative;
}
.js-slider___main {
  width: 100%;
}
.js-slider__slide img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.js-slider__nav {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
.js-slider__nav .slick-list {
  width: 100% !important;
}
.js-slider__nav .slick-track {
  width: 100% !important;
  display: flex;
  justify-content: center;
  transform: translate3d(0px, 0px, 0px) !important;
}
.js-slider__nav .slick-slide {
  width: auto !important;
}
.js-slider__navItem {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.015em;
  padding: 0 1rem;
  color: #b7b7b7;
  text-align: center;
  cursor: pointer;
  transition: color 0.6s;
}
@media screen and (max-width: 767px ) {
  .js-slider__navItem {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: 0.015em;
    font-weight: 500;
  }
}
.js-slider .slick-current .js-slider__navItem {
  color: black;
}
.js-slider .slick-next {
  right: 3.5rem;
  width: 1.6rem;
  height: 3.2rem;
  background-image: url(../images/slider-arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
.js-slider .slick-next:before {
  display: none;
}
.js-slider .slick-prev {
  left: 3.5rem;
  width: 1.6rem;
  height: 3.2rem;
  background-image: url(../images/slider-arrow-prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 100;
}
.js-slider .slick-prev:before {
  display: none;
}

/* ==========================================================================
 #project
========================================================================== */
/* #mv
----------------------------------------------------------------- */
.p-mv {
  background-color: #f4f4f4;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-mv {
    background-color: #efefef;
  }
}
.p-mv__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px ) {
  .p-mv__container {
    width: 43rem;
  }
}
.p-mv__mainTitle {
  margin-top: 3.75rem;
  width: 37.3rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-mv__mainTitle {
    margin-top: 4.87rem;
    width: 27.6rem;
    text-align: center;
  }
  .p-mv__mainTitle img {
    padding-left: 1.4rem;
  }
}
.p-mv__mainTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.68rem;
  display: inline-block;
  width: 2.5rem;
  height: 2.5px;
  background-color: #000000;
}
@media screen and (max-width: 767px ) {
  .p-mv__mainTitle::after {
    top: 4.46rem;
    height: 0.4rem;
  }
}
.p-mv__subTitle {
  margin-top: 4.8rem;
  width: 19.4rem;
}
@media screen and (max-width: 767px ) {
  .p-mv__subTitle {
    margin-top: 3.46rem;
    width: 13.2rem;
  }
}
.p-mv__text {
  width: 40.9rem;
  margin-top: 4.14rem;
}
@media screen and (max-width: 767px ) {
  .p-mv__text {
    margin-top: 2.89rem;
    background-color: #ffffff;
    width: 100%;
    padding: 2.5rem 0;
  }
}
.p-mv__textimg {
  margin: auto;
  width: 20.6rem;
}
.p-mv__bg {
  width: 100%;
  height: 22.7rem;
  background-color: #e3e3e3;
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px ) {
  .p-mv__bg {
    height: 51.6rem;
    background-color: transparent;
  }
}
.p-mv__gallery {
  width: 118rem;
  height: 49.2rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1.5rem;
  position: relative;
  left: -3.5rem;
}
@media screen and (max-width: 767px ) {
  .p-mv__gallery {
    width: 100%;
    height: 54.1rem;
    left: 0;
    margin-top: -2.5rem;
  }
}
.p-mv__image {
  position: absolute;
  height: auto;
}
.p-mv__image--1 {
  width: 18.6rem;
  top: 6.8rem;
  left: 46.7rem;
  z-index: 10;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--1 {
    width: 12.9rem;
    top: 0;
    left: 16.8rem;
  }
}
.p-mv__image--2 {
  width: 24.5rem;
  top: 7.8rem;
  right: 35.2rem;
  z-index: 10;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--2 {
    width: 16.6rem;
    top: 25.3rem;
    right: auto;
    left: 5rem;
  }
}
.p-mv__image--3 {
  width: 26.9rem;
  top: 4.7rem;
  left: 29.5rem;
  z-index: 8;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--3 {
    display: none;
  }
}
.p-mv__image--4 {
  width: 23.2rem;
  top: 6.7rem;
  right: 25.5rem;
  z-index: 8;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--4 {
    width: 15.4rem;
    top: 24.6rem;
    right: 1.4rem;
  }
}
.p-mv__image--5 {
  width: 31.7rem;
  top: 0rem;
  left: 12rem;
  z-index: 6;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--5 {
    width: 20.741rem;
    top: -4.8rem;
    left: 0.4rem;
  }
}
.p-mv__image--6 {
  width: 17.5rem;
  top: 7.8rem;
  right: 14.5rem;
  z-index: 6;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--6 {
    width: 12.1rem;
    top: 0.6rem;
    right: 3.4rem;
  }
}
.p-mv__image--7 {
  width: 29.5rem;
  top: 7.8rem;
  left: 0rem;
  z-index: 4;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--7 {
    display: none;
  }
}
.p-mv__image--8 {
  width: 21.1rem;
  top: 9rem;
  right: 0rem;
  z-index: 4;
}
@media screen and (max-width: 767px ) {
  .p-mv__image--8 {
    width: 15.1rem;
    top: 26rem;
    right: 12rem;
  }
}

/* #nav
----------------------------------------------------------------- */
.p-nav {
  position: fixed;
  bottom: 0%;
  z-index: 1000;
  display: none;
}
.p-nav__container {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.p-nav__inner {
  width: calc(100% - 6.2rem);
}
.p-nav__title {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  background-color: #c7c7c7;
  border: solid #9b9b9b 1px;
}
.p-nav__titleText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.12em;
  margin-right: 1.66rem;
}
.p-nav__icon1 {
  width: 0.9rem;
  height: 0.57rem;
}
.p-nav__list {
  display: flex;
  align-items: center;
  width: 100%;
  margin-inline: auto;
}
.p-nav__item {
  width: 33.3333333333%;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.15em;
}
.p-nav__item:nth-of-type(1) {
  transition-delay: 0.2s;
}
.p-nav__item:nth-of-type(2) {
  transition-delay: 0.35s;
}
.p-nav__item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.p-nav__link {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-left: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  background-color: #f0f0f0;
  padding: 0.5rem 0.4rem;
}
.p-nav__link--rBorder {
  border-right: 1px solid #9b9b9b;
}
.p-nav__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.015em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.p-nav__icon2 {
  margin-top: 0.8rem;
}
.p-nav__pageTopButton {
  width: 5.3rem;
}

/* #sec1First
----------------------------------------------------------------- */
.p-sec1First__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec1First__container {
    margin-top: 0.65rem;
    width: 36.3rem;
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.p-sec1First__items {
  background-color: #efefef;
  width: 60%;
  box-sizing: border-box;
  padding: 0 7.21rem 0 10rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__items {
    width: 36.3rem;
    padding: 0 0 3.8rem 0;
  }
}
.p-sec1First__itemsInner {
  height: fit-content;
}
.p-sec1First__title {
  padding: 1.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__title {
    border-top: none;
    padding: 2rem 0;
  }
}
.p-sec1First__titleText1 {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.0344827586;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__titleText1 {
    border-top: none;
  }
}
.p-sec1First__titleText2 {
  width: 18.6rem;
  height: 1.9rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__titleText2 {
    width: 16.4rem;
  }
}
.p-sec1First__text {
  margin-top: 4.32rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.18em;
  text-align: justify;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__text {
    margin-top: 3.04rem;
    padding: 0 2rem;
  }
}
.p-sec1First__flexContent {
  margin-top: 3.7rem;
  display: flex;
  justify-content: space-between;
}
.p-sec1First__flexItem {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #414141;
}
.p-sec1First__flexItem span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0.18em;
}
.p-sec1First__movie {
  width: 40%;
  background-color: #efefef;
}
.p-sec1First__movie video {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__movie {
    width: 100%;
  }
}
.p-sec1First__down {
  margin: 2.5rem auto 0 auto;
}

/* #sec1Second
----------------------------------------------------------------- */
.p-sec1Second__container {
  margin-top: 12.7rem;
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__container {
    width: 36.3rem;
    flex-direction: column;
    justify-content: center;
    margin-top: 6rem;
  }
}
.p-sec1Second__items {
  margin-top: 3.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__items {
    margin-top: 0;
    width: 36.3rem;
    flex-direction: column-reverse;
  }
  .p-sec1Second__items--margintop {
    margin-top: 6rem;
  }
}
.p-sec1Second__leftItem {
  width: 48rem;
  height: fit-content;
  padding-right: 7.7rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__leftItem {
    margin-top: 4rem;
    padding-right: 0;
    width: 87%;
  }
}
.p-sec1Second__rightItem {
  width: 53.838rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__rightItem {
    width: 28.394rem;
    margin: auto;
  }
}
.p-sec1Second__titleFlex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__titleFlex {
    width: 36.3rem;
  }
}
.p-sec1Second__image {
  width: 6.3rem;
  height: 6.3rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__image {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p-sec1Second__title {
  margin-left: 1.6rem;
  text-align: left;
  color: #1a1a1a;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2173913043;
  letter-spacing: 0.015em;
}
.p-sec1Second__title span {
  margin-top: 0.6rem;
  display: block;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.0344827586;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__title {
    margin-left: 1.2rem;
    font-weight: 500;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.015em;
  }
  .p-sec1Second__title span {
    margin-top: 0.4rem;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: 0.12em;
  }
}
.p-sec1Second__subtitle {
  margin-top: 4.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__subtitle {
    margin-top: 2.4rem;
    font-weight: 500;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.03em;
  }
}
.p-sec1Second__text {
  margin-top: 2.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Second__text {
    margin-top: 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    letter-spacing: 0.15em;
  }
}

/* #sec1Third
----------------------------------------------------------------- */
.p-sec1Third__container {
  margin-top: 9.31rem;
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__container {
    margin-top: 10rem;
  }
}
.p-sec1Third__item {
  margin: auto;
  width: 84.592rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__item {
    width: 36.3rem;
  }
}
.p-sec1Third__title {
  width: 33.255rem;
  margin: auto;
  padding: 2rem 0;
  text-align: center;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  letter-spacing: 0.015em;
}
.p-sec1Third__title span {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1.0344827586;
  letter-spacing: 0.12em;
  display: block;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__title {
    width: 22.008rem;
    padding: 1.43rem 0;
    font-weight: 500;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.1764705882;
    letter-spacing: 0.015em;
  }
  .p-sec1Third__title span {
    margin-top: 0.8rem;
    font-weight: 500;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.0526315789;
    letter-spacing: 0.12em;
  }
}
.p-sec1Third__columnReverse {
  display: block;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__columnReverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-sec1Third__subtitle {
  margin-top: 4.39rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__subtitle {
    margin-top: 4rem;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.1428571429;
    letter-spacing: 0.15em;
  }
  .p-sec1Third__subtitle br {
    display: none;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__textWrap {
    padding-inline: 0.8rem;
  }
}
.p-sec1Third__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__text {
    text-align: left;
  }
}
.p-sec1Third__boxWrap {
  margin-top: 9.8rem;
  text-align: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__boxWrap {
    margin-top: 3.5rem;
  }
}
.p-sec1Third__boxTitle {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7647058824;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__boxTitle {
    font-size: 1.7rem;
  }
}
.p-sec1Third__box {
  width: 67.8rem;
  margin: 2rem auto 0;
  padding: 2.4rem 1.6rem 1.6rem;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__box {
    width: calc(100% + 3rem);
    margin: 1rem -1.5rem 0;
    padding: 2.4rem 1.8rem 1.8rem;
  }
}
.p-sec1Third__boxItem:not(:first-of-type) {
  margin-top: 3.2rem;
}
.p-sec1Third__boxSubTitle {
  width: fit-content;
  min-width: 38rem;
  margin: 0 auto 1.6rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__boxSubTitle {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
}
.p-sec1Third__boxSubTitle--bold {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__boxSubTitle--bold {
    font-size: 2rem;
  }
}
.p-sec1Third__boxSubTitle--regular {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__boxSubTitle--regular {
    padding-left: 1rem;
    font-size: 1.7rem;
  }
}
.p-sec1Third__boxText {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__boxText {
    font-size: 1.4rem;
  }
}
.p-sec1Third__content {
  margin-top: 4.89rem;
  display: flex;
  justify-content: center;
}
.p-sec1Third__caption {
  margin-top: 1.78rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__caption {
    margin-top: 0.4rem;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.9230769231;
    letter-spacing: 0.15em;
  }
}
.p-sec1Third__button {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__button {
    margin-top: 8rem;
  }
}
.p-sec1Third__buttonItem {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e4ebeb;
  border: 1px solid #000000;
  border-radius: 2.7rem;
  width: 42.292rem;
  height: 5.4rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px ) {
  .p-sec1Third__buttonItem {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.03em;
    width: 33.108rem;
    height: 4.227rem;
  }
}
.p-sec1Third__down {
  margin: 2.5rem auto 0 auto;
}

/* #sec2Anchorlink
----------------------------------------------------------------- */
.p-sec2Anchorlink {
  background-color: #e4ebeb;
  height: 77.5rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink {
    height: 46.5rem;
    margin-top: 4.4rem;
  }
}
.p-sec2Anchorlink__container {
  margin-top: 0.85rem; /*sec1にpadding-bottomがある*/
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__container {
    margin-top: 0;
  }
}
.p-sec2Anchorlink__items {
  width: 82%;
  margin: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__items {
    width: 38.6rem;
  }
}
.p-sec2Anchorlink__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__title {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
  }
}
.p-sec2Anchorlink__titleMedium {
  font-weight: 500;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__titleMedium {
    font-weight: 700;
  }
}
.p-sec2Anchorlink__flex {
  padding-top: 2.5rem;
  width: 78.3rem;
  display: flex;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__flex {
    width: 100%;
  }
}
.p-sec2Anchorlink__flexItem {
  padding: 2.64rem 2.4rem;
  border: 1px solid #000000;
  border-radius: 1.9rem;
  background-color: #ffffff;
  width: 24rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__flexItem {
    width: 11.8rem;
    height: 23.2rem;
    padding: 2.2rem 1rem 1.12rem 1rem;
    border: 1px solid #000000;
  }
}
.p-sec2Anchorlink__innerText {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.015em;
  color: #838383;
}
.p-sec2Anchorlink__innerText span {
  margin-top: 1.15rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  display: block;
  color: #000000;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__innerText {
    font-weight: 500;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2307692308;
    letter-spacing: 0.015em;
  }
  .p-sec2Anchorlink__innerText span {
    margin-top: 0.4rem;
    font-weight: 500;
    font-size: 12.5px;
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
}
.p-sec2Anchorlink__innerIcon {
  margin: 1.89rem auto 0 auto;
  width: 2rem;
  height: 1rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__innerIcon {
    margin: 0.84rem auto;
    width: 1rem;
    height: 0.5rem;
  }
}
.p-sec2Anchorlink__innerImage {
  margin: auto;
  width: 19rem;
  height: 28.5rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Anchorlink__innerImage {
    margin-top: -1rem;
    width: 9.462rem;
    height: 14.186rem;
  }
}
.p-sec2Anchorlink .js-scrollEffect--fadeInUp:nth-of-type(2) {
  transition-delay: 0.4s;
}
.p-sec2Anchorlink .js-scrollEffect--fadeInUp:nth-of-type(3) {
  transition-delay: 0.6s;
}

/* #sec2Style
----------------------------------------------------------------- */
.p-sec2Style__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__container {
    width: 43rem;
  }
}
.p-sec2Style__container--reverse {
  margin-top: 2rem;
  flex-direction: row-reverse;
  justify-content: right;
}
.p-sec2Style__container--flexStart {
  align-items: flex-start;
}
.p-sec2Style__container--6 {
  justify-content: center;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__container {
    width: 100%;
    position: relative;
    margin-top: 3.54rem;
    padding-bottom: 6rem;
    display: block;
  }
  .p-sec2Style__container--gray {
    padding: 2.8rem 0 8rem 0;
    background-color: #f2f2f2;
  }
}
.p-sec2Style__image {
  width: 52.4rem;
  margin-right: 11.1rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image {
    width: 25rem;
    margin-left: 0;
  }
}
.p-sec2Style__image--image2 {
  width: 47rem;
  margin-top: -10rem;
  margin-right: 0;
  margin-left: 10rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image2 {
    width: 25rem;
    margin-top: 0;
    padding-top: 2.4rem;
    margin-left: auto;
  }
}
.p-sec2Style__image--image3 {
  width: 53rem;
  margin-right: -5rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image3 {
    width: 26rem;
    margin-left: 2rem;
  }
}
.p-sec2Style__image--image4 {
  width: 54rem;
  margin-right: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image4 {
    margin-top: 0rem;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: end;
    margin-right: 0rem;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px ) {
  .p-sec2Style__image--image4 {
    width: 28rem;
    margin-right: -2rem;
  }
}
.p-sec2Style__image--image5 {
  width: 46rem;
  margin-right: 5.61rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image5 {
    width: 26rem;
    margin-right: 0%;
    margin-left: auto;
  }
}
.p-sec2Style__image--image6 {
  margin-top: -10rem;
  width: 38rem;
  margin-right: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image6 {
    margin-top: 0;
    width: 22rem;
    margin-left: 1rem;
  }
}
.p-sec2Style__image--image7 {
  width: 75rem;
  margin-right: -10rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image7 {
    width: 93.3884297521%;
    margin-left: 12rem;
  }
}
.p-sec2Style__image--image8 {
  width: 38rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image--image8 {
    width: 22rem;
    margin-left: 3rem;
  }
}
.p-sec2Style__content {
  width: 39.5rem;
  margin-top: 22rem;
}
.p-sec2Style__content--3 {
  margin-top: 27.2rem;
  margin-left: 4rem;
}
.p-sec2Style__content--4 {
  margin-right: 4.7rem;
}
.p-sec2Style__content--6 {
  margin-right: 8.3rem;
}
.p-sec2Style__content--7 {
  margin-top: 8.9rem;
}
.p-sec2Style__content--8 {
  margin-top: 38.8rem;
  margin-right: 6.39rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__content {
    width: 33.4rem;
    margin: auto;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__sp {
    position: absolute;
    top: 20%;
    right: 3.54rem;
  }
}
@media screen and (max-width: 767px ) and (max-width: 767px ) {
  .p-sec2Style__sp--2 {
    top: 11rem;
    left: 4.3rem;
  }
  .p-sec2Style__sp--3 {
    top: 12rem;
  }
  .p-sec2Style__sp--4 {
    top: 12rem;
    margin-left: -1rem;
    right: auto;
  }
  .p-sec2Style__sp--5 {
    top: 18rem;
    margin-left: 0;
    right: auto;
  }
  .p-sec2Style__sp--6 {
    top: 14rem;
  }
  .p-sec2Style__sp--7 {
    top: 10rem;
    margin-left: 0;
    right: auto;
  }
  .p-sec2Style__sp--8 {
    top: 10rem;
  }
}
.p-sec2Style__title {
  display: flex;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__title {
    display: block;
  }
}
.p-sec2Style__subTitle {
  margin-top: 5.88rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__subTitle {
    margin-top: 1.59rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.12em;
  }
}
.p-sec2Style__text {
  margin-top: 3.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__text {
    margin-top: 4rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.12em;
  }
}
.p-sec2Style__credit {
  margin-top: 5.36rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__credit {
    margin-top: 3.2rem;
  }
}
.p-sec2Style__credit .c-credit__link {
  transition: background-color 0.3s, border 0.3s, clip-path 1.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* #sechead
----------------------------------------------------------------- */
.p-sec2Head__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12.8rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__container {
    padding-top: 6rem;
  }
}
.p-sec2Head__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.04;
  letter-spacing: 0.12em;
}
.p-sec2Head__title span {
  display: inline-block;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__title {
    width: 36.3rem;
    margin: auto;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }
}
.p-sec2Head__icon {
  margin-top: 3.47rem;
  margin-left: auto;
  margin-right: auto;
  width: 2.57rem;
  height: 1.285rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__icon {
    margin-top: 1.4rem;
  }
}
.p-sec2Head__items {
  margin-top: 4.4rem;
  width: 101.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__items {
    width: 100%;
    margin-top: 3.86rem;
  }
}
.p-sec2Head__sub {
  padding: 4.2rem 0;
  background-color: #efefef;
  text-align: center;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__sub {
    padding: 3.2rem 0;
  }
}
.p-sec2Head__subTitle {
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  border-bottom: solid 1px #000000;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4285714286;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__subTitle {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.1764705882;
    letter-spacing: 0.12em;
  }
}
.p-sec2Head__subSpan {
  margin-top: 1.48rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__subSpan {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}
.p-sec2Head__flexContent {
  margin-top: 1.7rem;
  display: flex;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__flexContent {
    margin-top: 2.9rem;
    display: block;
  }
}
.p-sec2Head__imgswiper {
  width: 44.7rem;
}
.p-sec2Head__flexLeft {
  width: 46.0784313725%;
  background-color: #efefef;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__flexLeft {
    width: 36.3rem;
    margin: auto;
    padding-bottom: 3rem;
  }
}
.p-sec2Head__flexRight {
  width: 53.9215686275%;
  margin-left: 1.7rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__flexRight {
    margin-left: 0;
    margin: auto;
    width: 36.3rem;
  }
}
.p-sec2Head__flexImage {
  display: flex;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__flexImage {
    margin-top: 1.66rem;
    width: 36.3rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.p-sec2Head__innerImage {
  width: auto;
  height: auto;
  flex: 1;
  margin-left: 1.7rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__innerImage {
    width: 11.11rem;
    height: auto;
  }
}
.p-sec2Head__innerImage:nth-child(1) {
  margin-left: 0;
}

/* ==========================================================================
 #utility
========================================================================== */
/* #img
----------------------------------------------------------------- */
.u-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: text-bottom;
}

/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spNone {
    display: none !important;
  }
}
/* #tel
----------------------------------------------------------------- */
.u-tel a {
  color: #000000;
}

/* #hover
----------------------------------------------------------------- */
.u-hover {
  transition: opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.u-hover:hover {
  opacity: 0.75;
}

/*# sourceMappingURL=style.css.map */
