@charset "UTF-8";
/***************************

foundation/base.scss

***************************/
@import url("https://fonts.googleapis.com/css2?family=Allison&family=Cinzel:wght@400..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

:root {
  --black: #616161;
  --blue: #2074D7;
  --dark-blue: #295283;
  --right-blue: #F6F9FB;
  --white: #fff;
  --cyan: #7798C1;
  --gray: #D2DBE0;
  --en: "Cinzel", serif;
  --spen: "Allison", cursive;
  --dfja: "Zen Kaku Gothic New", sans-serif;
  --ja: "Zen Old Mincho", serif;
  --f10: 1rem;
  --f11: 1.1rem;
  --f12: clamp(1rem, 2vw, 1.2rem);
  --f13: clamp(1.2rem, 2vw, 1.3rem);
  --f14: clamp(1.2rem, 2vw, 1.4rem);
  --f15: clamp(1.4rem, 2vw, 1.5rem);
  --f16: clamp(1.4rem, 2vw, 1.6rem);
  --f17: clamp(1.6rem, 2vw, 1.7rem);
  --f18: clamp(1.6rem, 2vw, 1.8rem);
  --f20: clamp(1.6rem, 2vw, 2rem);
  --f24: clamp(1.6rem, 2vw, 2.4rem);
  --f25: clamp(1.6rem, 2vw, 2.5rem);
  --f28: clamp(1.4rem, 2vw, 2.8rem);
  --f30: clamp(1.8rem, 4vw, 3rem);
  --f32: clamp(2.4rem, 5vw, 3.2rem);
  --f36: clamp(2rem, 5vw, 3.6rem);
  --f38: clamp(2.4rem, 5vw, 3.8rem);
  --f40: clamp(2.4rem, 5vw, 4rem);
  --f42: clamp(2.6rem, 5vw, 4.2rem);
  --f50: clamp(2.5rem, 5vw, 5rem);
  --f60: clamp(3rem, 5vw, 6rem);
  --f80: clamp(4rem, 6vw, 8rem);
  --fwel: 200;
  --fwl: 300;
  --fwn: 400;
  --fwm: 500;
  --fwsb: 600;
  --fwb: 700;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
  color: var(--black);
  background-color: var(--white);
  letter-spacing: 0.1em;
}

body {
  font-family: var(--dfja);
  font-weight: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  display: block;
}

a:hover {
  opacity: 0.6;
}

a:active,
a:hover {
  outline-width: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-align: left;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main,
picture,
i {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

textarea {
  overflow: auto;
}

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

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

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
}

/***************************

layout/_header.scss

***************************/

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-left: 6.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .header {
    /* padding-left: 5rem; */
    padding-left: 2rem;
    height: 8rem;
  }
  .header.active {
    background-color: var(--cyan);
  }
}
.header.is-show {
  background-color: rgba(41, 82, 131, 0.9);
}
@media screen and (max-width: 834px) {
  .header-lft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo img {
    width: 300px!important;
  }
}
@media screen and (max-width: 834px) {
  .header-logo {
    max-width: 25rem;
  }
}
@media screen and (max-width: 395px) {
  .header-logo {
    max-width: 20rem;
  }
}
.header-rht {
  min-width: 29rem;
  padding: 2rem 4rem 3rem 4rem;
  /* background-color: var(--dark-blue); */
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .header-rht:not(.gnav .header-rht) {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
  .header-rht:not(.gnav .header-rht) .header-rht__link span {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  .header-rht:not(.gnav .header-rht) .header-rht__btn {
    width: calc(50% - 0.5rem);
    padding: 0 5px;
  }
  .header-rht__top {
    width: calc(50% - 0.5rem);
    min-width: 16.8rem;
  }
}
.header-rht__txt {
  /* color: var(--white); */
  color: var(--dark-blue);
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: var(--fwb);
  text-align: center;
}
.header-rht__link {
  margin-top: 0.6rem;
  /* color: var(--white); */
  color: var(--dark-blue);
  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;
  gap: 0.6rem;
}
.header-rht__link span {
  font-weight: var(--fwb);
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
}
.header-rht__link i {
  margin-top: 0.3rem;
}
.header-rht__btn {
  margin-top: 2rem;
  width: 100%;
  height: 5.6rem;
  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;
  gap: 0.5rem;
  color: var(--dark-blue);
  background-color: var(--gray);
}
@media screen and (max-width: 834px) {
  .header-rht__btn {
    margin-top: 0;
  }
}
.header-rht__btn span {
  font-size: 1.6rem;
  font-weight: var(--fwb);
}

.gnav {
  margin-top: 1.7rem;
}
@media screen and (max-width: 834px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100dvh - 8rem);
    z-index: 100;
    margin-top: 0;
    padding-bottom: 4rem;
    background-color: var(--dark-blue);
    transform: translateY(-100%);
    transition: all 0.3s ease;
    overflow: auto;
  }
  .gnav.active {
    transform: translateY(8rem);
  }
}
.gnav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
@media screen and (max-width: 834px) {
  .gnav-list {
    max-width: 33rem;
    width: 92%;
    margin: 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .gnav-list .header-instalink {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .gnav-item {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .gnav-item:has(.gnav-sub) {
    position: relative;
  }
  .gnav-item:has(.gnav-sub)::before {
    position: absolute;
    content: "";
    width: 2rem;
    aspect-ratio: 1;
    top: 2rem;
    right: 2rem;
    border: 1px solid var(--white);
    border-radius: 100vmax;
    -webkit-border-radius: 100vmax;
    z-index: 1;
  }
  .gnav-item:has(.gnav-sub)::after {
    position: absolute;
    content: "+";
    width: 2rem;
    top: 2.2rem;
    right: 1.85rem;
    z-index: 1;
    font-size: var(--f16);
    color: var(--white);
    line-height: 1;
  }
}
@media screen and (min-width: 835px) {
  .gnav-item:has(.gnav-sub).change .gnav-link:not(.gnav-sub .gnav-link) {
    color: var(--dark-blue);
  }
}
@media screen and (max-width: 834px) {
  .gnav-item:has(.gnav-sub).change:has(.gnav-sub)::after {
    content: "ー";
    right: 1.9rem;
  }
}
.gnav-link {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: var(--fwb);
  letter-spacing: normal;
}
@media screen and (max-width: 1200px) {
.gnav-link {
  font-size: 1.4rem;
}
}
@media screen and (max-width: 834px) {
  .gnav-link {
    padding: 2rem 1rem 2rem 2rem;
    font-weight: var(--fwm);
    border-bottom: 1px solid var(--white);
  }
}
.gnav-sub {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 835px) {
  .gnav-sub {
    position: absolute;
    top: calc(1.6em + 3rem);
    left: 0;
    max-width: 128rem;
    width: 90vw;
    padding: 6rem 2rem;
    background: url(../img/common/gnav-sub_bg.webp) no-repeat center center/cover;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 834px) {
  .gnav-sub {
    height: 0;
  }
}
.gnav-sub.open {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 834px) {
  .gnav-sub.open {
    height: auto;
  }
}
@media screen and (min-width: 835px) {
  .gnav-sub__dl {
    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;
  }
}
.gnav-sub__ttl {
  min-width: 32.8rem;
  font-family: var(--spja);
  font-size: var(--f24);
  font-weight: var(--fwm);
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .gnav-sub__ttl {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .gnav-sub__dd {
    padding-left: 2rem;
    border-left: 1px solid var(--white);
  }
}
.gnav-sub__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 834px) {
  .gnav-sub__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.gnav-sub__item .gnav-link {
  padding: 0 3rem;
  line-height: 5rem;
}
@media screen and (min-width: 835px) {
  .gnav-sub__item .gnav-link {
    font-size: var(--f18);
    font-weight: var(--fwm);
  }
}
@media screen and (max-width: 834px) {
  .gnav-sub__item .gnav-link {
    position: relative;
    padding-left: 5rem;
    padding-right: 1rem;
    font-size: 1.4rem;
  }
  .gnav-sub__item .gnav-link::before {
    position: absolute;
    content: "";
    width: 1.2rem;
    height: 0.1rem;
    top: 50%;
    left: 3rem;
    z-index: 1;
    background-color: var(--white);
  }
}
@media screen and (max-width: 400px) {
  .gnav-sub__item .gnav-link {
    padding-left: 3rem;
  }
  .gnav-sub__item .gnav-link::before {
    left: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .gnav-sub__item .gnav-link {
    font-size: 1.3rem;
  }
}
.gnav-sub__item .gnav-link:hover {
  opacity: 1;
  color: var(--white);
}
@media screen and (min-width: 835px) {
  .gnav-sub__item .gnav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.gnav .header-rht {
  display: none;
}
@media screen and (max-width: 834px) {
  .gnav .header-rht {
    display: block;
    max-width: 33rem;
    width: 92%;
    margin: 2rem auto 0;
    background-color: var(--white);
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .gnav .header-rht__txt {
    color: var(--dark-blue);
  }
}
@media screen and (max-width: 834px) and (max-width: 834px) {
  .gnav .header-rht__link {
    color: var(--dark-blue);
  }
}
@media screen and (max-width: 834px) {
  .gnav .header-rht__btn {
    margin-top: 2rem;
  }
  .gnav .header-rht .header-instalink {
    margin-top: 2rem;
    text-align: center;
  }
}

.toggle {
  display: none;
}
@media screen and (max-width: 834px) {
  .toggle {
    display: block;
    position: relative;
    width: 6rem;
    aspect-ratio: 60/80;
    background-color: var(--dark-blue);
    border-width: 0;
  }
  .toggle.active .toggle-bar:first-child {
    display: none;
  }
  .toggle.active .toggle-bar:nth-child(2) {
    -webkit-transform: translateY(1rem) rotate(24deg);
    transform: translateY(1rem) rotate(24deg);
  }
  .toggle.active .toggle-bar:nth-child(3) {
    -webkit-transform: translateY(-1rem) rotate(-24deg);
    transform: translateY(-1rem) rotate(-24deg);
  }
}
.toggle-bar {
  position: absolute;
  top: 50%;
  left: calc(50% - 1.7rem);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 3.4rem;
  height: 1px;
  background-color: var(--white);
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.toggle-bar:nth-child(2) {
  top: calc(50% - 1rem);
}
.toggle-bar:nth-child(3) {
  top: calc(50% + 1rem);
}

/***************************

layout/_footer.scss

***************************/
.footer {
  padding: 4rem 0;
  color: var(--white);
  background-color: var(--dark-blue);
}
@media screen and (max-width: 834px) {
  .footer {
    padding-bottom: 11.6rem;
  }
  .footer .inner {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.footer-logo {
  text-align: center;
}

.sitemap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.9rem;
}
@media screen and (max-width: 834px) {
  .sitemap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }
}
.sitemap-list {
  padding-top: 3rem;
  border-top: 1px solid var(--white);
}
.sitemap-list:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (min-width: 835px) {
  .sitemap-list:first-of-type {
    max-width: 41.1rem;
    width: 33%;
  }
}
@media screen and (max-width: 1100px) {
  .sitemap-list:first-of-type {
    gap: 4rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .sitemap-list:first-of-type {
    gap: 4rem;
  }
}
@media screen and (min-width: 835px) {
  .sitemap-list:last-of-type {
    max-width: 85rem;
    width: 67%;
  }
}
@media screen and (max-width: 834px) {
  .sitemap-list:last-of-type {
    margin-top: 1rem;
  }
}
.sitemap-link {
  position: relative;
  padding-left: 1.8rem;
  font-size: var(--f18);
}
.sitemap-link::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  aspect-ratio: 12/2;
  top: 0.5em;
  left: 0;
  z-index: 1;
  background-color: var(--white);
}
.sitemap-sub {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 4rem;
}
.sitemap-sub__link {
  position: relative;
  padding-left: 1.8rem;
  font-size: 1.4rem;
}
.sitemap-sub__link::before {
  position: absolute;
  content: "";
  top: 0.35em;
  left: 0;
  width: 0.5rem;
  aspect-ratio: 1;
  z-index: 1;
  background: url(../img/common/ico-arw02.svg) no-repeat center center/cover;
}

.copy {
  margin-top: 4rem;
  display: block;
  font-size: var(--f12);
  font-weight: var(--fwm);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .copy {
    margin-top: 3rem;
    font-size: 1.3rem;
  }
}

/***************************

object/object/project/_mv.scss

***************************/
.top-fv {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}
.top-fv__img {
  width: 100%;
  height: 100%;
}
.top-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 834px) {
  .top-fv__img img {
    object-position: bottom center;
  }
}
.top-fv__hg {
  position: absolute;
  top: 49.5%;
  transform: translateY(-50%);
  left: 11vw;
  z-index: 2;
  color: var(--white);
}
@media screen and (max-width: 1500px) {
.top-fv__hg {
  left: 8vw;
}
}
@media screen and (max-width: 834px) {
  .top-fv__hg {
    width: 92%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.top-fv__ttl {
  font-size: var(--f60);
  font-family: var(--ja);
  font-weight: var(--fwm);
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
.top-fv__ttl {
  font-size: var(--f42);
}
}
@media screen and (max-width: 834px) {
.top-fv__ttl {
  font-size: var(--f60);
}
}
@media screen and (max-width: 380px) {
  .top-fv__ttl {
    font-size: 2.8rem;
  }
}
.top-fv__catch {
  margin-top: 3rem;
  font-size: var(--f28);
  font-weight: var(--fwm);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
.top-fv__catch {
  margin-top: 2rem;
  font-size: var(--f20);
}
}
@media screen and (max-width: 834px) {
  .top-fv__catch {
    margin-top: 3rem;
    font-size: var(--f28);
  }
}
.top-fv__list {
  position: absolute;
  bottom: 14vh;
  right: 9.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3rem;
}
@media screen and (max-width: 834px) {
  .top-fv__list {
    width: 92%;
    gap: 0;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.top-fv__item {
  width: 18rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  font-size: var(--f20);
  line-height: 1.4;
  font-weight: var(--fwm);
  background: url(../img/top/fv-item_bg.webp) no-repeat center center/cover;
}
.top-fv__item p{
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
.top-fv__item p{
  font-size: 1.4rem;
}
}
@media screen and (max-width: 1250px) {
.top-fv__item {
  width: 15rem;
}
}
@media screen and (max-width: 834px) {
  .top-fv__item {
    width: 33.3333333333%;
    font-size: 3.6vw;
  }
  .top-fv__item:not(:first-child) {
    margin-left: -2%;
  }
}

/***************************

object/object/project/_intro.scss

***************************/
.top-intro {
  position: relative;
  margin-top: -10vh;
}
@media screen and (max-width: 834px) {
  .top-intro {
    margin-top: 3rem;
  }
}
.top-intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 1100px) {
  .top-intro__flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 835px) {
  .top-intro__flex .c-tb__box {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
.top-intro__flex .c-tb__th01 {
  width: 11.3rem;
}
@media screen and (min-width: 835px) {
  .top-intro__flex .c-tb__th02 {
    width: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-intro__flex .c-tb__th03 {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-intro .c-news {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1101px) {
  .top-intro .c-news {
    max-width: 76.3rem;
    width: 60%;
  }
}
.top-intro .c-tb__box {
  max-width: 50rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--right-blue);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1101px) {
  .top-intro .c-tb__box {
    width: 55%;
  }
}

/***************************

object/object/project/_info.scss

***************************/
.top-info {
  margin-top: 12rem;
}
@media screen and (max-width: 834px) {
  .top-info {
    margin-top: 6rem;
  }
}
.top-info__flex {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .top-info__flex {
    margin-top: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.top-info__lft {
  max-width: 35rem;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 834px) {
  .top-info__lft {
    max-width: 100%;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
  }
  .top-info__lft picture {
    width: calc(100% - 0.5rem);
    height: auto;
  }
}
.top-info__list {
  max-width: 60.9rem;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .top-info__list {
    max-width: 100%;
    width: 92%;
    margin: 0 auto;
  }
}
.top-info__item {
  padding: 1.4rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.4rem;
  font-size: var(--f20);
  line-height: 1.6;
  font-weight: var(--fwm);
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 834px) {
  .top-info__item {
    padding: 1.2rem 1rem 1.2rem 0;
    font-size: 1.7rem;
    gap: 1rem;
  }
}
.top-info__item p {
  margin-top: 0.4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .top-info__item p {
    margin-top: 0.1rem;
    width: calc(100% - 4rem);
    font-size: 1.6rem;
  }
}
.top-info__ico {
  padding: 1rem;
  width: 4rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--gray);
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}
@media screen and (max-width: 834px) {
  .top-info__ico {
    padding: 0;
    width: 3rem;
  }
  .top-info__ico img {
    width: 1.5rem;
    height: auto;
  }
}
.top-info__rht {
  max-width: 35rem;
  width: 25%;
}
@media screen and (max-width: 834px) {
  .top-info__rht {
    max-width: 100%;
    width: 100%;
  }
  .top-info__rht img {
    width: 100%;
    height: auto;
  }
}

/***************************

object/object/project/_worries.scss

***************************/
.top-worries {
  margin-top: 12rem;
}
@media screen and (max-width: 834px) {
  .top-worries {
    margin-top: 6rem;
  }
}
.top-worries__top {
  position: relative;
  padding: 9.8rem 0 20rem;
  color: var(--white);
}
@media screen and (max-width: 834px) {
  .top-worries__top {
    padding: 6rem 0 8rem;
  }
}
.top-worries__top-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-worries__top-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.top-worries__ttl {
  font-family: var(--ja);
  font-size: var(--f40);
  font-weight: var(--fwm);
  line-height: 1.6;
  color: var(--right-blue);
}
.top-worries__cont {
  max-width: 74.7rem;
  margin-top: 5.7rem;
}
@media screen and (max-width: 834px) {
  .top-worries__cont {
    margin-top: 3rem;
  }
}
.top-worries__list {
  display: grid;
  grid-template-columns: 0.62fr 1fr;
  gap: 1rem 2.7rem;
}
@media screen and (max-width: 834px) {
  .top-worries__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 3.5rem;
  }
}
.top-worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: var(--f20);
  font-weight: var(--fwm);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .top-worries__item {
    font-size: 1.4rem;
  }
}
.top-worries__item p {
  margin-top: 0.1rem;
  font-size: 1.9rem;
}
@media screen and (max-width: 834px) {
  .top-worries__item p {
    margin-top: 0.2rem;
    width: calc(100% - 3.35rem);
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-worries__ico {
    width: 2.55rem;
  }
}
.top-worries__dl {
  margin-top: 4rem;
}
@media screen and (max-width: 834px) {
  .top-worries__dl {
    margin-top: 3rem;
  }
}
.top-worries__dt {
  padding-bottom: 0.5rem;
  font-family: var(--ja);
  font-size: 2.4rem;
  font-weight: var(--fwm);
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid var(--white);
}
.top-worries__dd {
  margin-top: 2rem;
  font-size: var(--f16);
  font-weight: var(--fwm);
  line-height: 2;
  text-align: center;
}
.top-worries__btm {
  position: relative;
  margin-top: -8.5vw;
}
.top-worries__btm-bg {
  position: relative;
  z-index: -2;
  width: 100%;
  display: block;
}
.top-worries__btm-bg img {
  width: 100%;
}
@media screen and (max-width: 834px) {
  .top-worries__btm-bg img {
    width: 100%;
    aspect-ratio: 430/291;
  }
}
.top-worries__btm-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 97.8rem;
  width: 92%;
  padding: 5rem 6rem;
  font-family: var(--ja);
  font-size: var(--f30);
  font-weight: var(--fwm);
  line-height: 1.6;
  text-align: center;
  color: var(--dark-blue);
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .top-worries__btm-txt {
    width: 78.2%;
    padding: 2.4rem;
  }
}
.top-worries__btm-txt strong {
  font-weight: var(--fwm);
}

/***************************

object/object/project/_about.scss

***************************/
.top-about {
  padding: 12rem 0;
  color: var(--white);
  background: url(../img/top/about-bg.webp) no-repeat bottom center/cover;
}
@media screen and (max-width: 834px) {
  .top-about {
    background-image: url(../img/top/about-bg_sp.webp);
  }
}
.top-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 1100px) {
  .top-about__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.2rem;
  }
}
.top-about__lft {
  position: relative;
  max-width: 53.7rem;
  min-width: 53.5rem;
}
@media screen and (max-width: 1100px) {
  .top-about__lft {
    max-width: 100%;
    min-width: 100%;
  }
}
.top-about__lft .c-hg02 {
  color: var(--white);
}
@media screen and (max-width: 1100px) {
  .top-about__lft .c-hg02 {
    text-align: center;
  }
}
@media screen and (max-width: 1100px) {
  .top-about__lft .c-ttl02 {
    text-align: center;
  }
}
.top-about__lft .c-txt__bg {
  margin-top: 4rem;
}
@media screen and (min-width: 835px) {
  .top-about__lft .w-50em {
    width: auto;
  }
}
.top-about__en {
  position: absolute;
  bottom: -13.2%;
  right: -7%;
  font-family: var(--spen);
  font-size: 9rem;
  transform: rotate(-12deg);
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .top-about__en {
    right: auto;
    left: 5%;
    bottom: auto;
    top: -1em;
  }
}
@media screen and (max-width: 834px) {
  .top-about__en {
    left: 1%;
    top: -1.5em;
    font-size: 4rem;
  }
}
.top-about__rht {
  max-width: 54.2rem;
}
@media screen and (max-width: 1100px) {
  .top-about__rht {
    max-width: 100%;
  }
}
.top-about__txt {
  font-family: var(--ja);
  font-size: var(--f18);
  font-weight: var(--fwm);
  line-height: 2.3;
}
.top-about .c-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 1100px) {
  .top-about .c-btn {
    margin: 4rem auto 0;
  }
}

/***************************

object/object/project/_reason.scss

***************************/
.top-reason {
  padding: 11rem 0 12rem;
  background: url(../img/top/reason-bg.webp) no-repeat top right/50% auto;
}
@media screen and (max-width: 834px) {
  .top-reason {
    padding: 6rem 0;
    background-size: 80% auto;
  }
}
.top-reason__list {
  margin-top: 6rem;
}
.top-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .top-reason__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 6rem;
  }
}
@media screen and (min-width: 835px) {
  .top-reason__item:nth-of-type(even) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .top-reason__item:nth-of-type(even) .top-reason__cont {
    padding-right: 6rem;
    padding-left: 11rem;
  }
}
@media screen and (max-width: 834px) {
  .top-reason__item:not(:first-of-type) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 835px) {
  .top-reason__img {
    width: 50%;
  }
}
.top-reason__cont {
  padding: 3rem 11rem 3rem 6rem;
  width: 50%;
}
@media screen and (max-width: 1100px) {
  .top-reason__cont {
    padding: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-reason__cont {
    margin: 0 auto;
    padding: 0;
    width: 92%;
  }
}
.top-reason__ttl {
  font-family: var(--en);
  font-style: italic;
  font-weight: var(--fwn);
  font-size: 2rem;
  color: var(--cyan);
}
@media screen and (max-width: 834px) {
  .top-reason__ttl {
    font-size: 1.4rem;
  }
}
.top-reason__num {
  font-weight: var(--fwn);
  font-size: var(--f50);
}
@media screen and (max-width: 834px) {
  .top-reason__num {
    font-size: 3rem;
  }
}
.top-reason__catch {
  margin: 3rem 0;
  font-family: var(--ja);
  font-weight: var(--fwm);
  font-size: var(--f30);
  line-height: 1.6;
  color: var(--dark-blue);
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 834px) {
  .top-reason__catch {
    padding-bottom: 1rem;
    font-size: 2rem;
  }
}
.top-reason__txt {
  margin-bottom: 3rem;
  font-size: var(--f18);
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .top-reason__txt {
    max-width: 55rem;
    width: 92%;
  }
}
@media screen and (max-width: 834px) {
  .top-reason .c-btn {
    margin: 0 auto;
  }
}

/***************************

object/object/project/_doctor.scss

***************************/
.top-doctor {
  padding: 8rem 0;
  background-color: var(--right-blue);
}
@media screen and (max-width: 834px) {
  .top-doctor {
    padding: 4rem 0;
  }
}
.top-doctor__list {
  margin-top: 4rem;
}
.top-doctor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 1100px) {
  .top-doctor__item {
    gap: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-doctor__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-doctor__item:not(:first-of-type) {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid var(--cyan);
}
@media screen and (min-width: 835px) {
  .top-doctor__cont {
    max-width: 62.8rem;
    width: 52%;
  }
}
.top-doctor__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 2.5rem;
  font-family: var(--ja);
  font-size: var(--f40);
  font-weight: var(--fwm);
}
@media screen and (max-width: 834px) {
  .top-doctor__ttl {
    font-size: 3rem;
  }
}
.top-doctor__post {
  display: block;
  width: fit-content;
  padding: 1rem;
  font-family: var(--dfja);
  font-size: var(--f18);
  font-weight: var(--fwb);
  color: var(--white);
  background-color: var(--cyan);
}
@media screen and (max-width: 834px) {
  .top-doctor__post {
    font-size: 1.4rem;
  }
}
.top-doctor__txt {
  margin: 6rem 0;
  font-family: var(--ja);
  font-size: var(--f18);
  font-weight: var(--fwm);
  line-height: 2.3;
}
@media screen and (max-width: 834px) {
  .top-doctor__txt {
    margin: 3rem 0;
    font-size: 1.4rem;
  }
}
.top-doctor__dl {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 834px) {
  .top-doctor__dl {
    margin-bottom: 3rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-doctor__dt {
  padding: 0.5rem 1rem 0.4rem;
  display: block;
  width: fit-content;
  font-size: 1.8rem;
  font-weight: var(--fwb);
  color: var(--cyan);
  letter-spacing: 0.1em;
  border: 1px solid var(--cyan);
}
.top-doctor__dd {
  margin-top: 0.15em;
  font-size: 2rem;
  font-weight: var(--fwm);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.top-doctor__rht {
  max-width: 58rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .top-doctor__rht {
    width: 46%;
  }
}
.top-doctor__img01 {
  width: 100%;
}
.top-doctor__img02 {
  width: 50%;
}

/***************************

object/object/project/_menu.scss

***************************/
.top-menu {
  padding: 12rem 0;
  background: url(../img/top/menu-bg.webp) no-repeat top center/cover;
}
@media screen and (max-width: 834px) {
  .top-menu {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 600px) {
  .top-menu {
    background-image: url(../img/top/menu-bg_sp.webp);
    background-position: center;
  }
}
.top-menu__list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.3rem;
}
@media screen and (max-width: 1100px) {
  .top-menu__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .top-menu__list {
    margin-top: 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .top-menu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-menu__item {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
.top-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15.1rem;
  background: linear-gradient(118deg, rgb(84, 131, 187) 0%, rgb(41, 82, 131) 100%);
}
.top-menu__btm {
  height: 19.3rem;
  padding: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .top-menu__btm {
    padding: 1rem 1rem 2rem;
    height: auto;
  }
}
.top-menu__ttl {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-family: var(--ja);
  font-size: var(--f24);
  line-height: 1.6;
  font-weight: var(fwm);
  letter-spacing: 0.04em;
  color: var(--dark-blue);
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 834px) {
  .top-menu__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  .top-menu__ttl {
    padding-bottom: 0;
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 420px) {
  .top-menu__ttl {
    font-size: 4.3vw;
  }
}
.top-menu__txt {
  font-size: var(--f16);
  font-weight: var(--fwm);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 450px) {
  .top-menu__txt {
    font-size: 1.3rem;
  }
}
.top-menu .c-btn {
  margin: 6rem auto 0;
}
@media screen and (max-width: 834px) {
  .top-menu .c-btn {
    margin-top: 3rem;
  }
}

/***************************

object/object/project/_pick.scss

***************************/
.top-pick {
  padding: 12rem 0;
}
@media screen and (max-width: 834px) {
  .top-pick {
    padding: 6rem 0;
  }
}
.top-pick__list {
  margin-top: 6rem;
}
.top-pick__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 834px) {
  .top-pick__item {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 835px) {
  .top-pick__item:nth-of-type(odd) .top-pick__box {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.top-pick__item:not(:first-of-type) {
  margin-top: 4rem;
}
.top-pick__ttl {
  width: 8rem;
  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;
  font-family: var(--en);
  font-size: 2.4rem;
  font-weight: var(--fwn);
  letter-spacing: 0.1em;
  color: var(--white);
  writing-mode: vertical-rl;
  background: var(--dark-blue);
}
@media screen and (max-width: 834px) {
  .top-pick__ttl {
    width: 100%;
    height: 8rem;
    writing-mode: horizontal-tb;
  }
}
.top-pick__box {
  width: calc(100% - 8rem);
  padding: 4rem 1rem;
  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;
  gap: 4rem;
  border: 1px solid var(--dark-blue);
}
@media screen and (max-width: 834px) {
  .top-pick__box {
    width: 100%;
    padding: 4rem 2rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 835px) {
  .top-pick__cont {
    max-width: 52rem;
    width: 48%;
  }
}
.top-pick__cont-ttl {
  padding-bottom: 1rem;
  font-family: var(--ja);
  font-size: var(--f40);
  font-weight: var(--fwm);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--dark-blue);
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 834px) {
  .top-pick__cont-ttl {
    text-align: center;
  }
}
.top-pick__txt {
  margin: 3rem 0;
  font-size: var(--f16);
  font-weight: var(--fwm);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .top-pick__txt {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 835px) {
  .top-pick__img {
    max-width: 54rem;
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .top-pick__img img {
    aspect-ratio: 350/330;
    object-fit: cover;
    object-position: center;
  }
}
.top-pick__img:has(.top-pick__img-list) {
  position: relative;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 834px) {
  .top-pick__img:has(.top-pick__img-list) {
    padding-bottom: 14.7rem;
  }
}
.top-pick__img-list {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width: 834px) {
  .top-pick__img-list {
    width: 27.3rem;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.top-pick__img-item {
  width: 13.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
  font-size: 1.5rem;
  font-weight: var(--fwb);
  letter-spacing: 0.01em;
  color: var(--blue);
  line-height: 1.3;
  text-align: center;
  background: url(../img/top/pickip-list_bg.webp) no-repeat center center/cover;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .top-pick__img-item:first-of-type {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media screen and (max-width: 834px) {
  .top-pick__img-item:not(:first-of-type) {
    margin-top: -3.8rem;
    background-color: transparent;
  }
}
@media screen and (max-width: 834px) {
  .top-pick .c-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/***************************

object/object/project/_price.scss

***************************/
.top-price {
  padding: 10rem 0;
  background: url(../img/top/price-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 834px) {
  .top-price {
    background-image: url(../img/top/price-bg_sp.webp);
  }
}
.top-price__flex {
  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;
  gap: 8rem;
}
@media screen and (max-width: 834px) {
  .top-price__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6rem;
  }
}
@media screen and (min-width: 835px) {
  .top-price .c-hg03 {
    max-width: 50rem;
    width: 40%;
  }
}
.top-price .c-ttl03, .top-price .c-catch03 {
  color: var(--white);
}
@media screen and (min-width: 835px) {
  .top-price__rht {
    max-width: 65rem;
    width: 53%;
  }
}
.top-price__txt {
  margin-bottom: 3rem;
  font-family: var(--ja);
  font-size: var(--f20);
  font-weight: var(--fwm);
  line-height: 2.3;
  letter-spacing: 0.1em;
  color: var(--white);
}
.top-price .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/***************************

object/object/project/_column.scss

***************************/
.top-column {
  max-width: 110.2rem;
  width: 92% !important;
  margin: 12rem auto;
}
@media screen and (min-width: 835px) {
  .top-column {
    padding: 6rem !important;
    gap: 6rem !important;
  }
}
@media screen and (max-width: 834px) {
  .top-column {
    margin: 6rem auto;
  }
}
@media screen and (min-width: 835px) {
  .top-column .c-news__lft {
    width: 24rem;
  }
}
@media screen and (min-width: 835px) {
  .top-column .c-news__list {
    max-width: 68.2rem;
    width: 70%;
  }
}

.top-img {
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .top-img__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200vw;
  }
}
.top-img__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .top-img__wrapper:first-of-type {
    animation: slide01_r 200s -100s infinite linear;
  }
  .top-img__wrapper:last-of-type {
    animation: slide02_r 200s infinite linear;
  }
}
@media screen and (max-width: 834px) {
  .top-img__wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.1rem;
  }
  .top-img__wrapper:last-of-type {
    display: none;
  }
}
.top-img__slide {
  width: 25%;
}
@media screen and (max-width: 834px) {
  .top-img__slide {
    width: calc((100% - 0.1rem) / 2);
  }
}

@keyframes slide01_r {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(-100%, 0);
  }
}
@keyframes slide02_r {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-200%, 0);
  }
}
/***************************

object/component/_heading.scss

***************************/
.c-hg01 .c-catch01 {
  margin-top: 5rem;
}
@media screen and (max-width: 834px) {
  .c-hg01 .c-catch01 {
    margin-top: 2rem;
  }
}

.c-ttl01 {
  font-family: var(--en);
  font-size: var(--f80);
  font-weight: var(--fwn);
  color: var(--cyan);
  letter-spacing: 0.1em;
}

.c-catch01 {
  font-family: var(--ja);
  font-size: var(--f36);
  font-weight: var(--fwm);
  line-height: 1.6;
  color: var(--dark-blue);
  letter-spacing: 0.1em;
}

.c-hg02 {
  font-family: var(--ja);
  color: var(--dark-blue);
}
.c-hg02 .c-catch02 {
  margin-top: 1rem;
}

.c-ttl02 {
  font-family: var(--en);
  font-size: var(--f40);
  font-weight: var(--fwn);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .c-ttl02 {
    font-size: 4rem;
  }
}

.c-catch02 {
  font-size: var(--f18);
  font-weight: var(--fwm);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .c-catch02 {
    font-size: 1.8rem;
  }
}

.c-hg03 .c-catch03 {
  margin-top: 2rem;
}
@media screen and (max-width: 834px) {
  .c-hg03 .c-catch03 {
    margin-top: 0;
  }
}

.c-ttl03 {
  font-family: var(--en);
  font-size: var(--f60);
  font-weight: var(--fwn);
  color: var(--cyan);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .c-ttl03 {
    font-size: 4rem;
  }
}

.c-catch03 {
  font-family: var(--ja);
  font-size: var(--f24);
  font-weight: var(--fwm);
  line-height: 1.6;
  color: var(--dark-blue);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .c-catch03 {
    font-size: 1.8rem;
  }
}

/***************************

object/component/_box.scss

***************************/
.top {
  overflow-x: hidden;
}

.inner {
  max-width: 128rem;
  width: 92%;
  margin: 0 auto;
}
.inner.-m {
  max-width: 126.8rem;
}
.inner.-ms {
  max-width: 124rem;
}
.inner.-sm {
  max-width: 115.1rem;
}
.inner.-s {
  max-width: 111.1rem;
}

.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .sp {
    display: inline-block;
  }
}

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

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

.radius10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.radius60 {
  border-radius: 60px;
  -webkit-border-radius: 60px;
}
@media screen and (max-width: 500px) {
  .radius60 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
  }
}

.radius100vmax {
  border-radius: 100vmax;
  -webkit-border-radius: 100vmax;
}

/*////////////////////////

common news box

////////////////////////*/
.c-news {
  width: 100%;
  padding: 5rem 4rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4rem;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  .c-news {
    position: relative;
    padding: 3rem 2rem 8.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.c-news__lft {
  max-width: 13.4rem;
}
.c-news__hg {
  min-width: fit-content;
  color: var(--dark-blue);
  line-height: 1.6;
}
.c-news__hg-ttl {
  font-family: var(--ja);
  font-size: 2.4rem;
  font-weight: var(--fwm);
}
.c-news__hg-txt {
  margin-top: 1rem;
  font-family: var(--en);
  font-size: var(--f20);
  letter-spacing: 10%;
}
@media screen and (max-width: 834px) {
  .c-news__hg-txt {
    font-size: 1.4rem;
    text-align: center;
  }
}
.c-news .c-link {
  margin-top: 8rem;
}
@media screen and (max-width: 834px) {
  .c-news .c-link {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
  }
}
.c-news__list {
  max-width: 50.9rem;
  width: 100%;
}
.c-news__link {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 1.4rem;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 834px) {
  .c-news__link {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.c-news__date {
  min-width: fit-content;
  font-family: var(--en);
  font-size: 1.2rem;
  line-height: 1.7;
}
.c-news__ttl {
  font-size: 1.4rem;
  font-weight: var(--fwm);
  line-height: 1.6;
}

/*////////////////////////

common table

////////////////////////*/
.c-tb {
  width: 100%;
  color: var(--dark-blue);
}
.c-tb__box {
  padding: 2rem 3rem;
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .c-tb__box {
    padding: 0 1.5rem;
  }
}
.c-tb__box:has(.c-tb__cap) {
  position: relative;
  margin-bottom: 5.62rem;
}
@media screen and (max-width: 834px) {
  .c-tb__box:has(.c-tb__cap) {
    margin-bottom: 6.12rem;
  }
}
.c-tb__cap {
  position: absolute;
  caption-side: bottom;
  font-size: 1.6rem;
  font-weight: var(--fwm);
  line-height: 1.6;
  text-align: left;
  bottom: -5.62rem;
  left: 0;
}
@media screen and (max-width: 834px) {
  .c-tb__cap {
    bottom: -6.12rem;
  }
}
.c-tb tr {
  border-bottom: 1px solid var(--gray);
}
.c-tb tbody tr:last-of-type {
  border-width: 0;
}
.c-tb__th01 {
  padding: 3rem 1rem;
  font-size: var(--f18);
  font-weight: var(--fwb);
}
@media screen and (max-width: 834px) {
  .c-tb__th01 {
    width: 11.3rem;
  }
}
.c-tb__th02 {
  width: 4rem;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  font-weight: var(--fwb);
}
@media screen and (max-width: 834px) {
  .c-tb__th02 {
    width: calc((100% - 17.3rem) / 8);
    padding: 0;
  }
}
.c-tb__th03 {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  font-weight: var(--fwb);
}
@media screen and (max-width: 834px) {
  .c-tb__th03 {
    padding: 2rem 0;
  }
}
.c-tb__td {
  width: 3rem;
  text-align: center;
  font-size: var(--f14);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 834px) {
  .c-tb__td {
    width: 2.4rem;
  }
}

/*////////////////////////

common access box

////////////////////////*/
.c-access {
  margin-top: 6rem;
}
@media screen and (max-width: 834px) {
  .c-access {
    margin-top: 3rem;
  }
}
.c-access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .c-access__flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-access__lft {
  width: 50%;
  padding: 4rem 1rem;
  background-color: var(--right-blue);
}
@media screen and (max-width: 950px) {
  .c-access__lft {
    padding: 4rem 5%;
    width: 100%;
  }
}
.map-bl{
  width: 50%;
  height: 806px;
}

.map-bl iframe{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .map-bl {
    width: 100%;
    height: 450px;
  }
}

@media screen and (max-width: 834px) {
  .map-bl {
    width: 100%;
    height: 300px;
  }
}

.c-access__logo {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .c-access__logo {
    margin: 0 auto 2rem;
    width: 80%;
  }
}
.c-access__dl {
  max-width: 53.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  font-size: var(--f16);
  font-weight: var(--fwm);
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .c-access__dl {
    gap: 1rem;
  }
}
.c-access__dt {
  min-width: 11rem;
}
.c-access__dt, .c-access__dd {
  padding: 1rem;
  border-top: 1px solid #dadada;
}
.c-access__dd {
  width: calc(100% - 11.9rem);
}
@media screen and (max-width: 834px) {
  .c-access__dd {
    font-size: 1.4rem;
    width: calc(100% - 12rem);
  }
}
.c-access__pay {
  max-width: 53.9rem;
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--cyan);
}
@media screen and (max-width: 834px) {
  .c-access__pay {
    margin: 2rem auto;
  }
}
.c-access__pay-dt {
  min-width: 13.7rem;
  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;
  font-size: var(--f18);
  font-weight: var(--fwm);
  line-height: 1.6;
  color: var(--white);
  text-align: center;
  background-color: var(--cyan);
}
@media screen and (max-width: 834px) {
  .c-access__pay-dt {
    min-width: 9.9rem;
    font-size: 1.3rem;
  }
}
.c-access .c-tb__box {
  max-width: 53.9rem;
  margin-left: auto;
  margin-right: auto;
}
.c-access__rht {
  width: 50%;
  height: 84.2rem;
}
@media screen and (max-width: 950px) {
  .c-access__rht {
    width: 100%;
    height: auto;
    aspect-ratio: 430/300;
  }
}

/*////////////////////////

common reserve box

////////////////////////*/
.c-reserve {
  padding: 8rem 0;
  background-color: var(--gray);
}
@media screen and (max-width: 834px) {
  .c-reserve {
    padding: 4rem 0;
  }
}
.c-reserve__box {
  max-width: 128rem;
  width: 92%;
  margin: 0 auto;
  padding: 6rem 1rem;
  background-color: var(--white);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 834px) {
  .c-reserve__box {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .c-reserve__box .c-ttl02 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .c-reserve__box .c-catch02 {
    font-size: 1.4rem;
  }
}
.c-reserve__list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 834px) {
  .c-reserve__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.75rem;
  }
}
.c-reserve__list li {
  max-width: 48rem;
  width: 100%;
}
.c-reserve__tel, .c-reserve__web {
  aspect-ratio: 480/100;
  padding: 1rem;
  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;
  gap: 1.4rem;
}
.c-reserve__tel {
  font-size: var(--f30);
  font-weight: var(--fwb);
  color: var(--dark-blue);
  border: 1px solid var(--gray);
  background-color: var(--right-blue);
}
@media screen and (max-width: 834px) {
  .c-reserve__tel {
    font-size: 5vw;
  }
}
.c-reserve__web {
  font-size: var(--f24);
  font-weight: var(--fwm);
  color: var(--white);
  background-color: var(--dark-blue);
}
@media screen and (max-width: 834px) {
  .c-reserve__web {
    font-size: 4vw;
  }
}
.c-reserve__ico {
  max-width: 4rem;
}
@media screen and (max-width: 834px) {
  .c-reserve__ico {
    max-width: 2.9rem;
  }
}

/*////////////////////////

fade

////////////////////////*/
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  opacity: 1;
  animation: fadeUpAnime 0.5s ease-in-out;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeImgTrigger {
  opacity: 0;
}

.fadeImg {
  opacity: 1;
  animation: zoomDown 0.5s ease;
}

/***************************

object/component/_button.scss

***************************/
.c-btn {
  max-width: 20rem;
  width: 92%;
  aspect-ratio: 200/50;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--f14);
  font-weight: var(--fwm);
  color: var(--white);
  background-color: var(--dark-blue);
}
.c-btn.--big {
  max-width: 30rem;
  height: 7rem;
  font-size: 2rem;
}
.c-btn i {
  position: relative;
  top: -0.1rem;
}

/***************************

object/utility/_link.scss

***************************/
.c-link {
  min-width: fit-content;
  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;
  gap: 1rem;
  padding: 0 1rem 1rem;
  font-family: var(--en);
  font-size: 1.4rem;
  color: var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
}

.c-link__blue {
  color: var(--blue);
}

/***************************

object/utility/_text.scss

***************************/
.c-txt {
  font-size: var(--f16);
  line-height: 2.25;
}
@media screen and (max-width: 450px) {
  .c-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-txt02 {
  font-size: var(--f16);
  line-height: 3.1;
}
@media screen and (max-width: 834px) {
  .c-txt02 {
    line-height: 2.5;
  }
}

.c-txt__undline {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.c-bg__txt {
  width: fit-content;
  margin: 0 auto;
  padding: 0.3rem 0.5rem 0.5rem;
  border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
}
.c-bg__txt.bg-gold {
  color: #fff;
}

.txt-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.txt-ellipsis02 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← 最大2行まで */
  max-height: 3em; /* 2行分の高さ */
  white-space: normal;
  text-overflow: ellipsis;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 500;
}

.f8 {
  font-size: 8px;
}

.f12 {
  font-size: var(--f12);
}

.f13 {
  font-size: var(--f13);
}

.f14 {
  font-size: var(--f14);
}

.f15 {
  font-size: var(--f15);
}

.f16 {
  font-size: var(--f16);
}

.f17 {
  font-size: var(--f17);
}

.f18 {
  font-size: var(--f18);
}

.f20 {
  font-size: 2rem;
}

.f21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 450px) {
  .f21 {
    font-size: 4.7vw;
  }
}

.f22 {
  font-size: 2.2rem;
}

.f24 {
  font-size: 2.4rem;
}

.f25 {
  font-size: 2.5rem;
}

.f27 {
  font-size: 2.7rem;
}

.f28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  .f28 {
    font-size: 6vw;
  }
}

.f31 {
  font-size: 3.1rem;
}

.f32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 550px) {
  .f32 {
    font-size: 5.4vw;
  }
}

.f35 {
  font-size: 3.5rem;
}

.f40 {
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .f40 {
    font-size: 6.6vw;
  }
}

.f45 {
  font-size: 4.5rem;
}
@media screen and (max-width: 500px) {
  .f45 {
    font-size: 9vw;
  }
}

.f48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 500px) {
  .f48 {
    font-size: 7vw;
  }
}

.f50 {
  font-size: 5rem;
}

.f56 {
  font-size: 5.6rem;
}
@media screen and (max-width: 450px) {
  .f56 {
    font-size: 12vw;
  }
}

.f80 {
  font-size: 8rem;
}
@media screen and (max-width: 500px) {
  .f80 {
    font-size: 16vw;
  }
}

.f120 {
  font-size: 12rem;
}
@media screen and (max-width: 834px) {
  .f120 {
    font-size: 14.4vw;
  }
}

.fc-blue {
  color: var(--blue);
}

.fc-light-blue {
  color: #6bb7d5;
}

.fc-wht {
  color: #fff;
}

.fc-gold {
  color: #80765a;
}

.lh-1_3 {
  line-height: 1.3;
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_7 {
  line-height: 1.7;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}
@media screen and (max-width: 450px) {
  .lh-2_5 {
    line-height: 1.8;
  }
}

.lh-2_7 {
  line-height: 2.7;
}
@media screen and (max-width: 450px) {
  .lh-2_7 {
    line-height: 2;
  }
}

.c-txt__bg {
  font-family: var(--ja);
  font-size: 2.4rem;
  font-weight: var(--fwb);
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .c-txt__bg {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 430px) {
  .c-txt__bg {
    font-size: 4.1vw;
  }
}
.c-txt__bg span:not(.tab-no, .w-50em) {
  display: block;
  width: fit-content;
  padding: 1rem 2rem;
  color: var(--dark-blue);
  background-color: var(--white);
}
@media screen and (max-width: 834px) {
  .c-txt__bg span:not(.tab-no, .w-50em) {
    padding: 0 1rem 0.1rem;
  }
}
.c-txt__bg span:not(.tab-no, .w-50em):not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .c-txt__bg span:not(.tab-no, .w-50em):not(:first-of-type) {
    margin-top: 1rem;
  }
}

.bg-pink_txt {
  display: block;
  width: fit-content;
  padding: 1rem;
  color: #fff;
  background-color: #cd356f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.w-50em {
  display: inline-block;
  width: 0.5em;
}

.wm-rl {
  writing-mode: vertical-rl;
}

.top-fv__swiper{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -1;
}

.top-fv__swiper .swiper-wrapper{
  width: 100%;
  height: 100%;
}

.top-fv__swiper .swiper-slide{
  width: 100%;
  height: 100%;
}

.top-fv__swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.non-post{
  font-size: var(--f16);
}

@media screen and (max-width: 834px) {
  .non-post{
    margin: 30px 0;
  }
}