@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

svg,
img {
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

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

:root {
  --color: #3d474d;
  --color-inverse: #fff;
  --color-accent: #f00;
  --header-height: 3.75rem;
  --breackpoint-md: 768px;
  --border: 1px solid var(--color);
  --border-gray: 1px solid #ccc;
  --border-light-gray: 1px solid #e6e6e6;
  --border-cta: 1px solid rgba(255,255,255,0.2);
  --gap: 0.625rem;
  --gap-lg: 0.75rem;
  --padding-block: 1.875rem;
  --padding-section: 5rem;
  --padding-section-pc: 0rem;
  --padding-page: 0rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 7.5rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --gap: 1.25rem;
    --gap-lg: 1.875rem;
    --padding-block: 4.375rem;
    --padding-section: 11.25rem;
    --padding-section-pc: 11.25rem;
    --padding-page: 0rem;
  }
}

.is-section-dark {
  --color: #fff;
  --border: 1px solid var(--color);
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: #3d474d;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 19.2px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}

.serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
a img {
  -webkit-transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: color 0.3s cubic-bezier(0.37, 0, 0.63, 1), background 0.3s cubic-bezier(0.37, 0, 0.63, 1), border 0.3s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.3s cubic-bezier(0.37, 0, 0.63, 1), box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), transform 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-box-shadow 0.3s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 106.6666666667px;
    padding-right: 106.6666666667px;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  position: relative;
  height: 100%;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-body-wrap {
    overflow: hidden;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background: #fff;
  overflow: auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-nav-open .l-header-drawer {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 1;
  pointer-events: auto;
}

.l-header-drawer__wrap {
  padding: 5.625rem 1.25rem 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-nav-open .l-header-drawer__wrap {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  opacity: 1;
}

.l-header-drawer__info {
  margin-top: auto;
}

.l-header-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header-drawer__sns img {
  width: 1.75rem;
}

/*----------------------------------------------------
	ヘッダー メニュー
----------------------------------------------------*/
.l-header-menu {
  position: absolute;
  right: 1.25rem;
  top: 1.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 550;
  width: 3.5rem;
  height: 3.5rem;
}
.l-header-menu span {
  position: absolute;
  width: 100%;
  height: 0;
  border-top: var(--border);
  -webkit-transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.35s cubic-bezier(0.5, 1, 0.89, 1), transform 0s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header-menu span:nth-child(1) {
  top: calc(50% - 0.25rem);
}
.l-header-menu span:nth-child(2) {
  top: calc(50% + 0.25rem);
}
.l-header-menu.is-nav-open span {
  -webkit-transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: top 0.2s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.3s 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header-menu.is-nav-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-20deg);
          transform: scale(-1, -1) rotate(-20deg);
}
.l-header-menu.is-nav-open span:nth-child(2) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(20deg);
          transform: scale(-1, -1) rotate(20deg);
}
@media screen and (min-width: 1024px) {
  .l-header-menu {
    display: none;
  }
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header-logo {
  width: 6.875rem;
  position: fixed;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 500;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.l-header-logo img {
  width: 100%;
}
.l-header-logo svg {
  width: 100%;
  height: auto;
}
.l-header-logo svg:nth-child(1) {
  width: 60px;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    width: 13.75rem;
    left: 5rem;
    top: 5rem;
  }
  .l-header-logo svg:nth-child(1) {
    width: 121px;
  }
}

.l-header-nav {
  z-index: 500;
  mix-blend-mode: difference;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  position: relative;
  padding: 5rem 0 3.75rem;
  overflow: hidden;
}
.l-footer-pagetop {
  position: absolute;
  left: calc(100% - 1.25rem);
  top: -0.625rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  white-space: nowrap;
}
.l-footer-pagetop a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  height: 1.25rem;
  line-height: 1;
  font-size: 0.875rem;
}
.l-footer-pagetop a i {
  width: 3.5rem;
  height: 0;
  background: transparent;
  border-top: var(--border-gray);
}
@media screen and (min-width: 1024px) {
  .l-footer-pagetop {
    left: calc(100% - 5rem);
  }
}

.l-footer__wrap {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1024px) {
  .l-footer__wrap {
        grid-template-areas: "logo logo" "info nav" "sns copyright";
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}

.l-footer-logo {
  padding-bottom: 2.8125rem;
  text-align: center;
}
.l-footer-logo img {
  width: 9.75rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-logo {
    grid-area: logo;
    padding-bottom: 8.125rem;
  }
  .l-footer-logo img {
    width: 15rem;
  }
}

.l-footer-info {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-info {
    grid-area: info;
    padding-bottom: 0.875rem;
  }
}

.l-footer-sns img {
  width: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-sns {
    grid-area: sns;
  }
}

.l-footer-nav {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav {
    grid-area: nav;
    padding-bottom: 3.125rem;
  }
}

.l-footer-copyright {
  padding-top: 3.125rem;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-footer-copyright {
    padding-top: 0;
    grid-area: copyright;
    text-align: right;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px){
  .l-footer-logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .l-footer-info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-footer-sns {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer-nav {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .l-footer-copyright {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: relative;
}
.p-top-mv__wrap {
  position: relative;
}
.p-top-concept__bg video,
.p-top-concept__bg img {
  width: 100%;
  height: 27.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__bg video {
    height: 39.875vw;
  }
}

.p-top-mv__title {
  position: absolute;
  top: 9.125rem;
  left: calc(50% - 3.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__title {
    top: 5rem;
    left: calc(50% + 20rem);
    font-size: 2.5rem;
  }
}

.p-top-mv__copy {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  text-align: right;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__copy {
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 1rem;
    line-height: 2.0625;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .p-top-concept__wrap {
    position: relative;
    padding-left: calc(50% + 5rem);
    padding-bottom: 75vh;
  }
}

.p-top-concept__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3.375rem;
  height: 26.25rem;
  padding-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__head {
    padding-top: 10rem;
    gap: 7.5rem;
    height: 41.25rem;
  }
}

.p-top-concept__pic {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-concept__pic {
    position: absolute;
    top: 0;
    height: 100%;
    right: 50%;
    width: 50rem;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-concept__gallery {
    position: sticky !important;
    left: 0;
    top: 0;
  }
  .p-top-concept__gallery img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-concept__block {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-concept__block {
    margin-top: 0;
    gap: 9.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-concept-block--1 {
    padding-right: 15rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-concept-block--2 {
    padding-left: 15rem;
  }
}

.p-top-concept__foot {
  margin-top: var(--padding-section);
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-kodawari__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-top-kodawari__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-kodawari__title {
    width: 25.625rem;
    padding-left: 11.25rem;
  }
}

.p-top-kodawari__pic {
  margin: 5rem 0 0 calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-kodawari__pic {
    margin: 0 0 0 calc(50% - 50vw);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-kodawari__wrap {
    padding: 0 7.5rem;
  }
}

.p-top-kodawari1 {
  padding-bottom: var(--padding-block);
}
@media screen and (min-width: 1024px) {
  .p-top-kodawari1 {
    width: 35rem;
  }
}

.p-top-kodawari1__body {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
.p-top-kodawari2 {
  padding-bottom: var(--padding-block);
}
@media screen and (min-width: 1024px) {
  .p-top-kodawari2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-kodawari2__pic {
    width: 32.4375rem;
    margin-top: -15rem;
  }
}

.p-top-kodawari2__body {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
@media screen and (min-width: 1024px) {
  .p-top-kodawari2__body {
    width: 35rem;
  }
}

.p-top-kodawari3 {
  padding-bottom: var(--padding-block);
}
.p-top-kodawari3__body {
  padding-top: var(--padding-block);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
}
@media screen and (min-width: 1024px) {
  .p-top-kodawari3__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-kodawari3__body p {
    width: 45.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-about-block {
  position: relative;
  padding: 0 0 var(--padding-section);
}
.p-top-about-block__pic {
  position: relative;
  margin-inline: calc(50% - 50vw);
}
.p-top-about-block__pic img.js-switch-pic-item:nth-child(2),
.p-top-about-block__pic img.js-switch-pic-item:nth-child(3) {
  position: absolute;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-about-block__pic {
    position: sticky !important;
    top: 0;
  }
}

.p-top-about-block__wrap {
  padding-top: 3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-about-block__wrap {
    padding: 7.5rem 7.5rem 0;
    margin: 0 calc(50% - 50vw) 0 auto;
    width: 50rem;
    position: relative;
    background: #fff;
  }
}

.p-top-about-block__body {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
@media screen and (min-width: 1024px) {
  .p-top-about-block__body {
    padding-bottom: 75vh;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .p-top-menu__wrap {
    position: relative;
    padding-bottom: 75vh;
    padding-left: calc(50% + 5rem);
  }
}

.p-top-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5rem 0 0;
  height: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-menu__head {
    padding: 3.75rem 0 0;
    height: 18.75rem;
  }
}

.p-top-menu__pic {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-menu__pic {
    position: absolute;
    top: 0;
    height: 100%;
    right: 50%;
    width: 50rem;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-menu-gallery {
    position: sticky !important;
    left: 0;
    top: 0;
  }
  .p-top-menu-gallery img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-menu-list {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-list {
    padding-top: 0;
    gap: 4.375rem;
  }
}

.p-top-menu-list__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-top-menu-list__dl dt {
  font-weight: 500;
  font-size: 1.125rem;
}
.p-top-menu-list__dl dd {
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-list__dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .p-top-menu-list__dl dt {
    width: 13.25rem;
  }
  .p-top-menu-list__dl dd {
    font-size: 1.125rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-top-menu-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-list__items {
    gap: 1.25rem;
  }
}

.p-top-menu-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-list-item__name {
    padding-right: 0.5rem;
  }
}

.p-top-menu-list-item__line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 0;
  border-top: var(--border-light-gray);
}
.p-top-menu-list-item__price {
  font-weight: 500;
}
.p-top-menu-ex {
  margin-top: 1.875rem;
  padding: 0.375rem 1rem;
  background: #f7f7f7;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-top-menu-ex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.p-top-menu-ex li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-ex {
    margin-top: 4.375rem;
    padding: 1.875rem 2.5rem;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.p-top-menu-slide {
  position: relative;
  overflow: hidden;
}

.p-top-menu-slide__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-menu-slide__pic figure {
  padding-right: 0.5rem;
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
}
.p-top-menu-slide__pic img {
  width: 57.75rem;
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-slide__pic figure {
    padding-right: 1rem;
  }
  .p-top-menu-slide__pic img {
    width: 115.5rem;
  }
}

.p-top-menu-slide__pic:nth-child(2) {
  margin-top: 0.5rem;
}
.p-top-menu-slide__pic:nth-child(2) figure {
  -webkit-animation: loopRight linear 30s infinite;
          animation: loopRight linear 30s infinite;
}
@media screen and (min-width: 1024px) {
  .p-top-menu-slide__pic:nth-child(2) {
    margin-top: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1024px) {
  .p-top-access__wrap {
    position: relative;
    padding-left: calc(50% + 5rem);
    padding-bottom: 75vh;
  }
}

.p-top-access__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.5rem 0 0;
  height: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-access__head {
    padding: 3.75rem 0 0;
    height: 18.75rem;
  }
}

.p-top-access__pic {
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .p-top-access__pic {
    position: absolute;
    top: 0;
    height: 100%;
    right: 50%;
    width: 50rem;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-access-gallery {
    position: sticky !important;
    left: 0;
    top: 0;
  }
  .p-top-access-gallery img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top-access-map {
  margin-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-access-map {
    margin-top: 0;
  }
}

.p-top-access-map__map iframe {
  height: 10.3125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-access-map__map iframe {
    height: 19.6875rem;
  }
}

.p-top-access-map__wrap {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-access-map__wrap {
    margin-top: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-access-map__head {
    width: 17.75rem;
    padding-left: 2.5rem;
  }
}

.p-top-access-map__en {
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-access-map__en {
    font-size: 1.375rem;
  }
}

.p-top-access-map__name {
  font-size: 0.875rem;
}
.p-top-access-map__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-access__info {
  margin-top: var(--padding-block);
  padding-top: var(--padding-block);
  border-top: var(--border-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-access__info {
    gap: 2.5rem;
  }
}

.p-top-access-info__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-top-access-info__gallery figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-entry
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  font-size: 1rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .cm-entry {
    gap: 36px;
  }
}
.cm-entry h1 {
  font-size: 2em;
  margin-top: 0.67em;
  font-weight: bold;
}
.cm-entry h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  font-weight: bold;
}
.cm-entry h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  font-weight: bold;
}
.cm-entry h4 {
  font-size: 1em;
  margin-top: 1.33em;
  font-weight: bold;
}
.cm-entry h5 {
  font-size: 0.83em;
  margin-top: 1.67em;
  font-weight: bold;
}
.cm-entry strong {
  font-weight: bold;
}
.cm-entry em {
  font-style: italic;
}
.cm-entry ul, .cm-entry ol {
  margin-left: 1.5em;
}
.cm-entry li {
  list-style: disc;
}
.cm-entry ol li {
  list-style: decimal;
}
.cm-entry table th {
  font-weight: bold;
}
.cm-entry table th,
.cm-entry table td {
  padding: 0.5em 0.5em;
  border: 1px solid #ccc;
}
.cm-entry a {
  color: #1DA1F2;
  text-decoration: underline;
}
.cm-entry a:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-entry .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-entry .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-main
----------------------------------------------------*/
.cm-main-cta {
  background: #8a9399;
  color: var(--color);
}
.cm-main-cta-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12.8125rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta-head {
    height: 22.5rem;
  }
}

.cm-main-cta__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .cm-main-cta-item--tel {
    border-left: var(--border-cta);
  }
}

.cm-main-cta-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: var(--border-cta);
}
.cm-main-cta-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.75rem;
  padding: 0 1.25rem;
  text-align: center;
}
.cm-main-cta-item__link:hover {
  background: #828d94;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta-item__link {
    height: 22.5rem;
  }
}

.cm-main-cta-item__btn {
  margin-top: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2.75rem;
  border-radius: 1.375rem;
  background: rgba(255, 255, 255, 0.15);
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta-item__btn {
    margin-top: 2.5rem;
    width: 20rem;
    height: 3rem;
  }
}

.cm-main-cta-item__ico {
  width: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta-item__ico {
    width: 4.5rem;
  }
}

.cm-main-cta-item__no {
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta-item__no {
    font-size: 2rem;
  }
}

.cm-main-cta-item__open {
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-main-cta-item__open {
    font-size: 1rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-nav
----------------------------------------------------*/
.cm-nav-drawer__li {
  border-bottom: var(--border-light-gray);
}

.cm-nav-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  height: 3.75rem;
  padding: 0 1.125rem;
  -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.cm-nav-drawer__link:active {
  -webkit-transform: scale(0.965);
          transform: scale(0.965);
}
.cm-nav-drawer__ja {
  font-size: 1.25rem;
}

.cm-nav-drawer__en {
  font-size: 0.75rem;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-nav-footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1.5rem auto 1.5rem auto;
  grid-template-columns: auto auto auto;
  gap: 1.5rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer {
    -ms-grid-columns: auto 2.5rem auto 2.5rem auto 2.5rem auto 2.5rem auto 2.5rem auto;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 2.5rem 2.5rem;
  }
}

.cm-nav-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cm-nav-footer__ja {
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer__ja {
    font-size: 1.125rem;
  }
}

.cm-nav-footer__en {
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-nav-footer__en {
    font-size: 0.875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.c-heading-section span {
  position: relative;
}
.c-heading-section span:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  border-right: var(--border);
}
@media screen and (min-width: 1024px) {
  .c-heading-section {
    gap: 1.625rem;
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-section-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  gap: 0.625rem;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
.c-heading-section-sub span {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-heading-section-sub {
    gap: 1.625rem;
    font-size: 1.75rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .c-heading-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-heading-about__head {
  text-align: center;
}
.c-heading-about__head svg {
  width: 4.226875rem;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-heading-about__head {
    text-align: left;
  }
  .c-heading-about__head svg {
    width: 8.453125rem;
  }
}

.c-heading-about__title {
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .c-heading-about__title {
    font-size: 1.25rem;
    line-height: 2;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-block {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .c-heading-block {
    font-size: 1.25rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-paragraph {
    font-size: 1rem;
  }
}

.c-paragraph-lg {
  font-size: 1.25rem;
  line-height: 2;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */
/* Bullets */
/* Progress */
.swiper-pagination.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide {
  -webkit-transition: cubic-bezier(0.25, 1, 0.5, 1);
  transition: cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-pagination.swiper-pagination.swiper-pagination {
  gap: 0.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
@media screen and (min-width: 1024px) {
  .swiper-pagination.swiper-pagination.swiper-pagination {
    padding: 1.5rem;
  }
}
.swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.swiper-pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 0;
  background: none;
  position: relative;
}
.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #4e4e4e;
  position: absolute;
  top: 5px;
  left: 5px;
}
.swiper-pagination .swiper-pagination-bullet svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.swiper-pagination .swiper-pagination-bullet svg circle {
  fill: transparent;
  stroke: #4E4E4E;
  stroke-width: 1;
  stroke-dasharray: 0 57;
}
.swiper-pagination .swiper-pagination-bullet-active::before {
  background: #4E4E4E;
}
.swiper-pagination .swiper-pagination-bullet-active svg circle {
  -webkit-animation: circle 9s forwards;
          animation: circle 9s forwards;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 57;
  }
  100% {
    stroke-dasharray: 57 57;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 57;
  }
  100% {
    stroke-dasharray: 57 57;
  }
}
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

.u-center {
  text-align: center;
}

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

.u-accent-color {
  color: var(--accent-color);
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.u-budoux {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.mt-gap {
  margin-top: var(--gap);
}

.mt-gap-lg {
  margin-top: var(--gap-lg);
}

.mt-block {
  margin-top: var(--padding-block);
}

.mt-section {
  margin-top: var(--padding-section);
}

.mt-section-pc {
  margin-top: var(--padding-section-pc);
}

.pt-section {
  padding-top: var(--padding-section);
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.u-dotted {
  padding-top: 0.55em;
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  background-image: radial-gradient(#3D474D 8%, transparent 16%);
}

.js-parallax-top,
.js-parallax-pic {
  position: relative;
  overflow: hidden;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}