@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
/*! destyle.css v2.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;
  line-height: 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; /* 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;
  font-weight: bold;
}

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}
button:hover {
  cursor: pointer;
}

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  position: relative;
}

br.is-pc {
  display: block;
}
br.is-sp {
  display: none;
}
@media (max-width: 768px) {
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: block;
  }
}

.sa-fade {
  opacity: 0;
  transition: 1s opacity ease;
}
.sa-fade.is-show {
  opacity: 1;
}
.sa-up {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s opacity ease, 1s transform ease;
}
.sa-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.inner {
  width: 90%;
  max-width: 1080px;
  margin: auto;
}

.header {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header {
    height: 19.0735694823vw;
  }
}
.header__logo {
  width: 126px;
}
.header__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .header__logo {
    width: 24.5231607629vw;
  }
}
.header__copy {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.14em;
  margin: 5px 0 0;
}
@media (max-width: 768px) {
  .header__copy {
    font-size: 13px;
    font-size: 3.5422343324vw;
    letter-spacing: 0.05em;
    margin: 1.3623978202vw 0 0;
  }
}
.header .inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .header .inner {
    gap: 6.5395095368vw;
  }
}

.hero {
  position: relative;
  height: auto;
  aspect-ratio: 2/1;
  background: #ddd;
}
@media (max-width: 768px) {
  .hero {
    aspect-ratio: 1/1.559;
  }
}
.hero__inner {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20.3125vw;
  height: auto;
  aspect-ratio: 1/1;
  background: #fff;
  padding: 0 0 0.625vw 1.25vw;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__inner {
    width: 40.8719346049vw;
    padding: 0 0 1.0899182561vw 2.7247956403vw;
  }
}
.hero__inner h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 58px;
  font-size: 4.53125vw;
  line-height: 110%;
}
.hero__inner h1 span {
  display: block;
  font-size: 36px;
  font-size: 2.8125vw;
  letter-spacing: 0.03em;
  margin-top: -0.234375vw;
  padding: 0 0 0 0.234375vw;
}
@media (max-width: 768px) {
  .hero__inner h1 {
    font-size: 33px;
    font-size: 8.9918256131vw;
  }
  .hero__inner h1 span {
    font-size: 21px;
    font-size: 5.7220708447vw;
  }
}
.hero .swiper {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero .swiper .swiper-slide-1 {
  background-image: url(../img/hero_img01.jpg);
}
.hero .swiper .swiper-slide-2 {
  background-image: url(../img/hero_img02.jpg);
}
.hero .swiper .swiper-slide-3 {
  background-image: url(../img/hero_img03.jpg);
}
@media (max-width: 768px) {
  .hero .swiper .swiper-slide-1 {
    background-image: url(../img/hero_img01_sp.jpg);
  }
  .hero .swiper .swiper-slide-2 {
    background-image: url(../img/hero_img02_sp.jpg);
  }
  .hero .swiper .swiper-slide-3 {
    background-image: url(../img/hero_img03_sp.jpg);
  }
}

.intro__text {
  position: relative;
  padding: 5.625vw 0 21.875vw;
  background: linear-gradient(180deg, #3f6bae 0%, #d9dbde 100%);
}
@media (max-width: 768px) {
  .intro__text {
    padding: 14.7138964578vw 0 70.8446866485vw;
  }
}
.intro__text p {
  position: inherit;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-size: 1.796875vw;
  line-height: 200%;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 768px) {
  .intro__text p {
    font-size: 15px;
    font-size: 4.0871934605vw;
  }
}
.intro__text p {
  opacity: 0;
  transform: translateY(10px);
  transition: 1s opacity ease, 1s transform ease;
}
.intro__text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 7.8125vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 1px;
  height: 7.8125vw;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: 1s transform ease 0.5s;
}
@media (max-width: 768px) {
  .intro__text::before {
    bottom: 47.6839237057vw;
    height: 19.0735694823vw;
  }
}
.intro__text-dot {
  display: block;
  position: absolute;
  bottom: 7.8125vw;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.5s transform ease 1.5s;
}
@media (max-width: 768px) {
  .intro__text-dot {
    bottom: 47.6839237057vw;
  }
}
.intro__text-dot::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -7.5px;
  left: -6.5px;
  border-radius: 50%;
  transform: scale(1);
  transform-origin: center center;
  opacity: 0;
}
.intro__text.is-show p {
  opacity: 1;
  transform: translateY(0);
}
.intro__text.is-show::before {
  transform: scale(1, 1);
}
.intro__text.is-show .intro__text-dot {
  transform: scale(1);
}
.intro__text.is-show .intro__text-dot::after {
  animation: circle 3s ease-out;
  animation-delay: 1s;
}
@keyframes circle {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.intro__about {
  position: relative;
}
.intro__about::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2.421875vw;
  background: #fff;
  bottom: -2.34375vw;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .intro__about::after {
    height: 8.446866485vw;
    bottom: -8.174386921vw;
  }
}
.intro__about-box {
  position: relative;
  width: 84.375vw;
  margin: -5vw auto 0;
  background: #fff;
  box-shadow: 0 0 1.5625vw 0 rgba(0, 0, 0, 0.4);
  padding: 2.5vw 0 6.25vw 19.921875vw;
}
@media (max-width: 768px) {
  .intro__about-box {
    width: 81.7438692098vw;
    margin: -42.5068119891vw auto 0;
    box-shadow: 0 0 5.4495912807vw 0 rgba(0, 0, 0, 0.4);
    padding: 32.6975476839vw 0 16.348773842vw 4.3596730245vw;
  }
}
.intro__about-box__title {
  font-family: "Shippori Mincho", serif;
  font-size: 46px;
  font-size: 3.59375vw;
  line-height: 110%;
}
.intro__about-box__title span {
  display: block;
  font-size: 30px;
  font-size: 2.34375vw;
  letter-spacing: 0.03em;
  margin-top: -0.234375vw;
  padding: 0 0 0 0.234375vw;
}
@media (max-width: 768px) {
  .intro__about-box__title {
    font-size: 36px;
    font-size: 9.8092643052vw;
  }
  .intro__about-box__title span {
    font-size: 22px;
    font-size: 5.9945504087vw;
  }
}
.intro__about-box__text {
  position: relative;
  margin-top: 3.359375vw;
  margin-left: 6.25vw;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-size: 1.328125vw;
  line-height: 233%;
  z-index: 2;
}
@media (max-width: 768px) {
  .intro__about-box__text {
    margin-left: 0;
    font-size: 12px;
    font-size: 3.2697547684vw;
  }
}
.intro__about-box__img {
  position: absolute;
  width: 14.453125vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: 0;
}
.intro__about-box__img-01 {
  left: 0;
}
.intro__about-box__img-02 {
  right: 0;
}
@media (max-width: 768px) {
  .intro__about-box__img-01, .intro__about-box__img-02 {
    display: none;
  }
}
.intro__about-box__img-sp {
  display: none;
}
@media (max-width: 768px) {
  .intro__about-box__img-sp {
    display: block;
    width: 100%;
    height: 29.4277929155vw;
    left: 0;
  }
}
.intro__about-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 95vw;
  height: 90%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.48%, #fff 100%);
}
@media (max-width: 768px) {
  .intro__about-box::before {
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #fff 100%);
  }
}
.intro__company-inner {
  position: relative;
  width: 84.375vw;
  margin: 9.375vw auto 0;
  display: flex;
  gap: 6.25vw;
}
@media (max-width: 768px) {
  .intro__company-inner {
    flex-direction: column;
    gap: 8.719346049vw;
  }
}
.intro__company-block {
  position: relative;
  width: 50%;
}
@media (max-width: 768px) {
  .intro__company-block {
    width: 100%;
    transform: scale(0, 1);
    transition: 1s transform ease;
  }
  .intro__company-block.is-show {
    transform: scale(1, 1);
  }
}
@media (max-width: 768px) {
  .intro__company-block::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2.7247956403vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 12.5340599455vw;
    height: 5.4495912807vw;
    background: #fff;
    transform: 0, 1;
    transition: 0.5s transform ease;
    transition-delay: 0.5s;
  }
}
.intro__company-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 6.25vw;
  right: -3.90625vw;
  width: 1.5625vw;
  height: 1.5625vw;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s opacity ease;
}
@media (max-width: 768px) {
  .intro__company-block::after {
    top: inherit;
    bottom: -1.6348773842vw;
    right: 0;
    left: 0;
    margin: auto;
    width: 3.2697547684vw;
    height: 3.2697547684vw;
    transition-delay: 0.5s;
  }
}
.intro__company-block:last-child::before {
  display: none;
}
.intro__company-block:last-child::after {
  left: -3.90625vw;
}
@media (max-width: 768px) {
  .intro__company-block:last-child::after {
    left: 0;
    bottom: inherit;
    top: -10.6267029973vw;
    display: none;
  }
}
.intro__company-block:last-child .intro__company-block__top::after {
  transform-origin: left;
}
@media (max-width: 768px) {
  .intro__company-block:first-child {
    padding-bottom: 10.8991825613vw;
    border-bottom: 1px solid #000;
  }
  .intro__company-block:first-child .intro__company-block__top {
    flex-direction: column-reverse;
  }
}
.intro__company-block.is-show::after {
  opacity: 1;
}
.intro__company-block.is-show::before {
  transform: scale(1, 1);
}
.intro__company-block:last-child.is-show::after {
  animation: circle 2s ease-out;
}
@keyframes circle {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.intro__company-block__top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2.34375vw;
  padding: 0 0 1.5625vw;
  height: 7.03125vw;
}
@media (max-width: 768px) {
  .intro__company-block__top {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: 6.5395095368vw;
    border-bottom: none;
  }
}
.intro__company-block__top span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-size: 1.953125vw;
  font-weight: 400;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s opacity ease 1s, 0.8s transform ease 1s;
}
@media (max-width: 768px) {
  .intro__company-block__top span {
    font-size: 25px;
    font-size: 6.8119891008vw;
  }
}
.intro__company-block__top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right;
  transition: 0.5s transform ease;
}
@media (max-width: 768px) {
  .intro__company-block__top::after {
    display: none;
  }
}
.intro__company-block__top.is-show::after {
  transform: scale(1, 1);
}
.intro__company-block__top.is-show .intro__company-block__logo,
.intro__company-block__top.is-show span {
  opacity: 1;
  transform: translateY(0);
}
.intro__company-block__logo {
  width: 15.625vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.8s opacity ease 1s, 0.8s transform ease 1s;
}
@media (max-width: 768px) {
  .intro__company-block__logo {
    width: 54.4959128065vw;
  }
}
.intro__company-block__bottom {
  padding: 1.5625vw 0 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.8s opacity ease 1s, 0.8s transform ease 1s;
}
.intro__company-block__bottom.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .intro__company-block__bottom {
    padding: 8.719346049vw 0 0;
    transform: translateY(0);
  }
}
.intro__company-block__bottom p {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.875vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .intro__company-block__bottom p {
    font-size: 20px;
    font-size: 5.4495912807vw;
  }
}
.intro__company-block__bottom-btn {
  text-align: center;
}
@media (max-width: 768px) {
  .intro__company-block__bottom-btn.is-pc {
    display: none;
  }
}
.intro__company-block__bottom-btn.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .intro__company-block__bottom-btn.is-sp {
    display: flex;
    flex-direction: column;
    gap: 8.174386921vw;
    margin-top: 17.4386920981vw;
  }
  .intro__company-block__bottom-btn.is-sp a {
    margin: 0 auto;
  }
}
.intro__company-block__bottom-btn a {
  display: inline-block;
  margin: 4.21875vw auto 0;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.5625vw;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0.3125vw;
  border-bottom: 1px solid #000;
}
@media (max-width: 768px) {
  .intro__company-block__bottom-btn a {
    font-size: 20px;
    font-size: 5.4495912807vw;
  }
}

.main {
  margin-top: 9.375vw;
}
@media (max-width: 768px) {
  .main {
    margin-top: 21.7983651226vw;
  }
}
.main__block {
  padding: 7.03125vw 0 6.25vw;
}
@media (max-width: 768px) {
  .main__block {
    padding: 16.348773842vw 0 13.6239782016vw;
  }
}
.main__block:nth-child(odd) {
  background: linear-gradient(90deg, #f2ede7 0%, #e2e1e1 6.71%, #f5fbfe 100%);
}
@media (max-width: 768px) {
  .main__block:nth-child(2), .main__block:nth-child(3) {
    padding-top: 21.7983651226vw;
  }
}
.main__block-inner {
  width: 84.375vw;
  margin: auto;
}
@media (max-width: 768px) {
  .main__block-inner {
    width: 82%;
  }
}
.main__block-inner h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 74px;
  font-size: 5.78125vw;
  font-weight: 400;
}
@media (max-width: 768px) {
  .main__block-inner h2 {
    font-size: 32px;
    font-size: 8.719346049vw;
  }
}
.main__block-wrap {
  display: flex;
  margin-top: 4.6875vw;
}
@media (max-width: 768px) {
  .main__block-wrap {
    flex-direction: column;
    gap: 10.8991825613vw;
    margin-top: 8.174386921vw;
  }
}
.main__block-copy {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-size: 2.34375vw;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 768px) {
  .main__block-copy {
    font-size: 23px;
    font-size: 6.2670299728vw;
  }
}
.main__block-text {
  width: 100%;
  margin-top: 1.25vw;
}
.main__block-text p {
  margin-top: 4.6875vw;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-size: 1.328125vw;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 768px) {
  .main__block-text p {
    margin-top: 8.174386921vw;
    font-size: 12px;
    font-size: 3.2697547684vw;
  }
}
.main__block-img {
  position: relative;
  flex: 0 0 50.78125vw;
}
@media (max-width: 768px) {
  .main__block-img {
    flex: inherit;
  }
}
.main__block-img img {
  width: 100%;
}
.main__block-img__1 {
  width: 29.21875vw;
  margin-top: 2.5vw;
}
.main__block-img__1 img {
  width: 100%;
}
@media (max-width: 768px) {
  .main__block-img__1 {
    width: 46.3215258856vw;
  }
}
.main__block-img__2 {
  position: absolute;
  bottom: -13.28125vw;
  right: 0;
  width: 25.234375vw;
}
.main__block-img__2 img {
  width: 100%;
}
@media (max-width: 768px) {
  .main__block-img__2 {
    bottom: -21.2534059946vw;
    width: 39.7820163488vw;
  }
}
.main__block-season {
  flex: 0 0 46.09375vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.03125vw;
}
@media (max-width: 768px) {
  .main__block-season {
    flex: inherit;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 7.0844686649vw;
  }
}
.main__block-season.is-show .main__block-season__block {
  opacity: 1;
  transform: translateY(0);
}
.main__block-season__block {
  position: relative;
  width: calc(50% - 1.015625vw);
  background: #fff;
  padding: 0 0 0 7.03125vw;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s opacity ease, 0.5s transform ease;
}
.main__block-season__block:nth-child(2) {
  transition-delay: 0.5s;
}
.main__block-season__block:nth-child(3) {
  transition-delay: 1s;
}
.main__block-season__block:nth-child(4) {
  transition-delay: 1.5s;
}
@media (max-width: 768px) {
  .main__block-season__block {
    width: 100%;
    padding: 0 0 0 23.1607629428vw;
  }
}
.main__block-season__block-img {
  width: 100%;
}
.main__block-season__block-img img {
  width: 100%;
}
.main__block-season__block-title {
  position: absolute;
  top: 0;
  left: -0.3125vw;
  font-family: "Shippori Mincho", serif;
  font-size: 31px;
  font-size: 2.421875vw;
  font-weight: 400;
  line-height: 100%;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .main__block-season__block-title {
    font-size: 28px;
    font-size: 7.6294277929vw;
    left: -0.5449591281vw;
  }
}
.main__block-slide {
  width: 50.78125vw;
  height: 34.84375vw;
}
@media (max-width: 768px) {
  .main__block-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.688;
  }
}
.main__block-slide .swiper {
  width: 100%;
  height: 100%;
}
.main__block-slide .swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main__block-slide-1 .swiper .swiper-slide-1 {
  background-image: url(../img/img_01_1.jpg);
}
.main__block-slide-1 .swiper .swiper-slide-2 {
  background-image: url(../img/img_01_1-2.jpg);
}
.main__block-slide-1 .swiper .swiper-slide-3 {
  background-image: url(../img/img_01_1-3.jpg);
}
.main__block-slide-2 .swiper .swiper-slide-1 {
  background-image: url(../img/img_02_1.jpg);
}
.main__block-slide-2 .swiper .swiper-slide-2 {
  background-image: url(../img/img_02_1-2.jpg);
}
.main__block-slide-2 .swiper .swiper-slide-3 {
  background-image: url(../img/img_02_1-3.jpg);
}

.lineup {
  position: relative;
  padding: 7.03125vw 0 0;
}
.lineup::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40.234375vw;
  background: linear-gradient(180deg, #3f6bae 0%, #d9dbde 100%);
  z-index: 0;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .lineup::before {
    height: 89.1008174387vw;
  }
}
.lineup__inner {
  position: relative;
  width: 84.375vw;
  margin: auto;
}
@media (max-width: 768px) {
  .lineup__inner {
    width: 82%;
  }
}
.lineup__inner h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 74px;
  font-size: 5.78125vw;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .lineup__inner h2 {
    font-size: 32px;
    font-size: 8.719346049vw;
  }
}
.lineup__wrap {
  display: flex;
  gap: 5vw;
  margin-top: 2.5vw;
}
@media (max-width: 768px) {
  .lineup__wrap {
    flex-direction: column;
    align-items: center;
    gap: 12.5340599455vw;
    margin-top: 8.719346049vw;
  }
}
.lineup__wrap.is-show .lineup__cell {
  opacity: 1;
  transform: translateY(0);
}
.lineup__cell {
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s opacity ease, 0.5s transform ease;
}
.lineup__cell:nth-child(2) {
  transition-delay: 0.5s;
}
.lineup__cell:nth-child(3) {
  transition-delay: 1s;
}
@media (max-width: 768px) {
  .lineup__cell {
    width: 85%;
  }
}
.lineup__cell-img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 1.015625vw 0 rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .lineup__cell-img {
    box-shadow: 0 0 3.5422343324vw 0 rgba(0, 0, 0, 0.4);
  }
}
.lineup__cell-img img {
  width: 100%;
  transition: 0.5s transform ease;
}
.lineup__cell-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.171875vw;
  margin-top: 1.25vw;
}
@media (max-width: 768px) {
  .lineup__cell-title {
    font-size: 13px;
    font-size: 3.5422343324vw;
    margin-top: 4.3596730245vw;
  }
}
.lineup__cell-btn {
  margin-top: 1.25vw;
  position: relative;
  padding: 0.9375vw 0 0 1.5625vw;
}
@media (max-width: 768px) {
  .lineup__cell-btn {
    margin-top: 4.3596730245vw;
    padding: 3.2697547684vw 0 0 5.4495912807vw;
  }
}
.lineup__cell-btn span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  background: #ddd;
  width: 100%;
  height: 4.53125vw;
  padding: 0 0 0 1.40625vw;
  font-family: "Shippori Mincho", serif;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.40625vw;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #3f6bae 0%, #d9dbde 100%);
}
@media (max-width: 768px) {
  .lineup__cell-btn span {
    gap: 2.1798365123vw;
    height: 12.5340599455vw;
    padding: 0 0 0 4.9046321526vw;
    font-size: 18px;
    font-size: 4.9046321526vw;
  }
}
.lineup__cell-btn span::after {
  content: "";
  display: block;
  position: relative;
  width: 0.9375vw;
  height: 0.9375vw;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  margin: 0.234375vw 0 0;
  transition: 0.3s margin ease;
}
@media (max-width: 768px) {
  .lineup__cell-btn span::after {
    width: 3.2697547684vw;
    height: 3.2697547684vw;
    margin: 0.8174386921vw 0 0;
  }
}
.lineup__cell-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.53125vw;
  background: linear-gradient(90deg, #f2ede7 0%, #e2e1e1 6.77%, #f5fbfe 100%);
}
@media (max-width: 768px) {
  .lineup__cell-btn::before {
    height: 12.5340599455vw;
  }
}
.lineup__cell:hover .lineup__cell-img img {
  transform: scale(1.1);
}
.lineup__cell:hover .lineup__cell-btn span::after {
  margin: 0.234375vw 0 0 0.234375vw;
}

.footer {
  margin-top: 11.71875vw;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    width: 84%;
    margin: auto;
    margin-top: 19.0735694823vw;
  }
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer::before {
  width: 7.03125vw;
  height: 2.34375vw;
  top: -1.171875vw;
  background: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer::before {
    width: 13.6239782016vw;
    height: 8.174386921vw;
    top: -4.0871934605vw;
    transform: scale(0, 1);
    transform-origin: center;
    transition: 1s transform ease;
  }
}
.footer::after {
  width: 1.5625vw;
  height: 1.5625vw;
  top: -0.78125vw;
  border-radius: 50%;
  background: #000;
  z-index: 3;
  opacity: 0;
  transition: 0.3s opacity ease;
}
@media (max-width: 768px) {
  .footer::after {
    width: 3.2697547684vw;
    height: 3.2697547684vw;
    top: -1.6348773842vw;
    transition-delay: 0.5s;
  }
}
.footer.is-show .footer__line {
  transform: scale(1, 1);
}
.footer.is-show .footer__circle {
  animation: circle 2s ease-out;
}
.footer.is-show::after {
  opacity: 1;
}
.footer.is-show::before {
  transform: scale(1, 1);
}
.footer__line {
  position: relative;
  width: 84.375vw;
  margin: auto;
  z-index: 0;
  transform: scale(0, 1);
  transition: 0.5s transform ease;
}
@media (max-width: 768px) {
  .footer__line {
    transition-duration: 1s;
  }
}
.footer__circle {
  display: block;
  position: absolute;
  width: 1.5625vw;
  height: 1.5625vw;
  top: -0.78125vw;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  border-radius: 50%;
  background: #000;
  opacity: 0;
}
@media (max-width: 768px) {
  .footer__circle {
    display: none;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
.footer__wrap {
  padding: 9.375vw 0 3.90625vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 84.375vw;
  margin: auto;
}
@media (max-width: 768px) {
  .footer__wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 8.719346049vw;
    padding: 16.348773842vw 0 5.4495912807vw;
  }
}
.footer__btn {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
@media (max-width: 768px) {
  .footer__btn {
    width: 100%;
    gap: 4.8vw;
  }
}
.footer__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  width: 23.4375vw;
  height: 5.234375vw;
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  font-size: 1.71875vw;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.footer__btn a:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer__btn a {
    width: 100%;
    height: 17.4386920981vw;
    font-size: 20px;
    font-size: 5.4495912807vw;
  }
}
.footer__navi {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .footer__navi {
    align-items: center;
  }
}
.footer__list {
  position: relative;
  display: flex;
  gap: 1.25vw;
  padding-left: 1.25vw;
}
.footer__list::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.40625vw;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.footer__list a {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.25vw;
  font-weight: normal;
  line-height: 170%;
  letter-spacing: 0.04em;
  padding-right: 1.875vw;
}
.footer__list a::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1.40625vw;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.footer__list a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer__list {
    flex-direction: column;
    gap: 4.3596730245vw;
    padding-left: 0;
  }
  .footer__list::before {
    display: none;
  }
  .footer__list a {
    font-size: 18px;
    font-size: 4.9046321526vw;
    text-align: center;
    padding-right: 0;
  }
  .footer__list a::after {
    display: none;
  }
}
.footer__copyright {
  margin-top: 1.25vw;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-size: 0.9375vw;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.18em;
  color: #534741;
  text-align: right;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 8.719346049vw;
    font-size: 10px;
    font-size: 2.7247956403vw;
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=style.css.map */