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

time {
  display: inline-block;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
}

body {
  line-height: 1.8;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* input textarea reset
============================== */
input,
textarea,
select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  outline: none;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/* ===================================
Foundation
=================================== */
* {
  box-sizing: border-box;
  line-break: strict;
}

body {
  line-height: 1.8;
}

/* テキスト
============================== */
a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

b {
  font-weight: bold;
}

sup {
  vertical-align: top;
}

/* メディア
============================== */
img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
  outline: none;
}

iframe {
  max-width: 100%;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-feature-settings: "palt" on;
}

/* ===================================
base
=================================== */
/* layout
============================== */
html {
  font-size: 62.5%;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.l-wrapper {
  overflow: hidden;
}

[class$="--black"] {
  background-color: #000;
}

.ly_main {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.ly_inner {
  box-sizing: content-box;
  max-width: 112rem;
  margin: 0 auto;
  padding: 0 3rem;
}
.ly_inner.un_policy {
  max-width: 96rem;
}
@media screen and (max-width: 767px) {
  .ly_inner {
    padding: 0 3rem;
  }
}

.l-inner {
  max-width: 128rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 3rem;
}
@media screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 3rem;
  }
}

.l-inner-narrow {
  max-width: 112rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 3rem;
}
@media screen and (max-width: 1259px) {
  .l-inner-narrow.apology {
    padding: 0;
  }
}

.l-inner-wide {
  max-width: 144rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 3rem;
}

.ly_verticalPadding {
  padding-top: 8rem;
}

.ly_verticalPadding:has(.ly_2col.un_column) {
  padding-top: 9.4rem;
}
@media screen and (max-width: 767px) {
  .ly_verticalPadding:has(.ly_2col.un_column) {
    padding-top: 6rem;
  }
}

.ly_verticalPadding:has(.single) {
  padding-top: 10.4rem;
}
@media screen and (max-width: 767px) {
  .ly_verticalPadding:has(.single) {
    padding-top: 6.4rem;
  }
}

.ly_vertical_bottom_gradation {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  aspect-ratio: 1440/480;
  width: 100%;
  position: relative;
  max-height: 480px;
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation {
    aspect-ratio: 428/240;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.ly_vertical_bottom_gradation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation::after {
    background: url(../img/sp/triangle_top-right_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 428/80;
  }
}
.ly_vertical_bottom_gradation.short {
  aspect-ratio: 1440/253;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  max-height: 253px;
}
.ly_vertical_bottom_gradation.short::after {
  display: none;
}
.ly_vertical_bottom_gradation.thin {
  z-index: -10;
}
.ly_vertical_bottom_gradation.middle {
  aspect-ratio: 1440/300;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation.middle {
    aspect-ratio: 428/240;
  }
}
.ly_vertical_bottom_gradation.middle::after {
  background: url(../img/bg/triangle_top-left.png);
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation.middle::after {
    aspect-ratio: 428/80;
    background: url(../img/sp/triangle_top-left_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.ly_vertical_bottom_gradation.middle2 {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  aspect-ratio: 1440/300;
  max-height: 300px;
  z-index: -10;
}
.ly_vertical_bottom_gradation.middle2::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1440/180;
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation.middle2::after {
    aspect-ratio: 428/80;
    background: url(../img/sp/triangle_top-right_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation.middle2 {
    aspect-ratio: 428/240;
  }
}
.ly_vertical_bottom_gradation.middle3 {
  aspect-ratio: 1440/360;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  max-height: 360px;
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation.middle3 {
    aspect-ratio: 428/240;
  }
}
.ly_vertical_bottom_gradation.middle3::after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1440/180;
}
@media screen and (max-width: 767px) {
  .ly_vertical_bottom_gradation.middle3::after {
    aspect-ratio: 428/80;
    background: url(../img/sp/triangle_top-right_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.el_frequent {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 1024px) {
  .el_frequent {
    font-size: 24px;
  }
}

/* default
============================== */
@media screen and (max-width: 767px) {
  .un_pc {
    display: none;
  }
}

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

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

@media screen and (min-width: 1280px) {
  .un_pc-wide {
    display: none;
  }
}

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

@media (min-width: 769px) {
  .un_tab_sp {
    display: none;
  }
}
@media (min-width: 1100px) {
  .un_tab_sp2 {
    display: none;
  }
}
@media (min-width: 1180px) {
  .un_tab_sp3 {
    display: none;
  }
}
.responsive-br {
  display: none;
}
@media (min-width: 1600px), (max-width: 1440px) and (min-width: 768px), (max-width: 767px) {
  .responsive-br {
    display: block;
  }
}

/* ===================================
common parts
=================================== */
/* ttl
============================== */
/* el_pageTtl */
.el_pageTtl {
  position: absolute;
  left: 0;
}
.el_pageTtl_en {
  display: block;
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
  font-size: 12rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .el_pageTtl_en {
    font-size: clamp(40px, 12vw, 12rem);
  }
}
.el_pageTtl_ja {
  display: block;
  color: #6e6e6e;
  margin-top: 1.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .el_pageTtl_ja {
    font-size: 1.8rem;
  }
}

/* ly_pageTtl02 */
.ly_pageTtl02 {
  padding-top: 23.6rem;
  padding-bottom: 14rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .ly_pageTtl02 {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}
.ly_pageTtl02_inner {
  display: block;
  max-width: 128rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .ly_pageTtl02_inner {
    padding: 0 1.6rem;
  }
}

.el_pageTtl02_ja {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .el_pageTtl02_ja {
    font-size: 2.4rem;
  }
}

.ly_lowerFv {
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  padding-top: 80px;
  height: 542px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_lowerFv {
    padding-top: 54px;
    height: auto;
    max-height: 479px;
    aspect-ratio: 428/479;
    background: url(../img/sp/bg_fixed_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background: none;
  }
}
.ly_lowerFv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .ly_lowerFv::after {
    aspect-ratio: 428/80;
    background: url(../img/sp/triangle_top-right_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.ly_lowerFv.case_dtl::after {
  display: none;
}

.pg_menuSingle .ly_lowerFv,
.pg_campaignSingle .ly_lowerFv,
.pg_caseSingle .ly_lowerFv {
  height: auto;
}
@media screen and (max-width: 767px) {
  .pg_menuSingle .ly_lowerFv,
  .pg_campaignSingle .ly_lowerFv,
  .pg_caseSingle .ly_lowerFv {
    height: 338px;
  }
}

.ly_lowerFv_inner {
  max-width: 1440px;
  margin: 0 auto;
}
.ly_lowerFv_inner.short {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 3rem;
}
.ly_lowerFv_inner.short2 {
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 3rem;
}

.bl_lowerFv_titles {
  margin-top: 80px;
  box-sizing: content-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl_lowerFv_titles {
    padding: 0;
    margin-top: 96px;
  }
}

.bl_lowerFv_en {
  font-feature-settings: "palt" on;
  font-family: "DM Sans", sans-serif;
  font-size: 120px;
  color: #000;
  font-style: italic;
  opacity: 0.2;
  position: relative;
  left: 0;
  top: 25px;
  font-weight: 700;
  line-height: 80%;
  /* 96px */
  letter-spacing: -2.4px;
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .bl_lowerFv_en {
    font-size: min(80px, 18.692vw);
    line-height: 80%;
    /* 64px */
    letter-spacing: -1.6px;
    text-align: center;
  }
}
.bl_lowerFv_en .case {
  top: 31px;
}
@media screen and (max-width: 767px) {
  .bl_lowerFv_en.campaign {
    font-size: min(80px, 18.692vw);
  }
}

.bl_lowerFv_ttl {
  font-family: "Noto Serif", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  /* 61.6px */
  letter-spacing: 1.76px;
  max-width: 128rem;
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .bl_lowerFv_ttl {
    margin-inline: 0;
    padding-inline: 80px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .bl_lowerFv_ttl {
    font-size: min(32px, 7.477vw);
    font-weight: 700;
    line-height: 140%;
    /* 44.8px */
    letter-spacing: 1.28px;
    text-align: center;
    left: 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_lowerFv_ttl.single {
    text-align: left;
  }
}

.ly_lowerFv_inner {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .ly_lowerFv_inner.short .bl_lowerFv_ttl {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1439px) {
  .ly_lowerFv_inner.short .p-lowerFv_catWrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1439px) {
  .ly_lowerFv_inner.short2 .bl_lowerFv_ttl {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1439px) {
  .ly_lowerFv_inner.short2 .p-lowerFv_catWrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg_menuSingle .bl_lowerFv_ttl,
  .pg_caseSingle .bl_lowerFv_ttl {
    text-align: left;
    padding-inline: 30px;
  }
}

.p-lowerFv_catWrap {
  max-width: 128rem;
  margin-inline: auto;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .p-lowerFv_catWrap {
    margin-inline: 0;
    padding-left: 80px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .p-lowerFv_catWrap {
    padding-left: 30px;
  }
}

.ly_lowerFv_cat {
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  height: 25px;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  margin-bottom: 8px;
  color: #000;
  padding-inline: 8px;
}

.pg_menuSingle .ly_lowerFv_cat {
  margin-top: 30px;
}

.ly_lowerFv_meta {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
}

.el_lowerFv_cat {
  padding-inline: 8px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.ly_lowerFv_theme {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  /* 12px */
  letter-spacing: 0.48px;
  margin-right: 16px;
  margin-bottom: 8px;
}

.el_lowerFv_time {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
  display: inline-block;
}

.bl_breadCrumb {
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 10px */
  letter-spacing: 0.4px;
  margin-left: 80px;
  margin-top: 60px;
}
.bl_breadCrumb span {
  color: rgba(255, 255, 255, 0.3);
}

/* el_pageTtlPost */
.el_pageTtlPost_inner {
  display: block;
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .el_pageTtlPost_inner {
    padding: 0 3rem;
  }
}
.el_pageTtlPost_ja {
  display: block;
  font-size: 3.2rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 1024px) {
  .el_pageTtlPost_ja {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_pageTtlPost_ja {
    font-size: 2.4rem;
  }
}
.el_pageTtlPost_en {
  display: block;
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .el_pageTtlPost_en {
    font-size: 1.6rem;
  }
}
.el_pageTtlPost_date {
  display: block;
  margin-top: 1.6rem;
  color: #ccc;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

/* el_secTtl */
.el_secTtl {
  text-align: left;
  font-family: "Noto Serif", serif;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  line-height: 140%;
  /* 39.2px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_secTtl {
    font-size: 2.4rem;
  }
}
.el_secTtl:before {
  content: "";
  width: 4.2rem;
  height: 0.6rem;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.1rem);
}

/* text
============================== */
.el_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.el_text_ready {
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 40px;
}

.el_subText li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
.el_subText li + li {
  margin-top: 0.4rem;
}

/* btn
============================== */
.el_btnNormal {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: transparent;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.12px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 12px;
  padding-right: 4px;
}
.el_btnNormal::before {
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/icons/arrow_left.png) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 31%;
  left: 4px;
  transform: translateY(-50%);
}
.el_btnNormal::after {
  content: "";
  height: 1px;
  position: absolute;
  left: -4px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: calc(100% + 4px);
}
@media (hover: hover) {
  .el_btnNormal {
    transition: 0.5s;
  }
}
.el_btnNormal.archivePage {
  width: 100%;
  padding-left: 30px;
  padding-right: 4px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_btnNormal.archivePage:hover {
    opacity: 1;
  }
}
.el_btnNormal.archivePage::before {
  background: url(../img/icons/archive_list.png) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 32%;
  left: 4px;
  transform: translateY(-50%);
  width: 16px;
  aspect-ratio: 1/1;
  display: block;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_btnNormal.archivePage:hover::before {
    left: 0;
  }
}
.el_btnNormal.archivePage:after {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_btnNormal.archivePage:hover::after {
    background-color: #fff;
  }
}

.el_btnArrow {
  display: flex;
  align-items: center;
  width: fit-content;
}
.el_btnArrow_ico {
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 40px;
  background: #6e6e6e;
  position: relative;
  overflow: hidden;
}
.el_btnArrow_ico::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../img/ico/ico_arrow-btn.svg);
  position: absolute;
  top: 6px;
  left: 15px;
}
.el_btnArrow_ico::after {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../img/ico/ico_arrow-btn.svg);
  position: absolute;
  top: 6px;
  left: 15px;
  transform: translateX(-300%);
}
.el_btnArrow_text {
  display: block;
  margin-left: 12px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_btnArrow_text {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .el_btnArrow .el_btnArrow_ico::before {
    animation-duration: 0.5s;
  }
  .el_btnArrow .el_btnArrow_ico::after {
    animation-duration: 0.5s;
  }
  .el_btnArrow:hover .el_btnArrow_ico::before {
    animation-name: el_btnArrow01;
  }
  .el_btnArrow:hover .el_btnArrow_ico::after {
    animation-name: el_btnArrow02;
  }
}

@keyframes el_btnArrow01 {
  0% {
    transform: translateX(-300%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes el_btnArrow02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300%);
  }
}
.el_btnList li + li {
  margin-top: 1.2rem;
}
.el_btnList a {
  display: block;
  padding: 1rem 5.2rem;
  position: relative;
  text-align: center;
  min-width: 26rem;
  height: 4.8rem;
}
.el_btnList a .el_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
}
.el_btnList a .el_ico {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 3rem 0px 0px 3rem;
  background: #FFFFFF;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  overflow: hidden;
}
.el_btnList a .el_ico::before {
  content: "";
  background: url(../img/ico/ico_arrow-burger.svg) no-repeat;
  background-size: cover;
  width: 1.6rem;
  height: 1.7rem;
  position: absolute;
  top: 1rem;
  left: 1.4rem;
}
.el_btnList a .el_ico::after {
  content: "";
  background: url(../img/ico/ico_arrow-burger.svg) no-repeat;
  background-size: cover;
  width: 1.6rem;
  height: 1.7rem;
  position: absolute;
  top: 1rem;
  left: 1.4rem;
  transform: translateX(-200%);
}
@media (hover: hover) {
  .el_btnList a .el_ico::before {
    animation-duration: 0.5s;
  }
  .el_btnList a .el_ico::after {
    animation-duration: 0.5s;
  }
  .el_btnList a:hover .el_ico::before {
    animation-name: el_btnList01;
  }
  .el_btnList a:hover .el_ico::after {
    animation-name: el_btnList02;
  }
}

@keyframes el_btnList01 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes el_btnList02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
.el_reserveList {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.el_reserveList a {
  display: inline-block;
  padding-left: 2.8rem;
  color: #333;
  position: relative;
}
.el_reserveList a .el_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.el_reserveList a .el_ico {
  width: 2rem;
  height: 2rem;
  border-radius: 3rem 0px 0px 3rem;
  background: #333;
  position: absolute;
  left: 0;
  top: 0.5rem;
  overflow: hidden;
}
.el_reserveList a .el_ico::before {
  content: "";
  background: url(../img/ico/ico_arrow-head.svg) no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
}
.el_reserveList a .el_ico::after {
  content: "";
  background: url(../img/ico/ico_arrow-head.svg) no-repeat;
  background-size: cover;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  transform: translateX(-200%);
}
@media (hover: hover) {
  .el_reserveList a .el_ico::before {
    animation-duration: 0.5s;
  }
  .el_reserveList a .el_ico::after {
    animation-duration: 0.5s;
  }
  .el_reserveList a:hover .el_ico::before {
    animation-name: el_btnList01;
  }
  .el_reserveList a:hover .el_ico::after {
    animation-name: el_btnList02;
  }
}

/* sns
============================== */
.el_snsList {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.el_snsList a {
  display: block;
}
@media (hover: hover) {
  .el_snsList a {
    transition: 0.5s;
  }
  .el_snsList a:hover {
    opacity: 0.5;
  }
}

/* textbox
============================== */
.el_textBox {
  position: relative;
  border-radius: 1.6rem;
  background: #FCFAF4;
  padding: 8rem 5.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .el_textBox {
    padding: 6rem 2rem 2rem;
  }
}
.el_textBox_ico {
  padding: 2.4rem;
  border-radius: 50%;
  background: #FCFAF4;
  position: absolute;
  top: -6rem;
  left: calc(50% - 6rem);
}
@media screen and (max-width: 767px) {
  .el_textBox_ico {
    width: 10rem;
    padding: 1.6rem;
    top: -5rem;
    left: calc(50% - 5rem);
  }
}
.el_textBox_ttl {
  color: #6e6e6e;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .el_textBox_ttl {
    font-size: 2rem;
  }
}
.el_textBox_ttl:before {
  content: "";
  width: 4.2rem;
  height: 0.6rem;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.1rem);
}
@media screen and (max-width: 767px) {
  .el_textBox_ttl:before {
    width: 3.2rem;
    height: 0.45rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: calc(50% - 1.6rem);
  }
}
.el_textBox_ttl + .el_text {
  text-align: center;
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .el_textBox_ttl + .el_text {
    text-align: left;
    font-size: 1.4rem;
  }
}
.el_textBox .el_text.un_under {
  width: fit-content;
  margin: 2.4rem auto 0;
  background: linear-gradient(transparent 50%, #D8D2C0 50%);
  color: #222;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 0 0.8rem 0.2rem;
}
.el_textBox .el_text.un_center {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .el_textBox .el_text.un_center {
    font-size: 1.4rem;
  }
}
.el_textBox .el_img {
  max-width: 14rem;
  margin: 4.6rem auto 0;
}
.el_textBox .el_img + .el_text {
  text-align: center;
  margin-top: 4.6rem;
  padding-bottom: 2rem;
}
.el_textBox_inbox {
  margin-top: 4.8rem;
  padding: 2.4rem;
  border-radius: 0.4rem;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox {
    padding: 2rem;
  }
}
.el_textBox_inbox_inwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox_inwrap {
    flex-wrap: wrap;
    max-width: 200px;
    margin: 0 auto;
  }
}
.el_textBox_inbox_inwrap + .el_textBox_inbox_inwrap {
  margin-top: 2.4rem;
}
.el_textBox_inbox_ttl {
  color: #6e6e6e;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox_ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_textBox_inbox_ttl {
    width: 100%;
    margin-bottom: 6px;
  }
}
.el_textBox_inbox_ttl span {
  margin: 0 0.4rem;
  color: #333;
  font-size: 160%;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox_ttl span {
    font-size: 140%;
  }
}
.el_textBox_inbox_ico {
  margin: 0.8rem 1.6rem 0;
  width: 2.2rem;
  height: 2.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox_ico {
    height: 2rem;
    margin: 0;
    width: 1.8rem;
    display: block;
  }
  .el_textBox_inbox_ico + .el_textBox_inbox_ttl {
    width: calc(100% - 5rem);
  }
}
.el_textBox_inbox_ico:before {
  content: "";
  width: 1.8rem;
  height: 2rem;
  background-color: #6e6e6e;
  clip-path: polygon(1.8rem 50%, 0% 0%, 0% 2rem);
  display: inline-block;
}
.el_textBox_inbox .el_text {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox .el_text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.el_textBox_inbox .el_text_small {
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_textBox_inbox .el_text_small {
    text-align: left;
  }
}
.el_textBox .el_subText {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el_textBox .el_subText {
    margin-top: 1rem;
  }
}
.el_textBox .el_subText li {
  color: #6e6e6e;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  text-indent: -2rem;
  padding-left: 2rem;
}
.el_textBox .el_subText li::before {
  content: "・";
  letter-spacing: 0.6rem;
}
.el_textBox .el_subText li + li {
  margin-top: 0;
}
.el_textBox .el_subText + .el_subText_ttl {
  margin-top: 4rem;
}
.el_textBox .el_subText_inbox {
  border-top: 1px solid #ccc;
  padding: 4rem 5.6rem 0;
  margin: 5rem -5.6rem 0;
}
@media screen and (max-width: 767px) {
  .el_textBox .el_subText_inbox {
    padding: 2rem 2rem 0;
    margin: 4rem -2rem 0;
  }
}
.el_textBox .el_subText_ttl {
  color: #6e6e6e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

/* el_breadcrumbs
============================== */
.el_breadcrumbs {
  max-width: 128rem;
  display: flex;
  gap: 0 3rem;
  margin: 4.6rem auto 2.4rem;
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 0;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .el_breadcrumbs {
    margin-inline: 0;
    padding-inline: 80px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .el_breadcrumbs {
    max-width: none;
    margin-top: 6.8rem;
    padding: 0;
    padding-left: 3rem;
  }
}
.el_breadcrumbs li,
.el_breadcrumbs a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.4px;
}
.el_breadcrumbs a {
  text-decoration: underline;
  font-weight: 500;
}
@media (hover: hover) {
  .el_breadcrumbs a {
    transition: 0.5s;
  }
  .el_breadcrumbs a:hover {
    opacity: 0.5;
  }
}
.el_breadcrumbs li + li {
  position: relative;
}
.el_breadcrumbs li + li:before {
  content: "/";
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
  position: absolute;
  font-family: "DM Sans", sans-serif;
}

.short .el_breadcrumbs,
.short2 .el_breadcrumbs {
  padding-left: 0;
}

/* tab item
============================== */
.el_tabBtn {
  display: flex;
  justify-content: center;
  gap: 2rem 6.4rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .el_tabBtn {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .el_tabBtn {
    gap: 4rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 20px;
    justify-content: flex-start;
  }
  .el_tabBtn::-webkit-scrollbar {
    display: none;
  }
}
.el_tabBtn_item {
  position: relative;
  padding-bottom: 1.6rem;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .el_tabBtn_item {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_tabBtn_item {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.el_tabBtn_item:before {
  content: "";
  width: 100%;
  height: 1px;
  background: transparent;
  transition: 0.5s;
  position: absolute;
  bottom: -0.05em;
}
@media screen and (max-width: 767px) {
  .el_tabBtn_item:before {
    bottom: 0;
  }
}
.el_tabBtn_item.is_active {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .el_tabBtn_item.is_active {
    font-size: 16px;
  }
}
.el_tabBtn_item.is_active:before {
  background: #222;
}

/* side item
============================== */
.el_sideSelect {
  position: relative;
  background: transparent;
  cursor: pointer;
}
.el_sideSelect:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  right: 1rem;
  background: url(../img/icons/icon_open_white.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .el_sideSelect:before {
    right: 2rem;
  }
}
.el_sideSelect select {
  width: 100%;
  height: 47px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  letter-spacing: 0.84px;
  padding-left: 12px;
  padding-right: 12px;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .el_sideSelect select {
    height: 69px;
    letter-spacing: 0.96px;
    padding-left: 22px;
  }
}
@media screen and (max-width: 767px) {
  .el_sideSelect select {
    font-size: 16px;
    letter-spacing: 0.96px;
  }
}
.el_sideSelect option {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

/* ===================================
common js setting
=================================== */
.js_acc_cont {
  display: none;
}

/* ノイズ載せ写真用
----------------------------------------------*/
.gr-mask {
  position: relative;
}
.gr-mask::before {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  width: 101%;
  height: 101%;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  transform: rotate(180deg);
}

/* セレクトボックス用パーツ
----------------------------------------------*/
.bl_sideCat_head {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: 0.96px;
}

.bl_selectBox_salon {
  margin-top: 14px;
}

/* 全ページ表示のSNS追従ボタン
----------------------------------------------*/
.ly_sns_buttons {
  font-feature-settings: normal;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 98;
  gap: 4px;
  display: grid;
  align-items: flex-end;
  grid-template-columns: 127px 102px;
  transition: opacity 0.3s, visibility 0.3s;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .ly_sns_buttons {
    flex-direction: column;
    bottom: 85px;
  }
}
@media screen and (max-width: 767px) {
  .ly_sns_buttons {
    bottom: 11.6svh;
  }
}

.bl_snsBtnWrapper {
  border-radius: 100px;
  background-color: #000;
  width: 100%;
  transition: border-radius 0.2s ease-in-out;
  will-change: border-radius;
}
.bl_snsBtnWrapper.is_active {
  border-radius: 20px;
  transition: border-radius 0.2s ease-in-out;
  will-change: border-radius;
}
.bl_snsBtnWrapper .bl_snsBtnWrapper_btn {
  cursor: pointer;
  display: grid;
  grid-template-columns: 17px auto;
  gap: 6px;
  align-items: center;
  padding-block: 12px;
  padding-left: 18px;
  padding-right: 20px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
}
.bl_snsBtnWrapper .bl_snsBtnWrapper_btn .el_snsBtnWrapper_btn_txt {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.bl_snsBtnWrapper_listWrapper {
  display: block;
  transition: height 0.3s ease;
  height: 0;
  overflow: hidden;
}
.bl_snsBtnWrapper_listWrapper .bl_snsBtnWrapper_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 10px;
  padding-left: 18px;
  padding-right: 20px;
}
.bl_snsBtnWrapper_listWrapper .bl_snsBtnWrapper_list .bl_snsBtnWrapper_list_item {
  position: relative;
  padding-left: 12px;
}
.bl_snsBtnWrapper_listWrapper .bl_snsBtnWrapper_list .bl_snsBtnWrapper_list_item .bl_snsBtnWrapper_list_item_link {
  color: var(--White, #FFF);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.24px;
}
.bl_snsBtnWrapper_listWrapper .bl_snsBtnWrapper_list .bl_snsBtnWrapper_list_item .bl_snsBtnWrapper_list_item_link::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #FFF;
  border-radius: 100vmax;
  position: absolute;
  top: 4px;
  left: 0;
}

.js-accordion {
  cursor: pointer;
  transition: all 0.2s ease;
}

.bl_clinics_wrap {
  margin-top: 10px;
  display: none;
}

.js-accordion.open {
  border-radius: 20px;
}
.js-accordion.open .bl_clinics_wrap {
  display: block;
}

.el_clinic_sns {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
  letter-spacing: 0.24px;
}
.el_clinic_sns a {
  position: relative;
  display: block;
  padding-left: 24px;
}
.el_clinic_sns a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  display: block;
  top: 8px;
  left: 6px;
  background-color: #fff;
}

/* 404ページ
----------------------------------------------*/
@media screen and (max-width: 767px) {
  .pg_404 .ly_verticalPadding {
    padding-top: 60px;
  }
}

.ly_not_inner {
  padding: 0 30px;
}

.el_not {
  text-align: center;
  font-size: 14px;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.56px;
}

.pg_404 .el_btnNormal.archivePage {
  width: fit-content;
  margin-inline: auto;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .pg_404 .el_btnNormal.archivePage {
    margin-top: 80px;
  }
}
.pg_404 .el_btnNormal.archivePage::before {
  background: url(../img/icons/arrow_left.png) no-repeat center/contain;
  width: 20px;
}

.texture01 {
  position: relative;
}
.texture01::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
  background: url(../img/bg/texture_fv.png) lightgray 0% 0%/40.000000596px 40.000000596px repeat;
  mix-blend-mode: color-burn;
  -webkit-mix-blend-mode: color-burn;
  transform: translate3d(0, 0, 0);
}

.for-men_texture {
  position: relative;
}
.for-men_texture::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.4;
  background: url(../img/bg/texture_fv.png) lightgray 0% 0%/40.000000596px 40.000000596px repeat;
  mix-blend-mode: color-burn;
  -webkit-mix-blend-mode: color-burn;
  transform: translate3d(0, 0, 0);
}
.producer_texture {
  position: relative;
}
.producer_texture::before {
  content: "";
  background: url(../img/bg/texture_fv.png) lightgray 0% 0%/40.000000596px 40.000000596px repeat;
  background-repeat: repeat;
  mix-blend-mode: color-burn;
  -webkit-mix-blend-mode: color-burn;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.texture_overlay {
  position: relative;
}
.texture_overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.2;
  background: url(../img/bg/texture_fv.png) lightgray 0% 0%/40.000000596px 40.000000596px repeat;
  mix-blend-mode: overlay;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.texture_overlay02 {
  position: relative;
}
.texture_overlay02::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.2;
  background: url(../img/bg/texture_fv.png) lightgray 0% 0%/40.000000596px 40.000000596px repeat;
  mix-blend-mode: overlay;
  transform: translate3d(0, 0, 0);
}

/* ===================================
view area
=================================== */
.ly_header {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 80px;
  padding-inline: 3rem;
}
@media screen and (max-width: 1100px) {
  .ly_header {
    height: 54px;
  }
}
.ly_header_inner {
  height: inherit;
  position: relative;
  max-width: 138rem;
  width: 100%;
  margin-inline: auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1441px) {
  .ly_header_inner {
    max-width: none;
  }
}
.ly_header .el_snsList {
  margin-right: 3rem;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .ly_header .el_snsList {
    gap: 2.4rem;
  }
}
.ly_header .el_reserveList {
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .ly_header .el_reserveList {
    display: none;
  }
}
.ly_header .el_head_logo {
  max-width: 170px;
  width: 100%;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .ly_header .el_head_logo {
    max-width: 151px;
  }
}
.ly_header .el_head_logo a {
  display: block;
}
@media (hover: hover) {
  .ly_header .el_head_logo a {
    transition: 0.5s;
  }
  .ly_header .el_head_logo a:hover {
    opacity: 0.5;
  }
}
.ly_header .el_head_logo img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.bl_header_naves {
  display: flex;
  align-items: center;
  margin-left: auto;
  max-width: 618px;
  width: 100%;
}

.bl_headerTel {
  font-family: "Noto Serif", serif;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%; /* 22px */
  padding-left: 25px;
  max-width: 163px;
  width: 100%;
  transition: all 0.2s ease;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .bl_headerTel {
    display: none;
  }
}
.bl_headerTel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icons/tel_icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
}

.bl_headerLine {
  max-width: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #0FCB64 0.54%, #06C755 99.46%);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
  margin-left: 30px;
  height: 40px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .bl_headerLine:hover {
    background: #fff;
    color: #0FCB64;
    border: 1px solid #0FCB64;
    opacity: 1;
  }
}
.bl_headerLine span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  display: block;
  margin-top: 2px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .bl_headerLine {
    display: none;
  }
}

.bl_headerWeb {
  max-width: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #04C1B8 0.54%, #00A0E9 99.46%);
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
  margin-left: 12px;
  height: 40px;
  transition: all 0.3s ease;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #04C1B8 0.54%, #00A0E9 99.46%);
}
@media screen and (max-width: 1100px) {
  .bl_headerWeb {
    display: none;
  }
}
@media (any-hover: hover) {
  .bl_headerWeb:hover {
    background: #fff;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    opacity: 1;
  }
}
.bl_headerWeb span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%; /* 15px */
  letter-spacing: 0.3px;
  display: block;
  margin-top: 2px;
  transition: all 0.3s ease;
}

/* ドロワーボタン
----------------------------------------------*/
.ly_buttons {
  display: flex;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .ly_buttons {
    margin-left: auto;
  }
}

.bl_headButtons_btn {
  background-color: transparent;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  transition: all 0.2s linear;
  border: none;
  padding: 0;
  cursor: pointer;
}

.bl_headButtons_hamburger,
.bl_headButtons_close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.bl_headButtons_hamburger {
  opacity: 1;
}

.bl_headButtons_close {
  opacity: 0;
}

.bl_headButtons_btn {
  top: 1px;
}
@media screen and (max-width: 1100px) {
  .bl_headButtons_btn {
    top: 0px;
  }
}
.bl_headButtons_btn.is-checked .bl_headButtons_hamburger {
  opacity: 0;
}
.bl_headButtons_btn.is-checked .bl_headButtons_close {
  opacity: 1;
}

body.js_menuOpen .el_flowArea {
  display: none !important;
}

body.js_menuOpen {
  height: 100%;
  overflow: hidden;
}

.el_headerMenu {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-left: 6px;
  transition: all 0.3s ease;
}

.ly_drawerContent {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 1100px) {
  .ly_drawerContent {
    overflow: auto;
  }
}
.ly_drawerContent.is-checked {
  pointer-events: auto;
  opacity: 1;
  right: 0;
  z-index: 99;
}

.ly_drawer_backImage {
  max-width: 520px;
  width: 100%;
  aspect-ratio: 520/820;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .ly_drawer_backImage {
    aspect-ratio: 428/368;
    top: unset;
    bottom: 0;
    left: 0;
  }
}
.ly_drawer_backImage img {
  height: 100%;
  width: 100%;
}

.ly_drawerContent_inner {
  padding: 80px;
  width: 100%;
  margin-inline: auto;
  height: inherit;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .ly_drawerContent_inner {
    overflow: auto;
    padding-top: 101px;
    padding-inline: 30px;
    padding-bottom: 80px;
  }
}

.ly_drawerContent_flex {
  margin-top: 121px;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .ly_drawerContent_flex {
    display: block;
    margin-top: 0;
  }
}

.ly_bioTitle {
  max-width: 518px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .ly_bioTitle {
    display: none;
  }
}

.ly_drawerMenu_wrap {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .ly_drawerMenu_wrap {
    display: block;
  }
}

.ly_drawerContent_menu + .ly_drawerContent_menu {
  margin-left: min(108px, 7.5vw);
}
@media screen and (max-width: 1100px) {
  .ly_drawerContent_menu + .ly_drawerContent_menu {
    margin-left: 0;
  }
}

.bl_list {
  font-size: 16px;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 1100px) {
  .bl_list {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 2.111;
  }
}
.bl_list a {
  position: relative;
  padding-left: 26px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .bl_list a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .bl_list a {
    padding-left: 28px;
  }
}
.bl_list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/icons/circle_arrow.svg) no-repeat center/contain;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .bl_list a:hover::before {
    opacity: 1;
    background: url(../img/icons/circle_arrow_white.svg) no-repeat center/contain;
  }
}
.bl_list:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .bl_list:nth-of-type(n + 2) {
    margin-top: 0;
  }
}

.bl_drawerLeft_bottoms {
  display: flex;
  gap: 20px;
  margin-top: 104px;
}
@media screen and (max-width: 1100px) {
  .bl_drawerLeft_bottoms {
    margin-top: 47px;
  }
}

.el_link {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.88px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.ly_drawerContent_rights {
  margin-left: auto;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .ly_drawerContent_rights {
    margin-top: 107px;
    max-width: none;
  }
}

.el_drawerTel {
  font-family: "Noto Serif", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%; /* 36px */
  position: relative;
  padding-left: 42px;
  margin-top: 20px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .el_drawerTel {
    font-size: 28px;
    padding-left: 34px;
  }
}
.el_drawerTel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/icons/tel_icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  .el_drawerTel::before {
    width: 26px;
    top: 60%;
  }
}

.el_drawerTime {
  font-size: 13px;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.52px;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .el_drawerTime {
    font-size: 11px;
    letter-spacing: 0.44px;
  }
}
.el_drawerTime span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 15px */
  letter-spacing: 0.6px;
}
@media screen and (max-width: 1100px) {
  .el_drawerTime span {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.el_drawerLine {
  display: flex;
  margin-top: 50px;
  max-width: 360px;
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #0FCB64 0.54%, #06C755 99.46%);
  color: #fff;
  font-weight: 700;
  line-height: 100%; /* 22px */
  transition: all 0.3s ease;
  font-size: 22px;
  letter-spacing: 0.44px;
}
@media (any-hover: hover) {
  .el_drawerLine:hover {
    background: #fff;
    color: #0FCB64;
    border: 1px solid #0FCB64;
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .el_drawerLine {
    font-size: 18px;
    letter-spacing: 0.36px;
    height: 67px;
    margin-top: 40px;
    margin-inline: auto;
  }
}
.el_drawerLine span {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  line-height: 100%; /* 24px */
  letter-spacing: 0.48px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 1100px) {
  .el_drawerLine span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

.el_drawerWeb {
  margin-top: 20px;
  display: flex;
  max-width: 360px;
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #04C1B8 0.54%, #00A0E9 99.46%);
  color: #fff;
  font-weight: 700;
  line-height: 100%; /* 22px */
  letter-spacing: 0.44px;
  transition: all 0.3s ease;
  font-size: 22px;
}
@media (any-hover: hover) {
  .el_drawerWeb:hover {
    background: #fff;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  .el_drawerWeb {
    font-size: 18px;
    letter-spacing: 0.36px;
    height: 67px;
    margin-top: 16px;
    margin-inline: auto;
  }
}
.el_drawerWeb span {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  line-height: 100%; /* 24px */
  letter-spacing: 0.48px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 4px;
}
@media screen and (max-width: 1100px) {
  .el_drawerWeb span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}

a {
  display: block;
}
@media (hover: hover) {
  a {
    transition: 0.5s;
  }
  a:hover {
    opacity: 0.5;
  }
}

/* ===================================
burger
=================================== */
/* btn
============================== */
.el_burger_btn {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #fff;
  position: fixed;
  top: 2rem;
  right: 4rem;
  z-index: 1000;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .el_burger_btn {
    top: 1.6rem;
    right: 1.6rem;
  }
}
@media (hover: hover) {
  .el_burger_btn {
    transition: 0.5s;
  }
  .el_burger_btn:hover {
    opacity: 0.5;
  }
}
body.is_menu_active .el_burger_btn {
  background: #6e6e6e;
}
.el_burger_btn::before {
  content: "";
  width: 2.4rem;
  height: 0.1rem;
  background: #6e6e6e;
  position: absolute;
  top: 2.5rem;
  left: calc(50% - 1.2rem);
  transition: 0.5s;
}
body.is_menu_active .el_burger_btn::before {
  background: #FFFFFF;
  transform: rotate(45deg);
  top: 50%;
}
.el_burger_btn::after {
  content: "";
  width: 2.4rem;
  height: 0.1rem;
  background: #6e6e6e;
  position: absolute;
  top: 3rem;
  left: calc(50% - 1.2rem);
  transition: 0.5s;
}
body.is_menu_active .el_burger_btn::after {
  background: #FFFFFF;
  transform: rotate(-45deg);
  top: 2.8rem;
}

.bl_burger_inner {
  padding: 2rem;
}

.ly_burger {
  display: none;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FCFAF4;
  overflow: auto;
}

/* open */
body.is_menu_active {
  overflow: hidden;
}

/* inner
============================== */
.ly_burger_wrap {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_burger_wrap {
    display: block;
    background: #cfcfcf;
  }
}
.ly_burger_side {
  width: 53rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .ly_burger_side {
    width: 48rem;
  }
}
@media screen and (max-width: 1024px) {
  .ly_burger_side {
    width: 100%;
  }
  .ly_burger_side .bl_burger_inner {
    padding: 9.8rem 2rem 0;
  }
}
.ly_burger_side .el_logo {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ly_burger_side .el_logo {
    max-width: 136px;
  }
}
.ly_burger_side .el_tel {
  width: fit-content;
  margin: 5.6rem auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ly_burger_side .el_tel {
    display: none;
  }
}
.ly_burger_side .el_tel_num {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.ly_burger_side .el_tel_text {
  display: block;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.ly_burger_side .el_tel a {
  display: block;
  color: #6e6e6e;
}
@media (hover: hover) {
  .ly_burger_side .el_tel a {
    transition: 0.5s;
  }
  .ly_burger_side .el_tel a:hover {
    opacity: 0.5;
  }
}
.ly_burger_side .el_btnList {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .ly_burger_side .el_btnList {
    display: none;
  }
}
.ly_burger_side .el_reserveList.un_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ly_burger_side .el_reserveList.un_sp {
    display: flex;
    margin-top: 20px;
    gap: 3.4rem;
  }
  .ly_burger_side .el_reserveList.un_sp a {
    padding-left: 3.2rem;
  }
  .ly_burger_side .el_reserveList.un_sp a .el_text {
    font-size: 1.8rem;
  }
  .ly_burger_side .el_reserveList.un_sp a .el_ico {
    width: 2.4rem;
    height: 2.4rem;
    top: 0.2rem;
  }
  .ly_burger_side .el_reserveList.un_sp a .el_ico:before {
    top: 0.8rem;
    left: 0.8rem;
  }
}
.ly_burger_main {
  width: calc(100% - 53rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cfcfcf;
}
@media screen and (max-width: 1200px) {
  .ly_burger_main {
    width: calc(100% - 48rem);
  }
}
@media screen and (max-width: 1024px) {
  .ly_burger_main {
    width: 100%;
  }
  .ly_burger_main .bl_burger_inner {
    padding: 4rem 2rem 4rem;
    max-width: 56rem;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 767px) {
  .ly_burger_main .bl_burger_inner {
    max-width: 35rem;
  }
}
.ly_burger_main .el_burger_sns {
  margin-top: 6.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .ly_burger_main .el_burger_sns {
    display: none;
  }
}
.ly_burger_bottom {
  position: relative;
  padding: 40px 20px 60px;
  background: #FCFAF4;
}
@media screen and (max-width: 1024px) {
  .ly_burger_bottom {
    display: block;
  }
}
.ly_burger_bottom .el_tel a {
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.ly_burger_bottom .el_tel .el_tel_num {
  color: #6e6e6e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
  display: block;
}
.ly_burger_bottom .el_tel .el_tel_text {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  display: block;
  margin-top: 6px;
}
.ly_burger_bottom .el_btnList {
  max-width: 26rem;
  margin: 2rem auto 0;
}

.el_burgerList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  max-width: 60rem;
}
@media screen and (max-width: 1024px) {
  .el_burgerList {
    gap: 1.6rem;
  }
}
.el_burgerList li {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 767px) {
  .el_burgerList li {
    width: 100%;
  }
}
.el_burgerList a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  background: #FFF;
  padding: 16px;
}
@media (hover: hover) {
  .el_burgerList a .el_burgerList_ico::before {
    animation-duration: 0.5s;
  }
  .el_burgerList a .el_burgerList_ico::after {
    animation-duration: 0.5s;
  }
  .el_burgerList a:hover .el_burgerList_ico::before {
    animation-name: el_btnArrow01;
  }
  .el_burgerList a:hover .el_burgerList_ico::after {
    animation-name: el_btnArrow02;
  }
}
.el_burgerList_ico {
  display: block;
  width: 40px;
  height: 20px;
  border-radius: 40px;
  background: #6e6e6e;
  position: relative;
  overflow: hidden;
}
.el_burgerList_ico::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../img/ico/ico_arrow-btn.svg);
  position: absolute;
  top: 6px;
  left: 15px;
}
.el_burgerList_ico::after {
  content: "";
  width: 11px;
  height: 8px;
  background: url(../img/ico/ico_arrow-btn.svg);
  position: absolute;
  top: 6px;
  left: 15px;
  transform: translateX(-300%);
}
.el_burgerList_ja {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.el_burger_sns .el_text {
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .el_burger_sns .el_text {
    margin: 4rem auto 0;
    text-align: center;
  }
}
.el_burger_sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .el_burger_sns a {
    border: 1px solid #ccc;
  }
}
.el_burger_sns a img {
  width: 1.6rem;
}
@media (hover: hover) {
  .el_burger_sns a {
    transition: 0.5s;
  }
  .el_burger_sns a:hover {
    opacity: 0.5;
  }
}
.el_burger_sns .el_snsList {
  justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .el_burger_sns .el_snsList {
    margin-top: 1.6rem;
    gap: 1.6rem;
  }
}

.ly_footer {
  position: relative;
}
.ly_footer.un_border_top {
  border-top: 1px solid #ccc;
}
.ly_footer .el_bigLogo_footer {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .ly_footer .el_bigLogo_footer {
    height: fit-content;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: unset;
    transform: none;
    margin-bottom: 50px;
  }
}

/* ===================================
Reserve
=================================== */
/* reserve area
============================== */
.el_footReserve {
  background: #6e6e6e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.el_footReserve_inner {
  position: relative;
}
.el_footReserve .el_tel a {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  color: #fff;
}
@media (hover: hover) {
  .el_footReserve .el_tel a {
    transition: 0.5s;
  }
  .el_footReserve .el_tel a:hover {
    opacity: 0.5;
  }
}
.el_footReserve .el_tel .el_tel_num {
  color: #FFF;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_footReserve .el_tel .el_tel_num {
    font-size: 4.8rem;
  }
}
.el_footReserve .el_tel .el_tel_text {
  display: block;
  margin-top: 0.4rem;
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_footReserve .el_tel .el_tel_text {
    font-size: 1.4rem;
  }
}

/* access
============================== */
.el_footAccess {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .el_footAccess {
    padding: 0 3.2rem;
  }
}
.el_footAccess .ly_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 128rem;
  padding: 8rem 0;
  border-bottom: 0.1rem solid #D8D2C0;
}
@media screen and (max-width: 767px) {
  .el_footAccess .ly_inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 3rem;
    padding: 5.6rem 0;
  }
}
.el_footAccess_map {
  width: calc(100% - 25rem);
  max-width: 87rem;
}
@media screen and (max-width: 767px) {
  .el_footAccess_map {
    width: 100%;
    max-width: none;
  }
}
.el_footAccess_map iframe {
  display: block;
  width: 100%;
  max-height: 31.5rem;
}
@media screen and (max-width: 767px) {
  .el_footAccess_map iframe {
    max-height: none;
    height: 50vw;
  }
}
.el_footAccess_map .el_link_blank {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: underline;
  margin-top: 1.2rem;
  width: fit-content;
  position: relative;
}
@media (hover: hover) {
  .el_footAccess_map .el_link_blank {
    transition: 0.5s;
  }
  .el_footAccess_map .el_link_blank:hover {
    opacity: 0.5;
  }
}
.el_footAccess_map .el_link_blank:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/ico/ico_blank.svg);
  background-size: cover;
  position: absolute;
  top: 0.1rem;
  right: -1.6rem;
}
.el_footAccess_text {
  width: 25rem;
  margin-right: 8rem;
}
@media screen and (max-width: 1400px) {
  .el_footAccess_text {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_footAccess_text {
    width: 100%;
    margin: 0;
  }
}

/* menu
============================== */
.el_footMenu {
  padding-top: 5.6rem;
  padding-bottom: 6.4rem;
}
.el_footMenu .ly_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .el_footMenu .ly_inner {
    flex-wrap: wrap;
    gap: 2.4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_footMenu .ly_inner {
    padding: 0 3.2rem;
  }
}
.el_footMenu_wrap {
  width: calc((100% - 3rem) / 2);
  max-width: 24rem;
}
@media screen and (max-width: 1024px) {
  .el_footMenu_wrap {
    width: calc((100% - 2rem) / 2);
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .el_footMenu_wrap {
    width: 100%;
  }
}
.el_footMenu_ttl {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .el_footMenu_ttl {
    pointer-events: all;
    border-radius: 4px;
    background: #FFF;
    padding: 1.8rem 3rem 1.8rem 1.6rem;
    position: relative;
    line-height: 1.6;
  }
  .el_footMenu_ttl::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #6e6e6e;
    transition: 0.5s;
    position: absolute;
    top: calc(50% - 1px);
    right: 2.2rem;
  }
  .el_footMenu_ttl::after {
    content: "";
    width: 16px;
    height: 2px;
    background: #6e6e6e;
    transition: 0.5s;
    position: absolute;
    top: calc(50% - 1px);
    right: 2.2rem;
    transform: rotate(90deg);
  }
  .el_footMenu_ttl.is_active::after {
    transform: rotate(0);
  }
}
.el_footMenu_list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el_footMenu_list {
    display: none;
    margin-top: 0.4rem;
  }
}
.el_footMenu_list a {
  display: inline-block;
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration-line: underline;
}
@media (hover: hover) {
  .el_footMenu_list a {
    transition: 0.5s;
  }
  .el_footMenu_list a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .el_footMenu_list a {
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding: 1.4rem 2.8rem 1.4rem 1.8rem;
    display: block;
    position: relative;
  }
  .el_footMenu_list a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #6e6e6e;
    border-right: 0;
    position: absolute;
    top: calc(50% - 5px);
    right: 1.8rem;
  }
}

/* footLinks
============================== */
.el_footLinks {
  padding: 4rem 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .el_footLinks {
    padding: 4rem 0 calc(8rem + env(safe-area-inset-bottom));
  }
}
.el_footLinks .ly_inner {
  display: flex;
  align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .el_footLinks .ly_inner {
    display: block;
    padding: 0 3.2rem;
  }
}
.el_footLinks_wrap {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 767px) {
  .el_footLinks_wrap {
    width: 100%;
    margin-top: 3.2rem;
  }
}
.el_footLinks_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .el_footLinks_list {
    gap: 0.8rem 0;
  }
}
.el_footLinks_list li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_footLinks_list li {
    width: 50%;
  }
}
.el_footLinks_list li::before {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: #D8D2C0;
  position: absolute;
  top: 0.8rem;
  right: -1.6rem;
}
@media screen and (max-width: 767px) {
  .el_footLinks_list li::before {
    display: none;
  }
}
.el_footLinks_list a {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media (hover: hover) {
  .el_footLinks_list a {
    transition: 0.5s;
  }
  .el_footLinks_list a:hover {
    opacity: 0.5;
  }
}
.el_footLinks_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .el_footLinks_bottom {
    display: block;
    margin-top: 4.8rem;
  }
}
.el_footLinks_bottom .el_footLinks_list {
  gap: 0.4rem 2.4rem;
}
.el_footLinks_bottom .el_footLinks_list li {
  width: fit-content;
}
.el_footLinks_bottom .el_footLinks_list li:before {
  display: none;
}
.el_footLinks_bottom .el_footLinks_list a {
  font-size: 1.2rem;
}
.el_footLinks_copy {
  color: #AAA;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_footLinks_copy {
    margin-top: 1.8rem;
  }
}

/* sp flow btn
============================== */
.el_flowArea {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
  z-index: 99;
}
.el_flowArea .el_flowArea_inner {
  display: flex;
  gap: 4px;
  padding-bottom: 0;
}
.el_flowArea .el_btnList {
  display: flex;
  gap: 6px;
  width: 100%;
}
.el_flowArea .el_btnList li {
  height: 55px;
  border-radius: 20px 20px 0 0;
  width: calc((100% - 6px) / 3);
}
.el_flowArea .el_btnList li:nth-of-type(1) {
  background: linear-gradient(93deg, #7F6632 0.54%, #BD8318 99.46%);
}
.el_flowArea .el_btnList li:nth-of-type(1) span {
  padding-left: 27px;
  position: relative;
}
.el_flowArea .el_btnList li:nth-of-type(1) span::before {
  content: "";
  position: absolute;
  top: 47%;
  left: 0;
  background: url(../img/icons/tel_icon.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: block;
  transform: translateY(-50%);
}
.el_flowArea .el_btnList li:nth-of-type(2) {
  background: linear-gradient(93deg, #0FCB64 0.54%, #06C755 99.46%);
}
.el_flowArea .el_btnList li:nth-of-type(3) {
  background: linear-gradient(93deg, #04C1B8 0.54%, #00A0E9 99.46%);
}
.el_flowArea .el_btnList li + li {
  margin-top: 0;
}
.el_flowArea .el_btnList a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  width: 100%;
  padding: 0;
  height: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26px;
  padding-top: 6px;
}
.el_flowArea .el_btnList a span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.28px;
}
.el_flowArea .el_btnList a .el_text {
  word-break: break-all;
}
@media screen and (max-width: 374px) {
  .el_flowArea .el_btnList a .el_text {
    font-size: 14px;
  }
}

/*===================================================
# 新規で書いたfooter
=================================================== */
/*===================================================
# ly_footer
=================================================== */
.ly_footer {
  padding-top: 100px;
  padding-bottom: 297px;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_footer {
    padding-top: 60px;
    padding-bottom: 147px;
  }
}
.ly_footer .el_bigLogo {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .ly_footer .el_bigLogo {
    height: fit-content;
  }
}

.ly_footer_flex {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .ly_footer_flex {
    display: block;
  }
}

.ly_footerMenu_left {
  display: flex;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_footerMenu_left {
    display: block;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .bl_footerMenu:nth-of-type(n + 2) {
    margin-top: 16px;
  }
}

.el_footerList {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.12px;
}
.el_footerList:nth-of-type(n + 2) {
  margin-top: 12px;
}
.el_footerList a {
  line-height: inherit;
}

.ly_footerMenu_right {
  margin-left: auto;
  font-size: 12px;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .ly_footerMenu_right {
    display: block;
    margin-top: 57px;
  }
}

.ly_footerMenu_recruits {
  display: flex;
  align-items: center;
}

.el_footerRecruit {
  line-height: 1.6;
  letter-spacing: 0.96px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.el_footerPrivacy {
  margin-left: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.copyRight {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.24px;
  margin-top: 18px;
  display: block;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .copyRight {
    text-align: left;
    margin-top: 57px;
    margin-left: 0;
  }
}

/* ===================================
GUIDE
=================================== */
.un_guide.un_1col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 4rem;
  padding: 5.6rem;
}
@media screen and (max-width: 1024px) {
  .un_guide.un_1col {
    margin-top: 2rem;
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .un_guide.un_1col {
    display: block;
  }
}
.un_guide.un_1col.un_first {
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .un_guide.un_1col.un_first {
    margin-top: 10rem;
  }
}
.un_guide.un_1col .el_textBox_ttl {
  width: 31rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .un_guide.un_1col .el_textBox_ttl {
    width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .un_guide.un_1col .el_textBox_ttl {
    width: 100%;
    text-align: center;
  }
}
.un_guide.un_1col .el_textBox_ttl:before {
  left: 0;
}
@media screen and (max-width: 767px) {
  .un_guide.un_1col .el_textBox_ttl:before {
    left: calc(50% - 1.6rem);
  }
}
.un_guide.un_1col .el_textBox_right {
  width: calc(100% - 31rem);
}
@media screen and (max-width: 1024px) {
  .un_guide.un_1col .el_textBox_right {
    width: calc(100% - 26rem);
  }
}
@media screen and (max-width: 767px) {
  .un_guide.un_1col .el_textBox_right {
    width: 100%;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .un_guide.un_1col .el_textBox_right .el_text {
    font-size: 14px;
  }
}
.un_guide.un_1col .el_textBox_right .el_text + figure {
  max-width: 376px;
  display: block;
  margin-top: 2.2rem;
}

.un_guide .el_textBox_ttl {
  padding-bottom: 2.8rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .un_guide .el_textBox_ttl {
    font-size: 2.4rem;
  }
}
.un_guide .el_textBox_ttl + .el_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .un_guide .el_textBox_ttl + .el_text {
    font-size: 14px;
    text-align: left;
  }
}
.un_guide .el_textBox_reserve {
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .un_guide .el_textBox_reserve {
    margin: 0 auto;
  }
}
.un_guide .el_tel {
  margin: 2.4rem auto 0;
  width: fit-content;
}
.un_guide .el_tel a {
  display: block;
}
@media (hover: hover) {
  .un_guide .el_tel a {
    transition: 0.5s;
  }
  .un_guide .el_tel a:hover {
    opacity: 0.5;
  }
}
.un_guide .el_tel_num {
  display: block;
  color: #6e6e6e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.un_guide .el_tel_text {
  display: block;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.6rem;
  text-align: center;
}
.un_guide .el_btnList {
  max-width: 36rem;
  margin-top: 1.6rem;
}
.un_guide .el_btnList a {
  min-width: 20rem;
}
@media screen and (max-width: 767px) {
  .un_guide .el_btnList a {
    padding: 1rem 1rem 1rem 4.2rem;
  }
}
.un_guide .el_btnList li + li {
  margin-top: 0.8rem;
}
.un_guide .el_btn_white {
  border-radius: 100px;
  border: 1px solid #ccc;
  background: #FFF;
  padding: 14px 0px;
  margin: 2.4rem auto 0;
  max-width: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.un_guide .el_btn_white .el_ico {
  background: url(../img/ico/ico_download.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: cover;
  margin-right: 1rem;
}
.un_guide .el_btn_white .el_text {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .un_guide .el_btn_white .el_text {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .un_guide .el_btn_white {
    transition: 0.5s;
  }
  .un_guide .el_btn_white:hover {
    opacity: 0.5;
  }
}

.el_guideFlow li + li {
  margin-top: 5rem;
}
.el_guideFlow_ttl {
  position: relative;
  padding: 8px 0 0 60px;
}
.el_guideFlow_ttl_num {
  display: inline-block;
  color: #6e6e6e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.el_guideFlow_ttl_num::before {
  content: "";
  width: 56px;
  height: 1px;
  background: #6e6e6e;
  position: absolute;
  top: 24px;
  right: -30px;
  transform: rotate(135deg);
}
.el_guideFlow_ttl_ja {
  display: inline-block;
  color: #6e6e6e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.el_guideFlow .el_text {
  margin-top: 2.2rem;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .el_guideFlow .el_text {
    font-size: 14px;
  }
}

/* ===================================
ABOUT
=================================== */
.bl_aboutConcept {
  margin-top: 16rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .bl_aboutConcept {
    margin-top: 10rem;
    margin-bottom: 8rem;
  }
}
.bl_aboutConcept .el_text {
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.4;
  margin-top: 10rem;
}

.el_aboutConcept_ttl {
  color: #ccc;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .el_aboutConcept_ttl {
    font-size: 16px;
  }
}
.el_aboutConcept_copy {
  width: fit-content;
  margin: 11rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_aboutConcept_copy {
    margin: 4rem auto 0;
  }
}
.el_aboutConcept_copy_ja {
  color: #222;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.18em;
  position: absolute;
  bottom: 2.2rem;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .el_aboutConcept_copy_ja {
    font-size: 20px;
    bottom: -46px;
  }
}

.el_separator {
  height: 20rem;
  overflow: hidden;
}
.el_separator img {
  width: 100%;
  height: calc(100% + 80px);
  object-fit: cover;
}

.bl_aboutMessage {
  display: flex;
  align-items: center;
  max-width: 82rem;
  margin: 12rem auto;
}
@media screen and (max-width: 767px) {
  .bl_aboutMessage {
    display: block;
    margin: 8rem auto;
  }
}
.bl_aboutMessage .el_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  width: calc(100% - 322px);
}
@media screen and (max-width: 767px) {
  .bl_aboutMessage .el_text {
    width: 100%;
  }
}

.el_aboutMessage_text {
  width: 322px;
}
@media screen and (max-width: 767px) {
  .el_aboutMessage_text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.el_aboutMessage_text span {
  color: #6e6e6e;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #ccc;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .el_aboutMessage_text span {
    font-size: 24px;
  }
}

.bl_aboutClinic {
  width: calc(100% - 40px);
  padding: 120px 20px;
  margin: 0 auto;
  background: #FCFAF4;
}
@media screen and (max-width: 767px) {
  .bl_aboutClinic {
    width: calc(100% - 40px);
    padding: 6rem 2rem;
  }
}
.bl_aboutClinic .el_textBox_ttl {
  font-size: 2.8rem;
  padding-bottom: 3rem;
}

.el_infoList {
  max-width: 56rem;
  margin: 5.6rem auto 0;
}
.el_infoList > div {
  display: flex;
  padding: 2.4rem 0;
  border-bottom: 1px solid #ccc;
}
.el_infoList dt, .el_infoList dd {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .el_infoList dt, .el_infoList dd {
    font-size: 14px;
  }
}
.el_infoList dt {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .el_infoList dt {
    width: 10rem;
  }
}
.el_infoList dd {
  width: calc(100% - 13rem);
}
@media screen and (max-width: 767px) {
  .el_infoList dd {
    width: calc(100% - 10rem);
  }
}
.el_infoList .el_link_blank {
  display: inline-block;
  width: fit-content;
  position: relative;
  font-size: 14px;
  margin-top: 8px;
}
.el_infoList .el_link_blank:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/ico/ico_blank.svg);
  background-size: cover;
  position: absolute;
  top: 0.6rem;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .el_infoList .el_link_blank:after {
    width: 1rem;
    height: 1rem;
    right: -12px;
  }
}
@media (hover: hover) {
  .el_infoList .el_link_blank {
    transition: 0.5s;
  }
  .el_infoList .el_link_blank:hover {
    opacity: 0.5;
  }
}

/* ===================================
DOCTOR
=================================== */
.ly_searchArea {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.ly_searchArea_inner {
  max-width: 309px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_searchArea_inner {
    max-width: none;
    margin-inline: auto;
    display: block;
  }
}
.ly_searchArea_inner .el_sideSelect {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .ly_searchArea_inner .el_sideSelect {
    width: 100%;
  }
}
.el_campaign_searchWrap {
  display: flex;
  max-width: 310px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .el_campaign_searchWrap {
    display: block;
    max-width: none;
  }
}
.el_campaign_searchWrap .el_priceSide_ttl {
  margin-right: 14px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .el_campaign_searchWrap .el_priceSide_ttl {
    margin-bottom: 20px;
  }
}
.el_campaign_searchWrap .el_sideSelect {
  flex: 1;
}

.el_priceSide_ttl.horizontal {
  margin-right: 13px;
  margin-bottom: 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .el_priceSide_ttl.horizontal {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.el_doctorList {
  margin-top: 100px;
}
.el_doctorList > li {
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .el_doctorList > li {
    padding: 0 3rem;
  }
}
.el_doctorList > li + li {
  margin-top: 10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .el_doctorList > li + li {
    margin-top: 10rem;
    padding-top: 0;
  }
}
.el_doctorList_top {
  display: flex;
  max-width: 112rem;
  gap: 10rem;
  margin: 0 auto;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .el_doctorList_top {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .el_doctorList_top {
    display: block;
    max-width: none;
  }
}
.el_doctorList_img {
  max-width: 30rem;
  aspect-ratio: 300/380;
}
.el_doctorList_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .el_doctorList_img {
    margin: 0 auto;
    max-width: 53.271vw;
  }
}
.el_doctorList_textWrap {
  max-width: 72rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_doctorList_textWrap {
    margin: 3rem auto 0;
  }
}
.el_doctorList_textWrap_head {
  max-width: 61rem;
}
.el_doctorList_textWrap_data {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .el_doctorList_textWrap_data {
    justify-content: center;
  }
}
.el_doctorList_nameWrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .el_doctorList_nameWrap {
    display: block;
    text-align: center;
  }
}
.el_doctorList_clinic {
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;
  padding-top: 4px;
  padding-bottom: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
}
.el_doctorList_job {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .el_doctorList_job {
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}
.el_doctorList_name {
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%; /* 64px */
}
@media screen and (max-width: 767px) {
  .el_doctorList_name {
    font-size: 32px;
    margin-top: 10px;
  }
}
.el_doctorList_enName {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .el_doctorList_enName {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
  }
}
.el_doctorList_profile {
  margin-top: 4rem;
  font-weight: 400;
  line-height: 2.1;
  font-feature-settings: "palt" on;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_doctorList_profile {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.el_doctorList_bottom {
  padding: 2.4rem;
  width: 100%;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .el_doctorList_bottom {
    margin-top: 3rem;
  }
}
.el_doctorList_bottom:last-of-type {
  padding-bottom: 0;
}
.el_doctorList_ttl {
  color: #6e6e6e;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding-left: 1.2rem;
}
.el_doctorList_ttl:before {
  content: "";
  width: 4px;
  height: 100%;
  background: #ccc;
  border-radius: 4px;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.el_doctorList_wrap + .el_doctorList_wrap {
  margin-top: 2.4rem;
  padding-top: 2rem;
}
.el_doctorList_wrap:last-of-type {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.el_doctorList_sns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1024px) {
  .el_doctorList_sns {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .el_doctorList_sns {
    margin-top: 3rem;
  }
}
.el_doctorList_sns > li {
  width: calc((100% - 1rem) / 2);
}
@media screen and (max-width: 1024px) {
  .el_doctorList_sns > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_doctorList_sns > li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .el_doctorList_sns > li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_doctorList_sns > li + li {
    margin-top: 10px;
  }
}
.el_doctorList_sns a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding-block: 20px;
  padding-left: 28px;
  padding-right: 22px;
}
@media (hover: hover) {
  .el_doctorList_sns a {
    transition: 0.5s;
  }
  .el_doctorList_sns a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .el_doctorList_sns a {
    justify-content: flex-start;
    padding-block: 18px;
    padding-right: 28px;
    padding-left: 26px;
  }
}
.el_doctorList_sns_text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--white-100, #FFF);
  text-align: justify;
  font-weight: 700;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_doctorList_sns_text {
    width: calc(100% - 30px);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.52px;
  }
}
.el_doctorList_sns_text.is_tiktok {
  font-family: "DM Sans";
}
.el_doctorList_sns_ico {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .el_doctorList_sns_ico {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.el_doctorList_sns_ico img[src*="ico_X-clr.png"] {
  filter: brightness(0) invert(1);
}

.el_doctorList_wrap {
  gap: 20px;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.el_doctorList_wrap.border-none {
  padding-top: 0;
  border-top: none;
}

.el_doctorList_bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .el_doctorList_bottom {
    padding-right: 0;
  }
}
.el_doctorList_bottom .el_doctorList_wrap {
  display: flex;
}
.el_doctorList_bottom .el_doctorList_ttl {
  padding-left: 0;
  max-width: 120px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.84px;
}
@media screen and (max-width: 767px) {
  .el_doctorList_bottom .el_doctorList_ttl {
    max-width: none;
    width: auto;
    flex: 0 0 27%;
  }
}
.el_doctorList_bottom .el_doctorList_ttl::before {
  background: transparent;
}

.el_historyList {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.el_historyList dt {
  width: 5.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.el_historyList dd {
  width: calc(100% - 5.4rem - 5px);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-left: 5px;
}

.el_licenseText {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}

/* ===================================
DISCOUNT
=================================== */
.el_textBox.un_discount {
  margin-top: 12rem;
}
.el_textBox.un_discount:nth-child(1) {
  margin-top: 29rem;
}
@media screen and (max-width: 1024px) {
  .el_textBox.un_discount:nth-child(1) {
    margin-top: 16rem;
  }
}
.el_textBox.un_discount .el_btnCampaign {
  border: 1px solid #ccc;
  padding: 16px 40px;
  max-width: none;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .el_textBox.un_discount .el_btnCampaign {
    padding: 16px;
    width: 100%;
  }
}

/* ===================================
ACCESS
=================================== */
.bl_access_map {
  max-width: 56rem;
  width: calc(100% - 48rem);
}
@media screen and (max-width: 1024px) {
  .bl_access_map {
    width: calc(100% - 37rem);
  }
}
@media screen and (max-width: 767px) {
  .bl_access_map {
    max-width: none;
    width: 100%;
    margin-top: 4rem;
  }
}
.bl_access_map iframe {
  width: 100%;
  display: block;
  height: 37rem;
}
.bl_access_map .el_link_blank {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration-line: underline;
  margin-top: 1.2rem;
  width: fit-content;
  position: relative;
}
@media (hover: hover) {
  .bl_access_map .el_link_blank {
    transition: 0.5s;
  }
  .bl_access_map .el_link_blank:hover {
    opacity: 0.5;
  }
}
.bl_access_map .el_link_blank:after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: url(../img/ico/ico_blank.svg);
  background-size: cover;
  position: absolute;
  top: 0.1rem;
  right: -1.6rem;
}
.bl_access_text {
  max-width: 46rem;
  margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
  .bl_access_text {
    max-width: 35rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_access_text {
    max-width: none;
    width: 100%;
  }
}
.bl_access_text .el_text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 3.2rem;
}
.bl_access_text .el_listBox {
  background: #FCFAF4;
  margin-top: 1.6rem;
  padding: 2.4rem;
}
.bl_access_text .el_textList li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 1.4rem;
}
.bl_access_text .el_textList li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #6e6e6e;
  border-radius: 50%;
  position: absolute;
  top: 0.9rem;
  left: 0;
}

/* slider */
.el_siderInterior {
  overflow: hidden;
  margin-top: 16rem;
}
@media screen and (max-width: 767px) {
  .el_siderInterior {
    margin-top: 10rem;
  }
}
.el_siderInterior .js_access_slide {
  position: relative;
  cursor: grab;
}
.el_siderInterior .swiper-wrapper {
  visibility: visible;
}
.el_siderInterior .swiper-slide figure {
  display: block;
  opacity: 0.4;
  transform: scale(0.7);
  transition: 0.7s;
  filter: blur(3px);
}
.el_siderInterior .swiper-slide img {
  height: auto;
  width: 100%;
}
.el_siderInterior .swiper-slide-active figure {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  filter: blur(0);
}
.el_siderInterior .swiper-btn-prev,
.el_siderInterior .swiper-btn-next {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .el_siderInterior .swiper-btn-prev,
  .el_siderInterior .swiper-btn-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
  .el_siderInterior .swiper-btn-prev svg,
  .el_siderInterior .swiper-btn-next svg {
    width: 1.6rem;
    display: block;
  }
}
@media (hover: hover) {
  .el_siderInterior .swiper-btn-prev,
  .el_siderInterior .swiper-btn-next {
    transition: 0.5s;
  }
  .el_siderInterior .swiper-btn-prev path,
  .el_siderInterior .swiper-btn-next path {
    transition: 0.5s;
  }
  .el_siderInterior .swiper-btn-prev:hover,
  .el_siderInterior .swiper-btn-next:hover {
    background: #ccc;
    border-color: #ccc;
  }
  .el_siderInterior .swiper-btn-prev:hover path,
  .el_siderInterior .swiper-btn-next:hover path {
    stroke: #fff;
  }
}
.el_siderInterior .swiper-btn-prev {
  left: 25%;
}
@media screen and (max-width: 767px) {
  .el_siderInterior .swiper-btn-prev {
    left: 5%;
  }
}
.el_siderInterior .swiper-btn-next {
  right: 25%;
}
@media screen and (max-width: 767px) {
  .el_siderInterior .swiper-btn-next {
    right: 5%;
  }
}
.el_siderInterior .swiper-btn-next img {
  transform: rotate(180deg);
}

/* ===================================
FAQ
=================================== */
@media screen and (max-width: 767px) {
  .pg_faq .ly_verticalPadding {
    padding-top: 60px;
  }
}

.ly_secFaq {
  margin-top: 14rem;
}
.ly_secFaq:nth-child(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ly_secFaq {
    margin-top: 10rem;
  }
}

.el_faqList_wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.el_faqList_wrap:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.el_faqList {
  margin-top: 2.4rem;
}
.el_faqList dt {
  cursor: pointer;
  position: relative;
  padding: 2.4rem 6.6rem 2.8rem 6.9rem;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .el_faqList dt {
    padding: 2rem 6rem;
    padding-left: 6.3rem;
  }
}
@media (hover: hover) {
  .el_faqList dt {
    transition: 0.5s;
  }
}
.el_faqList dd {
  padding: 3.2rem;
  padding-top: 0;
  padding-bottom: 2.8rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.el_faqList dd p {
  position: relative;
  padding-left: 3.7rem;
}
.el_faqList dd p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 2px;
  color: #00A0E9;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .el_faqList dd {
    padding: 2rem;
  }
}
.el_faqList dd a {
  text-decoration: underline;
}
@media (hover: hover) {
  .el_faqList dd a {
    transition: 0.5s;
  }
  .el_faqList dd a:hover {
    opacity: 0.5;
  }
}
.el_faqList_q {
  position: absolute;
  top: calc(50% - 1.6rem);
  left: 3rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_faqList_q {
    left: 1.6rem;
  }
}
.el_faqList_ico {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 3rem;
  background: url(../img/icons/Icon_open.png) no-repeat center/contain;
  transition: all 0.2s ease;
}
.is_active .el_faqList_ico {
  background: url(../img/icons/icon_close.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .el_faqList_ico {
    right: 1.6rem;
  }
}

/* ===================================
PRIVACY POLICY
=================================== */
@media screen and (max-width: 767px) {
  .pg_policy .bl_lowerFv_titles {
    margin-top: 50px;
  }
}

.ly_privacy_inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.el_privacy_ttl {
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .el_privacy_ttl {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.el_privacy_ttl:nth-of-type(n + 2) {
  margin-top: 210px;
}
@media screen and (max-width: 767px) {
  .el_privacy_ttl:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}

.el_privacy_subTitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.72px;
  margin-top: 50px;
}
.el_privacy_subTitle span {
  font-family: "Noto Serif", serif;
}

.el_privacy_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  margin-top: 20px;
}

.el_privacy_lists .el_privacy_desc {
  list-style: none;
}

.el_privacy_numbers {
  margin-top: 20px;
}
.el_privacy_numbers li {
  font-size: 14px;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
}
.el_privacy_numbers li span {
  font-family: "Noto Serif", serif;
}

.el_small_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  margin-top: 20px;
}

.el_privacy_link {
  color: #00A0E9;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.56px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-top: 20px;
}

.el_thinBox {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}
.el_thinBox .el_small_title {
  margin-top: 0;
}
.el_thinBox .el_privacy_desc {
  margin-top: 8px;
}

.el_privacy_short {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
}

.el_privacy_lists {
  margin-top: 10px;
}
.el_privacy_lists li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}
.el_privacy_lists li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 100vmax;
  background-color: #fff;
  width: 4px;
  height: 4px;
  display: block;
}

/* ===================================
特定商取引法に基づく表記
=================================== */
.un_commerce .el_edit_page {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .un_commerce .el_edit_page {
    margin-top: 8rem;
  }
}
.un_commerce.ly_inner {
  max-width: 96rem;
}
.un_commerce .el_edit_page h2 {
  margin-top: 4rem;
  background: #6e6e6e;
  padding: 0.2rem 0.8rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/* ===================================
RECRUIT
=================================== */
.ly_recruit_copy {
  margin-top: 16rem;
  margin-bottom: 12rem;
  padding: 0 2rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.4em;
}
@media screen and (max-width: 768px) {
  .ly_recruit_copy {
    margin-top: 10rem;
    margin-bottom: 8rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .ly_recruit_copy {
    line-height: 2;
  }
}

.ly_recruit_ideal {
  overflow: hidden;
  position: relative;
  padding: 0 2rem;
  background-image: url(../img/recruit/bg_ideal.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  .ly_recruit_ideal {
    background-image: url(../img/recruit/bg_ideal_sp.jpg);
    padding: 12rem 2rem;
  }
}
.ly_recruit_ideal .ly_ideal_wrap {
  aspect-ratio: 1/1;
  max-width: 690px;
  width: 100%;
  height: auto;
  margin: -7.6rem auto;
  padding: 15.6rem 2rem;
  background-color: #FCFAF4;
  border-radius: 100%;
}
.ly_recruit_ideal .ly_ideal_wrap .el_ideal_ttl {
  width: fit-content;
  margin: auto;
  margin-bottom: 6.4rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
}
.ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content {
  margin-bottom: 6.4rem;
}
.ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_en_txt {
  margin-bottom: 0.7rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #6e6e6e;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.098em;
}
.ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_en_txt span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8rem;
}
.ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_ja_txt {
  text-align: center;
  color: #6e6e6e;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.ly_recruit_ideal .ly_ideal_wrap .el_ideal_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0em;
}
.ly_recruit_ideal .ly_ideal_wrap .el_ideal_txt .se_br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ly_recruit_ideal .ly_ideal_wrap {
    max-width: 530px;
    margin: -4rem auto;
    padding: 11rem 2rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .el_ideal_ttl {
    margin-bottom: 3rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .ly_recruit_ideal .ly_ideal_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: unset;
    width: calc(100% + 16rem);
    margin: 0 -8rem;
    padding: 5rem 8rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .el_ideal_ttl {
    margin-bottom: 1rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content {
    margin-bottom: 2rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_en_txt {
    margin-bottom: 0rem;
    font-size: 3rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_en_txt span {
    font-size: 3.5rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_ja_txt {
    font-size: 1.4rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .el_ideal_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 360px) {
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_en_txt {
    font-size: 2.8rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .bl_ideal_content .el_en_txt span {
    font-size: 3rem;
  }
  .ly_recruit_ideal .ly_ideal_wrap .el_ideal_txt .se_br {
    display: inline;
  }
}

.un_recruit {
  max-width: 122rem;
  padding: 12rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .un_recruit {
    padding: 10rem 2rem 0;
  }
}
.un_recruit .ly_recruit_wrap {
  display: flex;
  gap: 5.6rem;
}
.un_recruit .ly_recruit_wrap .ly_sec {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .un_recruit .ly_recruit_wrap {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_recruit_wrap {
    flex-direction: column;
    gap: 6rem;
  }
  .un_recruit .ly_recruit_wrap .ly_sec {
    width: 100%;
  }
}
.un_recruit .ly_sec .el_sec_ttl {
  display: flex;
  gap: 1.6rem;
  width: 100%;
  color: #6e6e6e;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.un_recruit .ly_sec .el_sec_ttl::before {
  content: "";
  display: block;
  margin-top: 8px;
  width: 15px;
  height: 16px;
  border-radius: 12px 0px 0px 12px;
  background-color: #6e6e6e;
}
.un_recruit .ly_sec .ly_sec_cont {
  height: 100%;
  max-height: 332px;
  margin-top: 2.4rem;
  border-radius: 8px;
  padding: 5.6rem;
  background-color: #FCFAF4;
}
@media screen and (max-width: 1024px) {
  .un_recruit .ly_sec .ly_sec_cont {
    max-height: 310px;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_sec .ly_sec_cont {
    max-height: unset;
    height: auto;
  }
}
.un_recruit .ly_sec.un_personality .ly_sec_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1.7rem;
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_sec.un_personality .ly_sec_cont {
    padding: 4rem 2rem;
  }
}
.un_recruit .ly_sec.un_personality .bl_personality_list {
  max-width: 460px;
  width: 100%;
}
.un_recruit .ly_sec.un_personality .bl_personality_list li {
  display: flex;
  gap: 0.8rem;
  border-radius: 8px;
  background-color: #cfcfcf;
  padding: 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit .ly_sec.un_personality .bl_personality_list li + li {
  margin-top: 1.6rem;
}
.un_recruit .ly_sec.un_personality .bl_personality_list li::before {
  content: "";
  display: block;
  flex-direction: column;
  aspect-ratio: 1/1;
  width: 20px;
  height: 20px;
  margin-top: 0.4rem;
  background-image: url(../img/recruit/list_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_sec.un_personality .bl_personality_list {
    max-width: 100%;
  }
}
.un_recruit .ly_sec.un_message .ly_sec_cont {
  display: flex;
  align-items: center;
  gap: 39px;
  padding: 1.6rem 1.7rem;
}
.un_recruit .ly_sec.un_message .ly_sec_cont .el_profile_img {
  border-radius: 160px 160px 8px 8px;
  max-width: 215px;
  width: 100%;
  aspect-ratio: 43/60;
  overflow: hidden;
}
.un_recruit .ly_sec.un_message .ly_sec_cont .el_profile_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.un_recruit .ly_sec.un_message .ly_sec_cont .el_message_txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .un_recruit .ly_sec.un_message .ly_sec_cont {
    gap: 20px;
  }
  .un_recruit .ly_sec.un_message .ly_sec_cont .el_profile_img {
    max-width: 40%;
  }
  .un_recruit .ly_sec.un_message .ly_sec_cont .el_message_txt {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_sec.un_message .ly_sec_cont {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 450px) {
  .un_recruit .ly_sec.un_message .ly_sec_cont {
    flex-direction: column;
  }
  .un_recruit .ly_sec.un_message .ly_sec_cont .el_profile_img {
    max-width: 80%;
  }
  .un_recruit .ly_sec.un_message .ly_sec_cont .el_message_txt .sp_none_br {
    display: none;
  }
}
.un_recruit .ly_sec.un_recruit_list {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_sec.un_recruit_list {
    margin-top: 6rem;
  }
}
.un_recruit .ly_sec.un_recruit_list .bl_recruit_list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.un_recruit .ly_sec.un_recruit_list .bl_recruit_list li {
  width: calc(33.3333333333% - 16px);
}
.un_recruit .ly_sec.un_recruit_list .bl_recruit_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 3.2rem;
  padding-right: 8rem;
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
  border-radius: 100px;
  color: #FCFAF4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  background-image: url(../img/ico/ico_arrow-foot.svg);
  background-position: center right 32px;
  background-size: 14px;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .un_recruit .ly_sec.un_recruit_list .bl_recruit_list li a {
    transition: background-color 0.5s, color 0.5s;
  }
  .un_recruit .ly_sec.un_recruit_list .bl_recruit_list li a:hover {
    background-color: #FCFAF4;
    color: #6e6e6e;
    background-image: url(../img/ico/ico_arrow-foot_hover.svg);
    background-position: center right 32px;
    background-size: 14px;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1024px) {
  .un_recruit .ly_sec.un_recruit_list .bl_recruit_list {
    gap: 18px;
  }
  .un_recruit .ly_sec.un_recruit_list .bl_recruit_list li {
    width: calc(33.3333333333% - 12px);
  }
  .un_recruit .ly_sec.un_recruit_list .bl_recruit_list li a {
    padding: 1.5rem 2.8rem;
    background-position: center right 25px;
  }
}
@media screen and (max-width: 768px) {
  .un_recruit .ly_sec.un_recruit_list .bl_recruit_list li {
    width: 100%;
  }
}

/* ===================================
応募フォーム
=================================== */
.un_recruit_form {
  max-width: 80rem;
  margin-top: 8rem;
}
.un_recruit_form .ly_form_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.un_recruit_form .ly_form_item + .ly_form_item {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .un_recruit_form .ly_form_item {
    flex-direction: column;
    gap: 10px;
  }
}
.un_recruit_form .ly_form_item .el_name_wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.un_recruit_form .ly_form_item .el_name_wrap .un_required {
  flex-direction: column;
  display: block;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 0 8px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_item .el_name_wrap .un_option {
  flex-direction: column;
  display: block;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 0 8px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_item .el_name_wrap .el_item_name {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_item .bl_form_wrap {
  max-width: 558px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .un_recruit_form .ly_form_item .bl_form_wrap {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .un_recruit_form .ly_form_item .bl_form_wrap {
    max-width: 100%;
  }
}
.un_recruit_form .ly_form_item .bl_form_wrap .el_ex_txt {
  margin-top: 8px;
  color: #ccc;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span {
  width: 100%;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=text],
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=tel],
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=email] {
  display: block;
  width: 100%;
  border: none;
  border-radius: 4px;
  background: #FFF;
  padding: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=text]:-webkit-autofill,
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=tel]:-webkit-autofill,
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=email]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=text]:autofill,
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=tel]:autofill,
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=email]:autofill {
  box-shadow: 0 0 0px 1000px white inset;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[name=job_name] {
  pointer-events: none;
  font-weight: 700;
  background-color: #FCFAF4;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span input[type=file] {
  font-size: 1.6rem;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span textarea {
  display: block;
  width: 100%;
  resize: vertical;
  border: none;
  border-radius: 4px;
  background: #FFF;
  padding: 0.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_item .bl_form_wrap > p > span textarea::placeholder {
  color: #ccc;
}
.un_recruit_form .ly_form_item.un_file_item .el_name_wrap {
  margin-top: 0px;
}
.un_recruit_form .ly_form_check_item {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}
.un_recruit_form .ly_form_check_item .el_check_txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_form .ly_form_check_item .el_check_txt a {
  color: #3F7AB8;
  text-decoration: underline;
}
@media (hover: hover) {
  .un_recruit_form .ly_form_check_item .el_check_txt a {
    transition: 0.5s;
  }
  .un_recruit_form .ly_form_check_item .el_check_txt a:hover {
    opacity: 0.5;
  }
}
.un_recruit_form .ly_form_check_item .el_chek_item {
  display: block;
  width: 100%;
  margin: auto;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox] {
  display: none;
}
.un_recruit_form .ly_form_check_item .el_chek_item .wpcf7-not-valid-tip {
  width: 100%;
  text-align: center;
}
.un_recruit_form .ly_form_check_item .el_chek_item .wpcf7-checkbox {
  width: fit-content;
  margin: auto;
  display: block;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  display: block;
  width: fit-content;
  padding: 1px;
  padding-left: 32px;
  word-break: break-all;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  transform: rotate(-45deg);
  width: 8px;
  height: 4px;
  background-color: unset;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  border-radius: 0;
  opacity: 0;
  transition: 0.3s;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox]:checked + span {
  position: relative;
  cursor: pointer;
  display: block;
  width: fit-content;
  padding: 1px;
  padding-left: 32px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox]:checked + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}
.un_recruit_form .ly_form_check_item .el_chek_item input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 7px;
  transform: rotate(-45deg);
  width: 8px;
  height: 4px;
  background-color: unset;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.un_recruit_form .ly_form_check_item .wpcf7-list-item {
  margin: 0;
}
.un_recruit_form .ly_submit_btn {
  max-width: 320px;
  width: 100%;
  margin: auto;
}
.un_recruit_form .ly_submit_btn input[type=submit] {
  display: block;
  width: 100%;
  padding: 1.6rem 3.2rem;
  border-radius: 100px;
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
  text-align: center;
  color: #FCFAF4;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (hover: hover) {
  .un_recruit_form .ly_submit_btn input[type=submit] {
    transition: 0.5s;
  }
  .un_recruit_form .ly_submit_btn input[type=submit]:hover {
    background: #FCFAF4;
    color: #6e6e6e;
  }
}
.un_recruit_form .wpcf7-response-output {
  display: none !important;
}

/* ===================================
応募完了画面
=================================== */
.un_recruit_thanks {
  padding-top: 14rem;
}
.un_recruit_thanks h1 {
  margin-bottom: 8rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
.un_recruit_thanks h1 .sp_br {
  display: none;
}
.un_recruit_thanks p {
  text-align: center;
}
.un_recruit_thanks p .un_pink_txt {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .un_recruit_thanks {
    padding-top: 10rem;
  }
  .un_recruit_thanks h1 {
    margin-bottom: 6rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .un_recruit_thanks h1 .sp_br {
    display: inline;
  }
  .un_recruit_thanks p {
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  .un_recruit_thanks h1 {
    font-size: 2.4rem;
  }
}

/* ===================================
common
=================================== */
/* el_pager
============================== */
.el_pager {
  margin-top: 8rem;
}
@media (hover: hover) {
  .el_pager a {
    transition: 0.5s;
  }
  .el_pager a:hover {
    opacity: 0.5;
  }
}
.el_pager .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .el_pager .nav-links {
    gap: 6px;
  }
}
@media screen and (max-width: 374px) {
  .el_pager .nav-links {
    gap: 6px;
  }
}
.el_pager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 34px;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.el_pager .page-numbers.current {
  background: #00A0E9;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (hover: hover) and (pointer: fine) {
  .el_pager .page-numbers {
    transition: all 0.3s ease;
  }
  .el_pager .page-numbers:hover {
    background: #00A0E9;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media (hover: none) {
  .el_pager .page-numbers:hover {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .el_pager .page-numbers:active {
    background: #00A0E9;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.el_pager .page-numbers.prev, .el_pager .page-numbers.next {
  width: 30px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
}
.el_pager .page-numbers.prev svg, .el_pager .page-numbers.next svg {
  width: 4px;
  height: 8px;
}
.el_pager .page-numbers.prev svg path, .el_pager .page-numbers.next svg path {
  stroke: #FFFFFF;
  stroke-width: 1.3px;
}
@media screen and (max-width: 767px) {
  .el_pager .page-numbers.prev, .el_pager .page-numbers.next {
    margin: 0;
  }
}
.el_pager .page-numbers .el_pager_text {
  display: none;
}

.el_pager:not(:has(.page-numbers)) {
  display: none;
}

/* el_edit
============================== */
.ly_edit {
  max-width: 80rem;
  margin-top: 22rem;
}
.ly_edit .el_btnArrow {
  margin: 0 auto;
}

.el_edit {
  margin-bottom: 8rem;
}
.el_edit > *:first-child {
  margin-top: 0;
}
.el_edit_ttl {
  color: #6e6e6e;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}
.el_edit_date {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.6rem;
  display: block;
}
.el_edit p {
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_edit p {
    line-height: 1.8;
  }
}
.el_edit a {
  display: inline-block;
  white-space: nowrap;
  word-break: break-all;
  white-space: break-spaces;
  color: #00A0E9;
  text-decoration-line: underline;
}
@media (hover: hover) {
  .el_edit a {
    transition: 0.5s;
  }
  .el_edit a:hover {
    opacity: 0.5;
  }
}
.el_edit h2 {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Serif", serif;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .el_edit h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .el_edit h2 {
    letter-spacing: 0.56px;
    font-size: 28px;
    margin-top: 10rem;
  }
  .el_edit h2 img {
    width: 50px !important;
  }
}
.el_edit h2 span {
  font: inherit;
}
.el_edit .el_acf_ttl {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 3.2rem;
  font-family: "Noto Serif", serif;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .el_edit .el_acf_ttl {
    font-size: 3.2rem;
    font-style: normal;
    letter-spacing: 0.64px;
  }
}
.el_edit h3 {
  position: relative;
  margin-top: 5rem;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.96px;
  color: #fff;
  font-size: 24px;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 1024px) {
  .el_edit h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .el_edit h3 {
    font-size: 2.2rem;
    letter-spacing: 0.88px;
  }
}
.el_edit h4 {
  margin-top: 5rem;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 767px) {
  .el_edit h4 {
    font-size: 17px;
    letter-spacing: 0.68px;
  }
}
.el_edit ul {
  margin-top: 2.4rem;
}
.el_edit ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  padding-left: 1.4rem;
}
.el_edit ul li + li {
  margin-top: 0.8rem;
}
.el_edit ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.el_edit ol {
  margin-top: 2.4rem;
  padding-left: 2.4rem;
  list-style: revert;
}
.el_edit ol li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
.el_edit ol li + li {
  margin-top: 0.8rem;
}
.el_edit ol ::marker {
  color: #fff;
}
.el_edit .wp-block-table {
  border-collapse: collapse;
  margin-top: 30px;
}
.el_edit .wp-block-table td {
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .el_edit .wp-block-table td {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.48px;
  }
}
.el_edit .wp-block-table td:nth-of-type(1) {
  text-align: center;
  width: 180px;
  background: rgba(255, 255, 255, 0.08);
  color: #FFF;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .el_edit .wp-block-table td:nth-of-type(1) {
    text-align: center;
    align-content: center;
    width: 100%;
  }
}
.el_edit .wp-block-table td {
  width: calc(100% - 20rem);
  background: transparent;
  padding: 12px 16px 16px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_edit .wp-block-table td {
    align-content: center;
    width: 100%;
    font-size: 1.4rem;
  }
  .el_edit .wp-block-table td > * {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_edit .wp-block-table td > * {
    font-size: 1.2rem;
  }
}
.el_edit .wp-block-table td ul {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .el_edit .wp-block-table td {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 140%; /* 16.8px */
    letter-spacing: 0.48px;
  }
}
.el_edit figure.wp-block-image {
  margin-top: 24px;
}
.el_edit figure.wp-block-image figcaption {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}
.el_edit figure.wp-block-image img {
  aspect-ratio: 760/483;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .el_edit figure.wp-block-image img {
    aspect-ratio: 368/234;
  }
}

.ly_menu {
  position: relative;
}
.ly_menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ly_menu .el_edit .el_caseList {
    padding-inline: 34px;
  }
}
.ly_menu .el_edit .el_caseList_item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .ly_menu .el_edit .el_caseList_item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_menu .el_edit .wp-block-table tr {
    display: flex;
  }
}
.ly_menu .el_edit .wp-block-table td:nth-of-type(1) {
  width: 36.6666%;
}
@media screen and (max-width: 390px) {
  .ly_menu .el_edit .wp-block-table td:nth-of-type(1) {
    padding: 8px 8px 10px;
  }
}
.ly_menu .el_edit .wp-block-table td {
  padding: 8px 12px 10px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .ly_menu .el_edit .wp-block-table td {
    font-size: 12px;
    width: 63.3334%;
  }
}
.ly_menu .el_edit .el_caseList {
  margin-top: 4rem;
  gap: 10rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .ly_menu .el_edit .el_caseList {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ly_menu .el_edit .el_caseList_item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .el_edit .ly_info_tableWrap .wp-block-table tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .el_edit .ly_info_tableWrap .wp-block-table td:nth-of-type(1) {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
}
.el_edit .ly_info_tableWrap .wp-block-table td {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_edit .ly_info_tableWrap .wp-block-table td {
    line-height: 1.8;
    padding: 12px 16px 14px;
  }
}

/* el_edit_page
============================== */
.el_edit_page {
  margin-top: 12rem;
}
.el_edit_page p {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.el_edit_page a {
  display: inline-block;
  word-break: break-all;
  color: #3F7AB8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-decoration-line: underline;
}
@media (hover: hover) {
  .el_edit_page a {
    transition: 0.5s;
  }
  .el_edit_page a:hover {
    opacity: 0.5;
  }
}
.el_edit_page h2 {
  margin-top: 6.4rem;
  color: #6e6e6e;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .el_edit_page h2 {
    font-size: 2rem;
  }
}
.el_edit_page h3 {
  margin-top: 4rem;
  background: #6e6e6e;
  padding: 0.2rem 0.8rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.el_edit_page ol {
  margin-top: 2.4rem;
  counter-reset: number;
}
.el_edit_page ol li {
  padding-left: 2rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.el_edit_page ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0.6rem;
}
.el_edit_page ul {
  margin-top: 2.4rem;
  counter-reset: number;
}
.el_edit_page ul li {
  padding-left: 2.2rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
.el_edit_page ul li:before {
  content: "・";
  position: absolute;
  left: 0.2rem;
}

/* ===================================
price
=================================== */
.ly_2col.un_price {
  padding: 0 30px;
  margin: 0rem auto 0;
  box-sizing: content-box;
  max-width: 112rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .ly_2col.un_price {
    flex-direction: column-reverse;
    margin: 10rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_2col.un_price {
    margin-top: 0;
  }
}

.el_pricePosts {
  width: calc(100% - 27rem);
  max-width: 78rem;
}
@media screen and (max-width: 1024px) {
  .el_pricePosts {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .el_pricePosts {
    padding-top: 80px;
  }
}
.el_pricePosts_sub {
  margin-top: 2rem;
  font-size: 10px;
  line-height: 100%; /* 10px */
  letter-spacing: 0.4px;
}
.el_pricePosts_ttl {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: 0.48px;
}
.el_pricePosts_wrap {
  margin-top: 6rem;
}
.el_pricePosts_wrap + .el_pricePosts_wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .el_pricePosts_wrap + .el_pricePosts_wrap {
    margin-top: 60px;
  }
}
.el_pricePosts_nodata {
  margin-top: 30px;
  font-size: 18px;
}

.el_edit .el_pricePosts_wrap {
  margin-top: 0;
}
.el_edit .el_priceTable dd {
  border-top: none;
}

.el_priceTaxonomy:nth-of-type(n + 2) {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .el_priceTaxonomy:nth-of-type(n + 2) {
    margin-top: 140px;
  }
}

.el_priceTable {
  padding-left: 8px;
  margin-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.el_priceTable:nth-of-type(n + 2) {
  margin-top: 0;
  border-top: none;
}
.el_priceTable_ttl {
  position: relative;
  margin-top: 24px;
  padding-left: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  line-height: 130%; /* 23.4px */
  letter-spacing: 0.36px;
  padding-left: 18px;
}
.el_priceTable_ttl:before {
  content: "";
  width: 12px;
  display: block;
  height: 12px;
  background: url(../img/icons/square.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.el_priceTable_dd {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-right: 0.8rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .el_priceTable_dd {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.el_priceTable_dd dt {
  width: 50%;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .el_priceTable_dd dt {
    width: 100%;
    margin-bottom: 1rem;
    font-weight: 400;
  }
}
.el_priceTable_dd dd {
  width: 10rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_priceTable_dd dd {
    width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .el_priceTable_dd dd:nth-of-type(1) {
    width: 10rem;
    text-align: left;
  }
}
.el_priceTable_dd dd:nth-of-type(2) {
  width: 10rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .el_priceTable_dd dd:nth-of-type(2) {
    margin-left: auto;
  }
}
@media screen and (max-width: 364px) {
  .el_priceTable_dd dd:nth-of-type(2) {
    width: 9rem;
  }
}
.el_priceTable_dd dd:last-of-type {
  margin-left: 20px;
  width: 79.47px;
  text-align: right;
  font-family: "DM Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .el_priceTable_dd dd:last-of-type {
    margin-left: 10px;
  }
}
.el_priceTable_dd > * {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.el_priceTable_info {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.6rem;
}

.el_priceTable_ttl + .el_priceTable {
  border-top: none;
}

@media screen and (max-width: 767px) {
  .pg_price_archive .el_priceTable_dd dt:nth-last-child(2):nth-child(1), .pg_price_taxonomy .el_priceTable_dd dt:nth-last-child(2):nth-child(1), .pg_price .el_priceTable_dd dt:nth-last-child(2):nth-child(1), .pg_menuSingle .el_priceTable_dd dt:nth-last-child(2):nth-child(1) {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_price_archive .el_priceTable_dd dd:nth-child(2):last-child, .pg_price_taxonomy .el_priceTable_dd dd:nth-child(2):last-child, .pg_price .el_priceTable_dd dd:nth-child(2):last-child, .pg_menuSingle .el_priceTable_dd dd:nth-child(2):last-child {
    margin-left: auto;
  }
}
.pg_price_archive .el_priceTable_dd dd:nth-of-type(1), .pg_price_taxonomy .el_priceTable_dd dd:nth-of-type(1), .pg_price .el_priceTable_dd dd:nth-of-type(1), .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pg_price_archive .el_priceTable_dd dd:nth-of-type(1), .pg_price_taxonomy .el_priceTable_dd dd:nth-of-type(1), .pg_price .el_priceTable_dd dd:nth-of-type(1), .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) {
    margin-left: 0;
  }
}
.pg_price_archive .el_priceTable_dd dd:nth-of-type(1) span, .pg_price_taxonomy .el_priceTable_dd dd:nth-of-type(1) span, .pg_price .el_priceTable_dd dd:nth-of-type(1) span, .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) span {
  display: inline-block;
  margin-left: auto;
  position: relative;
  padding-left: 12px;
}
.pg_price_archive .el_priceTable_dd dd:nth-of-type(1) span::before, .pg_price_taxonomy .el_priceTable_dd dd:nth-of-type(1) span::before, .pg_price .el_priceTable_dd dd:nth-of-type(1) span::before, .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  background-color: #fff;
  left: 0;
  top: 10px;
}
.pg_price_archive .el_priceTable_dd dd:nth-of-type(1).el_dd_center, .pg_price_taxonomy .el_priceTable_dd dd:nth-of-type(1).el_dd_center, .pg_price .el_priceTable_dd dd:nth-of-type(1).el_dd_center, .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1).el_dd_center {
  margin-left: auto;
  width: auto;
  min-width: 10rem;
}
@media screen and (max-width: 767px) {
  .pg_price_archive .el_priceTable_dd dd:nth-of-type(1).el_dd_center, .pg_price_taxonomy .el_priceTable_dd dd:nth-of-type(1).el_dd_center, .pg_price .el_priceTable_dd dd:nth-of-type(1).el_dd_center, .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1).el_dd_center {
    width: auto;
    margin-left: 0;
  }
}
.pg_price_archive .el_priceTable_dd dd span, .pg_price_taxonomy .el_priceTable_dd dd span, .pg_price .el_priceTable_dd dd span, .pg_menuSingle .el_priceTable_dd dd span {
  display: inline-block;
  margin-left: auto;
  position: relative;
  padding-left: 12px;
}
.pg_price_archive .el_priceTable_dd dd span::before, .pg_price_taxonomy .el_priceTable_dd dd span::before, .pg_price .el_priceTable_dd dd span::before, .pg_menuSingle .el_priceTable_dd dd span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  background-color: #fff;
  left: 0;
  top: 10px;
}
.pg_price_archive .el_priceTable_dd:nth-of-type(n + 2):not(.un_empty), .pg_price_taxonomy .el_priceTable_dd:nth-of-type(n + 2):not(.un_empty), .pg_price .el_priceTable_dd:nth-of-type(n + 2):not(.un_empty), .pg_menuSingle .el_priceTable_dd:nth-of-type(n + 2):not(.un_empty) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.un_empty:nth-of-type(n + 2) {
  padding-top: 0;
}

.el_priceTable_dd:has(+ .el_priceTable_dd.un_empty) {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .pg_menuSingle .el_priceTable_dd dt:nth-last-child(2):nth-child(1) {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_menuSingle .el_priceTable_dd dd:nth-child(2):last-child {
    margin-left: auto;
  }
}
.pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) {
    margin-left: 0;
  }
}
.pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) span {
  display: inline-block;
  margin-left: auto;
  position: relative;
  padding-left: 12px;
}
.pg_menuSingle .el_priceTable_dd dd:nth-of-type(1) span::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  background-color: #fff;
  left: 0;
  top: 10px;
}
.pg_menuSingle .el_priceTable_dd dd:nth-of-type(1).el_dd_center {
  min-width: 10rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pg_menuSingle .el_priceTable_dd .monitor {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .el_pricePosts_wrap .el_priceTable .el_priceTable_dd .monitor {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .el_pricePosts_wrap .el_priceTable .el_priceTable_dd .default {
    margin-left: auto;
  }
}

.el_priceSide {
  width: 24rem;
}
@media screen and (max-width: 1024px) {
  .el_priceSide {
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .el_priceSide {
    max-width: none;
  }
}
.el_priceSide_ttl {
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  .el_priceSide_ttl {
    margin-bottom: 20px;
  }
}
.el_sideSelect + .el_priceSide_ttl {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .el_sideSelect + .el_priceSide_ttl {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 364px) {
  .monitor {
    white-space: nowrap;
  }
}

/* ===================================
case
=================================== */
/* archive
============================== */
.ly_2col.un_case {
  padding: 0 30px;
  margin: 0rem auto 0;
  box-sizing: content-box;
  max-width: 112rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ly_2col.un_case {
    flex-direction: column;
    margin: 0rem auto 0;
  }
}

.el_casePosts {
  width: calc(100% - 28rem);
  max-width: 78rem;
}
@media screen and (max-width: 1024px) {
  .el_casePosts {
    width: 100%;
    max-width: none;
  }
}

.el_caseList {
  display: flex;
  flex-wrap: wrap;
  gap: 9.2rem 4rem;
}
@media screen and (max-width: 767px) {
  .el_caseList {
    gap: 5.2rem 2rem;
  }
}
.el_caseList_item {
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767px) {
  .el_caseList_item {
    width: calc((100% - 2rem) / 2);
  }
}
.el_caseList a {
  display: block;
}
@media (hover: hover) {
  .el_caseList a .el_caseList_thmb img {
    transition: 0.5s;
  }
}
@media screen and (hover: hover) and (min-width: 769px) {
  .el_caseList a .el_caseList_thmb img {
    filter: grayscale(100%);
  }
}
@media (hover: hover) {
  .el_caseList a:hover .el_caseList_thmb img {
    scale: 1.1;
    opacity: 1;
    filter: unset;
  }
}
.el_caseList_thmb {
  aspect-ratio: 360/480;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .el_caseList_thmb {
    aspect-ratio: 300/438;
  }
}
.el_caseList_thmb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 360/200;
  background: url(../img/bg/case_gradation.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.el_caseList_thmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el_caseList_body {
  position: relative;
  top: -17px;
}
@media screen and (max-width: 767px) {
  .el_caseList_body {
    top: -23px;
    left: 0;
  }
}
.el_caseList_ttl {
  margin-left: 2rem;
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .el_caseList_ttl {
    font-size: 18px;
    margin-left: 0;
    letter-spacing: 0.36px;
  }
}
.el_caseList_flex {
  margin-left: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .el_caseList_flex {
    margin-left: 0;
    margin-top: 14px;
  }
}
.el_caseList_clinic {
  padding-inline: 8px;
  display: flex;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vmax;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.48px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.el_caseList_theme {
  display: flex;
  flex-wrap: wrap;
}
.el_caseList_theme > a,
.el_caseList_theme > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4; /* 12px */
  letter-spacing: 0.48px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.el_caseList_theme > a > span,
.el_caseList_theme > span > span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.el_caseList_theme a {
  display: inline-block;
}
@media (hover: hover) {
  .el_caseList_theme a {
    transition: 0.5s;
  }
  .el_caseList_theme a:hover {
    background: #ccc;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .pg_case .el_caseList .el_caseList_thmb {
    aspect-ratio: 174/200;
  }
}

.el_caseSide {
  width: 24rem;
}
@media screen and (max-width: 1024px) {
  .el_caseSide {
    width: 100%;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px) {
  .el_caseSide {
    margin-bottom: 100px;
  }
}
.el_caseSide_ttl {
  margin-bottom: 1.4rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.96px;
  font-weight: 700;
  line-height: 1;
}
.el_sideSelect + .el_caseSide_ttl {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .el_sideSelect + .el_caseSide_ttl {
    margin-top: 40px;
  }
}

/* single
============================== */
.un_case.ly_inner {
  max-width: 118rem;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .un_case.ly_inner {
    display: block;
    margin-top: 0;
    padding: 0;
  }
}
.un_case .el_edit {
  background-color: #000;
  width: 59.322%;
  padding: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .un_case .el_edit {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .un_case .el_edit {
    padding: 30px;
    margin-top: 142px;
    margin-left: 0;
  }
}
.un_case .el_edit > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .un_case .el_edit {
    width: 100%;
  }
}
.un_case .el_edit h2 {
  margin-top: 5rem;
  font-size: 2.4rem;
  padding-bottom: 1.8rem;
}
.un_case .el_edit h2:before {
  width: 56px;
}
.un_case .el_edit h3 {
  margin-top: 5rem;
  font-size: 20px;
}
.un_case .el_edit h3:before {
  height: calc(100% - 4px);
  top: 2px;
}
.un_case .el_edit h4 {
  margin-top: 5rem;
}

.el_siderCase {
  width: 35.5932%;
}
@media screen and (max-width: 767px) {
  .el_siderCase {
    width: 70.0934vw;
    margin-inline: auto;
  }
}
.el_siderCase_wrap {
  position: sticky;
  top: 10rem;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.el_siderCase_img {
  overflow: hidden;
}
.el_siderCase_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el_siderCase_cap {
  text-align: center;
  margin-top: 7px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .el_siderCase_cap {
    margin-top: 4px;
  }
}
.el_siderCase .js_case_slide {
  overflow: hidden;
}
@media (hover: hover) {
  .el_siderCase .swiper-btn-prev, .el_siderCase .swiper-btn-next {
    transition: 0.5s;
  }
  .el_siderCase .swiper-btn-prev:hover, .el_siderCase .swiper-btn-next:hover {
    opacity: 0.5;
  }
}
.el_siderCase .swiper-btn-prev {
  position: absolute;
  top: unset;
  width: 32px;
  height: 32px;
  bottom: -105px;
  z-index: 10;
  left: calc(50% - 54px);
  transform: translateX(-50%);
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 767px) {
  .el_siderCase .swiper-btn-prev {
    bottom: -61px;
    left: calc(50% - 54px);
    transform: translateX(-50%);
  }
}
.el_siderCase .swiper-btn-prev.swiper-button-disabled {
  opacity: 0.2;
}
.el_siderCase .swiper-btn-next {
  position: absolute;
  top: unset;
  width: 32px;
  height: 32px;
  bottom: -105px;
  z-index: 10;
  left: calc(50% + 54px);
  transform: translateX(-50%);
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .el_siderCase .swiper-btn-next {
    bottom: -61px;
    left: calc(50% + 54px);
    transform: translateX(-50%);
  }
}
.el_siderCase .swiper-btn-next.swiper-button-disabled {
  opacity: 0.2;
}
.el_siderCase .swiper-pagination-fraction {
  bottom: -97px !important;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .el_siderCase .swiper-pagination-fraction {
    bottom: -54px !important;
  }
}

.bl_relationCase {
  background: #000;
  max-width: 128rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .bl_relationCase {
    margin: 10rem auto 0;
  }
}
.bl_relationCase .el_textBox_ttl {
  margin-top: 4rem !important;
  border-bottom: none;
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  letter-spacing: 0.88px;
  text-align: left;
  padding-bottom: 0 !important;
}
.bl_relationCase .el_caseList {
  gap: 4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .bl_relationCase .el_caseList {
    gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .bl_relationCase .el_caseList {
    gap: 2rem 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_relationCase .el_caseList {
    margin-top: 4rem;
  }
}
.bl_relationCase .el_caseList_item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 1200px) {
  .bl_relationCase .el_caseList_item {
    width: calc((100% - 6rem) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .bl_relationCase .el_caseList_item {
    width: calc((100% - 2.4rem) / 4);
  }
}
@media screen and (max-width: 767px) {
  .bl_relationCase .el_caseList_item {
    width: calc((100% - 0.8rem) / 2);
  }
}

#relationCase .el_caseList_item {
  width: calc(33.33333333% - 26.6666666667px);
}
@media screen and (max-width: 1024px) {
  #relationCase .el_caseList_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  #relationCase .el_caseList_item {
    width: calc(50% - 10px);
  }
}
#relationCase .el_caseList_item .el_textBox_ttl {
  text-align: left;
}
#relationCase .el_caseList_item .el_caseList_ttl {
  position: relative;
  top: -11px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  #relationCase .el_caseList_item .el_caseList_ttl {
    font-family: "Noto Serif", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.36px;
  }
}
#relationCase .el_caseList_item .el_caseList_thmb {
  aspect-ratio: 180/250;
}
#relationCase .el_caseList_item .el_caseList_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3px;
}
#relationCase .el_caseList_item .el_caseList_cat {
  padding-inline: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.44px;
  margin-right: 8px;
  margin-bottom: 6px;
}
#relationCase .el_caseList_item .el_caseList_menuSelect {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%; /* 11px */
  letter-spacing: 0.44px;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 6px;
  line-height: 1.4;
}

/* ===================================
column
=================================== */
/* archive
============================== */
.ly_2col.un_column {
  padding: 0 30px;
  margin: 0rem auto 0;
  box-sizing: content-box;
  max-width: 112rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ly_2col.un_column {
    display: block;
    margin: 0rem auto 0;
    padding: 0 30px;
  }
}

.el_columnPosts {
  width: calc(100% - 27rem);
  max-width: 82rem;
}
@media screen and (max-width: 1024px) {
  .el_columnPosts {
    width: auto;
    max-width: none;
  }
}

.el_columnList {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .el_columnList {
    gap: 5.6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_columnList {
    gap: 3rem 0.8rem;
    display: block;
  }
}
.el_columnList_item {
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 1024px) {
  .el_columnList_item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .el_columnList_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_columnList_item + .el_columnList_item {
    margin-top: 60px;
  }
}
.el_columnList a {
  display: block;
}
@media (hover: hover) {
  .el_columnList a .el_columnList_thmb img {
    transition: 0.5s;
  }
  .el_columnList a:hover .el_columnList_thmb img {
    scale: 1.1;
  }
}
.el_columnList_thmb {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.el_columnList_thmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el_columnList_thumb {
  aspect-ratio: 388/271;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .el_columnList_thumb {
    aspect-ratio: 366/263;
  }
}
.el_columnList_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el_columnList_meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.el_columnList_cat {
  border-radius: 100vmax;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  padding-inline: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  height: 29px;
  margin-right: 8px;
}
.el_columnList_time {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
}
.el_columnList_ttl {
  margin-top: 1rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
}
.el_columnList_author {
  margin-top: 10px;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
  position: relative;
  align-items: center;
  display: flex;
}
.el_columnList_author .el_authorImage {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.el_columnList_author .el_authorImage img {
  border-radius: 100vmax;
  height: 100%;
  aspect-ratio: 1/1;
}
.el_columnList_author .el_authorImage .el_gray_sample {
  width: 28px;
  height: 28px;
  border-radius: 100vmax;
  background-color: #d9d9d9;
}
.el_columnList_author .el_authorName {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
}
.el_columnList_theme {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.4rem;
}
.el_columnList_theme > a span,
.el_columnList_theme > span {
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

.el_columnSide {
  width: 20rem;
}
@media screen and (max-width: 1024px) {
  .el_columnSide {
    max-width: none;
    width: 100%;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .el_columnSide {
    max-width: none;
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .el_columnSide {
    margin-top: 140px;
  }
}
.el_columnSide_ttl {
  position: relative;
  max-width: 15.4rem;
  margin: 0 auto;
}
.el_columnSide_ttl + .el_columnSide_ttl {
  margin-top: 80px;
}
.el_columnSide_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D2C0;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.el_columnSide_ttl_en {
  display: block;
  color: #6e6e6e;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.el_columnSide_ttl_ja {
  display: block;
  position: relative;
  width: fit-content;
  background: #cfcfcf;
  margin: 8px auto 0;
  padding: 0 16px;
  color: #6e6e6e;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.el_columnSide_theme {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3rem;
}
.el_columnSide_theme + .el_columnSide_ttl {
  margin-top: 80px;
}
.el_columnSide_theme li {
  border-radius: 4px;
  border: 1px solid #ccc;
}
.el_columnSide_theme li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px 6px;
  font-size: 14px;
  font-weight: 400;
}
@media (hover: hover) {
  .el_columnSide_theme li a {
    transition: 0.5s;
  }
  .el_columnSide_theme li a:hover {
    background: #ccc;
    color: #fff;
  }
}
.el_columnSide_theme li.is_active a {
  background: #ccc;
  color: #fff;
}
.el_columnSide_key {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3rem;
}
.el_columnSide_key a {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration-line: underline;
}
@media (hover: hover) {
  .el_columnSide_key a {
    transition: 0.5s;
  }
  .el_columnSide_key a:hover {
    opacity: 0.5;
  }
}
.el_columnSide_key .is_active a {
  opacity: 0.5;
}

/* single
============================== */
.un_column .el_pageTtlPost_date {
  margin-top: 0.6rem;
}

.el_columnPosts.single {
  max-width: 84rem;
  width: auto;
  margin-inline: auto;
  padding: 0 3rem;
  box-sizing: content-box;
}

.el_pageTtlPost_category {
  display: flex;
  flex-wrap: wrap;
}

.el_caseList_key {
  margin-top: 1rem;
  margin-left: 1.6rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.el_caseList_key_ico svg {
  display: block;
}
.el_caseList_key a {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration-line: underline;
}
@media (hover: hover) {
  .el_caseList_key a {
    transition: 0.5s;
  }
  .el_caseList_key a:hover {
    opacity: 0.5;
  }
}

.ly_2col.un_column.un_single {
  margin-top: 8rem;
}
.ly_2col.un_column.un_single .el_edit {
  width: calc(100% - 64px);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .ly_2col.un_column.un_single .el_edit {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ly_2col.un_column.un_single .el_edit {
    padding-bottom: 26px;
  }
}
.ly_2col.un_column.un_single .el_btnNormal {
  margin: 8rem auto 0;
}
.ly_2col.un_column.un_single .el_columnTitle {
  font-family: "Noto Serif", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%; /* 61.6px */
  letter-spacing: 0.88px;
}

.wp-block-flexible-table-block-table {
  margin-top: 30px;
  margin-bottom: 20px;
}

.bl_columnMeta {
  display: flex;
  align-items: center;
}

.bl_columnMeta_cat {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100vmax;
  padding-inline: 14px;
  margin-right: 8px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_columnMeta_time {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
}

.el_columnTitle {
  margin-top: 10px;
  font-family: "Noto Serif", serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%; /* 61.6px */
  letter-spacing: 0.88px;
}

.el_post_thumb {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 840/483;
}
@media screen and (max-width: 767px) {
  .el_post_thumb {
    aspect-ratio: 368/212;
  }
}
.el_post_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#toc_container, #ez-toc-container {
  max-width: 200px;
  background: transparent;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #toc_container, #ez-toc-container {
    margin-inline: auto;
    max-width: calc(100% - 60px);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
    cursor: pointer;
  }
  #toc_container .toc_list, #ez-toc-container .toc_list {
    display: none;
  }
}
#toc_container .toc_title, #ez-toc-container .toc_title {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_title, #ez-toc-container .toc_title {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  #toc_container .toc_title .toc_icon, #ez-toc-container .toc_title .toc_icon {
    margin-right: 8px;
    font-size: 12px;
    transition: transform 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  #toc_container .toc_title .toc_icon, #ez-toc-container .toc_title .toc_icon {
    display: none;
  }
}
#toc_container .toc_list, #ez-toc-container .toc_list {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.84px;
}
@media screen and (max-width: 767px) {
  #toc_container .toc_list, #ez-toc-container .toc_list {
    margin-top: 20px;
  }
}
#toc_container .toc_list a, #ez-toc-container .toc_list a {
  display: inline-block;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  word-wrap: break-word;
  white-space: break-spaces;
  word-break: break-all;
}
#toc_container .toc_list ul, #ez-toc-container .toc_list ul {
  margin-top: 1.4rem;
}

.el_postShare {
  margin-top: 8rem;
}
.el_postShare_ttl {
  color: #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  font-weight: 400;
  padding-bottom: 6px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .el_postShare_ttl {
    flex-basis: 100%;
    text-align: center;
  }
}

.el_share_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
  gap: 16px;
}
@media screen and (max-width: 374px) {
  .el_share_list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .el_share_list {
    gap: 30px 20px;
    justify-content: center;
  }
}
.el_share_list a.un_url {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.08);
  height: 31px;
  padding-inline: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.el_share_list a.un_url .el_share_text {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: -2px;
}
.el_share_list a {
  display: inline-block;
}
@media (hover: hover) {
  .el_share_list a {
    transition: 0.5s;
  }
  .el_share_list a:hover {
    opacity: 0.5;
  }
}

.el_share_ico {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1/1;
}

.el_author {
  margin-top: 8rem;
}
.el_author_item {
  padding: 30px;
  padding-left: 40px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .el_author_item {
    padding: 30px;
  }
}
.el_author_top {
  display: flex;
  align-items: center;
}
.el_author_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.el_author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el_author_img.el_none_image {
  background-color: #d9d9d9;
  border-radius: 100vmax;
}
.el_author_name {
  width: calc(100% - 80px);
  padding-left: 12px;
}
.el_author_ttl {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 0.6rem;
}
.el_author_nametxt span {
  color: #222;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.el_author_job {
  font-size: 14px !important;
}
.el_author_text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.el_author_link {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 50px;
  width: 208px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: auto;
  background-color: #000;
  line-height: 100%; /* 12px */
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .el_author_link {
    width: 100%;
  }
}
.el_author_link::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  display: block;
  transform: translateY(-50%);
  background: url(../img/icons/arrow_right.png) no-repeat center/contain;
}

.el_single_pager {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 24px 0px;
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .el_single_pager {
    display: block;
  }
}
.el_single_pager .un_prev a {
  display: block;
  padding-right: 4px;
  position: relative;
  padding-left: 34px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .el_single_pager .un_prev a {
    width: fit-content;
    margin-inline: auto;
  }
}
.el_single_pager .un_prev a:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/icons/arrow_left.png) no-repeat center/contain;
  top: 33%;
  left: 4px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_single_pager .un_prev a:before {
    top: 33%;
    left: 4px;
  }
}
.el_single_pager .un_prev a::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_single_pager .un_prev a::after {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media (hover: hover) {
  .el_single_pager .un_prev a {
    transition: 0.5s;
  }
  .el_single_pager .un_prev a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .el_single_pager .un_list a {
    width: fit-content;
    margin-inline: auto;
  }
}
.el_single_pager .un_next a {
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .el_single_pager .un_next a {
    width: fit-content;
    margin-inline: auto;
  }
}
.el_single_pager .un_next a::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_single_pager .un_next a::after {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_single_pager > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .el_single_pager > * + * {
    border-left: none;
    margin: 27px 0 0;
    padding-top: 0;
  }
}
.el_single_pager > * + * a {
  padding-left: 4px;
  padding-right: 34px;
  padding-right: 34px;
  padding-bottom: 12px;
  padding-left: 0;
  position: relative;
  display: block;
  letter-spacing: 1.12px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_single_pager > * + * a:hover {
    opacity: 1;
  }
  .el_single_pager > * + * a:hover::before {
    content: "";
    right: 0;
  }
  .el_single_pager > * + * a:hover::after {
    background-color: #fff;
  }
}
.el_single_pager > * + * a:before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  position: absolute;
  background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  top: 33%;
  left: unset;
  right: 4px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.el_single_pager .el_single_pager_text {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  letter-spacing: 1.12px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .el_single_pager .el_single_pager_text {
    padding-right: 4px;
  }
}
.el_single_pager .el_single_pager_post {
  display: flex;
  align-items: center;
  margin-top: 4px;
}
.el_single_pager .el_single_pager_item.un_next .el_single_pager_post {
  flex-direction: row-reverse;
}
.el_single_pager .el_single_pager_item.un_next .el_single_pager_ttl {
  padding-right: 12px;
  padding-left: 0;
}
.el_single_pager .el_single_pager_item.un_next .el_single_pager_text {
  text-align: right;
}

.pg_column .el_single_pager {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pg_column .el_single_pager {
    padding-bottom: 20px;
  }
}

.pg_campaignSingle .el_single_pager {
  margin-top: 0;
}

/* ===================================
news
=================================== */
/* archive
============================== */
.el_news_posts {
  margin: 12.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .el_news_posts {
    margin-top: 0;
  }
}

.el_newsList_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.el_newsList_item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.el_newsList_item a {
  position: relative;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-inline: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .el_newsList_item a {
    display: block;
    padding: 18px 0;
  }
}
@media (hover: hover) {
  .el_newsList_item a {
    transition: 0.5s;
  }
}
.el_newsList_item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  background: url(../img/icons/circle_arrow_white.svg) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .el_newsList_item a:after {
    transition: 0.5s;
  }
}
.el_newsList_meta {
  display: flex;
}
.el_newsList_cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 6px;
  padding-inline: 8px;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}
.el_newsList_date {
  width: 9.2rem;
  font-size: 1.4rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.3);
}
.el_newsList_ttl {
  margin-top: 1.2rem;
  width: calc(100% - 4.4rem);
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .el_newsList_ttl {
    font-size: 1.4rem;
    width: calc(100% - 4.4rem);
  }
}

/* single
============================== */
.un_news .el_btnNormal {
  margin: 0 auto;
}

.pg_news .el_news_posts {
  margin-top: 0;
}

.pg_newsSingle .ly_edit {
  margin-top: 0;
}

/* ===================================
menu
=================================== */
/* archive
============================== */
.ly_inner.un_menu {
  margin-top: 16rem;
}

/* single
============================== */
.ly_menu {
  padding-bottom: 140px;
  padding-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .ly_menu {
    padding-bottom: 240px;
  }
}

.ly_menu_inner {
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .ly_menu_inner {
    max-width: none;
    padding: 0;
  }
}

.ly_menu_flex {
  display: flex;
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .ly_menu_flex {
    margin-top: 80px;
    display: block;
  }
}

.ly_inner.un_menuSingle {
  max-width: 84rem;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  background-color: #000;
}
@media screen and (max-width: 1179px) {
  .ly_inner.un_menuSingle {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .ly_inner.un_menuSingle {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_inner.un_menuSingle {
    margin-left: 0;
    margin-top: 80px;
    padding: 30px;
  }
}
.ly_inner.un_menuSingle .el_btnNormal {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 50px;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  margin-inline: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .ly_inner.un_menuSingle .el_btnNormal {
    margin-bottom: 20px;
  }
}

.el_edit .wp-block-embed.is-type-video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  margin-top: 24px;
}
.el_edit .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
.el_edit .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .el_edit .el_caseList {
    overflow: auto;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .el_edit .el_caseList {
    margin-top: 4rem;
  }
}
.el_edit .el_caseList li {
  padding: 0 !important;
}
.el_edit .el_caseList li::before {
  display: none;
}
.el_edit .el_caseList li + li {
  margin-top: 0;
}
.el_edit .el_caseList .el_caseList_body {
  position: relative;
  top: -18px;
  padding-inline: 30px;
}
@media screen and (max-width: 1024px) {
  .el_edit .el_caseList .el_caseList_body {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .el_edit .el_caseList .el_caseList_body {
    padding-inline: 0;
  }
}
.el_edit .el_caseList .el_caseList_ttl {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
  white-space: break-spaces;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .el_edit .el_caseList .el_caseList_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_edit .el_caseList .el_caseList_ttl {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.el_edit .el_caseList .el_caseList_details {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.52px;
  padding-left: 20px;
  color: #fff;
  margin-top: 24px;
  cursor: pointer;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .el_edit .el_caseList .el_caseList_details {
    margin-top: 18px;
  }
}
.el_edit .el_caseList .el_caseList_details::before {
  width: 12px;
  height: 12px;
  content: "";
  background: url(../img/icons/triangle.png) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.el_edit .el_caseList .el_caseList_details.open::before {
  transform: translateY(-50%) rotate(-180deg);
}
.el_edit .el_caseList a {
  text-decoration: none;
  white-space: inherit;
}
@media (hover: hover) {
  .el_edit .el_caseList a:hover {
    opacity: 1;
  }
}
.el_edit .el_btnArrow.un_right {
  margin: 44px 0 0 0 !important;
  display: flex;
  width: fit-content;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .el_edit .el_btnArrow.un_right {
    margin: 44px auto 0 0 !important;
  }
}
.el_edit .el_btnArrow.un_right .el_btnArrow_text {
  font-size: 14px;
}
@media (hover: hover) {
  .el_edit .el_btnArrow.un_right:hover {
    opacity: 1;
  }
}
.el_edit h3.el_priceTable_ttl {
  position: relative;
  margin-top: 1.6rem;
  color: #fff;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  font-family: "Noto Serif", serif;
  line-height: 130%;
  letter-spacing: 0.36px;
  padding-left: 18px;
}
.el_edit h3.el_priceTable_ttl:before {
  content: "";
  width: 12px;
  display: block;
  height: 12px;
  background: url(../img/icons/square.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el_edit .el_priceTable {
  margin-top: 2rem;
  border-top: none;
}
.el_edit .el_priceTable_info {
  margin-top: 1.6rem;
  color: #fff !important;
}
.el_edit .el_menuColumn {
  border-radius: 8px;
  background: var(--brown-thin-bg, #FCFAF4);
  padding: 24px;
  margin-top: 54px;
}
.el_edit .el_menuColumn ul li:before {
  display: none;
}
.el_edit .el_menuColumn .el_menuColumn_list {
  margin: 0;
}
.el_edit .el_menuColumn .el_menuColumn_list_item {
  padding: 0;
}
.el_edit .el_menuColumn .el_menuColumn_list_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  white-space: normal;
}
@media (hover: hover) {
  .el_edit .el_menuColumn .el_menuColumn_list_item a .el_menuColumn_list_thmb img {
    transition: 0.5s;
  }
  .el_edit .el_menuColumn .el_menuColumn_list_item a:hover {
    opacity: 1;
  }
  .el_edit .el_menuColumn .el_menuColumn_list_item a:hover .el_menuColumn_list_thmb img {
    scale: 1.2;
  }
}
.el_edit .el_menuColumn .el_menuColumn_list_item + li {
  margin-top: 16px;
}
.el_edit .el_menuColumn .el_menuColumn_list_thmb {
  width: 130px;
  height: 87px;
  border-radius: 8px;
  overflow: hidden;
}
.el_edit .el_menuColumn .el_menuColumn_list_thmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.el_edit .el_menuColumn .el_menuColumn_list_ttl {
  color: var(--black-text, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: calc(100% - 146px);
  margin: 0;
  text-decoration: none;
  white-space: break-spaces;
}
.el_edit .el_menuColumn .el_btnArrow.un_right {
  margin: 20px 0 0 auto !important;
}
.el_edit .wp-block-table .has-fixed-layout p {
  margin: 0;
}
.el_edit .wp-block-table .has-fixed-layout p em {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.js_details + .wp-block-table {
  display: none;
}

/* Flexible tableプラグイン追加css
----------------------------------------------*/
.wp-block-flexible-table-block-table th {
  text-align: center !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.wp-block-flexible-table-block-table td {
  font-size: 14px;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
}
.wp-block-flexible-table-block-table td em {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  display: block;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.48px;
}

/* サイドバーの追加パーツ
----------------------------------------------*/
.bl_sideCat_head {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
}

.bl_sideCat {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .bl_sideCat {
    margin-top: 48px;
  }
}

.bl_sideCat_head {
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
}

.bl_sideCat_list {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .bl_sideCat_list {
    margin-top: 2rem;
  }
}

.bl_sideCat_item {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.84px;
}
.bl_sideCat_item:nth-of-type(n + 2) {
  margin-top: 6px;
}

.bl_sideAuthor_list {
  margin-top: 2.2rem;
}

.bl_sideAuthor_item {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.84px;
}
.bl_sideAuthor_item a {
  padding-left: 38px;
  display: inline-block;
  position: relative;
  font-family: "DM Sans", sans-serif;
  z-index: 10;
}
.bl_sideAuthor_item a .el_supervisorImage {
  position: absolute;
  left: 0;
  top: 50%;
  left: 0;
  width: 28px;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.bl_sideAuthor_item a .el_supervisorImage img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  border-radius: 100vmax;
}
.bl_sideAuthor_item a .el_supervisorImage .el_gray_sample {
  width: 28px;
  height: 28px;
  border-radius: 100vmax;
  background-color: #d9d9d9;
}
.bl_sideAuthor_item:nth-of-type(n + 2) {
  margin-top: 12px;
}

/* ===================================
common
=================================== */
/* ===================================
header
=================================== */
.pg_top:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-image: url(../img/bg/body_back.webp);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -20;
}

[class^=pg_]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-image: url(../img/bg/body_back.webp);
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: -20;
}
@media screen and (max-width: 767px) {
  [class^=pg_] {
    background: url(../img/sp/body_back_sp.webp);
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
}

/*===================================================
# TOPページの中の共通パーツ
=================================================== */
.el_topHeading {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .el_topHeading.small {
    width: fit-content;
    margin-inline: auto;
    font-size: 34px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .el_topHeading.small {
    width: fit-content;
    margin-inline: auto;
    font-size: 28px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .el_topHeading {
    text-align: center;
    font-size: 32px;
    line-height: 160%;
    /* 51.2px */
  }
}

.bl_blog_card {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bl_blog_card {
    display: flex;
    width: fit-content;
    gap: 20px;
  }
  .bl_blog_card:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .bl_blog_card:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.bl_blog_card img {
  object-fit: cover;
  height: auto;
  aspect-ratio: 240/171;
}
@media screen and (max-width: 767px) {
  .bl_blog_card img {
    aspect-ratio: 112/80;
    width: 100%;
    height: 100%;
    max-width: 112px;
  }
}

.bl_blog_nopost {
  width: 100%;
}
.bl_blog_nopost .bl_blog_ttl {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bl_blog_image {
    aspect-ratio: 112/91;
    min-width: 112px;
  }
}

@media screen and (max-width: 767px) {
  .bl_blog_body {
    width: 100%;
  }
}

.el_blog_time {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.28px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .el_blog_time {
    margin-top: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.24px;
  }
}

.bl_blog_ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .bl_blog_ttl {
    margin-top: 8px;
    font-size: 14px;
    line-height: 150%;
    /* 21px */
    letter-spacing: 0.28px;
  }
}

.el_archiveLink {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.12px;
  position: relative;
  padding-right: 30px;
  padding-bottom: 12px;
  width: fit-content;
  margin-left: auto;
  display: block;
  color: #fff;
  padding-left: 4px;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_archiveLink:hover {
    opacity: 1;
  }
}
.el_archiveLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_archiveLink:hover::before {
    opacity: 1;
    background-color: #fff;
  }
}
.el_archiveLink::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 4px;
  transform: translateY(-50%);
  background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_archiveLink:hover::after {
    right: 0;
  }
}

.un_menuSingle .el_edit .el_btnArrow {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .un_menuSingle .el_edit .el_btnArrow {
    margin-top: 30px !important;
    width: fit-content;
    margin-inline: auto !important;
  }
}
.un_menuSingle .el_edit .el_archiveLink {
  margin-top: 0;
}

/* ===================================
FV
=================================== */
.ly_topFv {
  padding-top: 80px;
  aspect-ratio: 1440/1006;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_topFv {
    aspect-ratio: 428/760;
    padding-top: 54px;
  }
}
.ly_topFv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/bg/texture_fv.png) no-repeat;
  background-size: cover;
  -webkit-mix-blend-mode: color-burn;
  mix-blend-mode: color-burn;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.ly_topFv::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 113.06vw;
  aspect-ratio: 1628/1006;
  background: url(../img/bg/fv_triangle.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: right;
  background-position-y: top;
  z-index: -10;
}
@media screen and (min-width: 1500px) {
  .ly_topFv::after {
    right: 0.9333vw;
  }
}
@media screen and (min-width: 1600px) {
  .ly_topFv::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_topFv::after {
    background: url(../img/sp/fv_triangle.png);
    width: 100vw;
    aspect-ratio: 428/693;
  }
}

.el_bigLogo {
  position: absolute;
  bottom: min(178.12px, 12.369vw);
  z-index: 10;
  width: 100%;
}
@media screen and (min-width: 1700px) {
  .el_bigLogo {
    bottom: 16vw;
  }
}
@media screen and (max-width: 1280px) {
  .el_bigLogo {
    bottom: 9vw;
  }
}
@media screen and (max-width: 1024px) {
  .el_bigLogo {
    bottom: 5vw;
  }
}
@media screen and (max-width: 850px) {
  .el_bigLogo {
    bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .el_bigLogo {
    bottom: unset;
    top: 57.5%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 414px) {
  .el_bigLogo {
    top: 58%;
  }
}
@media screen and (max-width: 393px) {
  .el_bigLogo {
    top: 60%;
  }
}
@media screen and (max-width: 375px) {
  .el_bigLogo {
    top: 62%;
  }
}

.el_topImage {
  width: 100%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 39.5%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1500px) {
  .el_topImage {
    left: 41.5%;
  }
}
@media screen and (min-width: 1600px) {
  .el_topImage {
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .el_topImage {
    bottom: -7px;
    left: 50.29%;
  }
}
.el_topImage img {
  position: absolute;
  max-width: 51.4583vw;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .el_topImage img {
    max-width: 95.25vw;
    height: 100%;
    object-fit: cover;
  }
}

.ly_topFv_inner {
  max-width: 75.27777vw;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (min-width: 1600px) {
  .ly_topFv_inner {
    max-width: 65.27777vw;
  }
}
@media screen and (max-width: 767px) {
  .ly_topFv_inner {
    padding: 0;
    max-width: none;
    padding-left: 7.00934vw;
  }
}

.bl_headings {
  font-family: "Noto Serif", serif;
  font-size: min(113.959px, 7.914vw);
  font-weight: 700;
  line-height: 120%;
  /* 136.751px */
  position: relative;
  padding-left: min(64px, 4.444vw);
  top: min(103px, 7.153vw);
}
@media screen and (min-width: 1600px) {
  .bl_headings {
    top: min(180px, 7.153vw);
  }
}
@media screen and (max-width: 767px) {
  .bl_headings {
    font-size: clamp(44px, 11.68vw, 62px);
    padding-left: 30px;
    top: 31.9757vw;
  }
}

.el_fv_vertical {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: min(34.018px, 2.363vw);
  font-weight: 500;
  line-height: 104%;
  /* 35.378px */
  position: absolute;
  left: 0;
  top: min(44px, 3.056vw);
}
@media screen and (max-width: 767px) {
  .el_fv_vertical {
    font-size: clamp(13px, 3.5vw, 18px);
    top: 4.44vw;
  }
}

.el_smallText {
  font-size: min(85.044px, 5.906vw);
  line-height: 120%;
  /* 102.053px */
}
@media screen and (max-width: 767px) {
  .el_smallText {
    font-size: clamp(33px, 8.88vw, 47px);
  }
}

/*===================================================
# bl_campaign
=================================================== */
.bl_campaign {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 10;
  position: relative;
  overflow: hidden;
  padding: 17px 0;
}
@media screen and (max-width: 767px) {
  .bl_campaign {
    padding: 17px 0;
  }
}

.bl_campaign_top {
  display: flex;
  align-items: center;
  width: 100%;
}

.campaign-text {
  display: flex;
  white-space: nowrap;
  animation: scroll-text 14s linear infinite;
  will-change: transform;
}

.campaign-item {
  font-size: min(32px, 2.222vw);
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  letter-spacing: 0.64px;
  font-family: "Libre Caslon Display", serif;
  display: inline-block;
  white-space: nowrap;
  padding-right: 3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .campaign-item {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.52px;
    padding-right: 2rem;
  }
}

/* 完全に途切れない無限スクロールアニメーション */
@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333333333%);
  }
}
/*===================================================
# ly_produce
=================================================== */
.ly_produce {
  padding-top: 100px;
  padding-bottom: 94px;
  position: relative;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .ly_produce {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_produce {
    padding-top: 80px;
    padding-bottom: 85px;
  }
}

.el_asakura {
  position: absolute;
  top: -135px;
  right: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 200px;
  font-style: italic;
  font-weight: 700;
  line-height: 80%;
  /* 160px */
  letter-spacing: -4px;
  font-style: italic;
  color: #000;
  writing-mode: vertical-rl;
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF;
  font-size: min(200px, 13.889vw);
  position: absolute;
  color: #000;
  opacity: 0.2;
}
@media screen and (max-width: 1366px) {
  .el_asakura {
    top: -95px;
  }
}
@media screen and (max-width: 1280px) {
  .el_asakura {
    top: -80px;
  }
}
@media screen and (max-width: 1024px) {
  .el_asakura {
    top: -45px;
  }
}
@media screen and (max-width: 767px) {
  .el_asakura {
    top: 114px;
    font-size: 100px;
    font-weight: 700;
    line-height: 80%;
    /* 80px */
    letter-spacing: -2px;
  }
}

.ly_produce_inner {
  max-width: 1082px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .ly_produce_inner {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_produce_inner {
    padding: 0 3rem;
  }
}

.ly_produce_flex {
  display: flex;
  margin-top: 39px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ly_produce_flex {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ly_produce_flex {
    display: block;
    margin-top: 30px;
  }
}

.ly_produce_left {
  max-width: 367px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_produce_left {
    width: fit-content;
    margin-inline: auto;
  }
}

.el_produceDesc {
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1024px) {
  .el_produceDesc {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .el_produceDesc {
    font-size: 16px;
    letter-spacing: 1.28px;
    text-align: left;
  }
}

.ly_produce_center {
  max-width: 299px;
  width: 100%;
  margin-left: 5.3604%;
}
@media screen and (max-width: 1024px) {
  .ly_produce_center {
    margin-top: 25px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_produce_center {
    margin-top: 80px;
    width: 62.3831vw;
    margin-inline: auto;
  }
}

.el_producePicture {
  width: 100%;
}

.ly_produce_right {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.12px;
  max-width: 280px;
  width: 100%;
  margin-left: 7.2088%;
  align-self: flex-end;
}
@media screen and (max-width: 1024px) {
  .ly_produce_right {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_produce_right {
    margin-top: 40px;
    max-width: none;
    width: 81.3084vw;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1024px) {
  .el_produceMessage {
    margin-top: 25px;
  }
}

.el_producer {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.52px;
}
.el_producer span {
  font-family: "DM Sans", sans-serif;
}

/*===================================================
# ly_strong
=================================================== */
.ly_strong {
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .ly_strong {
    padding-bottom: 160px;
  }
}
.ly_strong::before {
  content: "";
  background: url(../img/bg/triangle_top-left.png) no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  aspect-ratio: 1440/180;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ly_strong::before {
    aspect-ratio: 428/80;
    background: url(../img/sp/triangle_top-left_sp.png) no-repeat;
  }
}
.ly_strong::after {
  content: "";
  background: url(../img/bg/strong_back.png) no-repeat;
  background-size: 100% auto;
  background-position-x: right;
  background-position-y: 0;
  aspect-ratio: 700/1400;
  max-width: 700px;
  width: 100%;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -30%;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .ly_strong::after {
    right: auto;
    top: auto;
    bottom: -16%;
    z-index: -10;
    left: 3%;
  }
}

.ly_strong_texture {
  position: relative;
}
.ly_strong_texture::after {
  content: "";
  position: absolute;
  mix-blend-mode: color-burn;
  transform: translate3d(0, 0, 0);
  opacity: 0.6;
  aspect-ratio: 1149/1126;
  max-width: 1149px;
  width: 100%;
  display: block;
  background: url(../img/bg/texture.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-x: 0;
  background-position-y: 0;
  position: absolute;
  right: 0;
}

.ly_strong_inner {
  max-width: 1082px;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.bl_strong_letter {
  font-family: "Noto Serif", serif;
  font-size: 94px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .bl_strong_letter {
    font-size: min(76px, 13.318vw);
  }
}
@media screen and (max-width: 767px) {
  .bl_strong_letter .un_column {
    display: block;
    margin-top: 16px;
  }
}
.bl_strong_letter + .bl_strong_letter {
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .bl_strong_letter + .bl_strong_letter {
    margin-top: 16px;
    position: relative;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    padding-left: 30px;
    font-size: min(68px, 13.318vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .bl_strong_letter + .bl_strong_letter {
    font-size: min(51px, 13.077vw);
  }
}

.bl_strong_message {
  margin-top: 81px;
  font-size: 16px;
  font-weight: 700;
  line-height: 240%;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .bl_strong_message {
    margin-top: 50px;
    line-height: 200%;
    /* 32px */
  }
}

.ly_strong_flex {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ly_strong_flex {
    display: block;
  }
}

.ly_strong_left {
  max-width: 465px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_strong_left {
    max-width: none;
  }
}

.bl_strong_buttons {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .bl_strong_buttons {
    margin-top: 50px;
  }
}

.el_aboutBtn {
  display: flex;
  height: 54px;
  background-color: #fff;
  padding: 0 20px;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  max-width: 220px;
  width: 100%;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 1;
}
@media (any-hover: hover) {
  .el_aboutBtn:hover {
    opacity: 1;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.2);
  }
}
.el_aboutBtn::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
}
@media (any-hover: hover) {
  .el_aboutBtn:hover::before {
    transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
    transform: scale(1, 1);
  }
}
.el_aboutBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .el_aboutBtn:hover::after {
    background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .el_aboutBtn {
    max-width: none;
    width: auto;
  }
}
.el_aboutBtn span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 100%;
  margin-top: 2px;
}

.el_guideBtn {
  margin-top: 20px;
  display: flex;
  height: 54px;
  background-color: #fff;
  padding: 0px 20px;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 100%;
  max-width: 220px;
  width: 100%;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .el_guideBtn {
    max-width: none;
    width: auto;
  }
}
.el_guideBtn span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 100%;
  transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.el_guideBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
@media (any-hover: hover) {
  .el_guideBtn:hover {
    opacity: 1;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.2);
  }
}
.el_guideBtn::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
}
@media (any-hover: hover) {
  .el_guideBtn:hover::before {
    transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
    transform: scale(1, 1);
  }
}
.el_guideBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: block;
  transition: all 0.5s ease;
}
@media (any-hover: hover) {
  .el_guideBtn:hover::after {
    background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  }
}
@media screen and (max-width: 767px) {
  .el_guideBtn {
    max-width: none;
    width: auto;
  }
}
.el_guideBtn span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 100%;
  margin-top: 2px;
}

.ly_strong_right {
  max-width: 298px;
  width: 100%;
  margin-left: 20.2402%;
}
@media screen and (max-width: 767px) {
  .ly_strong_right {
    max-width: none;
    margin-left: 0;
    margin-top: 150px;
  }
}

.bl_strong_ttl {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.6px;
  background-color: #000;
  position: relative;
  display: inline-block;
  width: fit-content;
}

.bl_strong_ttl + .bl_strong_ttl {
  margin-top: 5px;
}

.bl_strong_detail {
  margin-top: 24px;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 767px) {
  .bl_strong_detail {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}

.bl_strong_logo {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .bl_strong_logo {
    width: 51.4vw;
    margin-inline: auto;
  }
}

/*===================================================
# ly_pickUp
=================================================== */
.ly_pickUp {
  position: relative;
  padding-top: 116px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ly_pickUp {
    padding-top: 60px;
  }
}
.ly_pickUp_inner {
  max-width: 1282px;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .ly_pickUp_inner {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_pickUp_inner {
    padding: 0 3rem;
  }
}

.el_edgeText {
  text-align: center;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 700;
  line-height: 80%;
  /* 80px */
  letter-spacing: -2px;
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF;
}
@media screen and (max-width: 767px) {
  .el_edgeText {
    font-size: 60px;
    line-height: 110%;
    /* 66px */
    letter-spacing: -1.2px;
  }
}

.ly_pickup_flex {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.36817%;
}
@media screen and (max-width: 1024px) {
  .ly_pickup_flex {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_pickup_flex {
    display: block;
    margin-top: 50px;
  }
}

.bl_pickUp_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bl_pickUp_card:nth-of-type(n + 2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .bl_pickUp_image {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
  }
}
.bl_pickUp_body {
  position: relative;
  padding-inline: 30px;
  padding-top: 47px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .bl_pickUp_body {
    padding-top: 28px;
    padding-inline: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bl_pickUp_body {
    padding-inline: 0;
    padding-top: 53px;
  }
}

.el_pickTitle {
  font-family: "Noto Serif", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.96px;
  position: absolute;
  left: 30px;
  top: -33px;
}
@media screen and (max-width: 1024px) {
  .el_pickTitle {
    font-size: 28px;
    left: 0;
    top: -21px;
  }
}
@media screen and (max-width: 767px) {
  .el_pickTitle {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    /* 52.8px */
    letter-spacing: 0.88px;
    top: -22px;
    left: 0;
  }
}

.el_pickDesc {
  text-align: justify;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.28px;
}

.el_pickRecommend {
  margin-top: 29px;
  text-align: justify;
  font-family: "Noto Serif", serif;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.4px;
  position: relative;
  padding-left: 21px;
}
@media screen and (max-width: 1024px) {
  .el_pickRecommend {
    font-size: 18px;
    margin-top: 24px;
  }
}
.el_pickRecommend::before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: block;
  background: url(../img/icons/triangle.png) no-repeat center/contain;
  width: 14px;
  aspect-ratio: 1/1;
}

.bl_pickLists {
  margin-top: 15px;
  text-align: justify;
  padding-left: 21px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .bl_pickLists {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_pickLists {
    padding-left: 0;
  }
}
.bl_pickLists li {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  position: relative;
  padding-left: 14px;
}
.bl_pickLists li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.el_pickBtn {
  width: 100%;
  height: 54px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-top: 50px;
  overflow: hidden;
  z-index: 1;
}
@media (any-hover: hover) {
  .el_pickBtn:hover {
    opacity: 1;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.2);
  }
}
.el_pickBtn::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
}
@media (any-hover: hover) {
  .el_pickBtn:hover::before {
    transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
    transform: scale(1, 1);
  }
}
@media (any-hover: hover) {
  .el_pickBtn:hover::after {
    background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  }
}
.el_pickBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/icons/arrow_right_black.svg) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  display: block;
  transition: all 0.2s ease;
}

/*===================================================
# .ly_topMenu
=================================================== */
.ly_topMenu {
  position: relative;
  padding-top: 110px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .ly_topMenu .l-inner-narrow {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .ly_topMenu_inner {
    padding: 0;
  }
}

.ly_menus_boxWrap {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
}

.el_priceWrap {
  width: 100%;
}

.el_priceBtn {
  max-width: 330px;
  width: 100%;
  height: 54px;
  background-color: #fff;
  padding-inline: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  margin-top: 80px;
  margin-inline: auto;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .el_priceBtn {
    margin-top: 100px;
    max-width: none;
    width: 62.6168vw;
    min-width: 268px;
  }
}
@media (any-hover: hover) {
  .el_priceBtn:hover {
    opacity: 1;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.2);
  }
}
.el_priceBtn::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
}
@media (any-hover: hover) {
  .el_priceBtn:hover::before {
    transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
    transform: scale(1, 1);
  }
}
.el_priceBtn::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .el_priceBtn:hover::after {
    background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  }
}

/*===================================================
# ly_case
=================================================== */
.ly_case {
  background-color: #000;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .ly_case {
    padding-top: 60px;
  }
}
.ly_case .el_archiveLink {
  margin-top: 13px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .ly_case .el_archiveLink {
    display: none;
  }
}

.ly_case .el_archiveLink--sp {
  display: block;
  margin-inline: auto;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .ly_case .el_archiveLink--sp {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .l-inner-narrow {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-inner-narrow {
    padding: 0 3rem;
  }
}

.bl_caseTitle_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bl_caseTitle_wrap {
    display: block;
  }
}

.bl_caseTitle {
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%;
  /* 64px */
}

/*===================================================
# ly_topNews
=================================================== */
.ly_topNews {
  padding-top: 89px;
  padding-bottom: 130px;
  position: relative;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.el_news {
  transform: rotate(-90deg);
  position: absolute;
  left: -11vw;
  top: 173px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 160px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -3.2px;
  opacity: 0.2;
}
@media screen and (max-width: 1280px) {
  .el_news {
    left: -12vw;
  }
}
@media screen and (max-width: 1024px) {
  .el_news {
    display: none;
  }
}

.ly_topNews_inner {
  position: relative;
}

.ly_topNews_flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ly_topNews_flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ly_topNews_flex {
    display: block;
  }
}

.ly_topNews_left .el_topHeading {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .ly_topNews_left .el_topHeading {
    margin-top: 0;
    text-align: center;
  }
}

.ly_topNews_right {
  margin-left: auto;
  max-width: 736px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_topNews_right {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ly_topNews_right {
    margin-top: 60px;
    max-width: none;
  }
}

.bl_topNews_nopost {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_topNews_link {
  display: block;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-right: 44px;
  padding-left: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .bl_topNews_link {
    padding-top: 20px;
    padding-left: 12px;
    padding-bottom: 22px;
  }
}
.bl_topNews_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../img/icons/circle_arrow.png) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  right: 12px;
}

.bl_topNews_meta {
  display: flex;
  align-items: center;
}

.bl_topNews_store {
  display: flex;
  padding: 5px 8px 6px 8px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 767px) {
  .bl_topNews_store {
    height: 23px;
    font-size: 12px;
  }
}

.bl_topNews_time {
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.28px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .bl_topNews_time {
    font-size: 12px;
    letter-spacing: 0.24px;
  }
}

.bl_topNews_meta .bl_topNews_time:first-child {
  margin-left: 0;
}

.bl_topNews_ttl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 1.12px;
}
.ly_topNews .el_archiveLink {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .ly_topNews .el_archiveLink {
    font-size: 14px;
    margin-inline: auto;
    margin-top: 83px;
  }
}

/*===================================================
  # ly_topBlog
  =================================================== */
.ly_topBlog {
  padding-bottom: 280px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_topBlog {
    padding-bottom: 160px;
  }
}
.ly_topBlog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .ly_topBlog::after {
    background-image: url(../img/sp/triangle_top-right_sp.png);
    aspect-ratio: 428/80;
  }
}

.ly_topBlog_box {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .ly_topBlog_box {
    padding-top: 40px;
  }
}

.ly_topBlog_flex {
  margin-top: 60px;
  display: flex;
  gap: 4.754464%;
}
@media screen and (max-width: 1024px) {
  .ly_topBlog_flex {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ly_topBlog_flex {
    display: block;
  }
}

.ly_topBlog .el_archiveLink {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .ly_topBlog .el_archiveLink {
    margin-inline: auto;
    margin-top: 80px;
  }
}

/*===================================================
  # ly_reserve
  =================================================== */
.ly_reserve {
  background-color: #000;
  position: relative;
  padding-top: 140px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ly_reserve {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

.ly_reserve_inner {
  max-width: 928px;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.el_edgeTitle {
  text-align: center;
  color: #000;
  font-family: "DM Sans", sans-serif;
  font-size: 84px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -1.68px;
  mix-blend-mode: exclusion;
  transform: translate3d(0, 0, 0);
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF;
}
@media screen and (max-width: 767px) {
  .el_edgeTitle {
    font-size: 60px;
    line-height: 110%;
    /* 66px */
    letter-spacing: -1.2px;
  }
}

.ly_reserve_flex {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .ly_reserve_flex {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ly_reserve_flex {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .bl_tels {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .bl_tels {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

.bl_tels_time {
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.52px;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .bl_tels_time {
    margin-top: 8px;
    font-size: 11px;
    line-height: 100%;
    /* 11px */
    letter-spacing: 0.44px;
  }
}
.bl_tels_time span {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .bl_tels_time span {
    font-size: 12px;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.48px;
  }
}

.bl_tels_number {
  font-family: "Noto Serif", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 40px;
  margin-top: 8px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1024px) {
  .bl_tels_number {
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    /* 28px */
    padding-left: 34px;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .bl_tels_number {
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    /* 28px */
    padding-left: 34px;
    width: fit-content;
    margin-inline: auto;
  }
}
.bl_tels_number::before {
  content: "";
  position: absolute;
  width: 34px;
  aspect-ratio: 1/1;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icons/tel_icon.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .bl_tels_number::before {
    width: 26px;
  }
}

.el_lineBtn {
  margin-left: 40px;
  display: flex;
  border-radius: 100vmax;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  aspect-ratio: 280/73;
  background: linear-gradient(93deg, #0FCB64 0.54%, #06C755 99.46%);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_lineBtn:hover {
    background: #fff;
    color: #0FCB64;
    border: 1px solid #0FCB64;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .el_lineBtn {
    margin-top: 40px;
    margin-inline: auto;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
  }
}
@media screen and (max-width: 767px) {
  .el_lineBtn {
    width: 100%;
    margin-top: 40px;
    height: 67px;
    margin-inline: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
    aspect-ratio: auto;
  }
}
.el_lineBtn span {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.48px;
  display: inline-block;
  line-height: 1;
  margin-top: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .el_lineBtn span {
    font-size: 20px;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.4px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .el_lineBtn span {
    font-size: 20px;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.4px;
    margin-top: 3px;
  }
}

.el_webBtn {
  margin-left: 20px;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #04C1B8 0.54%, #00A0E9 99.46%);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  width: 100%;
  aspect-ratio: 280/73;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_webBtn:hover {
    background: #fff;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .el_webBtn {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
    margin-inline: auto;
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_webBtn {
    width: 100%;
    height: 67px;
    margin-inline: auto;
    margin-top: 16px;
    height: 67px;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    letter-spacing: 0.36px;
    aspect-ratio: auto;
  }
}
.el_webBtn span {
  font-size: 24px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.48px;
  display: inline-block;
  line-height: 1;
  margin-top: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .el_webBtn span {
    font-size: 20px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .el_webBtn span {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-top: 3px;
  }
}

/*===================================================
  # ly_clinic
  =================================================== */
.ly_clinics {
  background-color: #000;
  padding-bottom: 140px;
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .ly_clinics {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ly_clinics {
    padding-bottom: 40px;
    padding-top: 80px;
  }
}

.el_access {
  font-family: "DM Sans", sans-serif;
  font-size: min(200px, 13.889vw);
  font-style: italic;
  font-weight: 700;
  letter-spacing: -4px;
  position: absolute;
  top: 6px;
  left: -18px;
  color: #000;
  opacity: 0.2;
  line-height: 0.8;
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF;
}
@media screen and (max-width: 1366px) {
  .el_access {
    top: 11px;
  }
}
@media screen and (max-width: 1250px) {
  .el_access {
    top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .el_access {
    left: -23px;
    top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .el_access {
    left: -23px;
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .el_access {
    left: -18px;
    top: 20px;
    font-size: 100px;
    font-weight: 700;
    line-height: 80%;
    /* 80px */
    letter-spacing: -2px;
  }
}

.ly_clinicsTop_inner {
  position: relative;
}

.ly_clinicsTop_grid {
  display: grid;
  gap: 65px 5.46875%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .ly_clinicsTop_grid {
    gap: 50px 35px;
  }
}
@media screen and (max-width: 767px) {
  .ly_clinicsTop_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}

.bl_clinicCard .el_frequent {
  line-height: 120%;
  /* 38.4px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .bl_clinicCard .el_frequent {
    font-size: 20px;
    line-height: 120%;
    /* 24px */
    letter-spacing: 0.4px;
  }
}

.bl_clinic_body {
  position: relative;
  top: -19px;
  padding-inline: 30px;
}
@media screen and (max-width: 1024px) {
  .bl_clinic_body {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bl_clinic_body {
    padding-inline: 0;
  }
}

.bl_clinic_data {
  padding-block: 12px;
  font-size: 12px;
  letter-spacing: 0.24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .bl_clinic_data {
    padding-block: 8px;
  }
}
.bl_clinic_data.first {
  border-top: none;
  padding-top: 0;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .bl_clinic_data.first {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_clinic_data {
    font-size: 11px;
    font-weight: 400;
    line-height: 140%;
    /* 15.4px */
    letter-spacing: 0.22px;
  }
}

.bl_clinic_mapLink {
  position: relative;
  padding-right: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-top: 6px;
  width: fit-content;
}
.bl_clinic_mapLink > svg {
  right: 0;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
}

.bl_clinic_socials {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bl_clinic_social {
  display: block;
}
.bl_clinic_social .bl_clinic_social_icon {
  display: block;
  object-fit: contain;
}
.bl_clinic_social .bl_clinic_social_icon--tiktok {
  width: 24px;
  aspect-ratio: 1/1;
}
.bl_clinic_social .bl_clinic_social_icon--instagram {
  width: 20px;
  aspect-ratio: 1/1;
}
.bl_clinic_social .bl_clinic_social_icon--youtube {
  width: 26px;
  aspect-ratio: 1/1;
}
.bl_clinic_social .bl_clinic_social_icon--x {
  width: 17px;
  aspect-ratio: 1/1;
}

.ly_clinics .bl_clinic_social .bl_clinic_social_icon--youtube {
  filter: brightness(0) invert(1);
}
.ly_clinics .bl_clinic_social .bl_clinic_social_icon--x {
  filter: brightness(0) invert(1);
}

/*===================================================
  # ly_typeSubject
  =================================================== */
.ly_typeSubject {
  background-color: rgba(255, 255, 255, 0.08);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.ly_typeSubject::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .ly_typeSubject {
    padding-top: 60px;
  }
}

.ly_typeSubject_flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ly_typeSubject_flex {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .ly_typeSubject_flex:nth-child(3) {
    flex-basis: 100%;
  }
}
.ly_typeSubject_flex:nth-of-type(n + 2) {
  margin-top: 80px;
}

.el_subjectTitle {
  font-family: "Noto Serif", serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.08px;
  position: relative;
  padding-top: 33px;
}
@media screen and (max-width: 1024px) {
  .el_subjectTitle {
    font-size: 34px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_subjectTitle {
    font-size: 32px;
    letter-spacing: 0.64px;
    padding-top: 20px;
  }
}
.el_subjectTitle::before {
  content: attr(data-title);
  color: rgba(255, 255, 255, 0.5);
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.52px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .el_subjectTitle::before {
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.4px;
  }
}

.el_subjectLine {
  flex: 0 1 141px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: 24px;
  margin-right: 29px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .el_subjectLine {
    flex: 0 1 100px;
    margin-top: 37px;
  }
}
@media screen and (max-width: 767px) {
  .el_subjectLine {
    margin-left: 16px;
    margin-right: 0;
    margin-top: 22px;
    flex: 1;
  }
}
.el_subjectLine.line2 {
  flex: 0 1 196px;
}
@media screen and (max-width: 1024px) {
  .el_subjectLine.line2 {
    flex: 0 1 140px;
  }
}
@media screen and (max-width: 767px) {
  .el_subjectLine.line2 {
    flex: 1;
  }
}

.ly_typeSubject_wrap {
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .ly_typeSubject_wrap {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .ly_typeSubject_wrap {
    max-width: none;
    flex-basis: 100%;
  }
}

.bl_typeSubject_menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 30px;
  width: 100%;
  margin-top: 53px;
}
@media screen and (max-width: 1024px) {
  .bl_typeSubject_menu {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .bl_typeSubject_menu {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 10.4px 28px;
  }
}

.el_typeList {
  font-size: 12px;
  line-height: 1.6;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el_typeList {
    font-size: 10px;
    letter-spacing: 0.4px;
    width: 100%;
  }
}
.el_typeList a {
  line-height: inherit;
  display: block;
  width: 100%;
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/*===================================================
# ly_flow
=================================================== */
.ly_flow_inner {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.ly_flow_message {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .ly_flow_message {
    font-size: 16px;
    line-height: 180%; /* 28.8px */
    letter-spacing: 1.28px;
  }
}

.ly_flow_row {
  display: flex;
  padding-block: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .ly_flow_row {
    display: block;
  }
}
.ly_flow_row:first-of-type {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .ly_flow_row:first-of-type {
    margin-top: 80px;
  }
}
.ly_flow_row:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ly_flow_left {
  max-width: 148px;
  width: 100%;
}
.ly_flow_left p {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
}

.ly_flow_right {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .ly_flow_right.last {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_flow_right.last {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_flow_right {
    max-width: none;
    margin-top: 20px;
  }
}
.ly_flow_right p {
  font-size: 14px;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .ly_flow_right p {
    line-height: 170%; /* 22.1px */
    letter-spacing: 0.26px;
  }
}
.ly_flow_right .el_pickBtn2 {
  margin-top: 20px;
  max-width: 250px;
  width: 100%;
  height: 54px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .ly_flow_right .el_pickBtn2 {
    max-width: none;
    margin-top: 30px;
  }
}
.ly_flow_right .el_pickBtn2:after {
  content: "";
  background: url(../img/icons/download_icon.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  transition: all 0.2s ease;
}

.ly_flow_reserves {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ly_flow_reserves {
    display: block;
    margin-top: 20px;
  }
}

.bl_tels_time2 {
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.4px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 8px;
}
.bl_tels_time2 span {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.44px;
  display: inline-block;
}

.bl_tels_number2 {
  font-family: "Noto Serif", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .bl_tels_number2 {
    width: fit-content;
    margin-inline: auto;
  }
}
.bl_tels_number2::before {
  content: "";
  position: absolute;
  width: 20px;
  aspect-ratio: 1/1;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icons/tel_icon.svg) no-repeat center/contain;
}

.el_lineBtn2 {
  margin-left: 20px;
  display: flex;
  border-radius: 100vmax;
  justify-content: center;
  align-items: center;
  flex: 0 1 161px;
  height: 47px;
  background: linear-gradient(93deg, #0FCB64 0.54%, #06C755 99.46%);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_lineBtn2:hover {
    background: #fff;
    color: #0FCB64;
    border: 1px solid #0FCB64;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .el_lineBtn2 {
    margin-top: 20px;
    height: 47px;
    width: 100%;
    margin-inline: auto;
  }
}
.el_lineBtn2 span {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.3px;
  display: inline-block;
  line-height: 1;
  margin-top: 3px;
  transition: all 0.3s ease;
}

.el_webBtn2 {
  margin-left: 12px;
  border-radius: 100vmax;
  background: linear-gradient(93deg, #04C1B8 0.54%, #00A0E9 99.46%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 161px;
  height: 47px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_webBtn2:hover {
    background: #fff;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .el_webBtn2 {
    margin-top: 12px;
    height: 47px;
    width: 100%;
    margin-inline: auto;
  }
}
.el_webBtn2 span {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.3px;
  display: inline-block;
  line-height: 1;
  margin-top: 3px;
}

.bl_flow_wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bl_flow_wrap {
    align-items: flex-start;
  }
}
.bl_flow_wrap:nth-of-type(n + 2) {
  margin-top: 30px;
}

.bl_flow_image {
  max-width: 200px;
  width: 100%;
  aspect-ratio: 200/180;
}
@media screen and (max-width: 767px) {
  .bl_flow_image {
    max-width: 120px;
  }
}
.bl_flow_image img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .bl_flow_image {
    aspect-ratio: 120/180;
  }
}

.bl_flow_texts {
  max-width: 440px;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .bl_flow_texts {
    margin-left: 20px;
    max-width: none;
  }
}

.bl_flow_ttl {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
}
@media screen and (max-width: 767px) {
  .bl_flow_ttl {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px;
  }
}
.bl_flow_ttl span {
  font-family: "Libre Caslon Display", serif;
  font-size: 32px;
  line-height: 140%; /* 44.8px */
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .bl_flow_ttl span {
    font-size: 24px;
  }
}

.bl_flow_desc {
  margin-top: 24.5px;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.28px;
}
@media screen and (max-width: 767px) {
  .bl_flow_desc {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 170%; /* 22.1px */
    letter-spacing: 0.26px;
  }
}

.ly_flow_payment {
  background: var(--white-8, rgba(255, 255, 255, 0.08));
  padding: 16px 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.56px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ly_flow_payment {
    margin-top: 30px;
  }
}

/*===================================================
# ly_forMen
=================================================== */
.ly_forMen {
  padding-top: 16px;
}
@media screen and (max-width: 1024px) {
  .ly_forMen {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_forMen {
    padding-top: 40px;
  }
}

.ly_forMen_inner {
  max-width: 92.708vw;
  padding: 0 30px;
  box-sizing: content-box;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ly_forMen_inner {
    max-width: none;
  }
}

.ly_forMen_flex {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ly_forMen_flex {
    display: block;
  }
}

.el_bridge {
  position: relative;
  aspect-ratio: 1440/300;
  width: 100%;
}

.bl_forMen_image {
  max-width: 643px;
  width: 100%;
  position: relative;
  left: -30px;
}
@media screen and (min-width: 1600px) {
  .bl_forMen_image {
    max-width: 48.1651%;
  }
}
.bl_forMen_image::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  position: absolute;
  left: 0;
  aspect-ratio: 643/200;
  width: 100%;
  top: 72.5909%;
}
@media screen and (max-width: 820px) {
  .bl_forMen_image::before {
    top: 79%;
  }
}
@media screen and (max-width: 767px) {
  .bl_forMen_image {
    max-width: 79.6728vw;
    aspect-ratio: 341/374;
    margin-left: auto;
    left: 10px;
  }
}
.bl_forMen_image img {
  aspect-ratio: 643/704;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .bl_forMen_image img {
    position: static;
    left: unset;
    transform: none;
  }
}

.bl_forMen_texts {
  max-width: 687px;
  width: 100%;
  margin-top: 103px;
  left: -37px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .bl_forMen_texts {
    margin-top: 155px;
    max-width: 51.461%;
  }
}
@media screen and (max-width: 767px) {
  .bl_forMen_texts {
    max-width: none;
    left: 0;
    padding-inline: 0;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 10;
  }
}

.bl_forMen_subTitle {
  font-feature-settings: "palt" on;
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%; /* 64px */
}
@media screen and (max-width: 1439px) {
  .bl_forMen_subTitle {
    font-size: 35px;
  }
}
@media screen and (max-width: 1279px) {
  .bl_forMen_subTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .bl_forMen_subTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bl_forMen_subTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 374px) {
  .bl_forMen_subTitle {
    font-size: 26px;
  }
}

.bl_forMen_desc {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%; /* 40px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1279px) {
  .bl_forMen_desc {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1180px) {
  .bl_forMen_desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bl_forMen_desc {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%; /* 32px */
    letter-spacing: 1.28px;
  }
}

.bl_forMen_name {
  font-family: "DM Sans", sans-serif;
  font-size: 104px;
  font-style: italic;
  font-weight: 700;
  line-height: 80%; /* 83.2px */
  letter-spacing: -2.08px;
  text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: unset;
  left: 50%;
  bottom: 53px;
  color: #000;
  opacity: 0.2;
  white-space: nowrap;
}
@media screen and (max-width: 1180px) {
  .bl_forMen_name {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bl_forMen_name {
    top: unset;
    left: 50%;
    bottom: -21%;
    font-size: 90px;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .bl_forMen_name {
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 60px */
    letter-spacing: -1.2px;
    top: 54%;
    z-index: 0;
    transform: none;
    left: 0;
  }
}

/*===================================================
# ly_advert
=================================================== */
.ly_advert {
  padding-top: 192px;
  padding-bottom: 380px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ly_advert {
    padding-top: 140px;
    padding-bottom: 260px;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert {
    padding-top: 260px;
    padding-bottom: 220px;
  }
}
.ly_advert::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1440/300;
  width: 100%;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .ly_advert::before {
    aspect-ratio: 428/160;
  }
}
.ly_advert:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.ly_advert_flex {
  max-width: 1280px;
  box-sizing: content-box;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .ly_advert_flex {
    max-width: none;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert_flex {
    padding-left: 0;
    flex-direction: column-reverse;
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .ly_advert_flex {
    margin-inline: auto;
  }
}

@media screen and (max-width: 1279px) {
  .bl_advert_texts {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_advert_texts {
    margin-top: 60px;
    margin-right: 0;
  }
}

.bl_advert_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 160%; /* 64px */
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 1280px) {
  .bl_advert_ttl {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .bl_advert_ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .bl_advert_ttl {
    font-size: 28px;
    font-weight: 700;
    line-height: 160%; /* 44.8px */
  }
}

.bl_advert_desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 240%; /* 38.4px */
  letter-spacing: 1.28px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .bl_advert_desc {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_advert_desc {
    margin-top: 30px;
    line-height: 200%; /* 32px */
  }
}

.bl_advert_image {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
}
.bl_advert_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 440/540;
}
@media screen and (max-width: 767px) {
  .bl_advert_image img {
    aspect-ratio: 428/310;
  }
}
@media screen and (max-width: 767px) {
  .bl_advert_image {
    max-width: none;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.ly_advert_flex2 {
  display: flex;
  align-items: center;
  max-width: 1115px;
  margin-left: 5.5555%;
  margin-top: 120px;
}
@media screen and (min-width: 1441px) {
  .ly_advert_flex2 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert_flex2 {
    flex-direction: column;
    max-width: none;
    margin-left: 0;
    margin-top: 140px;
    margin-left: 0;
    padding-inline: 30px;
  }
}
.ly_advert_flex2 .bl_advert_image {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .ly_advert_flex2 .bl_advert_image {
    max-width: 41.5vw;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert_flex2 .bl_advert_image {
    max-width: none;
    width: 100vw;
  }
}
.ly_advert_flex2 .bl_advert_image img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .ly_advert_flex2 .bl_advert_image img {
    aspect-ratio: 428/310;
  }
}
.ly_advert_flex2 .bl_advert_texts {
  margin-left: 7.9686%;
}
@media screen and (max-width: 1279px) {
  .ly_advert_flex2 .bl_advert_texts {
    margin-left: 5.9686%;
  }
}
@media screen and (max-width: 1169px) {
  .ly_advert_flex2 .bl_advert_texts {
    margin-left: 3.9686%;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert_flex2 .bl_advert_texts {
    margin-left: 0;
  }
}

.ly_advert_flex3 {
  max-width: 1139px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 140px;
}
@media screen and (min-width: 1440px) {
  .ly_advert_flex3 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1279px) {
  .ly_advert_flex3 {
    padding-left: 30px;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 1024px) {
  .ly_advert_flex3 {
    max-width: 1115px;
    margin-left: 5.5555%;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert_flex3 {
    margin-left: 0;
    max-width: none;
    padding-inline: 30px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.ly_advert_flex3 .bl_advert_desc {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .ly_advert_flex3 .bl_advert_desc {
    margin-top: 30px;
  }
}
.ly_advert_flex3 .bl_advert_image {
  margin-top: 100px;
  max-width: 980px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .ly_advert_flex3 .bl_advert_image {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .ly_advert_flex3 .bl_advert_image {
    max-width: none;
    margin-top: 0;
    width: 100vw;
  }
}
.ly_advert_flex3 .bl_advert_image img {
  aspect-ratio: 980/300;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_advert_flex3 .bl_advert_image img {
    aspect-ratio: 428/310;
  }
}

.ly_form_inner {
  max-width: 840px;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

form {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  form {
    padding-bottom: 0;
  }
}

.ly_form_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ly_form_flex {
    display: block;
  }
}
.ly_form_flex.textArea {
  align-items: flex-start;
}
.ly_form_flex.textArea .ly_form_left {
  padding-top: 18px;
}
.ly_form_flex:nth-of-type(n + 2) {
  margin-top: 32px;
}

.ly_form_left {
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  max-width: 200px;
  width: 100%;
}

.el_required {
  background: #FC2A2A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.72px;
  width: 35px;
  height: 23px;
  display: inline-flex;
  margin-left: 10px;
}

.ly_form_right {
  margin-left: 14px;
  width: calc(100% - 14px - 200px);
}
@media screen and (max-width: 767px) {
  .ly_form_right {
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
}

.ly_form_rightFlex {
  display: flex;
}

.el_formWrap {
  width: 100%;
  height: 60px;
  color: #fff;
}
.el_formWrap:nth-of-type(2) {
  margin-left: 10px;
}
.el_formWrap.gender {
  max-width: 308px;
  width: 100%;
  position: relative;
}
.el_formWrap.gender::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icons/select_icon.png) no-repeat center/contain;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.el_formWrap.age {
  max-width: 100px;
  width: 100%;
  position: relative;
}
.el_formWrap.age::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../img/icons/select_icon.png) no-repeat center/contain;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.el_formWrap.age::before {
  content: "歳";
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
.el_formWrap.job {
  display: flex;
  align-items: center;
}
.el_formWrap.file {
  display: flex;
  align-items: center;
}

.el_formWrap.textArea {
  height: auto;
}
.el_formWrap.file .wpcf7-form-control-wrap {
  height: auto;
}

.bl_accept {
  margin-top: 80px;
  text-align: center;
}

.bl_accept_text {
  font-size: 16px;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.64px;
}
.bl_accept_text a {
  display: inline;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.el_sendBtnWrap {
  margin-top: 85px;
}

::placeholder {
  letter-spacing: 0.64px;
  font-weight: 400;
}

.tel input, .email input {
  font-family: "DM Sans", sans-serif;
}

.age .el_select {
  font-family: "DM Sans", sans-serif;
}

/* フォームの各パーツ初期化を初期化した上でスタイル当て
----------------------------------------------*/
.wpcf7-form-control-wrap {
  height: inherit;
}

.el_inputText {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  padding: 0.4em 0.8em;
  width: 100%;
  height: inherit;
  letter-spacing: 0.54px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.el_inputText:focus {
  box-shadow: none;
  outline: 1px solid #fff;
}

.el_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  appearance: none;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  height: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 0.4em 0.8em;
  width: 100%;
}

.el_select::-ms-expand {
  display: none;
}

.el_select:focus {
  box-shadow: none;
  outline: 1px solid #fff;
}

.el_form_bottomLine {
  margin-top: 80px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  border: none;
}

.el_textArea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  padding: 20px 16px 20px;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  resize: vertical;
  overflow: auto;
}

.el_textArea:focus {
  box-shadow: none;
  outline: 1px solid #fff;
}

.el_sendBtn {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.wpcf7-form-control-wrap[data-name=your_privacy] {
  margin-top: 20px;
  display: block;
}

.el_checkBox {
  display: none;
}

.el_checkBox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding-left: 31px;
  position: relative;
}

.el_checkBox + span::before {
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.el_checkBox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
  display: block;
  height: 0.3em;
  left: 3px;
  margin-top: -0.1em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 13px;
}

.el_checkBox:checked + span::after {
  opacity: 1;
}

.el_sendBtn {
  display: flex;
  width: 280px;
  height: 67px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100vmax !important;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

/* 自動補完時のスタイルを上書き */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.wpcf7-form-control.wpcf7-select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  /* 実際の値が選択された時 */
}
.wpcf7-form-control.wpcf7-select:not(:invalid) {
  color: #fff;
}

/* オプション要素 */
.wpcf7-select option {
  color: #000;
  /* first_as_labelの場合、最初のオプション */
}
.wpcf7-select option:first-child {
  color: rgba(255, 255, 255, 0.5);
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00A0E9 !important;
}

/* サンクスページ
----------------------------------------------*/
@media screen and (max-width: 767px) {
  .pg_thanks .ly_verticalPadding {
    padding-top: 60px;
  }
}

.ly_thanks_inner {
  padding: 0 30px;
}

.el_thanks {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .el_thanks {
    text-align: center;
    font-size: 24px;
    line-height: 140%; /* 33.6px */
    letter-spacing: 0.48px;
  }
}

.el_thanks_desc {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .el_thanks_desc {
    text-align: center;
    font-size: 14px;
    line-height: 180%; /* 25.2px */
  }
}

.pg_thanks .el_btnNormal.archivePage {
  width: fit-content;
  margin-inline: auto;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .pg_thanks .el_btnNormal.archivePage {
    margin-top: 80px;
  }
}
.pg_thanks .el_btnNormal.archivePage::before {
  background: url(../img/icons/arrow_left.png) no-repeat center/contain;
  width: 20px;
}

/* キャレット用記述 黒い背景の場合 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important; /* 背景に合わせて調整 */
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important; /* 白いカーソル */
}

.pg_menu {
  background: url(../img/bg/body_back.webp);
  background-repeat: repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .pg_menu {
    background: url(../img/sp/body_back_sp.webp);
  }
}

@media screen and (max-width: 1024px) {
  .ly_menus {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ly_menus {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .ly_menus .l-inner-narrow {
    padding: 0;
  }
}

.en_smallText {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  .en_smallText {
    padding-left: 30px;
  }
}

.ly_menus_pictures {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .ly_menus_pictures {
    display: block;
    margin-top: 40px;
  }
}

.ly_menus_picture {
  position: relative;
  border: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .ly_menus_picture {
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    border: none;
    border-bottom: 2px solid #000;
  }
  .ly_menus_picture img {
    aspect-ratio: 428/140;
    width: 100%;
    object-fit: cover;
  }
}
.ly_menus_picture.is_current {
  cursor: default;
}

.bl_clinicName {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: 0.64px;
  position: absolute;
  font-family: "Noto Serif", serif;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .bl_clinicName {
    bottom: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_clinicName {
    bottom: unset;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
}

.ly_menus .el_frequent {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ly_menus .el_frequent {
    margin-top: 100px;
    padding-left: 30px;
  }
}

.ly_menus_flex {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ly_menus_flex {
    display: block;
  }
}

.ly_menus_tabs {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_menus_tabs {
    display: flex;
    max-width: none;
  }
}

.el_menuType {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.96px;
  position: relative;
  cursor: pointer;
  padding: 16px 14px 18px 18px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .el_menuType.worries {
    line-height: 1.3;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .el_menuType.worries {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .el_menuType {
    flex: 1;
    font-size: 14px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 1.3;
  }
}
.el_menuType:nth-of-type(n + 2) {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .el_menuType:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
.el_menuType.is_active {
  background-color: rgba(255, 255, 255, 0.08);
}
.el_menuType.is_active::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/icons/angle_arrow_right.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  display: block;
  right: 14px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .el_menuType.is_active::after {
    display: none;
  }
}
.el_menuType:hover {
  background-color: rgba(255, 255, 255, 0.08);
}
.el_menuType:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/icons/angle_arrow_right.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  display: block;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .el_menuType:hover::after {
    display: none;
  }
}
.el_menuType.is_active:hover {
  opacity: 0.7;
}

.ly_menus_box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  padding: 44px 40px;
  max-width: 840px;
  margin-left: auto;
}
@media screen and (max-width: 1100px) {
  .ly_menus_box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .ly_menus_box {
    margin-left: 30px;
    max-width: 79%;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ly_menus_box {
    margin-left: 0;
    padding: 50px 30px 0;
    border-bottom: none;
    max-width: none;
    border-left: none;
    border-right: none;
  }
}

@media screen and (max-width: 1024px) {
  .pg_top .ly_menus_box {
    max-width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .pg_top .ly_menus_box {
    max-width: none;
  }
}

.bl_menusItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .bl_menusItems {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .bl_menusItems {
    grid-template-columns: repeat(2, 1fr);
    gap: 19px 72px;
    width: fit-content;
    text-align: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 450px) {
  .bl_menusItems {
    width: fit-content;
    text-align: center;
    margin-inline: auto;
    gap: 19px 26px;
  }
}
.bl_menusItems li {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .bl_menusItems li {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .bl_menusItems li {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
  }
}
.bl_menusItems li a {
  position: relative;
  padding-left: 16px;
  display: block;
  width: 100%;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.bl_menusItems li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  background: url(../img/icons/line.png) no-repeat center/contain;
  width: 8px;
  height: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .bl_menusItems li a::before {
    top: 10px;
    transform: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bl_menusItems li a {
    transition: all 0.3s ease;
  }
  .bl_menusItems li a::before {
    transition: all 0.3s ease;
  }
  .bl_menusItems li a:hover {
    padding-left: 20px;
  }
}
@media (hover: none) {
  .bl_menusItems li a {
    transition: all 0.3s ease;
  }
  .bl_menusItems li a::before {
    transition: all 0.3s ease;
  }
  .bl_menusItems li a:hover {
    padding-left: 16px;
  }
  .bl_menusItems li a:active {
    padding-left: 20px;
  }
}
.bl_menusItems li.no-content {
  grid-column: 1/-1;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-style: italic;
  padding-left: 0;
}
.bl_menusItems li.no-content::before {
  display: none;
}

/* お悩みから探す 追加タブをクリックした場合の.ly_menu_box内のSCSS
----------------------------------------------*/
.ly_menus_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ly_menus_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.ly_menus_wrap.un_hidden {
  display: none;
}
.ly_menus_wrap.is_active {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .ly_menus_wrap.is_active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.ly_menus_group {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ly_menus_group {
    margin-bottom: 40px;
  }
}
.ly_menus_group:nth-of-type(n + 2) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .ly_menus_group:nth-of-type(n + 2) {
    margin-left: 0;
    margin-inline: auto;
    width: fit-content;
  }
}
.ly_menus_group:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .ly_menus_group:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}

.el_menus__lists {
  margin-top: 24px;
}

.el_menus_item {
  font-size: 14px;
}
.el_menus_item + .el_menus_item {
  margin-top: 11px;
}
.el_menus_item a {
  position: relative;
  padding-left: 16px;
  display: block;
  width: 100%;
  line-height: 1.4;
}
.el_menus_item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  background: url(../img/icons/line.png) no-repeat center/contain;
  width: 8px;
  height: 1px;
  display: block;
}
@media screen and (max-width: 767px) {
  .el_menus_item a::before {
    top: 10px;
    transform: none;
  }
}

.ly_menus_wrap[data-content=worries] .ly_menus_group {
  width: calc(33.33333333% - 33.3333333333px);
}
@media screen and (max-width: 1024px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group {
    width: calc(33.33333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group {
    width: 100%;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group:nth-of-type(n + 2) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group:nth-of-type(n + 2) {
    margin-left: 0;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group:nth-of-type(3n + 1) {
    margin-left: 0;
    margin-inline: auto;
  }
}
.ly_menus_wrap[data-content=worries] .ly_menus_group .el_menus_term {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: 0.56px;
  font-family: "Noto Serif", serif;
}
@media screen and (max-width: 1279px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group .el_menus_term {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group .el_menus_term {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ly_menus_wrap[data-content=worries] .ly_menus_group .el_menus_term {
    font-size: 20px;
  }
}

.ly_blog_flex {
  display: flex;
}

.ly_blog_archives {
  max-width: 82rem;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}

.ly_campaign_grid {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 7.1428%;
}
@media screen and (max-width: 767px) {
  .ly_campaign_grid {
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .ly_campaign_grid {
    gap: 80px 40px;
  }
}

@media screen and (max-width: 767px) {
  .bl_campaignCard {
    display: flex;
    align-items: center;
  }
  .bl_campaignCard:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bl_campaignCard_image {
    width: 38.0434782609%;
  }
}
.bl_campaignCard_image img {
  aspect-ratio: 320/400;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .bl_campaignCard_image img {
    aspect-ratio: 140/175;
  }
}

.bl_campaignCard_clinics {
  display: flex;
}

.bl_campaignCard_clinic {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  font-size: 12px;
  height: 23px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.48px;
  padding-inline: 8px;
  margin-right: 4px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.bl_campaignCard_body {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .bl_campaignCard_body {
    width: 56.5217391304%;
    padding: 0;
    margin-left: 20px;
  }
}

.bl_campaignCard_ttl {
  margin-top: 13px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 767px) {
  .bl_campaignCard_ttl {
    margin-top: 12px;
  }
}

.el_text_ready {
  text-align: center;
}

.ly_recruit_inner {
  max-width: 1120px;
  margin-inline: auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.ly_recruit_flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ly_recruit_flex {
    flex-direction: column-reverse;
  }
}

.el_recruit_image {
  max-width: 330px;
  width: 100%;
  aspect-ratio: 330/450;
}
@media screen and (max-width: 767px) {
  .el_recruit_image {
    max-width: none;
    margin: 60px calc(50% - 50vw) 0;
    width: 100vw;
    aspect-ratio: 428/310;
  }
}

.bl_recruitTexts {
  margin-left: 8.75273%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .bl_recruitTexts {
    margin-left: 5.75273%;
  }
}
@media screen and (max-width: 767px) {
  .bl_recruitTexts {
    margin-left: 0;
  }
}

.el_recruitTtl {
  font-family: "Noto Serif", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 160%; /* 64px */
}
@media screen and (max-width: 1024px) {
  .el_recruitTtl {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .el_recruitTtl {
    font-size: 28px;
    line-height: 160%; /* 44.8px */
    margin-left: 0;
  }
}

.el_recruitSquare {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.96px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  height: 44px;
  padding-inline: 10px;
  margin-top: 80px;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .el_recruitSquare {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_recruitSquare {
    margin-top: 40px;
    height: 34px;
  }
}

.el_recruitDesc {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 1024px) {
  .el_recruitDesc {
    font-size: 17px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 767px) {
  .el_recruitDesc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 200%; /* 32px */
    letter-spacing: 1.28px;
  }
}

.bl_recruitInfo {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .bl_recruitInfo {
    margin-top: 80px;
  }
}

.bl_recruitRow {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  padding-block: 60px;
}
@media screen and (max-width: 767px) {
  .bl_recruitRow {
    display: block;
  }
}
.bl_recruitRow:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .bl_recruitRow dt {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .bl_recruitRow dt {
    width: 100%;
  }
}
.bl_recruitRow dd {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .bl_recruitRow dd {
    width: calc(50% - 20px);
    max-width: none;
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_recruitRow dd {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_recruitRow dd ul {
    margin-top: 20px;
  }
}
.bl_recruitRow dd li {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
  position: relative;
  padding-left: 14px;
}
.bl_recruitRow dd li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100vmax;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.bl_recruitRow_sub {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
}

.bl_recruitRow_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}
@media screen and (max-width: 767px) {
  .bl_recruitRow_desc {
    margin-top: 20px;
  }
}

.el_recruitPosts {
  margin-top: 20px;
}

.bl_recruitRow_post {
  padding: 20px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  display: block;
  width: 100%;
  position: relative;
  color: #000;
}
.bl_recruitRow_post::after {
  content: "";
  position: absolute;
  right: 20px;
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
}
.bl_recruitRow_post:nth-of-type(n + 2) {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .bl_recruitRow_post:nth-of-type(n + 2) {
    margin-top: 14px;
  }
}

.bl_recruitRow_selection {
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}
.bl_recruitRow_selection:nth-of-type(n + 2) {
  margin-top: 10px;
}

.bl_recruitRow_flows {
  padding-left: 16px;
  border-left: 1px solid #fff;
  margin-left: 11px;
  margin-top: 8px;
  padding-bottom: 20px;
}
.bl_recruitRow_flows:last-of-type {
  border-left: none;
}

.bl_recruitRow_flow {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.56px;
}

.bl_recruitRow_child {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
}

@media screen and (max-width: 767px) {
  .pg_news .ly_verticalPadding {
    padding-top: 6rem;
  }
}

.ly_news {
  background-color: #000;
}

.ly_access_inner {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}

.ly_access_flex {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .ly_access_flex {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_access_flex {
    display: block;
  }
}

.ly_access_tabs {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_access_tabs {
    display: none;
  }
}

.pg_access .ly_searchArea {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .pg_access .ly_searchArea {
    display: none;
  }
}
.pg_access .ly_access_inner.is_active {
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .pg_access .ly_access_inner.is_active {
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 834px) {
  .pg_access .ly_access_inner.is_active {
    padding-bottom: 350px;
  }
}
@supports (-webkit-appearance: none) {
  @media screen and (min-width: 768px) {
    .pg_access .ly_access_inner.is_active {
      padding-bottom: 320px;
    }
  }
}

.ly_access.is_active {
  transition: all 0.3s ease;
  padding-bottom: 500px;
}

.bl_access_ttl {
  font-family: "Noto Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.48px;
  margin-top: 100px;
}

.el_access_tab {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding: 16px 14px 18px 18px;
  position: relative;
  cursor: pointer;
}
.el_access_tab.is_active {
  background-color: rgba(255, 255, 255, 0.08);
}
.el_access_tab.is_active::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url(../img/icons/angle_arrow_right.png) no-repeat center/contain;
  width: 16px;
  height: 16px;
  display: block;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.el_access_tab + .el_access_tab {
  margin-top: 4px;
}

.ly_access_posts {
  max-width: 1040px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_access_posts {
    max-width: none;
    margin-top: 30px;
  }
}

.ly_access_post {
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 18px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ly_access_post::before {
  content: "";
  background: url(../img/icons/circle_arrow_black.png) no-repeat center/contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  display: none;
  left: 40%;
  top: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
.ly_access_post:nth-last-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ly_access_post:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 18px;
  background: url(../img/icons/circle_arrow_white.svg) no-repeat center/contain;
  width: 20px;
  aspect-ratio: 1/1;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .ly_access_post:after {
    transform: rotate(90deg);
  }
}
@media (hover: hover) {
  .ly_access_post:hover .el_access_address {
    max-width: 36%;
    z-index: 20;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .ly_access_post.is_active {
    background-color: #fff;
    color: #000;
    border-bottom: none;
  }
  .ly_access_post.is_active .el_access_address {
    color: #000;
  }
}
.ly_access_post.is_active:after {
  background: url(../img/icons/circle_arrow_black.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ly_access_post.is_active:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .ly_access_post {
    padding-inline: 30px;
  }
}

.el_access_ttl {
  font-family: "Noto Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%; /* 32px */
  transition: all 0.3s ease;
}

.el_access_address {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .el_access_address {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .el_access_address {
    max-width: 87%;
    font-size: 11px;
    line-height: 150%; /* 16.5px */
  }
}

.ly_access_box {
  padding: 30px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #000;
  width: 51.923%;
  box-sizing: content-box;
  display: none;
}
@media screen and (max-width: 767px) {
  .ly_access_box {
    display: none;
  }
}

.ly_access_box_sp {
  padding: 30px;
  padding-top: 0;
  background-color: #fff;
  z-index: 10;
  color: #000;
  box-sizing: content-box;
  width: 100%;
  display: none;
  width: auto;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .ly_access_box_sp {
    display: none;
  }
}

.el_access_map {
  max-width: 540px;
  width: 100%;
}
.el_access_map iframe {
  max-width: 540px !important;
  width: 100% !important;
  height: 238px !important;
  aspect-ratio: 540/238 !important;
  border: 0;
}

.el_accessLink {
  display: block;
  width: fit-content;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 0.24px;
  margin-top: 14px;
  margin-left: auto;
}
.el_accessLink svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

.el_access_data {
  border-bottom: 1px solid #000;
  padding-block: 12px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.24px;
}
.el_access_data.first {
  margin-top: 30px;
  border-top: 1px solid #000;
}
.el_access_data.social {
  display: flex;
  gap: 8px;
  align-items: center;
}
.el_access_data span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.24px;
}

.el_access_btn {
  background-color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.56px;
  height: 54px;
  align-content: center;
  padding-inline: 20px;
  color: #fff;
  margin-top: 30px;
  position: relative;
}
.el_access_btn svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

.ly_lowerFv.campSingle::after {
  display: none;
}

.ly_campSingle {
  padding-bottom: 280px;
  position: relative;
}
.ly_campSingle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .ly_campSingle_inner.l-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.ly_campSingle_flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .ly_campSingle_flex {
    margin-top: 80px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ly_campSingle_flex {
    display: block;
  }
}

.ly_campSingle_side {
  max-width: 360px;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .ly_campSingle_side {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_campSingle_side {
    max-width: none;
    padding-inline: 30px;
  }
}

.l-wrapper:has(.bl_campSingle_thumb) {
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .l-wrapper:has(.bl_campSingle_thumb) {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper:has(.bl_campSingle_thumb) {
    overflow: hidden;
  }
}

.bl_campSingle_thumb {
  position: sticky;
  top: 90px;
}
@media screen and (max-width: 1024px) {
  .bl_campSingle_thumb img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .bl_campSingle_thumb {
    position: static;
  }
}

.ly_contentBox {
  margin-left: 80px;
  max-width: 840px;
  width: 100%;
  padding: 40px;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .ly_contentBox {
    margin-left: 0;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .ly_contentBox {
    max-width: none;
    margin-left: 0;
  }
}
.ly_contentBox .el_edit h2:first-of-type {
  margin-top: 0;
}
.ly_contentBox .el_postShare {
  padding-block: 40px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ly_contentBox .el_share_list {
  justify-content: center;
}
.ly_contentBox .el_single_pager {
  border-top: none;
  justify-content: space-between;
}

.un_news.ly_edit {
  max-width: 84rem;
}

.el_pageThumbnail {
  margin-top: 60px;
  margin-bottom: 60px;
}
.el_pageThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ly_edit.un_news .el_edit + * {
  margin-top: 0;
}

.pg_newsSingle .bl_lowerFv_ttl {
  text-align: left;
}

.el_menuInfo {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.el_menuInfo th,
.el_menuInfo td {
  border: 1px solid #fff;
  padding: 12px 16px 16px 16px;
  vertical-align: middle;
}
.el_menuInfo th {
  width: 23.6842%;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.08);
}
.el_menuInfo td {
  white-space: pre-wrap;
  line-height: 2;
  width: 76.3158%;
}

.ly_recruitSingle__inner {
  max-width: 840px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}

.el_recruitSingle_ttl {
  font-family: "Noto Serif", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0.64px;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.el_recruitBtn {
  margin-top: 100px;
  width: 280px;
  height: 67px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
  color: #000;
  border-radius: 100vmax;
  position: relative;
}
.el_recruitBtn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  transform: translateY(-50%);
}

.ly_recruitSingle .el_edit {
  margin-top: 30px;
}

.ly_caseSingle {
  padding-bottom: 300px;
  position: relative;
}
.ly_caseSingle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 10;
}

.ly_sliderArea {
  padding-top: 60px;
  padding-bottom: 360px;
  padding-left: 11.1111vw;
  padding-right: 11.1111vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ly_sliderArea {
    padding-bottom: 260px;
  }
}
.ly_sliderArea:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1440/180;
  background: url(../img/bg/triangle_top-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ly_sliderArea {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 180px;
  }
}

.slide-wrap {
  max-width: 1120px;
  width: 77.7777vw;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide-wrap {
    width: 100%;
  }
}

.swiper-campaign {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-campaign {
    overflow: hidden;
  }
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-slide {
  display: block;
  text-decoration: none;
  color: inherit;
}

.campaign_thumbnail img {
  aspect-ratio: 320/400;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign_thumbnail img {
    aspect-ratio: 268/335;
  }
}

.campaign_body {
  background-color: #000;
  padding: 20px;
}

.campaign_cat {
  padding-inline: 8px;
  height: 23px;
  display: flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.48px;
  border-radius: 100vmax;
  margin-right: 4px;
  margin-bottom: 4px;
  display: inline-flex;
}
@media screen and (max-width: 1024px) {
  .campaign_cat {
    font-size: 11px;
  }
}

.campaign_ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.swiper-pagination {
  bottom: -80px !important;
}

.swiper-pagination-bullet {
  margin: 0 5px 0 !important;
  width: 32px !important;
  height: 4px !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  display: none;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  display: none;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 54px;
  width: 54px !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: inherit;
  height: inherit;
}
@media screen and (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 45px !important;
    height: 45px !important;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px !important;
    height: 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px !important;
    height: 32px !important;
    top: unset !important;
    bottom: -88px !important;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 32px;
    height: 32px;
  }
}

.swiper-button-prev {
  left: -100px !important;
}
@media screen and (max-width: 1280px) {
  .swiper-button-prev {
    left: -80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    left: -60px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(50% - var(--pagination-width) / 2 - 30px - 16px) !important;
    transform: translateX(-50%);
  }
}

.swiper-button-next {
  right: -100px !important;
}
@media screen and (max-width: 1280px) {
  .swiper-button-next {
    right: -80px !important;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-next {
    right: -60px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(50% - var(--pagination-width) / 2 - 30px - 16px) !important;
    left: unset !important;
    transform: translateX(50%);
  }
}

.swiper-nav-wraps {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .swiper-nav-wraps {
    display: none;
  }
}
.swiper-nav-wraps .swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: block !important;
}
.swiper-nav-wraps .swiper-button-prev {
  display: block !important;
  position: absolute;
}
.swiper-nav-wraps .swiper-button-next {
  display: block !important;
  position: absolute;
}

/* スライダーが動作しない時の表示調整 */
.swiper-campaign.swiper-no-slide .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* PC時で3枚以下の場合のスライド幅調整 */
@media (min-width: 768px) {
  .swiper-campaign.swiper-no-slide .swiper-slide {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
  /* 2枚の時は中央寄せ */
  .swiper-campaign.swiper-no-slide .swiper-wrapper:has(.swiper-slide:nth-child(2):last-child) {
    justify-content: center;
  }
  .swiper-campaign.swiper-no-slide .swiper-wrapper:has(.swiper-slide:nth-child(2):last-child) .swiper-slide {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
  /* 1枚の時も中央寄せ */
  .swiper-campaign.swiper-no-slide .swiper-wrapper:has(.swiper-slide:only-child) {
    justify-content: center;
  }
  .swiper-campaign.swiper-no-slide .swiper-wrapper:has(.swiper-slide:only-child) .swiper-slide {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
}
@media (min-width: 1024px) {
  .swiper-campaign.swiper-no-slide .swiper-wrapper {
    gap: 60px;
  }
  .swiper-campaign.swiper-no-slide .swiper-slide {
    flex: 0 0 calc(33.333% - 40px);
    max-width: calc(33.333% - 40px);
  }
}
@media (min-width: 1440px) {
  .swiper-campaign.swiper-no-slide .swiper-wrapper {
    gap: 80px;
  }
  .swiper-campaign.swiper-no-slide .swiper-slide {
    flex: 0 0 calc(33.333% - 54px);
    max-width: calc(33.333% - 54px);
  }
}
/* モバイル時で1枚の時の表示調整 */
@media (max-width: 767px) {
  .swiper-campaign:has(.swiper-slide:only-child) .swiper-wrapper {
    justify-content: center;
  }
  .swiper-campaign:has(.swiper-slide:only-child) .swiper-slide {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
/* 複製されたスライドのスタイリング（スマホのみ） */
@media screen and (max-width: 767px) {
  .swiper-slide-duplicate {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .swiper-slide-duplicate .campaign_thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .swiper-slide-duplicate .campaign_cat {
    padding-inline: 8px;
    height: 23px;
    display: flex;
    width: fit-content;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.48px;
    border-radius: 100vmax;
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  .swiper-slide-duplicate .campaign_cat {
    font-size: 11px;
  }
}
/* スマホで3枚表示時の追加調整 */
@media screen and (max-width: 767px) {
  .swiper-campaign[data-slide-count="3"] .swiper-wrapper {
    transition-timing-function: ease-in-out;
  }
  .swiper-campaign[data-slide-count="3"] .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease;
    /* 非アクティブなスライドの調整 */
  }
  .swiper-campaign[data-slide-count="3"] .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
    opacity: 0.7;
  }
}
/* 3枚以下の場合のスマホ専用設定 */
@media screen and (max-width: 767px) {
  .swiper-campaign[data-slide-count="1"] .swiper-slide,
  .swiper-campaign[data-slide-count="2"] .swiper-slide,
  .swiper-campaign[data-slide-count="3"] .swiper-slide {
    min-width: 0;
    flex-shrink: 0;
  }
  /* 1枚の時の中央寄せ強化 */
  .swiper-campaign[data-slide-count="1"] .swiper-wrapper {
    justify-content: center !important;
  }
  .swiper-campaign[data-slide-count="1"] .swiper-wrapper .swiper-slide {
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }
  /* 2枚の時の調整 */
  .swiper-campaign[data-slide-count="2"] .swiper-wrapper {
    gap: 20px;
  }
  .swiper-campaign[data-slide-count="2"] .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(85% - 10px) !important;
    max-width: calc(85% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  .ly_case .el_archiveLink {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1536px) {
  .ly_case_inner {
    max-width: none;
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0;
  }
  .ly_case_inner .bl_caseTitle_wrap {
    margin-left: 11.1111vw;
  }
}

.swiper-case-wrap {
  position: relative;
  margin-top: 60px;
  /* 再生/停止ボタンのコンテナ */
  /* ボタンの表示/非表示制御 */
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap {
    margin-top: 154px;
  }
}
.swiper-case-wrap .swiper-slide {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .swiper-case-wrap .swiper-slide .el_caseList_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-case-wrap .swiper-slide .el_caseList_details {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.swiper-case-wrap .swiper-controls {
  display: flex;
  position: absolute;
  gap: 8px;
  top: -119px;
  z-index: 10;
  right: 160px;
}
@media screen and (max-width: 1024px) {
  .swiper-case-wrap .swiper-controls {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap .swiper-controls {
    top: -94px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    gap: 6px;
  }
}
@media screen and (min-width: 1536px) {
  .swiper-case-wrap .swiper-controls {
    right: 11.1111vw;
  }
}
.swiper-case-wrap .swiper-button-prev2 {
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap .swiper-button-prev2 {
    width: 44px;
    height: 44px;
  }
}
.swiper-case-wrap .swiper-button-prev2 svg {
  width: inherit;
  height: inherit;
}
.swiper-case-wrap .swiper-button-next2 {
  width: 54px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap .swiper-button-next2 {
    width: 44px;
    height: 44px;
  }
}
.swiper-case-wrap .swiper-button-next2 svg {
  width: inherit;
  height: inherit;
}
.swiper-case-wrap .swiper-play-toggle {
  position: relative;
  width: 54px;
  height: 54px;
  cursor: pointer;
}
.swiper-case-wrap .swiper-play-toggle:active {
  transform: scale(0.95);
  transition: transform 0.1s ease;
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap .swiper-play-toggle {
    width: 44px;
    height: 44px;
  }
}
.swiper-case-wrap .swiper_pause,
.swiper-case-wrap .swiper_start {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: opacity, transform;
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap .swiper_pause,
  .swiper-case-wrap .swiper_start {
    width: 44px;
    height: 44px;
  }
}
.swiper-case-wrap .swiper_pause svg,
.swiper-case-wrap .swiper_start svg {
  width: inherit;
  height: inherit;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.swiper-case-wrap .swiper-play-toggle.is-playing .swiper_pause {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) rotate(0deg);
  backface-visibility: hidden;
}
.swiper-case-wrap .swiper-play-toggle.is-playing .swiper_start {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) rotate(90deg);
  backface-visibility: hidden;
}
.swiper-case-wrap .swiper-play-toggle:not(.is-playing) .swiper_pause {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) rotate(-90deg);
  backface-visibility: hidden;
}
.swiper-case-wrap .swiper-play-toggle:not(.is-playing) .swiper_start {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) rotate(0deg);
  backface-visibility: hidden;
}
.swiper-case-wrap .swiper-link {
  display: block;
}
.swiper-case-wrap .swiper-link:hover {
  opacity: 1;
}
.swiper-case-wrap .case_thumbnail {
  filter: grayscale(100%);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .swiper-case-wrap .case_thumbnail:hover {
    opacity: 1 !important;
    filter: unset !important;
  }
}
.swiper-case-wrap .case_thumbnail img {
  aspect-ratio: 360/480;
  height: 100%;
  object-fit: cover;
  max-height: 480p;
}
@media screen and (max-width: 767px) {
  .swiper-case-wrap .case_thumbnail img {
    aspect-ratio: 300/400;
    max-height: 400px;
  }
}
@media (max-width: 768px) {
  .swiper-case-wrap .swiper-slide-active .case_thumbnail {
    opacity: 1;
    filter: unset;
  }
}

.el_caseList_details {
  position: relative;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.52px;
  padding-left: 20px;
  color: #fff;
  margin-top: 24px;
  cursor: pointer;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .el_caseList_details {
    margin-top: 18px;
    margin-bottom: 20px;
  }
}
.el_caseList_details::before {
  width: 12px;
  height: 12px;
  content: "";
  background: url(../img/icons/triangle.png) no-repeat center/contain;
  display: block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.el_caseList_details.open::before {
  transform: translateY(-50%) rotate(-180deg);
}

.js_details + .wp-block-table {
  display: none;
}

.js_details2 + .wp-block-table {
  display: none;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .js_details2 + .wp-block-table {
    padding-inline: 20px;
  }
}
.js_details2 + .wp-block-table td {
  padding: 8px 12px 10px 12px;
  align-content: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%; /* 18.2px */
  letter-spacing: 0.52px;
  width: 63.3334%;
}
.js_details2 + .wp-block-table td:nth-of-type(1) {
  width: 36.6666%;
  text-align: center;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.08);
}
@media screen and (max-width: 767px) {
  .js_details2 + .wp-block-table td:nth-of-type(1) {
    width: 42.3076%;
  }
}
@media screen and (max-width: 390px) {
  .js_details2 + .wp-block-table td:nth-of-type(1) {
    padding: 8px 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .js_details2 + .wp-block-table td {
    width: 57.6924%;
    font-size: 12px;
    letter-spacing: 0.48px;
  }
}

.wp-block-table {
  transition: none;
}

.el_whiteBtn_effect {
  color: #000;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.el_whiteBtn_effect::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: -1;
}
.el_whiteBtn_effect::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  background: url(../img/icons/arrow_right_black.png) no-repeat center/contain;
  transform: translateY(-50%);
}
.el_whiteBtn_effect::before {
  transition: 0.1s cubic-bezier(0.45, 0, 0.55, 1);
}
.el_whiteBtn_effect::after {
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .el_whiteBtn_effect:hover {
    color: #fff;
    box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.2);
  }
  .el_whiteBtn_effect:hover::before {
    transform: scale(1, 1);
  }
  .el_whiteBtn_effect:hover::after {
    background: url(../img/icons/arrow_right.png) no-repeat center/contain;
  }
  .el_whiteBtn_effect:hover span {
    color: #fff;
  }
}

.el_listBack_effect {
  transition: all 0.3s ease !important;
}
@media (any-hover: hover) {
  .el_listBack_effect:hover {
    opacity: 1 !important;
  }
}
.el_listBack_effect:before {
  transition: all 0.3s ease !important;
}
@media (any-hover: hover) {
  .el_listBack_effect:hover::before {
    left: 0 !important;
  }
}
.el_listBack_effect:after {
  transition: all 0.3s ease !important;
}
@media (any-hover: hover) {
  .el_listBack_effect:hover::after {
    background-color: #fff !important;
  }
}

.el_listNext_effect {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .el_listNext_effect:hover {
    opacity: 1;
  }
  .el_listNext_effect:hover::after {
    background-color: #fff;
  }
}

.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s ease;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  transition: all 0.3s ease;
}
.swiper-button-prev svg rect,
.swiper-button-next svg rect {
  transition: stroke 0.3s ease, stroke-opacity 0.3s ease;
}
@media (any-hover: hover) {
  .swiper-button-prev:hover svg rect,
  .swiper-button-next:hover svg rect {
    stroke: #fff !important;
    stroke-opacity: 1 !important;
  }
}

.swiper-button-prev2,
.swiper-button-next2,
.swiper-play-toggle .swiper_pause,
.swiper-play-toggle .swiper_start {
  transition: all 0.3s ease;
}
.swiper-button-prev2 svg,
.swiper-button-next2 svg,
.swiper-play-toggle .swiper_pause svg,
.swiper-play-toggle .swiper_start svg {
  transition: all 0.3s ease;
}
.swiper-button-prev2 svg rect,
.swiper-button-next2 svg rect,
.swiper-play-toggle .swiper_pause svg rect,
.swiper-play-toggle .swiper_start svg rect {
  transition: stroke 0.3s ease, stroke-opacity 0.3s ease;
}
@media (any-hover: hover) {
  .swiper-button-prev2:hover svg rect,
  .swiper-button-next2:hover svg rect,
  .swiper-play-toggle .swiper_pause:hover svg rect,
  .swiper-play-toggle .swiper_start:hover svg rect {
    stroke: #fff !important;
    stroke-opacity: 1 !important;
  }
}

.swiper-btn-prev,
.swiper-btn-next {
  transition: all 0.3s ease;
}
.swiper-btn-prev svg,
.swiper-btn-next svg {
  transition: all 0.3s ease;
}
.swiper-btn-prev svg rect,
.swiper-btn-next svg rect {
  transition: stroke 0.3s ease, stroke-opacity 0.3s ease;
}
@media (any-hover: hover) {
  .swiper-btn-prev:hover svg rect,
  .swiper-btn-next:hover svg rect {
    stroke: #fff !important;
    stroke-opacity: 1 !important;
  }
}