@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
  border: medium;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

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

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #111;
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 0;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #5D5D5D;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media (max-width: 800px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}

a[href^=tel] {
  cursor: default;
}

.container,
.breadcrumb ul {
  position: relative;
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
  z-index: 1;
}

.container.wide,
.breadcrumb ul.wide {
  max-width: 1200px;
}

.container.narrow,
.breadcrumb ul.narrow {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  .container,
  .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  position: absolute;
  z-index: 3;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  padding: 36.5px 24px;
}

.header .h-logo {
  position: relative;
  max-width: 478px;
  width: 100%;
}

.header .h-logo a {
  display: block;
}

.header .h-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 200px;
}

.header .accordion-style02 {
  position: relative;
}

.header .accordion-style02 .accordion-btn {
  cursor: pointer;
  display: grid;
  place-content: center;
  padding: 10px 20px;
  height: 80px;
  background: #848484;
  color: #fff;
  text-align: center;
  position: relative;
}

.header .accordion-style02 .accordion-btn.num02 {
  background: #E88A96;
}

.header .accordion-style02 .accordion-desc {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 100%;
  z-index: -1;
  transition: 0.5s ease;
  background: #F2F2F2;
}

.header .accordion-style02 .accordion-desc.is-open {
  transform: translate(-50%, 0);
}

.header .accordion-style02 .accordion-inner {
  padding: 45px 90px;
}

.header .accordion-style02 .accordion-close {
  background: #535353;
  color: #fff;
  font-size: 20px;
  height: 70px;
  width: 100%;
  display: grid;
  place-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.header .accordion-style02 .accordion-close::before {
  content: "";
  position: absolute;
  background: url(../images/share/acco-close.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.header .accordion-style02 .accordion-close:hover {
  opacity: 0.8;
}

.header .accordion-style02 .accordion-ttl {
  font-weight: bold;
  font-size: 20px;
}

.header .accordion-style02 .accordion-open-icon {
  position: absolute;
  background: url(../images/share/pagetop-w.svg) no-repeat center/contain;
  width: 30px;
  height: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.header .accordion-style02 .accordion-link {
  display: grid;
  place-content: center;
  height: 88px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #B5C8C9;
  transition: 0.3s ease;
}

.header .accordion-style02 .accordion-link+.accordion-link {
  margin-top: 16px;
}

.header .accordion-style02 .accordion-link--tel {
  background: #DDB397;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
}

.header .accordion-style02 .accordion-link--tel span {
  position: relative;
  padding-left: 25px;
}

.header .accordion-style02 .accordion-link--tel span::before {
  content: "";
  position: absolute;
  background: url(../images/share/icon_tel_w.svg) no-repeat center/contain;
  width: 19px;
  height: 24px;
  left: 0;
  top: 11px;
}

.header .accordion-style02 .accordion-link--line {
  background: #53B032;
}

.header .accordion-style02 .accordion-link--instagram {
  background: #c43d78;
}

.header .accordion-style02 .accordion-link:hover {
  opacity: 0.7;
}

.header .accordion-style02 .is-open .accordion-open-icon {
  transform: translateY(-50%) rotate(180deg);
}

.header .accordion-style02 .is-open .accordion-open-icon::after {
  opacity: 0;
}

.humberger {
  display: block;
  height: 80px;
  background: #C9C9C9;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

.humberger .line {
  background: #111;
  position: absolute;
  width: 40px;
  height: 1px;
  transition: 0.4s ease;
  left: 50%;
  transform: translate(-50%, -50%);
}

.humberger .line:nth-of-type(1) {
  top: 21px;
}

.humberger .line:nth-of-type(2) {
  top: 32px;
}

.humberger .line:nth-of-type(3) {
  top: 43px;
}

.humberger .ttl {
  position: absolute;
  left: 50%;
  bottom: 10px;
  line-height: 1;
  font-weight: 400;
  transform: translateX(-50%);
  font-size: 12px;
  color: #111;
  font-family: "Montserrat", sans-serif;
}

.humberger.is-open .line:nth-of-type(1) {
  top: 45%;
  transform: translate(-50%, -50%) rotate(30deg);
}

.humberger.is-open .line:nth-of-type(2) {
  display: none;
}

.humberger.is-open .line:nth-of-type(3) {
  top: 45%;
  transform: translate(-50%, -50%) rotate(-30deg);
}

@media (max-width: 800px) {
  .header {
    width: 100%;
  }

  .header-inr {
    width: 100%;
    padding: 18px 15px;
  }

  .header .h-logo {
    display: inline-block;
    max-width: 270px;
  }

  .header-bottom {
    grid-template-columns: 1fr 1fr 76px;
  }

  .header .accordion-style02 .accordion-btn {
    padding: 5px;
    height: 50px;
  }

  .header .accordion-style02 .accordion-desc {
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    width: 100vw;
    padding-bottom: 60px;
  }

  .header .accordion-style02 .accordion-desc.is-open {
    transform: translate(0, 0);
  }

  .header .accordion-style02 .accordion-desc.num02 {
    transform: translate(-40%, 100%);
  }

  .header .accordion-style02 .accordion-desc.num02.is-open {
    transform: translate(-40%, 0);
  }

  .header .accordion-style02 .accordion-inner {
    padding: 20px 20px;
  }

  .header .accordion-style02 .accordion-close {
    font-size: 13px;
    height: 40px;
  }

  .header .accordion-style02 .accordion-close::before {
    width: 12px;
    height: 12px;
    right: 20px;
  }

  .header .accordion-style02 .accordion-ttl {
    font-size: 10px;
  }

  .header .accordion-style02 .accordion-open-icon {
    width: 11px;
    height: 5px;
    right: 8px;
  }

  .header .accordion-style02 .accordion-link {
    height: 60px;
    font-size: 18px;
  }

  .header .accordion-style02 .accordion-link--tel span::before {
    width: 15px;
    height: 19px;
    left: 0;
    top: 6px;
  }

  .humberger {
    height: 50px;
  }

  .humberger .line {
    width: 24px;
  }

  .humberger .line:nth-of-type(1) {
    top: 11px;
  }

  .humberger .line:nth-of-type(2) {
    top: 17px;
  }

  .humberger .line:nth-of-type(3) {
    top: 23px;
  }

  .humberger .ttl {
    bottom: 8px;
    font-size: 10px;
  }

  .humberger.is-open .line:nth-of-type(1) {
    top: 40%;
    transform: translate(-50%, -50%) rotate(30deg);
  }

  .humberger.is-open .line:nth-of-type(3) {
    top: 40%;
    transform: translate(-50%, -50%) rotate(-30deg);
  }
}

/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: #e5e5e5;
  padding: 105px 60px 70px;
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.3s ease;
  opacity: 0;
  z-index: 999;
  width: 970px;
  height: calc(100% - 80px);
}

.gnavi-drawer.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.gnavi-drawer__navi {
  color: #111;
  width: 730px;
  margin: 0 auto;
}

.gnavi-drawer__navi a:hover {
  text-decoration: underline;
}

.gnavi-drawer__naviBox {
  display: flex;
}

.gnavi-drawer__naviBox .gnavi-drawer__naviItem+.gnavi-drawer__naviItem {
  margin-left: 45px;
}

.gnavi-drawer__naviItem:not(:last-child) {
  margin-bottom: 40px;
}

.gnavi-drawer__naviTtl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}

.gnavi-drawer__naviList {
  position: relative;
  font-size: 14px;
}

.gnavi-drawer__naviList>li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}

.gnavi-drawer__naviList>li::before {
  content: "";
  position: absolute;
  background: #C9C9C9;
  width: 5px;
  height: 1px;
  left: 0;
  top: 9px;
}

.gnavi-drawer__naviList>li+li {
  margin-top: 17px;
}

.gnavi-drawer__naviWrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    padding: 35px 10px;
    width: 100%;
    height: calc(100% - 50px);
  }

  .gnavi-drawer__navi {
    width: 90%;
  }

  .gnavi-drawer__naviBox {
    display: flex;
    justify-content: space-between;
  }

  .gnavi-drawer__naviBox .gnavi-drawer__naviItem+.gnavi-drawer__naviItem {
    margin-left: 0;
  }

  .gnavi-drawer__naviItem {
    flex: 1;
  }

  .gnavi-drawer__naviItem:not(:last-child) {
    margin-bottom: 30px;
  }

  .gnavi-drawer__naviTtl {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .gnavi-drawer__naviList {
    flex: 1;
    font-size: 11px;
  }

  .gnavi-drawer__naviList>li {
    padding-left: 12px;
  }

  .gnavi-drawer__naviList>li::before {
    top: 7px;
  }

  .gnavi-drawer__naviList>li+li {
    margin-top: 10px;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  min-height: 881px;
  height: 100%;
  padding-top: 186px;
}

.hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 73.83vw;
  background: #EBEBEB;
}

.hero .hero-left .splide {
  position: relative;
  width: min(765px, 42.5vw);
}

.hero .hero-left .splide__slide {
  width: 100%;
  height: 100%;
}

.hero .hero-left .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 578px;
  max-width: 802px;
}

@media (max-width: 1500px) {
  .hero-right {
    width: 45%;
  }
}

.hero-right .splide {
  position: relative;
}

.hero-right .splide__slide {
  width: 100%;
  height: 100%;
}

.hero-right .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-desc {
  position: absolute;
  width: max-content;
  bottom: 28px;
  z-index: 2;
  left: 78px;
}

.hero-desc--r {
  left: initial;
  bottom: initial;
  top: 350px;
  right: 232px;
}

.hero-ttl {
  font-size: 73px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  color: #5D5D5D;
  text-shadow: 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white;
}

@media (max-width: 1030px) {
  .hero-ttl {
    font-size: 50px;
  }
}

.hero-sub-ttl {
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  color: #111;
}

@media (max-width: 800px) {
  .hero {
    min-height: 500px;
    height: 100%;
    padding-top: 56px;
    display: flex;
    align-items: flex-end;
  }

  .hero::before {
    height: 100%;
    width: 80vw;
  }

  .hero .hero-left .splide {
    width: min(275px, 77vw);
    margin-bottom: 60px;
  }

  .hero .hero-right {
    width: 100%;
    top: 56px;
    max-width: 280px;
    height: 180px;
  }

  .hero-desc {
    bottom: 33px;
    left: 15px;
  }

  .hero-desc--r {
    top: 150px;
    left: 38px;
  }

  .hero-ttl {
    font-size: 25px;
    text-shadow: 8px 0 54px white, 8px 0 54px white;
  }

  .hero-sub-ttl {
    font-size: 12px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  position: relative;
  margin-bottom: 50px;
}

.t-ttl .en {
  font-family: "Montserrat", sans-serif;
  font-size: 116px;
  display: block;
  line-height: 1;
  font-weight: 400;
}

.t-ttl .jp {
  display: block;
  line-height: 1.4;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 20px;
  }

  .t-ttl .en {
    font-size: 56px;
  }

  .t-ttl .jp {
    margin-top: 5px;
  }
}

/*------------
Block
--------------*/

.sec01 {
  position: relative;
  padding-top: 200px;
  padding-bottom: 60px;
}

.sec01::before {
  content: "";
  position: absolute;
  width: 561px;
  height: 601px;
  right: 0;
  top: 0;
  background: #D0D0D0;
  z-index: 0;
}

.sec01::after {
  content: "";
  position: absolute;
  background: #F2F2F2;
  left: 0;
  bottom: 0;
  width: calc(100% - 111px);
  height: 1074px;
  z-index: 0;
}

.sec01__topImg {
  position: relative;
  margin-left: auto;
  width: min(1600px, 89vw);
  height: min(474px, 26.3vw);
  margin-bottom: 60px;
  z-index: 1;
}

.sec01__topImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec01__en {
  position: absolute;
  left: -60px;
  top: -65px;
  color: #e3e3e3;
  font-size: 116px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

.sec01__ttl {
  position: relative;
  font-size: 40px;
  margin-bottom: 35px;
  color: #111;
}

.sec01__subTtl {
  position: relative;
  font-size: 25px;
  margin-bottom: 30px;
  color: #111;
}

.sec01__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  z-index: 1;
  margin-bottom: 40px;
}

.sec01__listItem {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 163px;
  place-content: center;
  transition: 0.3s ease;
}

.sec01__listItem::before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-circle.svg) no-repeat center/contain;
  width: 51px;
  height: 51px;
  right: 14px;
  bottom: 14px;
}

.sec01__listItem:hover {
  background: #F5E8E8;
}

.sec01__listItem--borderB::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #D3D3D3;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec01__listItem--borderR::after {
  content: "";
  position: absolute;
  border-right: 1px solid #D3D3D3;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sec01__listEn {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  color: #BFBFBF;
  line-height: 1;
}

.sec01__listTtl {
  line-height: 1.4;
  font-size: 17px;
  color: #111;
}

@media (max-width: 800px) {
  .sec01 {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .sec01::before {
    width: 200px;
    height: 420px;
  }

  .sec01::after {
    width: calc(100% - 20px);
    height: 500px;
    z-index: 0;
  }

  .sec01__topImg {
    width: 89%;
    height: 220px;
    margin-bottom: 30px;
  }

  .sec01__en {
    left: -20px;
    top: -35px;
    font-size: 56px;
  }

  .sec01__ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec01__subTtl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .sec01__list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    gap: 0;
  }

  .sec01__listItem {
    height: 160px;
    border: 1px solid #D3D3D3;
  }

  .sec01__listItem::before {
    width: 46px;
    height: 46px;
    right: 12px;
    bottom: 12px;
  }

  .sec01__listItem--borderB {
    border-bottom: none;
  }

  .sec01__listItem--borderB::after {
    content: none;
  }

  .sec01__listItem--borderR::after {
    content: none;
  }

  .sec01__listEn {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .sec01__listTtl {
    font-size: 14px;
  }
}

.sec02 {
  position: relative;
  margin-bottom: 100px;
  padding-top: 100px;
}

.sec02 .t-ttl {
  text-align: center;
  color: #E3E3E3;
}

.sec02__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 86px;
}

.sec02__listTtl {
  position: relative;
  font-size: 25px;
  color: #111;
  margin-bottom: 10px;
}

.sec02__listTtl span {
  display: inline-block;
  background: #fff;
  padding-right: 15px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

.sec02__listTtl::before {
  content: "";
  position: absolute;
  background: #F5E8E8;
  height: 1px;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.sec02__news {
  position: relative;
  margin-bottom: 20px;
}

.sec02__news a {
  padding: 10px 0;
  display: block;
  transition: 0.3s ease;
}

.sec02__news a:hover {
  background: #f2f2f2;
}

.sec02__news time {
  color: #AAAAAA;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
}

.sec02__news h4 {
  font-size: 17px;
  color: #111;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.sec02__news .no-post {
  padding: 10px 0;
}

.sec02__accordBtn {
  background: #ACACAC;
  color: #fff;
}

.sec02 .accordion-style01 {
  margin-top: 42px;
}

.sec02 .accordion-style01.border-none {
  border: none;
}

.sec02 .accordion-style01 .accordion-btn {
  cursor: pointer;
  padding: 9px 20px;
  background: #ACACAC;
  color: #fff;
  text-align: center;
  position: relative;
}

.sec02 .accordion-style01 .accordion-desc {
  display: none;
  padding: 20px 0 0;
  position: relative;
}

.sec02 .accordion-style01 .accordion-ttl {
  font-weight: bold;
}

.sec02 .accordion-style01 .accordion-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

.sec02 .accordion-style01 .accordion-open-icon::before,
.sec02 .accordion-style01 .accordion-open-icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 15px;
  height: 1px;
  top: 50%;
  left: 50%;
  transition: 0.3s ease;
}

.sec02 .accordion-style01 .accordion-open-icon::before {
  width: 15px;
  height: 1px;
  transform: translateX(-50%);
}

.sec02 .accordion-style01 .accordion-open-icon::after {
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}

.sec02 .accordion-style01 .is-open .accordion-open-icon {
  transform: translateY(-50%) rotate(180deg);
}

.sec02 .accordion-style01 .is-open .accordion-open-icon::after {
  opacity: 0;
}

.sec02 .accordion-style01+.accordion-style01 {
  margin-top: 15px;
}

@media (max-width: 800px) {
  .sec02 .accordion-style01 {
    line-height: 1.5;
  }

  .sec02 .accordion-style01 .accordion-btn {
    padding: 15px 35px 15px 15px;
  }

  .sec02 .accordion-style01 .accordion-ttl {
    font-size: 15px;
  }

  .sec02 .accordion-style01 .accordion-desc {
    padding: 0 15px 30px;
  }

  .sec02 .accordion-style01 .accordion-open-icon {
    right: 0;
  }
}

@media (max-width: 800px) {
  .sec02 {
    margin-bottom: 100px;
    padding-top: 30px;
  }

  .sec02__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sec02__listTtl {
    font-size: 20px;
  }

  .sec02__listTtl span {
    padding-right: 10px;
  }

  .sec02__news {
    margin-bottom: 15px;
  }

  .sec02__news a {
    padding: 7px 0;
  }

  .sec02__news h4 {
    font-size: 14px;
  }

  .sec02 .accordion-style01 {
    margin-top: 20px;
  }

  .sec02 .accordion-style01 .accordion-btn {
    padding: 7px 20px;
  }

  .sec02 .accordion-style01 .accordion-desc {
    padding: 20px 0 0;
  }

  .sec02 .accordion-style01 .accordion-ttl {
    font-weight: bold;
  }

  .sec02 .accordion-style01 .accordion-open-icon {
    width: 30px;
    height: 30px;
  }

  .sec02 .accordion-style01 .is-open .accordion-open-icon {
    transform: translateY(-50%) rotate(180deg);
  }

  .sec02 .accordion-style01 .is-open .accordion-open-icon::after {
    opacity: 0;
  }

  .sec02 .accordion-style01+.accordion-style01 {
    margin-top: 15px;
  }
}

.sec03 {
  position: relative;
  margin-bottom: 148px;
}

.sec03-layout {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: calc((100% - 1252px) / 2);
}

.sec03-layout+.sec03-layout {
  margin-top: 60px;
}

.sec03-layout .l-img {
  flex: 1;
  max-width: 842px;
  width: 100%;
  width: calc(50% - 63px);
}

.sec03-layout .l-img img {
  width: 100%;
}

.sec03-layout .l-desc {
  max-width: 692px;
  width: 100%;
  padding-left: 63px;
}

@media screen and (max-width: 1138px) and (min-width: 801px) {
  .sec03-layout .l-desc {
    padding-right: 5vw;
  }
}

.sec03-layout .l-desc .l-ttl {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
  letter-spacing: 0;
}

.sec03-layout .l-desc .l-sub-ttl {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #F5E8E8;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.sec03-layout .l-desc-inr {
  line-height: 2.2;
}

.sec03-layout .l-en {
  position: absolute;
  left: -5px;
  top: -65px;
  color: #e3e3e3;
  font-size: 116px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.sec03-layout .l-btn {
  margin-top: 50px;
  display: flex;
}

.sec03-layout .l-btn a:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 800px) {
  .sec03 {
    margin-bottom: 100px;
  }

  .sec03-layout {
    position: relative;
    padding: 0;
  }

  .sec03-layout+.sec03-layout {
    margin-top: 40px;
  }

  .sec03-layout .l-img {
    max-width: 100%;
    width: 100%;
  }

  .sec03-layout .l-desc {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 800px) and (max-width: 1138px) and (min-width: 801px) {
  .sec03-layout .l-desc {
    padding-right: 5vw;
  }
}

@media (max-width: 800px) {
  .sec03-layout .l-desc .l-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec03-layout .l-desc .l-sub-ttl {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .sec03-layout .l-desc-inr {
    line-height: 2;
  }

  .sec03-layout .l-en {
    left: -5px;
    top: -65px;
    font-size: 56px;
  }

  .sec03-layout .l-btn {
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .sec03 {
    margin-bottom: 50px;
  }

  .sec03-layout {
    display: block;
    margin: 0 5%;
  }

  .sec03-layout+.sec03-layout {
    margin-top: 40px;
  }

  .sec03-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec03-layout .l-desc {
    width: 100%;
    padding: 0;
  }

  .sec03-layout .l-desc .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sec03-layout .l-btn {
    margin-top: 25px;
    display: block;
  }

  .sec03-layout .l-btn a:not(:last-child) {
    margin: 0 0 15px;
  }

  .sec03-layout.reverse .l-desc {
    padding: 0;
  }
}



.sec04 {
  position: relative;
  padding-bottom: 113px;
}

.sec04::before {
  content: "";
  position: absolute;
  background: #D0D0D0;
  width: 540px;
  height: 849px;
  left: 0;
  bottom: 0;
}

.sec04__layout {
  position: relative;
  padding-right: 111px;
  z-index: 2;
}

.sec04__img {
  width: min(1385px, 77vw);
  height: 537px;
  margin-left: auto;
  margin-bottom: 90px;
}

.sec04__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec04__ttl {
  font-size: 40px;
  color: #000;
  margin-bottom: 30px;
}

.sec04__en {
  position: absolute;
  right: 22px;
  top: -83px;
  color: #e3e3e3;
  font-size: 116px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

.sec04 .container,
.sec04 .breadcrumb ul,
.breadcrumb .sec07 ul {
  max-width: 1112px;
  padding-left: 377px;
}

.sec04 .btn-more {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .sec04 {
    padding-bottom: 80px;
  }

  .sec04::before {
    width: 90%;
    height: 80%;
  }

  .sec04__layout {
    padding-right: 0;
  }

  .sec04__img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }

  .sec04__ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }

  .sec04__en {
    right: 12px;
    top: -43px;
    font-size: 56px;
  }

  .sec04 .container,
  .sec04 .breadcrumb ul,
  .breadcrumb .sec04 ul {
    padding-left: 0;
  }

  .sec04 .btn-more {
    margin-top: 20px;
  }
}





.sec05 {
  position: relative;
  margin-bottom: 113px;
}

.sec05__bg {
  width: 100%;
  height: 488px;
  margin-bottom: -380px;
}

.sec05__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec05__list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(2.285vw, 32px);
}

.sec05__list01 .sec05__listItem a {
  position: relative;
  background-color: #F5E8E8;
  border-radius: 50%;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  width: 17.571vw;
  max-width: 246px;
  height: 17.571vw;
  max-height: 246px;
}

.sec05__list01 .sec05__listItem a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/share/btn-circle-small02.svg) no-repeat center/contain;
}

.sec05__list01 .sec05__listIcon {
  width: 8.571vw;
  max-width: 120px;
  margin-bottom: 15px;
}

.sec05__list01 .sec05__listTtl {
  color: #111111;
  font-size: clamp(12px, 1.285vw, 18px);
  line-height: 1.6;
  margin-bottom: min(1.428vw, 20px);
  transition: color 0.3s;
}

.sec05__list01 .sec05__listItem a:hover .sec05__listTtl {
  color: #E88A96;
}

.sec05__list02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 55px 32px;
}

.sec05__list02 .sec05__listItem a {
  position: relative;
  font-size: 16px;
  transition: 0.3s ease;
}

.sec05__list02 .sec05__listImg {
  margin-bottom: 15px;
}

.sec05__list02 .sec05__listTtl {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #111111;
  line-height: 1.6;
  transition: color 0.3s;
}

.sec05__list02 .sec05__listTtl::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/share/btn-circle-small.svg) no-repeat center/contain;
}

.sec05__list02 .sec05__listItem a:hover .sec05__listTtl {
  color: #E88A96;
}

@media (max-width: 1350px) {
  .sec05__list01 {
    gap: 15px;
  }

  .sec05__list02 .sec05__listTtl {
    font-size: 14px;
  }
}

.sec05 .container,
.sec05 .breadcrumb ul,
.breadcrumb .sec05 ul {
  max-width: 1200px;
}

.sec05 .t-ttl {
  text-align: center;
}

.sec05 .t-ttl .en {
  text-shadow: 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white, 0 12px 60px white;
}

.sec05 .t-ttl .jp {
  margin-top: 0;
  font-size: 40px;
}

#sec05-slider {
  padding-bottom: 90px;
  margin-bottom: 80px;
}

#sec05-slider .splide__slide {
  position: relative;
}

#sec05-slider .splide__arrow {
  background: url(../images/share/icon_splide_arrow.svg) no-repeat center/contain;
  width: 51px;
  height: 51px;
  top: auto;
  bottom: 0;
  right: calc(50% - 138px);
  transform: none;
}

#sec05-slider .splide__arrow svg {
  display: none;
}

#sec05-slider .splide__arrow--prev {
  transform: scaleX(-1);
  right: auto;
  left: calc(50% - 138px);
}

#sec05-slider .splide__pagination {
  display: flex;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

#sec05-slider .splide__pagination__page {
  background: #BFBFBF;
}

#sec05-slider .splide__pagination__page.is-active {
  background: #5D5D5D;
  transform: scale(1);
}

#sec05-slider a {
  display: block;
  border: 1px solid #707070;
  transition: opacity 0.3s;
}

#sec05-slider a:hover {
  opacity: 0.7;
}

#sec05-slider .list-desc {
  position: absolute;
  top: clamp(10px, 2.222vw, 40px);
  left: clamp(10px, 1.611vw, 29px);
  z-index: 1;
}

#sec05-slider .list-txt {
  font-size: clamp(10px, 0.833vw, 15px);
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 15px;
  height: clamp(35px, 3vw, 54px);
}

#sec05-slider .woman-only {
  color: #EA7F83;
  border: 1px solid #EA7F83;
  font-size: clamp(10px, 0.722vw, 13px);
  padding: 3px 10px;
}

#sec05-slider .man-only {
  color: #5E89AF;
  border: 1px solid #5E89AF;
  font-size: clamp(10px, 0.722vw, 13px);
  padding: 3px 10px;
}

#sec05-slider .list-ttl {
  max-width: 210px;
  width: 11.666vw;
  padding-bottom: 10px;
  border-bottom: 1px solid #111;
  margin-bottom: clamp(10px, 2.777vw, 50px);
}

#sec05-slider .list-ttl .en {
  color: #5D5D5D;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 1.555vw, 28px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

#sec05-slider .list-ttl .jp {
  color: #5D5D5D;
  font-size: clamp(10px, 0.833vw, 15px);
}

#sec05-slider .list-price {
  line-height: 1.4;
}

#sec05-slider .list-price .num {
  font-size: clamp(22px, 2.111vw, 38px);
  font-weight: bold;
}

#sec05-slider .list-price .yen {
  font-size: clamp(16px, 1.444vw, 26px);
  font-weight: bold;
}

#sec05-slider .list-price .tax {
  font-size: clamp(12px, 1vw, 18px);
  font-weight: bold;
  font-feature-settings: "palt";
}

#sec05-slider .list-price .time {
  font-size: clamp(10px, 0.833vw, 15px);
}

@media (max-width: 1400px) {
  #sec05-slider .list-desc {
    top: clamp(10px, 2.857vw, 40px);
    left: clamp(10px, 2.071vw, 29px);
  }

  #sec05-slider .list-txt {
    font-size: clamp(10px, 1.071vw, 15px);
    height: clamp(35px, 3.71vw, 52px);
  }

  #sec05-slider .woman-only {
    font-size: clamp(10px, 0.928vw, 13px);
  }

  #sec05-slider .man-only {
    font-size: clamp(10px, 0.928vw, 13px);
  }

  #sec05-slider .list-ttl {
    width: 15vw;
  }

  #sec05-slider .list-ttl .en {
    font-size: clamp(16px, 2vw, 28px);
  }

  #sec05-slider .list-ttl .jp {
    font-size: clamp(10px, 1.071vw, 15px);
  }

  #sec05-slider .list-price .num {
    font-size: clamp(22px, 2.714vw, 38px);
  }

  #sec05-slider .list-price .yen {
    font-size: clamp(16px, 1.857vw, 26px);
  }

  #sec05-slider .list-price .tax {
    font-size: clamp(12px, 1.285vw, 18px);
  }

  #sec05-slider .list-price .time {
    font-size: clamp(10px, 1.071vw, 15px);
  }
}

@media (max-width: 800px) {
  .sec05 {
    margin-bottom: 40px;
  }

  .sec05__bg {
    height: 300px;
    margin-bottom: -190px;
  }

  .sec05__list01 {
    gap: 10px;
  }

  .sec05__list01 .sec05__listItem {
    width: calc(50% - 5px);
  }

  .sec05__list01 .sec05__listItem a {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .sec05__list01 .sec05__listIcon {
    width: 55px;
    margin-bottom: 5px;
  }

  .sec05__list01 .sec05__listTtl {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .sec05__list02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }

  .sec05__list02 .sec05__listItem a {
    font-size: 13px;
    height: 100px;
  }

  .sec05__list02 .sec05__listTtl {
    font-size: 13px;
  }

  .sec05 .t-ttl {
    text-align: center;
  }

  .sec05 .t-ttl .en {
    text-shadow: 8px 0 54px white, 8px 0 54px white, 8px 0 54px white, 8px 0 54px white, 8px 0 54px white, 8px 0 54px white;
  }

  .sec05 .t-ttl .jp {
    margin-top: 0;
    font-size: 21px;
  }

  #sec05-slider .list-desc {
    top: 30px;
    left: 20px;
  }

  #sec05-slider .list-txt {
    font-size: max(12px, 3vw);
    line-height: 1.4;
    height: max(44px, 11vw);
    margin-bottom: 10px;
  }

  #sec05-slider .woman-only {
    display: inline-block;
    margin-bottom: 3px;
    font-size: max(10px, 2.5vw);
  }

  #sec05-slider .man-only {
    display: inline-block;
    margin-bottom: 3px;
    font-size: max(10px, 2.5vw);
  }

  #sec05-slider .list-ttl {
    width: auto;
    margin-bottom: 30px;
  }

  #sec05-slider .list-ttl .en {
    font-size: max(24px, 6vw);
  }

  #sec05-slider .list-ttl .jp {
    font-size: max(15px, 3.75vw);
  }

  #sec05-slider .list-price .num {
    font-size: max(28px, 7vw);
  }

  #sec05-slider .list-price .yen {
    font-size: max(18px, 4.5vw);
  }

  #sec05-slider .list-price .tax {
    font-size: max(14px, 3.5vw);
  }

  #sec05-slider .list-price .time {
    font-size: max(15px, 3.75vw);
  }
}

.sec06 {
  position: relative;
  padding-bottom: 240px;
  padding-top: 120px;
}

.sec06::before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  right: 0;
  top: 0;
  width: 629px;
  height: 324px;
  z-index: 0;
}

.sec06__layout {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: min(202px, 11.2vw);
}

@media (max-width: 1450px) {
  .sec06__layout {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.sec06__desc {
  margin-right: 45px;
}

.sec06__links {
  max-width: 791px;
  width: 100%;
  height: 436px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.sec06__linkItem a {
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  transition: 0.3s ease;
}

.sec06__linkItem a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sec06__linkItem a::before {
  content: "";
  position: absolute;
  background: url(../images/share/btn-circle-line.svg) no-repeat center/contain;
  height: 51px;
  width: 51px;
  right: 13px;
  bottom: 11px;
}

.sec06__linkItem--01 {
  background: url(../images/sec06_img01.jpg) no-repeat center/cover;
}

.sec06__linkItem--02 {
  background: url(../images/sec06_img02.jpg) no-repeat center/cover;
}

.sec06__linkItem--03 {
  background: url(../images/sec06_img03.jpg) no-repeat center/cover;
}

.sec06__linkmTtl {
  color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 16px;
}

.sec06__en {
  position: relative;
  color: #e3e3e3;
  font-size: 116px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.sec06__ttl {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 1450px) {
  .sec06__ttl {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .sec06 {
    padding-bottom: 120px;
    padding-top: 40px;
  }

  .sec06::before {
    width: 80%;
    height: 220px;
  }

  .sec06__layout {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }

  .sec06__desc {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .sec06__links {
    max-width: 100%;
    height: 360px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .sec06__linkItem a {
    padding: 15px;
  }

  .sec06__linkItem a::before {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 10px;
  }

  .sec06__linkmTtl {
    font-size: 14px;
  }

  .sec06__en {
    font-size: 56px;
  }

  .sec06__ttl {
    font-size: 21px;
  }
}

.tab-area {
  display: flex;
  justify-content: center;
}

.tab-item {
  background-color: #EAEAEA;
  color: #313131;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 15px 20px;
  width: 50%;
  cursor: pointer;
}

.tab-item.active {
  background-color: #A7A7A7;
  color: #fff;
}

.panel-area {
  background: #fff;
  padding: 48px 60px 50px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.panel-item {
  display: none;
}

.panel-item.active {
  display: block;
}

/* 美容ページ用 */
.beauty .tab-item {
  width: 33.333%;
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1.375;
  background: #fff;
  border: 1px solid #E88A96;
  border-left: none;
  padding: 7px 20px;
}

.beauty .tab-item:first-child {
  border-left: 1px solid #E88A96;
}

.beauty .tab-item.active {
  background: #E88A96;
}

.beauty .panel-area {
  background: #FAF6F0;
  padding: 30px 40px;
  box-shadow: none;
}

.beauty .panel-area .u-h3 span {
  background: #FAF6F0;
}

.brand-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.brand-list .list-img {
  margin-bottom: 15px;
}

.brand-list .list-desc {
  text-align: center;
}

.brand-list .list-ttl {
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .tab-item {
    font-size: 16px;
    padding: 10px;
  }

  .panel-area {
    padding: 20px 20px 30px;
  }

  .beauty .tab-item {
    font-size: 12px;
    padding: 5px 10px;
  }

  .beauty .panel-area {
    padding: 20px;
  }

  .brand-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


.sec08 {
  position: relative;
  padding-bottom: 142px;
  padding-top: 34px;
}

.sec08::before {
  content: "";
  position: absolute;
  background: #F2F2F2;
  width: 1095px;
  height: 413px;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.sec08__layout {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  padding-right: 111px;
}

@media (max-width: 1280px) {
  .sec08__layout {
    padding: 0 50px;
  }
}

.sec08__img {
  position: relative;
  max-width: 661px;
  width: 100%;
}

.sec08__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec08__desc {
  max-width: 637px;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width: 1500px) {
  .sec08__desc {
    max-width: 450px;
  }
}

.sec08__ttl {
  font-size: 40px;
  color: #000;
  margin-bottom: 20px;
}

.sec08__en {
  position: absolute;
  left: -70px;
  top: -75px;
  color: #e3e3e3;
  font-size: 116px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

.sec08 .btn-more {
  margin-top: 30px;
}

@media (max-width: 800px) {
  .sec08 {
    padding-bottom: 100px;
    padding-top: 30px;
  }

  .sec08::before {
    width: 90%;
    height: 500px;
  }

  .sec08__layout {
    display: block;
    padding-right: 0;
  }

  .sec08__img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .sec08__desc {
    max-width: 100%;
    padding: 0 20px 20px;
  }

  .sec08__ttl {
    font-size: 22px;
  }

  .sec08__en {
    left: 0;
    top: -30px;
    font-size: 56px;
  }

  .sec08 .btn-more {
    margin-top: 30px;
  }
}

.sec09 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 84px;
}

.sec09::before {
  content: "";
  position: absolute;
  width: 518px;
  height: 458px;
  left: 0;
  bottom: 0;
  background: #D0D0D0;
}

.sec09__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 35px;
}

.sec09__btn {
  padding-bottom: 8px;
}

.sec09__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}

.sec09 li {
  overflow: hidden;
}

.sec09 li:hover img {
  transform: scale(1.2);
}

.sec09 li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}

.sec09 .t-ttl {
  margin-bottom: 0;
}

.sec09 .t-ttl .en {
  color: #E3E3E3;
}

.sec09 .t-ttl .jp {
  font-size: 40px;
  color: #000;
  margin-top: 20px;
}

@media (max-width: 800px) {
  .sec09 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .sec09::before {
    width: 20%;
    height: 100%;
  }

  .sec09__top {
    display: block;
    margin-bottom: 30px;
  }

  .sec09__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .sec09 .t-ttl .jp {
    font-size: 22px;
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  .sec02 {
    margin-bottom: 100px;
  }

  .sec02-layout {
    display: block;
    margin: 0 5%;
  }

  .sec02-layout+.sec02-layout {
    margin-top: 40px;
  }

  .sec02-layout .l-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec02-layout .l-desc {
    width: 100%;
    padding: 0;
  }

  .sec02-layout .l-desc .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .sec02-layout .l-btn {
    margin-top: 25px;
    display: block;
  }

  .sec02-layout .l-btn a:not(:last-child) {
    margin: 0 0 15px;
  }

  .sec02-layout.reverse .l-desc {
    padding: 0;
  }
}

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news01 {
  font-size: 14px;
}

.list-top-news01 li {
  display: flex;
  text-align: left;
}

.list-top-news01 time {
  display: inline-block;
  color: #888;
  width: 90px;
  margin-right: 40px;
}

.list-top-news01 time::after {
  content: "|";
  font-size: 12px;
  margin: 0 0 0 20px;
  vertical-align: 2px;
}

.list-top-news01 a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.list-top-news01 a:hover {
  text-decoration: underline;
}

.list-top-news02 .list-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ACACAC;
}

.list-top-news02 .list-item:first-child {
  border-top: 1px solid #ACACAC;
}

.list-top-news02 time {
  font-family: "Montserrat", sans-serif;
  color: #ACACAC;
  margin-right: 30px;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.list-top-news02 a:hover {
  text-decoration: underline;
}

.list-top-news03 .list-item {
  padding: 0 20px 20px;
  border-bottom: 1px solid #C7C7C7;
}

.list-top-news03 .list-item:not(:last-child) {
  margin-bottom: 20px;
}

.list-top-news03 time {
  font-family: "Montserrat", sans-serif;
  color: #ACACAC;
}

.list-top-news03 .list-txt dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.list-top-news03 .list-txt dd {
  font-size: 13px;
}

.list-top-news03 a {
  transition: 0.3s;
}

.list-top-news03 a:hover {
  opacity: 0.7;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
}

.list-top-blog01 .list-item,
.list-top-blog02 .list-item {
  width: 25%;
}

.list-top-blog01 .list-item a,
.list-top-blog02 .list-item a {
  display: block;
}

.list-top-blog01 .list-item a:hover .list-img img,
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog01 .list-item:not(:last-child),
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  margin-bottom: 10px;
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #ACACAC;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news01 {
    margin-top: 30px;
    font-size: 14px;
  }

  .list-top-news01 li {
    display: block;
  }

  .list-top-news01 time {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list-top-news01 time::after {
    display: none;
  }

  .list-top-news02 .list-item {
    display: block;
  }

  .list-top-news02 time {
    margin-right: 0;
  }

  .list-top-news02 .list-txt {
    width: 100%;
  }

  .list-top-news03 .list-item {
    padding: 0 0 20px;
  }

  /*ブログ*/
  .list-top-blog01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .list-top-blog01 .list-item {
    width: calc(50% - 10px);
  }

  .list-top-blog01 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-top-blog01 .list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .list-top-blog01 .list-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .list-top-blog01 .list-img img {
    height: 120px;
  }

  .list-top-blog01 time {
    font-size: 13px;
  }

  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 100px;
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 320px;
  min-height: 320px;
}

.page-ttl-main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #000000;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
  }

  .page-ttl-main {
    font-size: 25px;
  }

  .page-ttl-sub {
    font-size: 15px;
  }
}

/*------------
下層ページタイトル 美容ページ
--------------*/
.page-ttl-beauty {
  margin: 100px 0 15px;
}

.page-ttl-beauty::before {
  content: "";
  display: block;
  background: url(../images/under/beauty_top_bg.jpg) center/cover no-repeat;
  width: 88.888vw;
  height: 450px;
  border-radius: 0 0 50px 0;
  margin-bottom: 30px;
}

.page-ttl-beauty.menu::before {
  background: url(../images/under/beauty_top_bg_menu.jpg) center/cover no-repeat;
}

.page-ttl-beauty.picolaser::before {
  background: url(../images/under/beauty_top_bg_picolaser.jpg) center/cover no-repeat;
}

.page-ttl-beauty.gentlemaxpro::before {
  background: url(../images/under/beauty_top_bg_gentlemaxpro.jpg) center/cover no-repeat;
}

.page-ttl-beauty.ipl::before {
  background: url(../images/under/beauty_top_bg_ipl.jpg) center/cover no-repeat;
}

.page-ttl-beauty.chemicalpeeling::before {
  background: url(../images/under/beauty_top_bg_chemicalpeeling.jpg) center/cover no-repeat;
}

.page-ttl-beauty.electroporation::before {
  background: url(../images/under/beauty_top_bg_electroporation.jpg) center left/cover no-repeat;
}

.page-ttl-beauty.hydrabooster::before {
  background: url(../images/under/beauty_top_bg_hydrabooster.jpg) center/cover no-repeat;
}

.page-ttl-beauty.tranexpeel::before {
  background: url(../images/under/beauty_top_bg_tranexpeel.jpg) center left/cover no-repeat;
}

.page-ttl-beauty.diet::before {
  background: url(../images/under/beauty_top_bg_diet.jpg) center/cover no-repeat;
}

.page-ttl-beauty.cosmetics-supplement::before {
  background: url(../images/under/beauty_top_bg_cosmetics-supplement.jpg) center/cover no-repeat;
}

.page-ttl-beauty.skindiagnosis::before {
  background: url(../images/under/beauty_top_bg_skindiagnosis.jpg) center/cover no-repeat;
}

.page-ttl-beauty .en {
  color: #5D5D5D;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 73px;
  line-height: 1;
  margin-bottom: 10px;
}

.page-ttl-beauty .jp {
  font-size: 25px;
}

@media (max-width: 1024px) {
  .page-ttl-beauty::before {
    height: 350px;
  }
}

@media (max-width: 800px) {
  .page-ttl-beauty {
    margin: 0 0 15px;
  }

  .page-ttl-beauty::before {
    width: 95%;
    height: 150px;
    margin-bottom: 10px;
  }

  .page-ttl-beauty .en {
    font-size: 35px;
  }

  .page-ttl-beauty .jp {
    font-size: 16px;
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 30px;
  position: relative;
  margin-bottom: 50px;
  color: #111111;
}

.u-h2 span,
.post-category-ttl span,
.postdata h1 span {
  background: #fff;
  padding: 0 55px 0 0;
  position: relative;
  z-index: 1;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #C7C7C7;
  transform: translateY(-50%);
}

.u-h3,
.post-ttl,
.postdata h2 {
  font-size: 23px;
  color: #676767;
  margin-bottom: 30px;
}

.u-h4,
.postdata h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #111111;
}

@media (max-width: 800px) {

  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  .u-h2 span,
  .post-category-ttl span,
  .postdata h1 span {
    display: inline-block;
    padding: 0 20px 0 0;
  }

  .u-h3,
  .post-ttl,
  .postdata h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 18px;
  }
}

/*------------
下層ページ見出し 美容ページ
--------------*/
.beauty .u-h2 {
  padding-top: 15px;
}

.beauty .u-h2 span {
  background-color: transparent;
  padding: 0 0 0 24px;
}

.beauty .u-h2::before {
  content: "";
  background-color: #FFF5F5;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  left: 0;
}

.beauty .u-h3 {
  color: #E88A95;
  position: relative;
}

.beauty .u-h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 26px 0 0;
  position: relative;
  z-index: 1;
}

.beauty .u-h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #E88A95;
  transform: translateY(-50%);
}

.beauty .u-h4 {
  padding-bottom: 6px;
  border-bottom: 1px solid #FFF5F5;
  position: relative;
}

.beauty .u-h4::before {
  content: "";
  border-bottom: 1px solid #E88A95;
  width: 184px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media (max-width: 800px) {
  .beauty .u-h2 {
    padding-top: 20px;
  }

  .beauty .u-h2 span {
    padding: 0 0 0 20px;
  }

  .beauty .u-h2::before {
    width: 48px;
    height: 48px;
    top: 25px
  }

  .beauty .u-h3 {
    font-size: 23px;
  }

  .beauty .u-h3 span {
    padding: 0 20px 0 0;
  }

  .beauty .u-h4 {
    font-size: 18px;
  }

  .beauty .u-h4::before {
    width: 120px;
  }
}

/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.breadcrumb ul {
  font-size: 14px;
}

.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}

.breadcrumb ul li+li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

/*------------
pタグ同士の余白
--------------*/
.u-contents p+p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .u-contents p+p {
    margin-top: 1em;
  }
}

/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}

.tall:last-child {
  padding: 70px 0 140px;
}

.tall.bg01 {
  background: #F2F2F2;
}

.short+.short {
  margin-top: 50px;
}

.short+.x-short {
  margin-top: 30px;
}

.x-short+.x-short {
  margin-top: 30px;
}

.x-short+.short {
  margin-top: 50px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall {
    padding: 40px 0;
  }

  .tall:last-child {
    padding: 40px 0 80px;
  }

  .short+.short {
    margin-top: 30px;
  }

  .x-short+.short {
    margin-top: 30px;
  }
}

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #ACACAC;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li::before {
  background: #ACACAC;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.layout-bg {
  display: flex;
}

.layout-bg .l-img {
  position: relative;
  width: 65%;
  height: 470px;
  margin-left: -100px;
  z-index: 1;
}

.layout-bg .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1260px) {
  .layout-bg .l-img {
    width: 55%;
    margin-left: 0;
  }
}

.layout-bg .l-desc {
  background: #fff;
  border: 1px solid #D3D3D3;
  padding: 55px 55px 55px 70px;
  margin: 130px -100px 0 -60px;
  flex: 1;
  position: relative;
  z-index: 1;
}

@media (max-width: 1260px) {
  .layout-bg .l-desc {
    margin-right: 0;
  }
}

.layout-bg .l-desc::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  height: 100%;
  width: 100%;
  border: 1px solid #D3D3D3;
}

.layout-bg.reverse {
  flex-direction: row-reverse;
}

.layout-bg.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

.layout-bg .l-num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.layout-bg .l-ttl {
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 10px;
  color: #111111;
  border-bottom: 1px solid #F5E8E8;
  margin-bottom: 20px;
}

.layout-bg .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.layout-bg .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #4a8eff;
  width: 30px;
  height: 2px;
}

/* 美容ページ用 */
.beauty .layout-bg .l-img {
  padding-top: 50px;
  position: relative;
}

.beauty .layout-bg .l-img::before {
  content: "";
  background-color: #FFF5F5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
}

.beauty .layout-bg .l-img::after {
  content: attr(data-en);
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: clamp(1.6rem, 5vw, 9rem);
  color: #E88A95;
  opacity: .6;
  line-height: 1;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 1;
}

.beauty .layout-bg .l-img.small::after {
  font-size: clamp(1.6rem, 3.333vw, 6rem);
  bottom: -15px;
}

.beauty .layout-bg .l-ttl {
  padding-left: 45px;
  position: relative;
}

.beauty .layout-bg .l-ttl::before {
  content: "";
  background: url(../images/under/icon_layout-bg_ttl.svg) center/contain no-repeat;
  width: 36px;
  aspect-ratio: 36 / 38;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 800px) {
  .layout-bg {
    display: block;
  }

  .layout-bg .l-img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .layout-bg .l-desc {
    padding: 30px 5vw 30px;
    margin: -20px auto 0;
  }

  .layout-bg .l-desc::before {
    top: 5px;
    left: 5px;
  }

  .layout-bg.reverse {
    flex-direction: column;
  }

  .layout-bg.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }

  .layout-bg .l-num {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .layout-bg .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .layout-bg .l-sub-ttl {
    gap: 15px;
    font-size: 17px;
    margin-bottom: 15px;
  }

  .layout-bg .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }

  .beauty .layout-bg .l-img {
    padding-top: 25px;
  }

  .beauty .layout-bg .l-img::before {
    top: 0;
    left: -25px;
  }

  .beauty .layout-bg .l-img::after {
    font-size: 40px;
    bottom: 275px;
  }

  .beauty .layout-bg .l-img.small::after {
    font-size: 35px;
    bottom: 25px;
  }

  .beauty .layout-bg .l-img.sp-bottom::after {
    bottom: 25px;
  }

  .beauty .layout-bg .l-ttl {
    padding-left: 40px;
  }

  .beauty .layout-bg .l-ttl::before {
    width: 30px;
  }
}

.list-anchor-link-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.list-anchor-link-card>li a {
  display: block;
  background: #848484;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 10px 40px;
  transition: 0.3s;
}

.list-anchor-link-card>li a:hover {
  opacity: 0.5;
}

.list-anchor-link-card>li a::after {
  content: "";
  width: 19px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../images/share/icon_btn_arrow.svg) center/contain no-repeat;
}

/* 美容ページ用 */
.list-anchor-link-card.beauty-link>li a {
  color: #111;
  background: #FAF6F0;
  border-radius: 2px;
}

.list-anchor-link-card.beauty-link>li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #E88A95;
  border-bottom: 2px solid #E88A95;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

.list-anchor-link-card.beauty-link>li a:hover {
  opacity: 0.7;
}


.list-anchor-link-card02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.list-anchor-link-card02>li a {
  display: block;
  background: #E88A95;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding: 10px 40px;
  transition: 0.3s;
}

.list-anchor-link-card02>li a:hover {
  opacity: 0.5;
}

.list-anchor-link-card02>li a::after {
  content: "";
  width: 19px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../images/share/icon_btn_arrow.svg) center/contain no-repeat;
}



@media (max-width: 800px) {
  .list-anchor-link-card {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .list-anchor-link-card>li a {
    font-size: 16px;
    padding: 10px 35px;
  }

  .list-anchor-link-card>li a::after {
    width: 15px;
    height: 15px;
    right: 15px;
    transform: translateY(-50%);
  }

  .list-anchor-link-card02 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .list-anchor-link-card02>li a {
    font-size: 16px;
    padding: 10px 35px;
  }

  .list-anchor-link-card02>li a::after {
    width: 15px;
    height: 15px;
    right: 15px;
    transform: translateY(-50%);
  }
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR.small .l-img,
.l-imgL.small .l-img {
  margin-top: 30px;
  width: 37%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR .l-desc .l-sbttl,
.l-imgL .l-desc .l-sbttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.l-imgR .l-desc .u-list-box,
.l-imgL .l-desc .u-list-box {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}

.u-list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.l-imgR .l-desc .u-list-box li,
.l-imgL .l-desc .u-list-box li {
  width: 300px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ACACAC;
  padding: 13px 20px;
  text-align: center;
}

.u-list-box li {
  width: 300px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ACACAC;
  padding: 13px 20px;
  text-align: center;
}

.l-img-circle {
  position: relative;
  margin-bottom: 25px;
}

.l-img-circle .l-img-circle-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
}

.l-imgR {
  flex-direction: row-reverse;
}

/* 美容ページ用 */
.beauty .l-imgR .l-desc .u-list-box li,
.beauty .l-imgL .l-desc .u-list-box li {
  border-color: #E88A95;
  position: relative;
}

.beauty .u-list-box {
  grid-gap: 55px;
}

.beauty .u-list-box li {
  border-color: #E88A95;
  width: min(100%, 300px);
  position: relative;
}

.beauty .l-imgR .l-desc .u-list-box li::before,
.beauty .l-imgL .l-desc .u-list-box li::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #E88A95;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}

.beauty .u-list-box li::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #E88A95;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR.small .l-img,
  .l-imgL.small .l-img {
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.w30,
  .l-imgL .l-img.w30 {
    width: 100%;
  }

  .l-imgR .l-desc,
  .l-imgL .l-desc {
    width: 100%;
  }

  .l-imgR .l-desc .l-sbttl,
  .l-imgL .l-desc .l-sbttl {
    font-size: 17px;
  }

  .l-imgR .l-desc .u-list-box,
  .l-imgL .l-desc .u-list-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .u-list-box {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .l-imgR .l-desc .u-list-box li,
  .l-imgL .l-desc .u-list-box li {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ACACAC;
    padding: 13px 20px;
    text-align: center;
  }

  .u-list-box li {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #ACACAC;
    padding: 13px 20px;
    text-align: center;
  }

  .beauty .u-list-box {
    grid-gap: 15px;
  }

  .beauty .u-list-box li {
    width: 100%;
  }

  .l-img-circle {
    margin-bottom: 20px;
  }

  .l-img-circle .l-img-circle-desc {
    font-size: 3.2vw;
  }
}

.u-layout01 .l-desc {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 1024px;
  margin: -100px auto 0;
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.u-layout01 .l-img {
  width: 100%;
}

.u-layout01 .l-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.u-layout01 .l-ttl {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  color: #111111;
  border-bottom: 1px solid #F5E8E8;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .u-layout01 .l-desc {
    padding: 30px 20px;
    margin: -50px auto 0;
  }

  .u-layout01 .l-img img {
    height: 200px;
    object-fit: cover;
  }

  .u-layout01 .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.u-box01 {
  background: #FAF6F0;
  padding: 50px 85px 60px;
}

.u-box01 .box-ttl {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #111111;
  text-align: center;
}

.u-box01 .box-desc {
  font-size: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.u-box01 .box-inner {
  display: grid;
  grid-template-columns: 1fr 260px 1fr;
  align-items: center;
  grid-gap: 25px;
}

.u-box01 .list-anchor-link-card {
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.u-box01 .list-anchor-link-card>li a {
  background: #E88A95;
}

@media (max-width: 800px) {
  .u-box01 {
    padding: 30px 20px 45px;
  }

  .u-box01 .box-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .u-box01 .box-desc {
    font-size: 12px;
  }

  .u-box01 .box-inner {
    grid-template-columns: 1fr;
    grid-gap: 5px;
    max-width: 260px;
    margin: 0 auto;
  }

  .u-box01 .list-anchor-link-card {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.l-arrow-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 52px;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.l-arrow-img::before {
  content: "";
  position: absolute;
  background: url(../images/under/icon_try.svg) center/contain no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 24px;
  width: 12px;
}

/* 美容ページ用 */
.beauty .l-arrow-img::before {
  background: url(../images/under/icon_try_beauty.svg) center/contain no-repeat;
}

@media (max-width: 800px) {
  .l-arrow-img {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .l-arrow-img::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

.u-layout03-ttl {
  padding-bottom: 15px;
  border-bottom: 1px solid #F5E8E8;
  margin-bottom: 40px;
}

.u-layout03-ttl .-sbttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #A7A7A7;
  padding: 5px 10px;
  margin-right: 15px;
}

.u-layout03-ttl .-ttl {
  font-size: 23px;
  font-weight: 500;
  color: #111111;
}

/* 美容ページ用 */
.beauty .u-layout03-ttl .-sbttl {
  background-color: #FFF5F5;
  color: #111;
}

@media (max-width: 800px) {
  .u-layout03-ttl {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }

  .u-layout03-ttl .-sbttl {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .u-layout03-ttl .-ttl {
    display: block;
    font-size: 18px;
  }
}

.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}

.staff-layout .l-img {
  flex: 1;
}

.staff-layout .l-desc {
  flex: 1.5;
  margin-right: 50px;
}

.staff-layout .job {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.staff-layout .name {
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  margin-right: 25px;
  font-weight: 500;
  color: #000000;
}

.staff-layout .en {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #ACACAC;
  font-weight: 400;
}

.staff-career {
  font-size: 16px;
}

.staff-career li {
  border-bottom: 1px dotted #ACACAC;
  padding: 10px 0;
  display: flex;
}

.staff-career .data {
  width: 15%;
}

.staff-career .txt {
  width: 85%;
}

@media (max-width: 800px) {
  .staff-layout {
    display: block;
  }

  .staff-layout .l-img {
    margin-bottom: 20px;
  }

  .staff-layout .l-desc {
    margin-right: 0;
  }

  .staff-layout .job {
    font-size: 16px;
  }

  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 16px;
  }

  .staff-career li {
    display: block;
  }

  .staff-career .data {
    width: auto;
    display: block;
    font-weight: bold;
  }

  .staff-career .txt {
    width: 100%;
  }
}

.list-card01 .list-item {
  border: 1px solid #ACACAC;
  background: #fff;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card01 .num {
  display: block;
  color: #F5E8E8;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px solid #ACACAC;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.list-card01 .list-ttl.tac {
  border-bottom: none;
  padding-bottom: 0;
}

.list-card02 .list-item {
  background: #F2F2F2;
}

.list-card02 .list-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #111111;
}

.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}

.list-card03 .list-item {
  background-color: #F2F2F2;
}

.list-card03 .list-img {
  margin-bottom: 20px;
}

.list-card03 .list-ttl {
  font-size: 20px;
  margin-bottom: 15px;
}

.list-card01,
.list-card02,
.list-card03 {
  display: flex;
  flex-wrap: wrap;
}

.list-card01.col2 .list-item,
.list-card02.col2 .list-item,
.list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}

.list-card01.col2 .list-item:nth-child(odd),
.list-card02.col2 .list-item:nth-child(odd),
.list-card03.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}

.list-card01.col2 .list-item:nth-child(n+3),
.list-card02.col2 .list-item:nth-child(n+3),
.list-card03.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}

.list-card01.col2 .list-item:last-child,
.list-card02.col2 .list-item:last-child,
.list-card03.col2 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col3 .list-item,
.list-card02.col3 .list-item,
.list-card03.col3 .list-item {
  padding: 25px;
  width: 31.25%;
}

.list-card01.col3 .list-item:not(:nth-child(3n)),
.list-card02.col3 .list-item:not(:nth-child(3n)),
.list-card03.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-card01.col3 .list-item:nth-child(n+4),
.list-card02.col3 .list-item:nth-child(n+4),
.list-card03.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-card01.col3 .list-item:last-child,
.list-card02.col3 .list-item:last-child,
.list-card03.col3 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col4 .list-item,
.list-card02.col4 .list-item,
.list-card03.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}

.list-card01.col4 .list-item:not(:nth-child(4n)),
.list-card02.col4 .list-item:not(:nth-child(4n)),
.list-card03.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}

.list-card01.col4 .list-item:nth-child(n+5),
.list-card02.col4 .list-item:nth-child(n+5),
.list-card03.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}

.list-card01.col4 .list-item:last-child,
.list-card02.col4 .list-item:last-child,
.list-card03.col4 .list-item:last-child {
  margin-right: 0;
}

.list-card01.center,
.list-card02.center,
.list-card03.center {
  justify-content: center;
}

/* 美容ページ用 */
.beauty .list-card02 .list-item {
  background: #FAF6F0;
}

@media (max-width: 800px) {
  .list-card01 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card02 .list-img {
    margin-bottom: 15px;
  }

  .list-card03 .list-img {
    margin-bottom: 15px;
  }

  .list-card03 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card01,
  .list-card02,
  .list-card03 {
    display: block;
  }

  .list-card01.col2 .list-item,
  .list-card02.col2 .list-item,
  .list-card03.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col2 .list-item:nth-child(odd),
  .list-card02.col2 .list-item:nth-child(odd),
  .list-card03.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card01.col2 .list-item:nth-child(n+2),
  .list-card02.col2 .list-item:nth-child(n+2),
  .list-card03.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col3 .list-item,
  .list-card02.col3 .list-item,
  .list-card03.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col3 .list-item:not(:nth-child(3n)),
  .list-card02.col3 .list-item:not(:nth-child(3n)),
  .list-card03.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card01.col3 .list-item:nth-child(n+2),
  .list-card02.col3 .list-item:nth-child(n+2),
  .list-card03.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col4 .list-item,
  .list-card02.col4 .list-item,
  .list-card03.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }

  .list-card01.col4 .list-item:not(:last-child),
  .list-card02.col4 .list-item:not(:last-child),
  .list-card03.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-card01.col4 .list-item:nth-child(n+2),
  .list-card02.col4 .list-item:nth-child(n+2),
  .list-card03.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
}

.tel-layout04 {
  background: #f5f5f5;
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
}

.tel-layout04 .l-ttl {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout04 .l-ttl .en {
  font-size: 15px;
  color: #ACACAC;
}

.tel-layout04 .l-ttl .jp {
  font-size: 30px;
  color: #111111;
}

.tel-layout04 .wrap {
  display: flex;
  justify-content: center;
  grid-gap: 120px;
}

.tel-layout04 .wrap .col+.col {
  position: relative;
}

.tel-layout04 .wrap .col+.col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #333 2px, rgba(17, 17, 17, 0) 2px, rgba(17, 17, 17, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}

.tel-layout04 .col-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.tel-layout04 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
}

.tel-layout04 .l-btn {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding: 10px;
  min-height: 70px;
  min-width: 300px;
  transition: all 0.3s ease-out;
}

.tel-layout04 .l-btn img {
  filter: brightness(0) invert(1);
}

.tel-layout04 .l-time {
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

.tel-layout04 .l-time .item {
  display: grid;
  align-items: baseline;
  grid-template-columns: 80px 1fr;
  grid-gap: 10px;
}

.tel-layout04 .l-time dt {
  border: 1px solid #000000;
  text-align: center;
  color: #000000;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

@media (max-width: 900px) {
  .tel-layout04 {
    padding: 35px 25px;
  }

  .tel-layout04 .l-ttl {
    margin: 0 auto 25px;
  }

  .tel-layout04 .l-ttl .en {
    font-size: 12px;
  }

  .tel-layout04 .l-ttl .jp {
    font-size: 25px;
  }

  .tel-layout04 .wrap {
    flex-direction: column;
    grid-gap: 60px;
  }

  .tel-layout04 .wrap .col+.col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -30px;
    left: 0;
  }

  .tel-layout04 .l-tel {
    font-size: 24px;
  }

  .tel-layout04 .l-tel img {
    width: 18px;
  }

  .tel-layout04 .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }

  .tel-layout04 .l-btn img {
    width: 25px;
  }
}

.box-type01 {
  background: #F2F2F2;
  border: 1px solid #D3D3D3;
  padding: 40px;
}

.box-type01 .box-ttl {
  font-size: 22px;
  margin-bottom: 20px;
  color: #111111;
}

@media (max-width: 800px) {
  .box-type01 {
    padding: 25px 20px;
  }

  .box-type01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.under-slider01 .splide {
  margin: 0 auto;
}

.under-slider01 .splide__track {
  overflow: visible;
}

.under-slider01 .splide__slide:not(.is-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}

.under-slider01 .splide__arrow--prev {
  left: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow--next {
  right: calc((100% - 860px) / 2);
}

.under-slider01 .splide__arrow {
  top: 263px;
  transform: translateY(0);
}

.under-slider01 .item-desc {
  margin-top: 25px;
}

.under-slider01 .item-ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .under-slider01 .item-desc {
    margin-top: 15px;
  }

  .under-slider01 .item-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .under-slider01 .splide__arrow--prev {
    left: 0;
  }

  .under-slider01 .splide__arrow--next {
    right: 0;
  }

  .under-slider01 .splide__arrow {
    top: 28vw;
    transform: translateY(-50%);
  }
}

.list-disc.color01 {
  color: #fff;
}

.list-disc.color01 li:before {
  background: #fff;
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "";
  background: #ACACAC;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding-left: 20px;
}

.list-check li+li {
  margin-top: 3px;
}

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #ACACAC;
  border-bottom: 2px solid #ACACAC;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before {
  background: #ACACAC;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.list-num>li+li {
  margin-top: 5px;
}

.list-check02 li {
  position: relative;
  padding-left: 25px;
}

.list-check02 li+li {
  margin-top: 3px;
}

.list-check02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 15px;
  background: url(../../images/share/icon_check.svg) center/contain no-repeat;
}

/* 美容ページ用 */
.beauty .list-disc li:before {
  background: #E88A95;
}

.beauty .list-check li:before {
  border-left: 2px solid #E88A95;
  border-bottom: 2px solid #E88A95;
}

.beauty .list-num>li:before {
  background: #E88A95;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }

  .list-check li:before {
    top: 8px;
  }

  .list-num>li:before {
    top: 5px;
    padding-left: 1px;
  }

  .list-num>li+li {
    margin-top: 3px;
  }

  .list-check02 li:before {
    top: 6px;
  }
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.list-disc.columns-count2,
.list-check.columns-count2,
.list-num.columns-count2 {
  column-count: 2;
}

.list-disc.list-col3,
.list-check.list-col3,
.list-num.list-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {

  .list-disc.col2,
  .list-disc.col3,
  .list-disc.col4,
  .list-check.col2,
  .list-check.col3,
  .list-check.col4,
  .list-num.col2,
  .list-num.col3,
  .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }

  .list-disc.columns-count2,
  .list-check.columns-count2,
  .list-num.columns-count2 {
    column-count: 1;
  }
}

.box-style01 {
  border: 2px solid #eee;
  background: #f5f5f5;
  padding: 5%;
}

.box-style01 .box-ttl {
  font-size: 22px;
  font-weight: 500;
  color: #111111;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
  }

  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.box-style02 {
  border: 2px solid #eee;
  padding: 5%;
  background: #fff;
}

.box-style02 .box-ttl {
  font-size: 22px;
  font-weight: 500;
  color: #111111;
  text-align: center;
  margin-bottom: 25px;
}

/* 美容ページ用 */
.beauty .box-style02 {
  border: 1px solid #E88A95;
}

.beauty .box-style02.osusume {
  border: 1px solid #E88A95;
  position: relative;
  padding-bottom: 100px;
}

.beauty .box-style02.osusume::before {
  content: "POINT";
  color: #E88A95;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  bottom: -13px;
  right: 0;
  opacity: .24;
}

.beauty .box-style02.osusume .u-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
  margin-bottom: 40px;
}

.beauty .box-style02.osusume .u-h2::before {
  content: none;
}

.beauty .box-style02.osusume .u-h2 span {
  padding: 0 55px;
  position: relative;
}

.beauty .box-style02.osusume .u-h2 span::before,
.beauty .box-style02.osusume .u-h2 span::after {
  content: "";
  background: url(../images/under/icon_box-style02_ttl.svg) center/contain no-repeat;
  width: 42px;
  aspect-ratio: 42 / 30;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.beauty .box-style02.osusume .u-h2 span::before {
  left: 0;
}

.beauty .box-style02.osusume .u-h2 span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 20px;
  }

  .box-style02 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .beauty .box-style02.osusume {
    padding-bottom: 60px;
  }

  .beauty .box-style02.osusume::before {
    font-size: 60px;
    bottom: -10px;
  }

  .beauty .box-style02.osusume .u-h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .beauty .box-style02.osusume .u-h2 span {
    padding: 0 35px;
  }

  .beauty .box-style02.osusume .u-h2 span::before,
  .beauty .box-style02.osusume .u-h2 span::after {
    width: 30px;
  }
}

.box-style03 {
  background: #f5f5f5;
  padding: 40px;
}

.box-style03.bg01 {
  background: #ACACAC;
  color: #fff;
}

.box-style03.bg01 .box-ttl {
  color: #fff;
}

.box-style03 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #ACACAC;
  margin-bottom: 15px;
}

/* 美容ページ用 */
.beauty .box-style03 {
  background: #FAF6F0;
}

.beauty .box-style03 .box-ttl {
  color: #E88A95;
}

.beauty .box-style03 .box-ttl img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(16%) saturate(5707%) hue-rotate(301deg) brightness(102%) contrast(82%);
}

.beauty .box-style03.bg01 {
  background: #E88A95;
}

.beauty .box-style03.bg01 .box-ttl {
  color: #fff;
}

.beauty .box-style03.bg01 .box-ttl img {
  filter: none;
}

.beauty .box-style03 .u-h3 span {
  background: #FAF6F0;
}

@media (max-width: 800px) {
  .box-style03 {
    padding: 30px;
  }
}

.box-style04 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  padding: 5%;
  border: 1px solid #E88A95;
}

@media (max-width: 800px) {
  .box-style04 {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}

.list-col2 {
  display: flex;
  flex-wrap: wrap;
}

.list-col2 video {
  width: 100%;
  height: auto;
}

.list-col2>.list-item {
  width: 48%;
}

.list-col2>.list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2>.list-item:nth-child(n+3) {
  margin-top: 40px;
}

.list-col2>.list-item:last-child {
  margin-right: 0;
}

.list-col2 .list-img {
  margin-bottom: 20px;
}

.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col2 {
    display: block;
  }

  .list-col2>.list-item {
    width: 100%;
  }

  .list-col2>.list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-col2>.list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-col2 .list-img {
    margin-bottom: 15px;
  }
}

.table-style03 th,
.table-style03 td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table-style03 th {
  background: #ACACAC;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.table-style03 th.bg01 {
  background: #f1f1f1;
  color: #333;
}

.table-style03 .tal {
  text-align: left !important;
}

.table-scroll-txt {
  display: none;
}

/* 美容ページ用 */
.beauty .table-style03 th {
  background: #E88A95;
}

.beauty .table-style03 th.bg01 {
  background: #FAF6F0;
}

@media (max-width: 800px) {
  .table-style03.sp-block colgroup {
    display: none;
  }

  .table-style03.sp-block th,
  .table-style03.sp-block td {
    display: block;
  }

  .table-style03.sp-block th {
    border-bottom: none;
  }

  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll02 {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll02::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll02::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll02::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll02 table {
    margin-bottom: 10px !important;
    width: 150%;
  }

  .table-style03.sp-sticky th,
  .table-style03.sp-sticky td {
    border-left: none;
  }

  .table-style03.sp-sticky th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
  }

  .table-style03.sp-sticky th:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #E88A95;
    z-index: -1;
  }

  .table-style03.sp-sticky th:first-child.bg01::before {
    background: #F4F2F0;
  }
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.table-style02 th,
.table-style02 td {
  border: 1px solid #e1e1e1;
  background: #fff;
  line-height: 1.7;
  padding: 15px;
}

.table-style02 th {
  background-color: #ACACAC;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  width: 30%;
}

.table-style02 th.bg01 {
  background-color: #F2F2F2;
  color: #ACACAC;
}

.table-style02 .table-img {
  text-align: center;
}

@media (max-width: 800px) {
  .table-style02 .sticky {
    position: sticky;
    left: 0;
    width: 15% !important;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ACACAC;
  }

  .table-scroll table {
    margin-bottom: 10px;
    width: 150%;
  }

  .table-style02 td {
    font-size: 15px;
  }
}

.flow-style03 {
  display: grid;
  gap: 40px;
}

.flow-style03>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style03>li:not(:last-child)::before {
  content: "";
  background-color: #ACACAC;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ACACAC transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 29px;
}

.flow-style03 .flow-num {
  font-size: 30px;
  font-weight: 400;
  color: #ACACAC;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.flow-style03 .flow-img {
  width: 35%;
}

.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.flow-style03 .flow-ttl {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style03 {
    gap: 30px;
  }

  .flow-style03>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style03>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style03>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style03 .flow-num {
    font-size: 25px;
  }

  .flow-style03 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .flow-style03 .flow-img {
    width: 100%;
  }

  .flow-style03 .flow-ttl {
    margin-bottom: 10px;
  }

  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}


.flow-style04 {
  display: grid;
  gap: 40px;
}

.flow-style04>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style04>li:not(:last-child)::before {
  content: "";
  background-color: #E88A95;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style04>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #E88A95 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 29px;
}

.flow-style04 .flow-num {
  font-size: 30px;
  font-weight: 400;
  color: #E88A95;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.flow-style04 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.flow-style04 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.flow-style04 .flow-img {
  width: 35%;
}

.flow-style04 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

.flow-style04 .flow-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #E88A95;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style04 {
    gap: 30px;
  }

  .flow-style04>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style04>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style04>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style04 .flow-num {
    font-size: 25px;
  }

  .flow-style04 .flow-num::before {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .flow-style04 .wrap {
    flex-direction: column;
    gap: 15px;
  }

  .flow-style04 .flow-img {
    width: 100%;
  }

  .flow-style04 .flow-ttl {
    margin-bottom: 10px;
  }

  .flow-style04 .flow-desc {
    padding-top: 0;
  }
}

.faq-style03 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style03 .item {
  padding: 40px 40px 40px 100px;
}

.faq-style03 .item+.item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style03 dt {
  font-weight: 500;
  color: #111111;
  font-size: 20px;
  margin-bottom: 25px;
  position: relative;
}

.faq-style03 .faq-icon {
  color: #ACACAC;
  font-size: 30px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  position: absolute;
  top: 0;
  left: -60px;
}

/* 美容ページ用 */
.beauty .faq-style03 .faq-icon {
  color: #E88A95;
}

@media (max-width: 800px) {
  .faq-style03 .item {
    padding: 40px 0 40px 60px;
  }

  .faq-style03 dt {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.box-style05 {
  border: 1px solid #ACACAC;
  background: #fff;
}

.box-style05 .box-ttl {
  background-color: #ACACAC;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 15px 40px;
}

.box-style05 .box-desc {
  padding: 50px 60px;
}

/* 美容ページ用 */
.beauty .box-style05 {
  border-color: #E88A95;
}

.beauty .box-style05 .box-ttl {
  background-color: #E88A95;
}

@media (max-width: 800px) {
  .box-style05 .box-ttl {
    font-size: 18px;
    padding: 15px 30px;
    text-align: left;
  }

  .box-style05 .box-desc {
    padding: 25px 30px 30px;
  }
}

.accordion-style01 {
  background-color: #ACACAC;
  border: 1px solid #ACACAC;
}

.accordion-style01 .accordion-btn {
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
}

.accordion-style01 .accordion-desc {
  display: none;
  padding: 30px 30px 30px;
  position: relative;
  background: #fff;
}

.accordion-style01 .accordion-ttl {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.accordion-style01 .accordion-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.accordion-style01 .accordion-open-icon::before,
.accordion-style01 .accordion-open-icon::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.accordion-style01 .accordion-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}

.accordion-style01 .accordion-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}

.accordion-style01 .is-open .accordion-open-icon {
  transform: translateY(-50%) rotate(180deg);
}

.accordion-style01 .is-open .accordion-open-icon::after {
  opacity: 0;
}

.accordion-style01+.accordion-style01 {
  margin-top: 15px;
}

/* 美容ページ用 */
.beauty .accordion-style01 {
  background: #E88A96;
  border-color: #E88A96;
}

.beauty .accordion-style01 .accordion-desc {
  border-color: #FAF6F0;
}

@media (max-width: 800px) {
  .accordion-style01 {
    line-height: 1.5;
  }

  .accordion-style01 .accordion-btn {
    padding: 15px 35px 15px 15px;
  }

  .accordion-style01 .accordion-ttl {
    font-size: 16px;
  }

  .accordion-style01 .accordion-desc {
    padding: 15px 15px 15px;
  }

  .accordion-style01 .accordion-open-icon {
    right: 0;
  }
}

.u-img {
  max-width: 500px;
  width: 500px;
}

@media (max-width: 800px) {
  .u-img {
    max-width: 360px;
    width: 100%;
  }
}

.flow-style02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.flow-style02>li {
  background: #F2F2F2;
  padding: 25px;
  position: relative;
}

.flow-style02>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ACACAC;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style02 .flow-num {
  background: #ACACAC;
  border-radius: 50px;
  display: table;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  padding: 0 20px;
  margin: 0 auto 10px;
}

.flow-style02 .flow-ttl {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  text-align: center;
  margin-bottom: 15px;
}

.flow-style02 .flow-img {
  margin-bottom: 20px;
}

/* 美容ページ用 */
.beauty .flow-style02 li {
  background: #FAF6F0;
}

.beauty .flow-style02 .flow-num {
  background: #E88A95;
}

.beauty .flow-style02>li:not(:last-child)::after {
  border-color: transparent transparent transparent #F5E8E8;

}

@media (max-width: 800px) {
  .flow-style02 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .flow-style02>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

.tel-layout02 {
  background: #F2F2F2;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

.tel-layout02 .l-ttl {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 30px;
  font-size: 18px;
  color: #111111;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout02 .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.tel-layout02 .l-tel {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 35px;
  line-height: 1;
}

.tel-layout02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
}

.tel-layout02 .l-time .item {
  display: grid;
  align-items: baseline;
  grid-template-columns: 80px 1fr;
  grid-gap: 10px;
}

.tel-layout02 .l-time dt {
  border: 1px solid #ACACAC;
  text-align: center;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

@media (max-width: 800px) {
  .tel-layout02 .l-ttl {
    font-size: 15px;
    margin: 0 auto 25px;
  }

  .tel-layout02 .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .tel-layout02 .l-tel {
    font-size: 30px;
  }
}

.gallery-slider01 {
  overflow: hidden;
}

.gallery-slider01 img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .gallery-slider01 img {
    height: 200px;
  }
}

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide__track {
  overflow: visible;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}

.gallery-slider01 .splide__arrow--prev {
  top: 190px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .gallery-slider01 .splide__arrow--prev {
    top: 100px;
    left: 20px;
  }

  .gallery-slider01 .splide__arrow--next {
    top: 100px;
    right: 20px;
  }
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  background: #F2F2F2;
  padding-top: 130px;
  padding-bottom: 118px;
}

.footer__logo {
  display: block;
  margin-right: 19px;
}

.footer__tel {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}

.footer__top {
  margin: 0 auto 80px;
  max-width: 1024px;
  width: 90%;
  display: flex;
}

.footer__topLeft {
  margin-right: 68px;
  display: flex;
  align-items: center;
}

.footer__topLeft a:hover {
  opacity: 0.7;
}

.footer__btm {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
  padding-bottom: 70px;
}

.footer__navi {
  display: flex;
  color: #111;
}

.footer__navi a:hover {
  text-decoration: underline;
}

.footer__naviItem:not(:last-child) {
  margin-right: 72px;
}

.footer__naviTtl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer__naviList {
  position: relative;
  font-size: 15px;
}

.footer__naviList>li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}

.footer__naviList>li::before {
  content: "";
  position: absolute;
  background: #C9C9C9;
  width: 5px;
  height: 1px;
  left: 0;
  top: 9px;
}

.footer__naviList>li+li {
  margin-top: 17px;
}

.footer__naviWrap {
  display: flex;
}

.footer__naviWrap .footer__naviList:first-child {
  margin-right: 30px;
}

.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #AFAFAF;
  text-align: center;
}

@media (max-width: 800px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer__logo {
    margin-right: none;
    align-items: center;
  }

  .footer__tel {
    font-size: 18px;
  }

  .footer__top {
    display: grid;
    margin: 0 auto 30px;
  }

  .footer__topLeft {
    margin-right: 0;
    padding: 15px;
  }

  .footer__topRight {
    margin-right: 0;
    padding: 15px;
  }

  .footer__btm {
    padding-bottom: 70px;
  }

  .footer__navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer__naviItem:first-child {
    width: 100%;
  }

  .footer__naviItem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer__naviList {
    position: relative;
    font-size: 13px;
  }

  .footer__naviList>li+li {
    margin-top: 12px;
  }

  .footer__naviWrap .footer__naviList:first-child {
    margin-right: 20px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #ACACAC;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

.postdata h4 {
  font-size: 18px;
  color: #F5E8E8;
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #F5E8E8;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: #F5E8E8;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.postdata a:focus-visible {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata .wp-block-button__link {
  background-color: #ACACAC;
  border: 1px solid #ACACAC;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.postdata .wp-block-button__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #ACACAC;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 14px;
  color: #ACACAC;
  line-height: 1;
  color: #AAAAAA;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.post-data .post-category01,
.post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  border: 1px solid #ACACAC;
  color: #ACACAC;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #ACACAC;
  color: #ACACAC;
  padding: 5px 10px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #ACACAC;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #ACACAC;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #ACACAC;
}

.post-number .current {
  color: #ACACAC;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #ACACAC;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.post-number-single a {
  display: inline-block;
  color: #ACACAC;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-left: 15px;
  }

  .post-data .post-category02 {
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

.l-post-single .l-ttl {
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .l-post-single .l-ttl {
    font-size: 26px;
  }
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: fit-content;
  padding: 20px 49px 20px 0;
  font-weight: 500;
  line-height: 1.2;
  transition: 0.3s ease;
  position: relative;
  z-index: 3;
}

.btn-more span {
  position: relative;
  z-index: 3;
}

.btn-more::before {
  content: "";
  position: absolute;
  background: #F5E8E8;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.3s ease;
}

.btn-more::after {
  content: "";
  position: absolute;
  background: url(../images/share/btn-arrow.svg) no-repeat center/contain;
  width: 18px;
  height: 3.5px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.btn-more:hover::before {
  background: #bbbbbb;
}

.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-more.wide {
  max-width: 320px;
}

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

.btn-wrap .btn-more:not(:last-child) {
  margin-right: 25px;
}


.btn-more02 {
  background: #848484;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  min-height: 50px;
  min-width: 210px;
  padding: 11px 20px 12px;
  transition: background-color 0.3s;
  position: relative;
}

.btn-more02::before {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media (any-hover: hover) {
  .btn-more02:hover {
    background-color: #E88A96;
  }
}




/* 美容ページ用 */
.beauty .btn-more::before {
  background: #ffcdd3;
}

.beauty .btn-more:hover::before {
  background: #E88A95;
}

@media (max-width: 800px) {
  .btn-more {
    padding: 17px 46px 17px 0;
  }

  .btn-more::before {
    width: 52px;
    height: 52px;
  }

  .btn-more::after {
    right: 18px;
  }

  .btn-wrap {
    display: block;
  }

  .btn-wrap .btn-more:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .btn-more02 {
    padding: 5px 26px 5px 0;
    min-height: 40px;
    min-width: 150px;
  }

}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

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

.line {
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #F2F2F2 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }

  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }
}

/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 0;
  margin: 0 0 10px;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #eaeaea;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.time-table-head {
  background-color: #EAD4D4;
  color: #fff;
  font-weight: bold;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #eaeaea;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.time-table-body .item:first-child {
  font-size: 16px;
  background-color: #F5E8E8;
  font-weight: 500;
  color: #111;
  letter-spacing: 0;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 115px repeat(6, 1fr) 60px;
}

.time-table-head.division,
.time-table-body.division {
  grid-template-columns: 115px 1fr;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.time-table.large .time-table-head.division,
.time-table.large .time-table-body.division {
  grid-template-columns: 220px 1fr;
}

.time-table-txt {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 17px;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px;
  }

  .time-table-head.division,
  .time-table-body.division {
    grid-template-columns: 70px 1fr !important;
  }

  .time-table.large .time-table-head,
  .time-table.large .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }

  .time-table.large .time-table-head.division,
  .time-table.large .time-table-body.division {
    grid-template-columns: 70px 1fr !important;
  }

  .time-table.large .time-table-head.division .item,
  .time-table.large .time-table-body.division .item {
    font-size: 11px;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map02 iframe {
  width: 100%;
}

.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video {
  width: 100%;
  height: 70%;
}

@media (max-width: 800px) {
  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  color: #ACACAC;
  line-height: 1;
  padding-left: 25px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

.large-txt {
  font-size: 18px;
  font-weight: bold;
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #111111;
  /* 矢印 */
  --splide-focus-color: #111111;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #111111;
  /* アクティブ時のページネーション */
  --splide-progress-color: #111111;
  /* プログレスバー */
  --splide-toggle-color: #111111;
  /* 再生ボタン */
  --splide-track-color: #111111;
  /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled),
.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

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