@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Afacad:ital,wght@0,400..700;1,400..700&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=BIZ+UDPMincho&family=Cormorant:ital,wght@0,300..700;1,300..700&family=DM+Serif+Display:ital@0;1&family=Emblema+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Lexend+Giga:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sawarabi+Gothic&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 10px;
}

.sp {
  display: none;
}

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

.common-inner {
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 640px) {
  .common-inner {
    padding: 0 4%;
  }
}

.common-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .common-title {
    font-size: 1.8rem;
    margin-bottom: 7%;
  }
}
.common-title span {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Antic Didone", serif;
  color: #C3721B;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .common-title span {
    margin-bottom: 2%;
  }
}
.common-title small {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 4px;
}

.js-scroll {
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: translateY(30px);
}

.js-scroll.show {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transform: translateY(0);
}

.br-sp {
  display: none;
}

.br-tb {
  display: none;
}

@media (max-width: 1080px) {
  .br-tb {
    display: block;
  }
}
@media (max-width: 640px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/**/
:root {
  margin-top: 0 !important;
}

* {
font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #3A3A3A;
}

img {
  max-width: 100%;
  display: block;
}

@media (max-width: 1300px) {
  .padding-second {
    padding-right: 0 2%;
  }
}
@media (max-width: 1240px) {
  .padding-second {
    padding: 0 2%;
  }
  .padding {
    padding: 0 2%;
  }
}
@media (max-width: 640px) {
  .padding-second {
    padding: 0 3%;
  }
  .padding {
    padding: 0 3%;
  }
}
.sara_kengaku-tb {
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .sara_kengaku-tb {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .sara_kengaku-tb {
    padding: 0;
    margin: 0;
  }
}
.sara_kengaku__iunner {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.inner__p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

@media (max-width: 640px) {
  .inner__p {
    font-size: 14px;
    margin-top: 5%;
  }
}
@media (max-width: 900px) {
  .sara_kengaku-header {
    width: 480px;
    height: 60px;
    position: fixed;
    z-index: 99;
  }
}
.section__reason {}
.sara_kengaku-form__inner {
  padding: 0 40px 56px;
  margin-bottom: 32px;
  border-bottom: 1px solid #7B674D;
}

@media (max-width: 640px) {
  .section__reason__inner,
  .sara_kengaku-form__inner {
    padding: 0 4% 6%;
    margin-bottom: 5%;
  }
}
.section__company {
  padding: 80px 0;
}

@media (max-width: 640px) {
  .section__company {
    padding: 12% 0;
  }
}
#flarunePc {
  background: #E7DED3;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}

.bg-text {
  position: absolute;
  bottom: 0;
  left: calc(50% - 720px);
  font-size: 12rem;
  line-height: 1;
  font-weight: 500;
  color: #189CBE;
  opacity: 0.2;
}

@media (max-width: 1440px) {
  .bg-text {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .bg-text {
    display: none;
  }
}
#sara_kengaku-body {
  width: 480px;
  max-width: 640px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: #ffffff;
  overflow: hidden;
}

@media (max-width: 900px) {
  #sara_kengaku-body {
    width: 480px;
    max-width: 640px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  #sara_kengaku-body {
    width: 100%;
  }
}
.sara_kengaku-scroll {
  width: 100%;
}

.headerLogo {
  display: none;
}

.headerLogo__h1.display {
  display: none;
}

.headerLogo__h1 {
  width: 52px;
  padding-top: 17px;
}

.headerLogo__h1 > a {
  display: block;
  height: auto;
  margin: 0 auto;
}

.headerLogo.back-on {
  background: url(./img/hd-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.open .headerLogo.back-on {
  background: unset;
}

.headerLogo.back-on svg path {
  display: none;
}

@media (max-width: 900px) {
  .headerLogo {
    display: block;
    width: 100%;
    padding: 0 24px;
  }
  .headerLogo h1 {
    display: block;
    width: 167px;
    height: auto;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
  }
  .headerLogo.back-on {
    background: url(./img/hd-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  body.open .headerLogo.back-on {
    background: unset;
  }
  .headerLogo.back-on svg path {
    display: block;
    fill: #000;
  }
}
.headerLogo.back-on svg path {
  fill: #000;
}

.headerLogo.back-on svg {
  width: 150px;
}

.sara_kengaku-header__inner {
  width: auto;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 10px;
}

@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner {
    left: 4%;
    width: 40vw;
  }
}
.mfp-wrap .mfp-arrow,
.mfp-wrap .mfp-arrow-left,
.mfp-wrap .mfp-arrow-right,
.mfp-wrap .mfp-counter,
.modal .slick-prev,
.modal .slick-next,
.modal .custom-prev,
.modal .custom-next,
.modal .custom-prev-main,
.modal .custom-next-main,
.single-works-popup .slick-prev,
.single-works-popup .slick-next,
.works-popup .slick-prev,
.works-popup .slick-next,
.modal_popup .slick-prev,
.modal_popup .slick-next {
  display: none !important;
}

.sara_kengaku-header__inner--wrap {
  display: flex;
  align-items: center;
  gap: 120px;
  margin-bottom: 57px;
  padding-left: 20px;
}

@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner--wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
    padding-left: 0;
    gap: 70px;
  }
}
.sara_kengaku-header__inner--cnt--logo {
  width: 148px;
}

@media (max-height: 809px) {
  .sara_kengaku-header__inner--cnt--logo {
    padding: 4% 0 0;
  }
}
.sara_kengaku-header__inner--cnt {
  position: relative;
}

.sara_kengaku-header__inner--cnt01 {
  display: block;
  position: relative;
  background: url(./img/hd-cta_bg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 480px;
  height: 277px;
  margin-bottom: 9px;
}

@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner--cnt01 {
    width: 40vw;
    background-size: contain;
    height: 240px;
  }
}
.sara_kengaku-header__inner--cnt01--inner {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.sara_kengaku-header__inner--cnt01--text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.sara_kengaku-header__inner--cnt01--img {
  width: 200px;
  flex-shrink: 0;
}

.sara_kengaku-header__inner--cnt01--img img {
  width: 100%;
  height: auto;
  display: block;
}

.sara_kengaku-header__inner--cnt01--text--btn {
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: 432px;
  padding: 12px 0;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-decoration: none;
  /* padding-left: 24px; */
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #AD6111;
  background: #AD6111;
  transition: all 0.4s 
ease;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner--cnt01--text--btn {
    max-width: 30vw;
    padding: 2%;
    bottom: 3vw;
  }
}
.sara_kengaku-header__inner--cnt01--text--btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

.sara_kengaku-header__inner--cnt01--text--btn:hover {
  color: #fff;
  border: 1px solid #713E08;
  background: #713E08;
}

.sara_kengaku-header__inner--cnt01--text--btn:hover::after {

}

.sara_kengaku-header__inner--cnt02 {
  display: block;
  position: relative;
  background: url(./img/hd-cta_bg02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  width: 504px;
  height: 196px;
}

@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner--cnt02 {
    width: 40vw;
    background-size: contain;
    height: 160px;
  }
}
.sara_kengaku-header__inner--cnt02--inner {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.sara_kengaku-header__inner--cnt02--text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.sara_kengaku-header__inner--cnt02--img {
  width: 200px;
  flex-shrink: 0;
}

.sara_kengaku-header__inner--cnt02--img img {
  width: 100%;
  height: auto;
  display: block;
}

.sara_kengaku-header__inner--cnt02--text--btn {
  position: absolute;
  display: inline-block;
  width: 100%;
  max-width: 344px;
  padding: 12px 0;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  padding-left: 24px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #1f1f1f;
  transition: all 0.4s ease;
  cursor: pointer;
}

@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner--cnt02--text--btn {
    max-width: 27vw;
    padding: 2%;
    bottom: 2vw;
  }
}
.sara_kengaku-header__inner--cnt02--text--btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url(./img/arrow-right-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.4s;
}

.sara_kengaku-header__inner--cnt02--text--btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
}

.sara_kengaku-header__inner--cnt--inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sara_kengaku-header__inner--cnt--img {
  width: 159px;
}

.sara_kengaku-header__inner--cnt--text {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}

.sara_kengaku-header__inner--cnt--text--btn:hover {
  background-color: #fff;
  color: #53A674;
  transition: 0.4s;
}

.sara_kengaku-header__inner--cnt--text--btn:hover::after {
  background: url(./img/arrow-right-color.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 10px;
  transition: 0.4s;
}

@media (max-width: 1080px) {
  .sara_kengaku-header__inner--cnt {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .sara_kengaku-header__inner {
    display: none;
  }
  .sara_kengaku-header__inner--cnt:hover {
    opacity: 1;
  }
  .sara_kengaku-header__inner--cnt:hover .sara_kengaku-header__inner--cnt--text--btn::after {
    background: url(./img/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.sara_kengaku-header__inner--cnt--text--title {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: #fff;
}

.sara_kengaku-header__inner--cnt--text--subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #fff;
}

.sara_kengaku-header__inner--cnt--text--btn {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.04em;
  color: #3a3a3a;
  display: inline-block;
  width: 368px;
  height: 50px;
  background-color: #53A674;
  border: 1px solid #53A674;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  color: #fff;
  transition: 0.4s;
}

.sara_kengaku-header__inner--cnt--text--btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 10px;
  transition: 0.4s;
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.sara_kengaku-header__inner--cnt--text--img {
  position: absolute;
  bottom: -20px;
  left: 15px;
}

.sara_kengaku-header__inner--cnt--anchor {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  position: relative;
}

@media (max-height: 809px) {
  .sara_kengaku-header__inner--cnt--anchor {
    padding: 0 14%;
  }
}
.sara_kengaku-header__inner--cnt--anchor li {
  text-align: start;
  color: #a7a7a7;
}

@media (max-width: 1080px) {
  .sara_kengaku-header__inner--cnt--anchor li {
    font-size: 12px;
  }
}
.sara_kengaku-header__inner--cnt--anchor li a {
  display: inline-block;
  position: relative;
  padding: 8px 0;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-family: "Antic Didone", serif;
}

@media screen and (max-height: 809px) {
  .sara_kengaku-header__inner--cnt--anchor li a {
    padding: 4px 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1050px) {
  .sara_kengaku-header__inner--cnt--anchor li a {
    font-size: 1.6rem;
  }
}
.sara_kengaku-header__inner--cnt--anchor li.is-current a,
.sara_kengaku-header__inner--cnt--anchor li a:hover {
  color: #7B674D;
}

.sara_kengaku-header__inner--cnt--anchor li:nth-child(1) {
  font-size: 16px;
}

@media (max-width: 1080px) {
  .sara_kengaku-header__inner--cnt--anchor li:nth-child(1) {
    font-size: 12px;
  }
}
.sara_kengaku-header__inner--cnt--anchor li:nth-child(2) {
  font-size: 16px;
}

@media (max-width: 1080px) {
  .sara_kengaku-header__inner--cnt--anchor li:nth-child(2) {
    font-size: 12px;
  }
}
.sara_kengaku-header__inner--cnt--cta {
  background-color: #fff;
  padding: 20px 16px 20px;
  border-radius: 0 0 15px 15px;
}

.sara_kengaku-header__inner--cnt--cta__amazon {
  margin: 0 auto;
  padding: 8px 50px 0;
}

.height900 {
  display: none;
}

.sara_kengaku-header__inner--cnt--cta__button {
  display: block;
  font-size: 20px;
  background-color: #497bd4;
  color: #fff;
  padding: 8px 0;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  margin-top: 20px;
  position: relative;
  border: #497bd4 2px solid;
  font-weight: 500;
  transition: 0.3s;
}

.sara_kengaku-header__inner--cnt--cta__button:hover {
  background-color: #ffffff;
  color: #497bd4;
  transition: 0.3s;
  border: #497bd4 2px solid;
  font-weight: 500;
}

@media (max-width: 1020px) {
  .sara_kengaku-header__inner--cnt--cta__button {
    font-size: 1.8vw;
  }
}
.sara_kengaku-header__inner--cnt--hover {
  display: block;
  margin-bottom: 24px;
}

.sara_kengaku-header__inner--cnt--hover > a {
  background-color: #ca514e;
  border: none;
  border-radius: 40px;
  text-align: center;
  width: 100%;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
}

.sara_kengaku-header__inner--cnt--hover > a::after {
  content: "";
  background: url(../../pages/kengaku/img/button-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.sara_kengaku-header__inner--cnt--hover > a > span {
  color: #fff;
}

.sara_kengaku-header__inner--cnt--cta__button::after {
  content: "";
  display: inline-block;
  background-image: url(../../pages/kengaku/img/sara_kengaku-contact-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.3s;
}

.sara_kengaku-header__inner--cnt--cta__button:hover::after {
  content: "";
  display: inline-block;
  background-image: url(../../pages/kengaku/img/sara_kengaku-contact-button-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  transition: 0.3s;
}

.sara_kengaku-header__inner--cnt--p {
  background-color: #3898ca;
  width: 100%;
  border-radius: 15px 15px 0 0;
}

.sara_kengaku-header__inner--cnt--p::after {
  content: "";
  background: url(../../pages/kengaku/img/gift-txt02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  right: 17px;
  top: -40px;
}

.sara_kengaku-header__inner--cnt--p::before {
  content: "";
  background: url(../../pages/kengaku/img/gift-txt.svg?0920);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 126px;
  height: 75px;
  position: absolute;
  left: -22px;
  top: -34px;
}

.sara_kengaku-header__inner--cnt--p p {
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
}

@media (max-height: 900px) {
  .sara_kengaku-header__inner--cnt--cta__amazon {
    display: none;
  }
  .height900 {
    display: block;
  }
}
.section__fv__slider-top,
.section__fv__slider-bottom {
  height: 50%;
  width: 400px;
  margin-left: auto;
}

.swiper-slide {
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.swiper-slide-active {
  opacity: 1;
}

.swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
}
.section__fv__heading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section__fv__heading-text {
  font-size: 0.8rem;
  line-height: 2.4rem;
  font-weight: 400;
  text-align: right;
  padding-right: 24px;
  color: #676767;
  font-family: "Noto Sans JP", serif;
}

.section__fv__slider {
  overflow: hidden;
  gap: 125px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 640px) {
  .section__fv__slider {
    gap: 103px;
  }
}
.section__fv__slider .section__fv__slider-top,
.section__fv__slider .section__fv__slider-bottom {
  margin-left: auto;
  width: 400px;
}

@media (max-width: 1024px) {
  #fv {
    height: auto;
    /* ビューポートの高さに依存しない */
  }
  .section__fv__slider {
    height: auto;
    overflow: hidden;
    /* 高さを自動調整 */
  }
  .section__fv__slider-top,
  .section__fv__slider-bottom {
    height: 50%;
    width: 400px;
    margin-left: auto;
  }
}
@media screen and (max-width: 480px) {
  .section__fv__slider .section__fv__slider-top,
  .section__fv__slider .section__fv__slider-bottom {
    width: 85vw;
  }
}
.section__fv__heading h2 {
  position: absolute;
  left: 52%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 432px;
}

@media screen and (max-width: 480px) {
  .section__fv__heading h2 {
    width: 90vw;
  }
}
.section__fv__heading__text01 {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 100px;
  color: #fff;
  font-family: "Antic Didone", serif;
}

@media screen and (max-width: 640px) {
  .section__fv__heading__text01 {
    font-size: 1.8rem;
    margin-bottom: 22%;
  }
}
.section__fv__heading__text02 {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
  color: #fff;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  text-align: start;
}

@media screen and (max-width: 640px) {
  .section__fv__heading__text02 {
    font-size: 3.2rem;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 480px) {
  .section__fv__heading__text02 {
    font-size: 2.8rem;
  }
}
.section__fv__heading__text03 {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.4;
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .section__fv__heading__text03 {
    margin-top: 25%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .section__fv__heading h3 {
    left: 2%;
  }
}
.section__fv__heading h3 span {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho";
}

@media screen and (max-width: 640px) {
  .section__fv__heading h3 span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .section__fv__heading h3 span {
    font-size: 2.4rem;
  }
}
.section__fv__heading-cta {
  position: absolute;
  z-index: 2;
  width: 270px;
  left: 40%;
  top: 60%;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  .section__fv__heading-cta {
    width: 220px;
    left: 37vw;
  }
}
.section__fv__heading-cta img {
  display: block;
}

.section__fv {
  position: relative;
  background: #E7DED3;
}

.section__fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 70px;
  background-color: #fff;
  z-index: 3;
}

@media (max-width: 480px) {
  .section__fv::before {
    height: 30px;
  }
}

.section__fv__inner {
  position: relative;
}

.section__fv__inner__title {
  max-width: 173px;
  width: 100%;
  aspect-ratio: 173/286;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (max-width: 640px) {
  .section__fv__inner__title {
    max-width: 40vw;
    width: 100%;
    aspect-ratio: 174/286;
    position: absolute;
    top: 10%;
    right: 8%;
  }
}
.section__fv__inner__pc__cta {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 640px;
}

.section__fv__inner__pc__cta img {
  display: block;
}

.section__fv__inner__sp__cta {
  display: none;
}

.section__fv__inner__sp__cta img {
  display: none;
}

@media (max-width: 900px) {
  .section__fv__inner__pc__cta {
    width: 480px;
  }
  .section__fv__inner__sp__cta {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 3;
    width: 100%;
  }
  .section__fv__inner__sp__cta img {
    width: 480px;
    display: block;
  }
}
@media (max-width: 640px) {
  .section__fv__inner__pc__cta {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .section__fv__inner__sp__cta img {
    width: 100%;
    display: block;
  }
}

.section__feature {
  padding: 56px 0;
  position: relative;
}

.section__feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(./img/feature-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 640px) {
  .section__feature {
    padding: 12% 0;
  }
}

.section__feature__cnt {
  position: relative;
  z-index: 1;
  margin-top: 68px;
}
@media screen and (max-width: 640px) {
  .section__feature__cnt {
    margin-top: 8%;
  }
}

.section__feature__cnt__inner {

}

.section__feature__cnt__inner h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.section__feature__cnt__inner h4 > strong{
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .section__feature__cnt__inner h4 {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
}

.section__feature__cnnt__img {
  margin-bottom: 40px;
  overflow: hidden;
}

.section__feature__cnnt__img img {
  width: 100%;
  height: auto;
  display: block;
}

.section__feature__cnnt__text {
}

.section__feature__cnnt__text p {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 20px;
  letter-spacing: 0;
  text-align: center;
}

.section__feature__cnnt__text h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  /* color: #333; */
  /* letter-spacing: 0; */
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section__feature__cnnt__text h5 {
    font-size: 1.8rem;
  }
}

.section__feature__cnnt__text span {
  color: #C3721B;

}

@media screen and (max-width: 640px) {
  .section__feature__cnnt__text p {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }

  .section__feature__cnnt__text h5 {
    font-size: 1.6rem;
  }
}

.accordion-feature {
  border-radius: 10px 10px 0 0;
  z-index: 2;
  position: relative;
}

.accordion-feature-button {
  border: 1px solid #C3721B;
  color: #C3721B;
  padding: 12px 0;
  width: 320px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .accordion-feature-button {
    padding: 2% 0;
    width: 300px;
    margin-top: 5%;
  }
}

.accordion-feature-button:hover {
  color: #fff;
  background: #C3721B;
  border: 1px solid #C3721B;
  transition: all 0.3s ease;
}

.kengaku__inner {
  padding: 0 5%;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .kengaku__inner {
    margin-bottom: 5%;
  }
}
.kengaku-title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .kengaku-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .kengaku-title {
    font-size: 1.8rem;
  }
}
.kengaku-title > span {
  display: block;
  color: #189CBE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.kengaku-area00 {
  position: relative;
}

.kengaku-area {
  padding-bottom: 114px;
}

@media screen and (max-width: 640px) {
  .kengaku-area {
    padding-bottom: 10%;
  }
}
.section__works {
  padding: 60px 0;
}

@media (max-width: 640px) {
  .section__works {
    padding: 12% 0;
  }
}
.section__works__inner {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .section__works__inner {
    padding: 0 4%;
  }
}
.works-slider {
  margin-bottom: 32px;
}

.works-slider.--none {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 640px) {
  .works-slider {
    margin-bottom: 5%;
  }
}
.custom-works-thumbnail-slider {
  cursor: pointer;
}

.works-slider.--border {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .works-slider.--border {
    padding-top: 7%;
  }
}
.works-slider.--none {
  margin-bottom: 0;
}

.works-slider-h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .works-slider-h4 {
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
}
#kengaku {
  position: relative;
  padding-top: 58px;
}

@media (max-width: 640px) {
  #kengaku {
    padding-top: 0;
  }
}
.kengaku-area01 {
  position: absolute;
  width: 132px;
  right: 20px;
  bottom: 60px;
}

.kengaku-area02 {
  position: absolute;
  width: 52px;
  right: 32px;
  top: 52px;
  cursor: pointer;
}

.kengaku-area03 {
  position: absolute;
  width: 52px;
  top: 170px;
  left: 90px;
  cursor: pointer;
}

.kengaku-area04 {
  position: absolute;
  width: 63px;
  top: 107px;
  left: 160px;
  cursor: pointer;
}

.kengaku-area05 {
  position: absolute;
  width: 52px;
  top: 65px;
  right: 102px;
  cursor: pointer;
}

.kengaku-area06 {
  position: absolute;
  width: 52px;
  top: 17px;
  right: 138px;
  cursor: pointer;
}

.kengaku-area02,
.kengaku-area03,
.kengaku-area04,
.kengaku-area05,
.kengaku-area06 {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.accordion-feature__inner {
  display: flex;
  flex-direction: column;
}

.accordion-feature__inner__item {
  margin-bottom: 64px;
  padding-bottom: 32px;
  background-color: #fff;
}

.accordion-feature__inner__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .accordion-feature__inner__item {
    margin-bottom: 8%;
    padding-bottom: 5%;
  }
}
.accordion-feature__inner__item__cnt {
  padding: 23px;
}
@media screen and (max-width: 640px) {
  .accordion-feature__inner__item__cnt {
    padding: 4%;
  }
}
.accordion-feature__inner__item__ttl01 {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", serif;
  display: inline-block;
  margin-bottom: 24px;
  background: #B6D030;
  border-radius: 8px;
  width: 126px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .accordion-feature__inner__item__ttl01 {
    margin-bottom: 4%;
    font-size: 1.2rem;
    width: 100px;
    height: 30px;
  }
}
.accordion-feature__inner__item__ttl02 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .accordion-feature__inner__item__ttl02 {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
.accordion-feature__inner__item__img {
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .accordion-feature__inner__item__img {
    width: 100%;
    margin-bottom: 4%;
  }
}
.accordion-feature__inner__item__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

@media (max-width: 640px) {
  .accordion-feature__inner__item__text {
    font-size: 1.4rem;
  }
}
@media (max-width: 470px) {
  .kengaku-area01 {
    bottom: 0;
  }
  .kengaku-area02 {
    width: 10vw;
    right: 8vw;
    top: 8vw;
  }
  .kengaku-area03 {
    width: 10vw;
    top: 34vw;
    left: 20vw;
  }
  .kengaku-area04 {
    width: 12vw;
    top: 24vw;
    left: 32vw;
  }
  .kengaku-area05 {
    width: 10vw;
    top: 13vw;
    right: 22vw;
  }
  .kengaku-area06 {
    width: 10vw;
    top: 3vw;
    right: 30vw;
  }
}
.accordionToggleHidden-content_l-img {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .accordionToggleHidden-content_l-img {
    margin-bottom: 5%;
  }
}
.plan-h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #1f1f1f;
}

@media (max-width: 640px) {
  .plan-h4 {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
.plan-h4 span {
  display: block;
  color: #189CBE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .plan-h4 span {
    margin-bottom: 0;
  }
}
.accordion-access {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .accordion-access {
    margin-bottom: 4%;
  }
}
@media (max-width: 640px) {
  .accordion-access {
    margin-bottom: 6%;
  }
}
.accordionToggleHidden-content_plan {
  margin-bottom: 56px;
}

@media (max-width: 1024px) {
  .accordionToggleHidden-content_plan {
    margin-bottom: 4%;
  }
}
@media (max-width: 640px) {
  .accordionToggleHidden-content_plan {
    margin-bottom: 6%;
  }
}
.plan-list ul li {
  font-size: 1.4rem;
}
.works__cnt-madori {
  margin-top: 45px;
}

@media (max-width: 640px) {
  .works__cnt-madori {
    margin-top: 6%;
  }
}
.accordionToggle__contents {
  display: none;
}

.accordionToggleOpen .accordionToggle__contents {
  display: block;
}

.accordion__button {
  background-color: #189CBE;
  color: #fff;
  text-align: left;
  padding: 16px;
  border: none;
  position: relative;
  width: 100%;
  font-size: 2rem;
  cursor: pointer;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .accordion__button {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .accordion__button {
    font-size: 1.6rem;
    padding: 4%;
  }
}
.accordion__button > span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 12px;
  color: #189CBE;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.accordion__button::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #fff;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.accordion__button::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.accordion__button.is-active::before {
  opacity: 0;
}

.accordion__button-01 {
  background-color: #3898ca;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  border: none;
  position: relative;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  line-height: 1.3;
}

.accordion__button-01::before {
  content: "";
  background: url(../../pages/kengaku/img/accordion__button-icon-act.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__button-01.is-active-01::before {
  content: "";
  background: url(../../pages/kengaku/img/accordion__button-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.kengaku-toggle__inner {
  margin-bottom: 16px;
  border-radius: 40px;
  background-color: #F5F3F0;
}

@media (max-width: 640px) {
  .kengaku-toggle__inner {
    margin-bottom: 4%;
  }
}
.accordion-bg {
  margin-top: 56px;
}

@media (max-width: 640px) {
  .accordion-bg {
    margin-top: 7%;
  }
}
.accordionToggle__contents {
  padding: 0 40px 56px;
}

@media (max-width: 640px) {
  .accordionToggle__contents {
    padding: 0 4% 8%;
  }
}
.accordion-access-h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #1f1f1f;
}

@media (max-width: 640px) {
  .accordion-access-h4 {
    font-size: 1.6rem;
    margin-bottom: 4%;
    padding-bottom: 5%;
  }
}
.accordion-access-map {
  width: 100%;
  height: 243px;
  margin-bottom: 16px;
}

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

@media (max-width: 640px) {
  .accordion-access-map {
    height: 200px;
    margin-bottom: 4%;
  }
}
.accordion-h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 640px) {
  .accordion-h5 {
    font-size: 1.6rem;
    margin-bottom: 2%;
  }
}
.accordion-p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #646464;
}

@media (max-width: 640px) {
  .accordion-p {
    font-size: 1.4rem;
    margin-bottom: 4%;
    padding-bottom: 4%;
  }
}
.accordion-access-text {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
}

.accordion-access-text span {
  width: 90px;
  display: inline-block;
}

.accordion-acc {
  font-size: 14px;
  padding-bottom: 24px;
}

.accordion-acc span {
  font-size: 14px;
  background-color: #e0e3e5;
  padding: 6px;
  line-height: 1;
  margin-right: 8px;
}

@media (max-width: 640px) {
  .accordion-acc {
    font-size: 13px;
    padding-bottom: 18px;
  }
  .accordion-acc span {
    font-size: 13px;
    background-color: #e0e3e5;
    padding: 6px;
    margin-right: 8px;
    line-height: 1;
    letter-spacing: 0.3px;
  }
}
.accordion__inner--title {
  padding: 0 20px;
}

@media (max-width: 640px) {
  .accordionToggleHidden-content_l {
    margin-top: 4%;
  }
}
.accordionToggleHidden-content_l img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordion-h2 {
  font-size: 24px;
  padding-bottom: 32px;
  line-height: 1.3;
}

.accordion-h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .accordion-h3 {
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
}
.accordion-h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 1px solid #1f1f1f;
}

@media (max-width: 640px) {
  .accordion-h4 {
    font-size: 1.6rem;
    margin-bottom: 4%;
    padding-bottom: 5%;
  }
}
.accordion-txt {
  font-size: 1.6rem;
  margin-bottom: 56px;
}

@media (max-width: 640px) {
  .accordion-txt {
    font-size: 1.4rem;
    margin-bottom: 10%;
  }
}
.accordion-txt span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 24px;
  margin-bottom: 50px;
  border-bottom: 1px solid #1f1f1f;
}

@media (max-width: 640px) {
  .accordion-txt span {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .accordion-h2 {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.3;
  }
}
.mfp-container {
  cursor: pointer;
}

.mfp-wrap .mfp-content {
  width: 640px;
}

@media (max-width: 640px) {
  .mfp-wrap .mfp-content {
    width: 100%;
  }
}
.mfp-wrap .mfp-content .works-popup {
  width: 100%;
  margin: 0 auto;
}

.mfp-wrap .mfp-content .works-popup img {
  width: 100%;
}

.mfp-close {
  color: #333;
}

.entetsu-modal--top--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 24px;
}

.entetsu-modal--top--flex--left {
  width: 120px;
  height: 120px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
  color: #3a3a3a;
  text-align: center;
  flex-direction: column;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.entetsu-modal--top--flex--left span {
  font-size: 18px;
  color: #3a3a3a;
}

.entetsu-modal--top--flex--right {
  width: calc(100% - 160px);
}

@media (max-width: 640px) {
  .entetsu-modal--top--flex--right {
    width: calc(100% - 110px);
  }
}
.entetsu-modal--top--flex--right--top {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  color: #332f2b;
  margin-bottom: 10px;
}

.entetsu-modal--top--flex--right--top span {
  flex-shrink: 0;
  padding: 5px 9px;
  font-size: 16px;
  background-color: #fff;
  display: inline-block;
}

.entetsu-modal--top--flex--title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #332f2b;
  position: relative;
  z-index: 2;
  width: 100%;
}

.modal-bg01 {
  background-color: #eef0f2;
  position: relative;
  border-radius: 8px 8px 0 0;
  padding: 40px 5%;
}

.modal-h3 {
  font-size: 24px;
}

@media (max-width: 640px) {
  .modal-h3 {
    font-size: 22px;
  }
  .entetsu-modal--top--flex--left {
    width: 75px;
    height: 75px;
  }
  .entetsu-modal--top--flex--title {
    font-size: 14px;
  }
  .entetsu-modal--top--flex--right--top span {
    font-size: 10px;
  }
}
.modal-box {
  background-color: #fff;
  padding: 40px 5% 0;
  flex-wrap: wrap;
}

.modal-box02 {
  padding: 0 5% 64px;
}

.modal-cnt-inner {
  background-color: #fff;
  padding-bottom: 80px;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 640px) {
  .modal-bg01 {
    padding: 6% 5%;
  }
  .modal-box {
    background-color: #fff;
    padding: 6% 5% 0;
    flex-wrap: wrap;
  }
  .modal-box02 {
    padding: 0 5% 7%;
  }
  .modal-cnt-inner {
    background-color: #fff;
    padding-bottom: 9%;
  }
}
.modal-box__inner02 {
  display: flex;
  justify-content: space-between;
}

.modal-box__img {
  padding-bottom: 24px;
  width: 48%;
}

.single-works-slider-list-item a {
  background-color: #fff;
}

.works-single {
  width: 100%;
}

.custom-prev-main,
.custom-next-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.custom-prev-main img,
.custom-next-main img {
  width: 100%;
  height: auto;
}

.custom-prev-main {
  left: 10px;
}

.custom-next-main {
  right: 10px;
}

@media (min-width: 1025px) {
  .custom-prev-main:hover,
  .custom-next-main:hover {
    opacity: 0.7;
  }
}
.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.custom-prev img,
.custom-next img {
  width: 100%;
  height: auto;
}

.custom-prev {
  left: 0;
}

.custom-next {
  right: 0;
}

@media (min-width: 1025px) {
  .custom-prev:hover,
  .custom-next:hover {
    opacity: 0.7;
  }
}
#works {
  padding-block: 80px 80px;
}

@media screen and (max-width: 640px) {
  #works {
    padding-block: 8% 8%;
  }
}
.works-wrap {
  padding: 0 24px;
}

@media screen and (max-width: 640px) {
  .works-wrap {
    padding: 0 4%;
  }
}
.works-title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .works-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .works-title {
    font-size: 1.8rem;
  }
}
.works-title > span {
  display: block;
  color: #189CBE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.works__wrap {
  padding: 56px 0;
  margin-top: 40px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  background: #FFF;
}

.works-ttl {
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 1px solid #323232;
}

.works-ttl-txt {
  display: block;
  font-size: 2.4rem;
}

@media (max-width: 640px) {
  .works-ttl-txt {
    font-size: 2.2rem;
  }
}
.works-ttl-num {
  display: inline-block;
  background-color: #323232;
  color: #FFF;
  padding: 4px 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

.works-slider {
  position: relative;
}

.works-slider-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #189CBE;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .works-slider-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .works-slider-title {
    font-size: 1.6rem;
  }
}
.works-slider-title-sub {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #111111;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .works-slider-title-sub {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .works-slider-title-sub {
    font-size: 1.2rem;
  }
}
.works-main-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  /* ボタンを中央に配置 */
}

.works-thumbnail-slider {
  margin-top: 10px;
}

.works-thumbnail-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.works-thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.kengaku-map {
  padding-bottom: 16px;
}

.kengaku-map iframe {
  width: 100%;
  height: 420px;
}

.kengaku-map span {
  display: block;
  font-size: 14px;
  padding-top: 24px;
}

.kengaku-txt h4 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 24px;
}

.kengaku-txt p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 48px;
}

@media screen and (max-width: 1080px) {
  .kengaku-map {
    padding-bottom: 0;
    padding-top: 32px;
    width: 100%;
  }
  .kengaku-map iframe {
    width: 100%;
    height: 191px;
  }
  .kengaku-map span {
    display: block;
    font-size: 14px;
    padding: 24px 0;
  }
  .kengaku-txt h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
  }
  .kengaku-txt p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 640px) {
  .modal-box__inner02 {
    flex-direction: column;
  }
  .modal-box__img {
    padding-bottom: 5%;
    width: 100%;
  }
}
.modal-button {
  border-radius: 0 !important;
  max-width: 380px;
  margin: 0 auto;
}

.modal-button span {
  display: inline-block;
}

.modal-close {
  background-color: #eef0f2;
  color: #332f2b;
  font-size: 16px;
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 640px) {
  .modal-close {
    font-size: 14px;
    padding: 6% 0;
  }
}
.section__cta01 {
  width: 100%;
  height: 329px;
  margin: 0 auto;
  position: relative;
}
.section__cta01 a {
  display: flex;
}
@media screen and (max-width: 450px) {
  .section__cta01 {
    height: auto;
  }
}
.section__cta01.--update01 {
  margin-top: 8px;
}

.section__cta02 {
  width: 100%;
  height: 518px;
  /* margin: 56px auto 0; */
  position: relative;
}

@media screen and (max-width: 450px) {
  .section__cta02 {
    height: auto;
  }
}
.section__cta02.--update02 {
  margin: 0 auto 0;
}

.section__cta03 {
  width: 100%;
  height: 309px;
  margin: 0 auto;
  position: relative;
}
.section__cta03::after {
  content: '';
  display: block;
  background: url(./img/icon-cta.svg) no-repeat center / contain;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 24px);  
  z-index: 1;
}
.section__cta03 a {
  display: flex;
}
@media screen and (max-width: 450px) {
  .section__cta03 {
    height: auto;
  }
}
.section__cta03.--update03 {
  margin-top: 8px;
}

.banner > img {
  width: 100%;
  display: block;
}

@media (max-width: 900px) {
  #cta:hover {
    opacity: 1;
  }
  .amzn__scrollin__btn:hover {
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .cta-margin {
    margin-top: 70px;
  }
}
/*contact-S*/
.sara_kengaku-contact {
  padding: 80px 0;
  position: relative;
}

.sara_kengaku-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 640px) {
  .sara_kengaku-contact {
    padding: 12% 0;
  }
}
.sara_kengaku-contact__inner {
  padding: 0 4% 0;
  position: relative;
  z-index: 1;
}

.sara_kengaku-contact__inner-en {
  position: absolute;
  top: -85px;
  left: 5%;
}

.sara_kengaku-contact__inner-title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .sara_kengaku-contact__inner-title {
    font-size: 2rem;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .sara_kengaku-contact__inner-title {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
}
.sara_kengaku-contact__inner-title > span {
  display: block;
  color: #189CBE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

/*contact-E*/
/*tel-S*/
.section-tel {
  padding: 0 5%;
  margin-top: 24px;
}

.section-tel h2 {
  padding: 0 5%;
  font-size: 24px;
  font-family: "Noto Sans JP";
  text-align: center;
}

.number__box {
  padding: 24px 0 40px;
}

.number__box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

.number__box .number__box__cnt:not(:last-of-type) {
  margin-bottom: 24px;
}

.number__box .number__box__cnt .number__box__cnt__inner {
  border-radius: 4px;
  overflow: hidden;
}

.number__box .number__box__cnt h4 {
  height: 40px;
  background: #DBDBDB;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  font-weight: 500;
}

.number__box .number__box__cnt ul {
  min-height: 100px;
  background: #EEF0F2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 24px;
}

.number__box .number__box__cnt ul li {
  font-size: 14px;
}

.number__box .number__box__cnt ul li:nth-child(3) {
  padding-top: 12px;
}

.number__box .number__box__cnt a {
  height: 52px;
  background: #3898cb;
  padding: 0 24px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

@media (max-width: 640px) {
  .number__box .number__box__cnt a {
    height: 40px;
    font-size: 20px;
  }
}
.number__box .number__box__cnt a:before {
  content: "";
  background: url(../../pages/kengaku/img/phone_icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

/*tel-E*/
/*about-S*/
.section__about {
  padding: 80px 0 20px;
}

@media screen and (max-width: 640px) {
  .section__about {
    padding: 12% 0 4%;
  }
}

.section__about-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .section__about-container {
    padding: 0 4%;
  }
}

.section__about-slider {
  display: flex;
  justify-content: center;
  gap: 1px;
}

.section__about-wrap {
  position: relative;
  padding: 32px 24px;
  background: #FFF9F4;
}

@media screen and (max-width: 640px) {
  .section__about-wrap {
    padding: 4%;
  }
}

.section__about-wrap .swiper-button-prev,
.section__about-wrap .swiper-button-next {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease;
}

.section__about-wrap .swiper-button-prev {
  background-image: url(../images/mukunoie/arrow-right.svg);
  transform: translateY(-50%) rotate(180deg);
}

.section__about-wrap .swiper-button-next {
  background-image: url(../images/mukunoie/arrow-right.svg);
  transform: translateY(-50%);
}

.section__about-wrap .swiper-button-prev::after,
.section__about-wrap .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section__about-wrap .swiper-button-prev:hover,
  .section__about-wrap .swiper-button-next:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .section__about-wrap .swiper-button-prev {
    left: -20px;
  }
  .section__about-wrap .swiper-button-next {
    right: -20px;
  }
}

@media screen and (max-width: 640px) {
  .section__about-wrap .swiper-button-prev,
  .section__about-wrap .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .section__about-wrap .swiper-button-prev {
    left: -10px;
  }
  .section__about-wrap .swiper-button-next {
    right: -10px;
  }
}

.section__about-slide-btn {
  position: relative;
  overflow: hidden;
  width: 33.3%;
  background-color: #C4BCB1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 18px 17px;
  border-radius: 3px 3px 0 0;
}

@media screen and (max-width: 640px) {
  .section__about-slide-btn {
    padding: 4%;
  }
}

.section__about-slide-btn.active {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/about-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section__about-slide-btn.active .section__about-slide-btm {
  color: #fff;
}

.section__about-slide-btm {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .section__about-slide-btm {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.section__about-desc {
  font-size: 2rem;
  text-align: center;
  margin-top: 32px;
  color: #C3721B;
}

@media screen and (max-width: 640px) {
  .section__about-desc {
    font-size: 1.8rem;
  }
}
.section__about .section__about-slide-item {
  padding-bottom: 40px;
  height: auto;
  padding: 0 1px;
}

.section__about .section__about-box {
  height: 100%;
}

.section__about .section__about-box-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .section__about .section__about-box-title {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}

.section__about .section__about-box-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 640px) {
  .section__about .section__about-box-txt {
    font-size: 1.4rem;
  }
}

.section__about .section__about-box-ph {
  margin-bottom: 29px;
}

@media screen and (max-width: 1024px) {
  .section__about .section__about-box-ph {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .section__about .section__about-box-ph {
    margin-bottom: 5%;
  }
}

.section__about .section__about-box-ph img {
  width: 100%;
  display: block;
}
.section__about__inner {
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .section__about__inner {
    padding: 0 4%;
  }
}
.section__about__banner {
  width: 432px;
  margin: 0 auto 64px;
}

.section__about__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 56px;
}

@media screen and (max-width: 640px) {
  .section__about__text {
    font-size: 1.4rem;
    margin-bottom: 7%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .section__about__banner {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 480px) {
  .section__about__banner {
    margin: 4% auto 8%;
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 1024px) {
  .about-title {
    font-size: 2rem;
    padding-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .about-title {
    font-size: 1.8rem;
    padding-bottom: 5%;
  }
}
.about-title > span {
  display: block;
  color: #189CBE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

#sara_kengaku-about .sara_kengaku-about__inner__cnt__h3 {
  font-weight: 500;
  line-height: 1.6;
  font-size: 24px;
  padding: 24px 0;
}

@media screen and (max-width: 1080px) {
  #sara_kengaku-about .sara_kengaku-about__inner__cnt__h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  #sara_kengaku-about .sara_kengaku-about__inner__cnt__h3 {
    font-size: 16px;
    padding: 5% 0;
  }
}
#sara_kengaku-about .sara_kengaku-about__inner__cnt__p {
  font-size: 16px;
  padding-bottom: 64px;
  line-height: 2;
}

#sara_kengaku-about .sara_kengaku-about__inner__cnt__p:not(:last-child) {
  padding-bottom: 0;
}

.sara_kengaku-about__inner__text h3 {
  font-size: 20px;
  color: #4868a0;
  border-bottom: 1px solid rgba(72, 104, 160, 0.3);
  padding-bottom: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  #sara_kengaku-about .sara_kengaku-about__inner__cnt__p {
    font-size: 14px;
    padding-bottom: 10%;
  }
  .sara_kengaku-about__inner__text h3 {
    font-size: 18px;
  }
}
#sara_kengaku-about .margin-b-0 {
  font-size: 16px;
  padding-bottom: 0;
}

.sara_kengaku-about__inner__text p {
  font-size: 14px;
}

/*about-E*/
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

/*promise-S*/
.section__reason__inner .slick-dots {
  bottom: -35px;
}

.section__reason__inner button.slick-arrow {
  display: inline-block !important;
  width: 48px;
  height: 48px;
}

.section__reason__inner button.slick-arrow img {
  width: 48px;
  height: 48px;
}

@media (max-width: 640px) {
  .section__reason__inner button.slick-arrow {
    width: 30px;
    height: 30px;
  }
  .section__reason__inner button.slick-arrow img {
    width: 30px;
    height: 30px;
  }
  .section__reason__inner button.slick-arrow.slick-next {
    right: -10px;
  }
  .section__reason__inner button.slick-arrow.slick-prev {
    left: -10px;
  }
}
.section__reason__inner__title {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.section__reason__inner__title > span {
  display: block;
  color: #189CBE;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.section__reason__description {
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .section__reason__description {
    font-size: 1.4rem;
  }
}
.section__reason__inner__box {
  border: 1px solid #606060;
  border-radius: 10px;
  padding: 90px 50px 24px;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
}

@media screen and (max-width: 640px) {
  .section__reason__inner__box {
    padding: 50px 20px 15px;
  }
}
.promise-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 70px;
}

@media screen and (max-width: 640px) {
  .promise-num {
    width: 110px;
    height: 50px;
  }
}
.section__reason__inner__box__h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 24px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .section__reason__inner__box__h3 {
    font-size: 18px;
    padding: 2% 0;
  }
  .section__reason__inner__box__img {
    padding: 0 7vw;
  }
}
.section__reason__inner__box__p {
  font-size: 14px;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.slick-prev img,
.slick-next img {
  width: 30px;
  height: auto;
}

.single-works-slider-photo button.slick-prev {
  display: none !important;
}

.single-works-slider-photo button.slick-next {
  display: none !important;
}

.slick-dots li button:before {
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #189CBE;
  font-size: 12px;
  opacity: 1;
}

/*promise-E*/
#sara_kengaku-kengaku .sara_kengaku-kengaku__tab__inner__title {
  padding: 24px 0;
  text-align: center;
  font-size: 24px;
  position: relative;
  font-weight: 500;
}

@media (max-width: 640px) {
  #sara_kengaku-kengaku .sara_kengaku-kengaku__tab__inner__title {
    font-size: 18px;
    padding: 5% 0 5%;
  }
}
#sara_kengaku-kengaku .sara_kengaku-kengaku__tab__inner__title span {
  display: block;
  position: absolute;
  top: -13px;
  right: 50%;
  transform: translateX(50%);
  background: #fff;
  font-size: 16px;
  width: 116px;
  font-family: "High Summit";
}

.sara_kengaku-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5%;
  gap: 2%;
}

.sara_kengaku-box__02 {
  background-color: #efedea;
  height: 50px;
  color: #6e583b !important;
  font-size: 20px;
  width: 48%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sara_kengaku-box__01 {
  background-color: #e2e8f0;
  height: 50px;
  color: #4868a0;
  font-size: 20px;
  width: 48%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .sara_kengaku-box__02 {
    font-size: 18px;
  }
  .sara_kengaku-box__01 {
    font-size: 18px;
  }
}
#sara_kengaku-kengaku-tab__modern {
  display: none;
}

.sara_kengaku-kengaku-tab__modern__bg {
  background-color: #e2e8f0;
}

.sara_kengaku-kengaku-tab__modern__inner {
  padding: 32px 5%;
}

@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__inner {
    padding: 6% 5%;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  .sara_kengaku-kengaku-tab__modern__inner__title {
    font-size: 22px;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__text {
  font-size: 16px;
}

.sara_kengaku-kengaku-tab__modern__inner__area {
  font-size: 14px;
  border-bottom: 1px solid #4868a0;
  border-top: 1px solid #4868a0;
  padding: 16px 0;
  margin: 40px 0;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__inner__title {
    font-size: 20px;
    padding-bottom: 6%;
  }
  .sara_kengaku-kengaku-tab__modern__inner__area {
    padding: 4% 0;
    margin: 6% 0;
  }
}
@media screen and (max-width: 375px) {
  .sara_kengaku-kengaku-tab__modern__inner__title {
    font-size: 18px;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__plan,
.sara_kengaku-kengaku-tab__modern__inner__point__title,
.sara_kengaku-kengaku-tab__modern__inner__plan__title,
.sara_kengaku-kengaku-tab__modern__inner__access {
  font-size: 32px;
  padding-bottom: 8px;
  font-family: "High Summit";
}

@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__inner__plan,
  .sara_kengaku-kengaku-tab__modern__inner__point__title,
  .sara_kengaku-kengaku-tab__modern__inner__plan__title,
  .sara_kengaku-kengaku-tab__modern__inner__access {
    font-size: 28px;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__point h3 {
  font-size: 24px;
  font-weight: 500;
  padding: 32px 0;
  display: block;
}

@media screen and (max-width: 1080px) {
  .sara_kengaku-kengaku-tab__modern__inner__point h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__inner__point h3 {
    padding: 5% 0;
    display: block;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__point p {
  font-size: 16px;
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__inner__point p {
    font-size: 14px;
    padding-bottom: 10%;
  }
}
.sara_kengaku-kengaku-tab__modern__comment {
  background-image: url(../../pages/kengaku/img/sara_kengaku-commen__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.sara_kengaku-kengaku-tab__natural__inner__point__span {
  display: block;
  padding-top: 32px;
  font-size: 14px;
}

.sara_kengaku-kengaku-tab__modern__comment__inner {
  padding: 0 5%;
}

.sara_kengaku-kengaku-tab__modern__comment__inner__h2 {
  color: #fff;
  font-size: 32px;
  padding-bottom: 32px;
  font-family: "High Summit";
}

.sara_kengaku-kengaku-tab__modern__comment__inner__text01 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 40px;
  line-height: 2;
}

.sara_kengaku-kengaku-tab__modern__comment__inner__text02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}

.sara_kengaku-kengaku-tab__modern__comment__inner__text02 div:nth-child(1) {
  width: 60%;
  color: #fff;
}

.sara_kengaku-kengaku-tab__modern__comment__inner__text02 div:nth-child(2) {
  width: 20%;
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__comment__inner__h2 {
    font-size: 28px;
    padding-bottom: 5%;
  }
  .sara_kengaku-kengaku-tab__modern__comment__inner__text02 div:nth-child(2) {
    width: 35%;
    margin-top: auto;
  }
  .sara_kengaku-kengaku-tab__modern__comment__inner__text01 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 40px;
  }
  .sara_kengaku-kengaku-tab__modern__comment__inner__text02 {
    font-size: 14px;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__access__button {
  display: block;
  font-size: 20px;
  background-color: #497bd4;
  color: #fff;
  padding: 8px 0;
  max-width: 400px;
  text-align: center;
  margin: 32px auto 32px;
  border-radius: 50px;
  position: relative;
  border: #497bd4 2px solid;
  transition: background-color 0.3s;
  font-weight: 500;
}

.sara_kengaku-kengaku-tab__modern__inner__access__button:hover {
  background-color: #ffffff;
  color: #575a61;
  border: #497bd4 2px solid;
  font-weight: 500;
}

.sara_kengaku-kengaku-tab__modern__inner__access__button::after {
  content: "";
  display: inline-block;
  background-image: url(../../pages/kengaku/img/sara_kengaku-contact-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.sara_kengaku-kengaku-tab__modern__inner__access__button:hover::after {
  content: "";
  display: inline-block;
  background-image: url(../../pages/kengaku/img/sara_kengaku-contact-button-hover.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

@media screen and (max-width: 1080px) {
  .sara_kengaku-kengaku-tab__modern__inner__access__button {
    font-size: 18px;
  }
  .sara_kengaku-kengaku-tab__modern__inner__access__button::after {
    content: "";
    display: inline-block;
    background-image: url(../../pages/kengaku/img/sara_kengaku-contact-button.svg);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
  }
}
@media screen and (max-width: 640px) {
  .sara_kengaku-kengaku-tab__modern__inner__access__button {
    font-size: 14px;
  }
}
.sara_kengaku-kengaku-tab__modern__inner__access__map iframe {
  width: 100%;
  height: 340px;
}

.sara_kengaku-kengaku-tab__modern__inner__access__text {
  padding-top: 32px;
  line-height: 2;
}

.customize-support.open {
  overflow: hidden;
}

.customize-support.open body {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 640px) {
  .section__company .section__company__table td {
    font-size: 1.4rem;
  }
}
.section__company__inner {
  padding: 0 24px;
}

@media screen and (max-width: 640px) {
  .section__company__inner {
    padding: 0 4%;
  }
}
.section__company .section__company__table table {
  width: 100%;
}

.section__company .section__company__table tr {
  display: block;
  border-bottom: 1px solid #713E08;
  padding: 12px 0;
}

.section__company .section__company__table tr:last-child {
  border-bottom: 1px solid #713E08;
}

@media screen and (max-width: 640px) {
  .section__company .section__company__table tr {
    padding: 3% 0;
    font-size: 14px;
  }
}
.section__company .section__company__table th {
  width: 90px;
  text-align: start;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  font-family: "Noto Serif", serif;
}

.section__company .section__company__table th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 14px;
  background-color: #713E08;
}

.section__company .section__company__table td {
  width: calc(100% - 90px);
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 10px;
  line-height: 3.2rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
       font-family: "Noto Serif", serif;
}

.section__company .section__company__table td .company-tel {
  font-size: 1.4rem !important;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  font-family: "Noto Sans JP", serif;
}

.section__cta-banner {
  position: relative;
  width: 100%;
}

.section__cta-banner__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.024em;
  color: #3a3a3a;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  width: 100%;
}

.section__cta-banner__text-title {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: #fff;
}

.section__cta-banner__text-subtitle {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #fff;
}

@media (max-width: 440px) {
  .section__cta-banner__text-subtitle {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 4%;
  }
}
.section__cta-banner__text-img {
  position: absolute;
  bottom: -20px;
  left: 15px;
}

@media (max-width: 440px) {
  .section__cta-banner__text-img {
    bottom: -10px;
    left: 10px;
    width: 15vw;
  }
}
.section__cta-banner__text-img img {
  display: block;
}

.section__cta-banner__text-btn {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  display: inline-block;
  width: 432px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-radius: 30px;
  margin: 0 auto;
  color: #fff;
  transition: 0.4s;
  border: 1px solid #AD6111;
  background-color: #AD6111;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .section__cta-banner__text {
    bottom: 15%;
  }
  .section__cta-banner__text-btn {
    width: 300px;
    font-size: 1.4rem;
    height: 45px;
  }
  .section__cta-banner__text-btn::after {
    right: 20px;
  }
}
@media screen and (max-width: 450px) {
  .section__cta-banner__text {
    bottom: auto;
    top: 50vw;
  }
  .section__cta-banner__text.btn02 {
    top: 36vw;
  }
}

.section__cta-banner__text.btn02 {
  top: 50%;
}

@media screen and (max-width: 480px) {
  .section__cta-banner__text.btn02 {
    top: 46%;
  }
}
.section__cta-banner__text-home {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 440px) {
  .section__cta-banner__text-home {
    top: 10px;
    right: 10px;
    width: 19vw;
  }
}

.cta-btn01:hover {
  border: 1px solid #713E08;
  background: #713E08;
  transition: 0.4s;
}

.cta-btn01::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

@media (min-width: 1025px) {
  .section__cta-banner__text-btn:hover {
    transition: 0.4s;
  }
  /* CTA Button 01 Hover - 資料請求 */
  .cta-btn01:hover::after {

  }
  /* CTA Button 02 Hover - モデルハウス来場予約 */
  .cta-btn02:hover::after {

  }
}
.sara_kengaku-footer {
  padding: 60px 0 20px;
  background: #C4BCB1;
}

@media screen and (max-width: 850px) {
  .sara_kengaku-footer {
    padding: 10% 0 25%;
  }
}
.sara_kengaku-footer__inner {
  width: 100%;
  padding-inline: 24px;
  position: relative;
}

.sara_kengaku-footer__inner--cnt {
  max-width: 83px;
  margin: 0 auto;
}

.sara_kengaku-footer__inner--cnt--anchor {
  width: 209px;
  margin: 0 auto;
}

.sara_kengaku-footer__inner--cnt--anchor li {
  padding: 8px 0;
  padding-left: 20px;
  border-bottom: 1px solid #fff;
}

.sara_kengaku-footer__inner--cnt--anchor li:last-child {
  border-bottom: none;
}

.sara_kengaku-footer__inner--cnt--anchor li a {
  color: #111111;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sara_kengaku-footer__inner--copyright {
  margin: 40px auto 0;
  text-align: center;
}

.sara_kengaku-footer__inner--copyright small {
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sara_kengaku-footer__inner--copyright small {
    font-size: 1.4rem;
  }
}

.sara_kengaku-footer__inner--top {
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  position: absolute;
  right: 24px;
}

.sara_kengaku-plan-cnt__inner__pop-up {
  max-width: 100%;
  width: 340px;
  position: relative;
  z-index: auto;
}

.sara_kengaku-plan-cnt__inner__pop-up--img__button {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sara_kengaku-feature__inner--cnt--text--popup--img img {
  display: block;
}

.modalOpen {
  display: block;
  background: none;
  border: none;
  padding: 0;
}

.modalOpen img {
  display: block;
}

.modal .modalClose {
  background: none;
  width: 1em;
  height: 1em;
  font-size: 36px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background-color: #3a3a3a;
  padding: 30px;
  border-radius: 0 6px 0 8px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal .modalClose span {
  display: block;
  background: none;
}

.modal .modalClose span::before {
  content: "";
  background: #fff;
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  margin: auto;
  transform: rotate(45deg);
  inset: 0;
}

.modal .modalClose span::after {
  content: "";
  background: #fff;
  display: block;
  width: 36px;
  height: 2px;
  position: absolute;
  margin: auto;
  transform: rotate(-45deg);
  inset: 0;
}

.modal .modal-cnt {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .modal .modalClose {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 18px;
  }
  .modal .modalClose span::before {
    width: 28px;
    height: 2px;
  }
  .modal .modalClose span::after {
    width: 28px;
    height: 2px;
  }
}
.modal .modal-cnt img {
  width: 100%;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  width: 100%;
  height: 100%;
  color: #f1f1f1;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  padding: 100px 24px;
  overflow-y: scroll;
}

@media screen and (max-width: 1024px) {
  .modal {
    padding: 10% 2%;
  }
}
@media screen and (max-width: 640px) {
  .modal {
    padding: 12% 4%;
  }
}
.modal .modal-bg {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto;
}

.sara_kengaku-plan-cnt__inner__pop-up--img__button {
  position: absolute;
  bottom: 0;
}

.sara_kengaku-plan-cnt__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2%;
  padding-bottom: 40px;
}

.sara_kengaku-plan-cnt__inner__pop-up {
  width: 48%;
}

/*works*/
.sara_kengaku-works__inner {
  padding: 80px 5%;
  background-color: #f5f5f5;
}

.sara_kengaku-works__inner__title span {
  background-color: #f5f5f5;
}

@media screen and (max-width: 640px) {
  .sara_kengaku-works__inner {
    padding: 10% 5%;
    background-color: #f5f5f5;
  }
}
.single-works-slider-photo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.single-works-slider-photo .single-works-slider-main {
  width: 100%;
  position: relative;
}

.single-works-slider-photo .single-works-slider-main *:focus {
  outline: none;
}

.single-works-slider-photo .single-works-slider-main i {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
}

.single-works-slider-photo .single-works-slider-main i::before {
  content: "";
  background: url(../../pages/kengaku/img/zoom_icon.png) no-repeat center center/contain;
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
}

.single-works-slider-photo .single-works-slider-main .slick-slide {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-works-slider-photo .single-works-slider-main .slick-slide a {
  pointer-events: none;
}

.single-works-slider-photo .single-works-slider-main .slick-slide figure {
  height: 596px;
  position: relative;
  margin: 0;
}

.single-works-slider-photo .single-works-slider-main .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-works-slider-photo .slick-prev,
.single-works-slider-photo .slick-next {
  cursor: pointer;
  z-index: 1;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.single-works-slider-photo button.slick-prev {
  display: none;
  left: 2.2rem;
}

.single-works-slider-photo button.slick-next {
  right: 2.2rem;
  display: none;
}

/*.single-works-slider-photo .slick-prev::before,
        .single-works-slider-photo .slick-next::before {
        content: "";
        width: 40px;
        height: 32px;
        position: absolute;
        }
        .single-works-slider-photo .slick-prev::before {
        content: "";
        background-image: url(../../pages/kengaku/img/sara-kengaku/prev-arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border: none;
        left: 0;
        transform: none;
        top: 50%;
        transform: translateY(-50%);
        }
        .single-works-slider-photo .slick-next::before {
        content: "";
        background-image: url(../../pages/kengaku/img/sara-kengaku/next-arrow.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        border: none;
        right: 0;
        transform: none;
        top: 50%;
        transform: translateY(-50%);
        }*/
@media screen and (max-width: 640px) {
  .single-works-slider-photo .slick-prev::before {
    content: "";
    background-image: url(../../pages/kengaku/img/prev-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    left: -20px;
    transform: none;
  }
  .single-works-slider-photo .slick-next::before {
    content: "";
    background-image: url(../../pages/kengaku/img/next-arrow.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    right: -20px;
    transform: none;
  }
}
.detailsPhoto__thumb {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 48px;
}

@media screen and (max-width: 425px) {
  .detailsPhoto__thumb {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 6%;
    margin-top: 2%;
  }
}
.detailsPhoto__thumb-inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: space-between;
}

.detailsPhoto__thumb::-webkit-scrollbar {
  height: 8px;
}

.detailsPhoto__thumb::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.detailsPhoto__thumb::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sara_kengaku-contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.sara_kengaku-contact__form .privacy-policy-scroll p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #2c2928;
}

.single-works-popup {
  margin: 0 auto;
}

.single-works-popup figure {
  text-align: center;
  margin: 0 auto 2em;
}

.single-works-popup img {
  display: block;
  width: 70%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 640px) {
  .single-works-popup img {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.single-works-popup span {
  font-family: "BIZ UDMincho", serif;
  color: #2b2b2b;
  padding: 1em;
}

.panel-item {
  display: inline-block;
  min-width: 100px;
  width: 24%;
  flex-shrink: 0;
  cursor: pointer;
  margin-bottom: 1%;
}

@media screen and (max-width: 425px) {
  .panel-item {
    width: 23.6%;
  }
}
.panel-item:nth-of-type(2n) {
  margin-right: 0;
}

.panel-item figure {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
}

.panel-item img {
  display: block;
  font-family: "object-fit: cover;";
  width: 100%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: visible;
  cursor: pointer;
}

.single-works-popup p {
  font-size: 1.5rem;
  line-height: 1.75;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 50px;
  top: -50px;
  cursor: pointer;
}

.mfp-close:active {
  top: 0 !important;
}

.mfp-wrap.mfp-ready .mfp-content {
  pointer-events: none;
}

.sara_kengaku-kengaku-tab__natural__bg {
  background-color: #efedea;
}

.js-sara_kengaku-tab-cnt {
  display: none;
}

.js-sara_kengaku-tab-cnt.is-show {
  display: block;
}

.mfp-hide {
  display: none !important;
}

/*menu*/
.header__inner {
  display: flex;
  justify-content: end;
}

.header__inner .navToggleCross {
  background: none;
  cursor: pointer;
  z-index: 1;
  display: none;
  width: 50px;
  border: none;
  position: fixed;
  height: 60px;
  z-index: 998;
  overflow: inherit;
}

@media (max-width: 900px) {
  .header__inner .navToggleCross {
    display: block;
    padding: 0;
    position: absolute;
    width: 24px;
    top: 0px;
    right: 0;
    margin-right: 24px;
  }
}
@media (max-width: 640px) {
  .header__inner .navToggleCross {
    display: block;
    width: 32px;
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .header__inner .navToggleCross {
    display: block;
    width: 32px;
    position: fixed;
    right: 0;
  }
}
.header__inner .navToggleCross span {
  background: #3a3a3a;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  margin: auto;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.header__inner .navToggleCross p {
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 3px;
  left: -5px;
  transform: translateX(-50%);
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

@media (max-width: 850px) {
  .header__inner .navToggleCross .ham-menu-text p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: 500;
    color: #111111;
  }
}
.header__inner .navToggleCross span:nth-of-type(1) {
  top: 35%;
}

.navToggleCross span:nth-of-type(1).back-on,
.navToggleCross.open span:nth-of-type(1),
.navToggleCross span:nth-of-type(2).back-on,
.navToggleCross.open span:nth-of-type(2),
.navToggleCross span:nth-of-type(3).back-on,
.navToggleCross.open span:nth-of-type(3) {
  background-color: #000;
}

.header__inner .navToggleCross span:nth-of-type(2) {
  top: 51%;
  right: 0;
  bottom: auto;
  right: 0;
  width: 17px;
}

.header__inner .navToggleCross span:nth-of-type(3) {
  bottom: auto;
  top: 70%;
}

.header__inner .navToggleCross .ham-menu-text {
  position: absolute;
  top: 40px;
  left: -20px;
  transform: none;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}

.headerNavHum {
  color: #ffffff;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  z-index: 2;
}

.headerNavHum__inner--cnt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  padding: 12vh 20px 15vh 20px;
  height: 100vh;
  position: relative;
  box-sizing: border-box;
  width: 480px;
  /*800px*/
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 850px) {
  .headerNavHum__inner--cnt--logo {
    display: none;
  }
}
.headerNavHum__inner--cnt--logo img {
  display: block;
  margin: 0 auto;
}

.headerNavHum__inner--cnt--nav {
  height: 60vh;
  padding-bottom: 4%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.headerNavHum__inner--cnt--nav ul {
  width: 100%;
}

.headerNavHum__inner--cnt--nav ul li {
  padding: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  padding-left: 30%;
}

@media screen and (max-width: 480px) {
  .headerNavHum__inner--cnt--nav ul li {
    padding-left: 28%;
  }
}
.headerNavHum__inner--cnt--nav ul li.is-current > a {
  color: #7B674D;
}

.headerNavHum__inner--cnt--nav ul li.is-current > a::before {

}


.headerNavHum__cta-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 10px;
  transition: 0.4s;
  background: url(./img/arrow-bottom-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.headerNavHum__inner--cnt--nav ul li a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1em;
  text-align: center;
  position: relative;
  padding: 32px;
  transition: color 0.6s 
ease;
  margin: 0 auto;
  color: #fff;
  font-family: 'Antic Didone';
}

@media (max-width: 900px) {
  .headerNavHum {
    width: 100%;
    left: 0;
  }
  .headerNavHum__inner--cnt {
    position: relative;
    gap: 40px;
    padding: 15vh 50px 15vh 50px;
    width: 480px;
    background: #F7F7F7;
  }
  .headerNavHum__inner--cnt::after {
    content: "";
    position: absolute;
    background: url(./img/sp-menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    top: 0;
  }
  .headerNavHum__inner--cnt--nav ul {
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 0 32px;
    border-radius: 10px;
  }
  .headerNavHum__inner--cnt--nav ul li a {
    max-width: unset;
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 400;
    text-align: left;
  }
  .headerNavHum__inner--cnt--banner {
    width: 100%;
    max-width: 150px;
  }
  .headerNavHum__inner--cnt--nav {
    width: 100%;
    height: 70vh;
    z-index: 1;
  }
  .headerNavHum__inner--cnt--banner a img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .headerNavHum__inner--cnt {
    gap: 40px;
    padding: 15vh 50px 15vh 50px;
    width: 100%;
  }
}
.open {
  overflow: hidden;
}

.open .header__inner .navToggleCross span:nth-of-type(1) {
  top: 50%;
  transform: rotate(40deg);
}

.open .header__inner .navToggleCross span:nth-of-type(2) {
  visibility: hidden;
}

.open .header__inner .navToggleCross span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-40deg);
}

.open .headerNavHum {
  opacity: 1;
  display: block;
  z-index: 11;
}

.back-on-none {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1500px) {
  .back-on-none {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .back-on-none .header__inner {
    color: #2d3630;
  }
}
.back-on {
  visibility: visible;
  opacity: 1;
  display: block;
  height: 100%;
}

.back-on .navToggleCross {
  color: rgba(112, 112, 112, 0.5);
}

.back-on .headerNavHum__inner--cnt::before {
  display: none;
}

.sara_kengaku__form {
  padding: 10px 0;
}

/* ************************************************
        Floating banner S
        ************************************************ */
.floating__banner {
  display: none;
}

@media (min-width: 850px) {
  .floating__banner {
    display: none;
  }
}
@media (max-width: 849px) {
  .floating__banner.is-active {
    display: block;
    position: relative;
    z-index: 99;
  }
}
.floating__banner .floating__banner__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5px;
  position: fixed;
  bottom: 0;
  z-index: 9;
  max-width: 480px;
}

.floating__banner .floating__banner__inner::before {
  content: "";
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.floating__banner .floating__banner__inner img {
  display: block;
}

.floating__banner .floating__banner__inner .modal__btn.floating__banner__tel {
  cursor: pointer;
}

.modal_popup {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_popup__inner__cnt {
  max-width: 600px;
  width: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_popup__inner__cnt span {
  display: block;
  text-align: right;
}

.modal_popup.floating__banner__tel {
  z-index: 9;
}

.modal_popup__inner.floating__banner__tel {
  height: 100%;
  background: #2c2928;
  position: relative;
}

.modal_popup__inner.floating__banner__tel .close__modal {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}

.modal_popup__inner.floating__banner__tel .number__box {
  padding: 40px 4% 30%;
}

.modal_popup__inner.floating__banner__tel .number__box h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt:not(:last-of-type) {
  margin-bottom: 24px;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt .number__box__cnt__inner {
  border-radius: 4px;
  overflow: hidden;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt h4 {
  height: 40px;
  background: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt ul {
  min-height: 100px;
  background: #eef0f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 24px;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt ul li {
  font-size: 14px;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt a {
  height: 52px;
  background: #3898cb;
  padding: 0 24px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.modal_popup__inner.floating__banner__tel .number__box .number__box__cnt a:before {
  content: "";
  background: url(../../pages/kengaku/img/sara-kengaku/phone_icon.svg);
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

/* ************************************************
        Floating banner End
        ************************************************ */
.pc-none {
  display: none;
}

.pc-contents {
  display: block;
}

@media (max-width: 1024px) {
  .tb-none {
    display: none;
  }
  .tb-contents {
    display: block;
  }
}
@media (max-width: 640px) {
  .sp-none {
    display: none;
  }
  .sp-contents {
    display: block;
  }
}
@media (max-width: 640px) {
  .modal_popup__inner.floating__banner__tel .number__box .number__box__cnt ul {
    padding: 8px 24px;
  }
  .modal_popup__inner.floating__banner__tel .number__box .number__box__cnt a {
    height: 35px;
    font-size: 16px;
  }
  .modal_popup__inner.floating__banner__tel .number__box h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .modal_popup__inner.floating__banner__tel .number__box .number__box__cnt h4 {
    height: auto;
    padding: 2px 24px;
  }
  .modal_popup__inner.floating__banner__tel .number__box .number__box__cnt:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.slick-prev:before,
.slick-next:before {
  display: none;
}

/* ************************************************
        Form CSS S
        ************************************************ */
.sara_kengaku-contact__form {
  max-width: 900px;
  margin: auto;
}

.sara_kengaku-contact__form ul.form-tab {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 80px;
}

.sara_kengaku-contact__form ul.form-tab button {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: calc(50% - 24px);
  font-size: 24px;
  padding: 30px 0;
  cursor: pointer !important;
}

.form-content,
.form-content > div {
  width: 100%;
}

.form-content > div > form {
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 0 1em 0;
}

/* .clearfix:nth-of-type(3) {
  border-bottom: 1px solid #3A3A3A;
  padding-bottom: 32px;
  margin-bottom: 16px;
} */
.clearfix-txt {
  margin-top: 0;
}

.clearfix-txt p {
  font-size: 14px;
  padding-bottom: 16px;
  font-weight: 500;
}

.clearfix-tel-btn {
  width: 280px;
  margin: 0 auto;
  border: 1px solid #3898cb;
  color: #FFF;
  border-radius: 30px;
  background-color: #3898cb;
  transition: 0.3s;
}

.clearfix-tel-btn:hover {
  opacity: 0.5;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .clearfix-tel-btn:hover {
    opacity: 1;
  }
}
.clearfix-tel-btn__a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
}

.clearfix-tel-btn__a span {
  display: inline-block;
  background-image: url(../../pages/kengaku/img/sara-kengaku/phone_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

form ul {
  display: block;
  margin-bottom: 32px;
  margin-top: 24px;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

form ul li:first-of-type {
  width: 100%;
  font-weight: 400;
  color: #272727;
}

form ul li:last-of-type {
  width: 100%;
}

form ul .item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #989898;
  border-radius: 21px;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

form ul li:last-of-type .item-form,
form ul li:last-of-type .item-form span,
form ul li:last-of-type input,
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  font-weight: 500;
  color: #000;
}

form ul li:last-of-type textarea {
  resize: vertical;
  height: 240px;
}

form ul li:last-of-type select,
form ul li:last-of-type input,
form ul li:last-of-type textarea {
  background-color: #fff;
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  /*   opacity: 0.6; */
  opacity: 1;
}

.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.sara_kengaku-contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 0px;
  border: none;
  margin: auto;
  position: relative;
}

.section-form__check {
  text-align: center;
  margin-bottom: 48px;
}

.section-form__check span {
  background: none;
  color: #2c2928;
}

form [type=submit] {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/contact-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  border: none;
  padding: 12px 0;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 18px;
  opacity: 1;
  transition: 0.3s;
}

form [type=submit]:hover {
  background-color: #C3721B;
  color: #fff;
  border-color: #C3721B;
  transition: 0.3s;
}

.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  background-size: cover !important;
  background-position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
}

li.item-form.itemform_add_search span {
  width: calc(100% - 140px);
}

li.item-form.itemform_add_search button {
  width: 120px;
  background: #3898cb;
  border: none;
  color: #fff;
  text-align: center;
}

.form-caption {
  margin-bottom: 120px;
}

.form-caption p {
  font-size: 16px;
  text-align: center;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  background-color: #fff;
  margin-bottom: 32px;
}

.section-form-privacy__cnt a {
  color: #00a7ff;
}

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul li:first-of-type,
  form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .sara_kengaku-contact__form ul.form-tab::after {
    display: none;
  }
  .sara_kengaku-contact__form ul.form-tab button {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 16px 0;
  }
  form ul li:last-of-type select,
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .sara_kengaku-contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice {
    width: 100%;
  }
  li.item-form.itemform_add_search span {
    width: 100%;
  }
}
.form-date-notice {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 8px;
}

.wpcf7-form-control {
  border: none;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
}

.reserve-notice {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #A5A5A5;
}

.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

.form-caption p {
  font-family: "Zen Kaku Gothic New";
}


.wpcf7-not-valid-tip {
  display: none !important;
}

.sara_kengaku-contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.sara_kengaku-contact__form .privacy-policy-scroll p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #2c2928;
}

.sara_kengaku-contact__form .privacy-policy-scroll p a {
  color: #5839ff;
}

.section-contact__btn {
  cursor: pointer;
}

.section-contact__btn-tel {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 24px;
  background-color: #53A674;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 24px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 640px) {
  .section-contact__btn-tel {
    margin-top: 10%;
    padding: 4%;
  }
}
.section-contact__btn-wrap {
  opacity: 0.5;
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

.section-contact__btn-tel .section-contact__btn-wrap {
  opacity: 1;
}

@media (max-width: 640px) {
  .section-contact__btn-wrap {
    font-size: 1.6rem;
  }
}
.section-contact__btn-wrap.--active {
  opacity: 1;
}

.section-contact__btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
}

.section-contact__btn-text p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.section-contact__btn-text p:first-child {
  font-size: 4.8rem;
  font-family: "PT Sans", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-top: 1px solid #fff;
  padding: 8px 14px;
}

.section-contact__btn-text p:last-child {
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 640px) {
  .section-contact__btn-text p:first-child {
    font-size: 2rem;
  }
  .section-contact__btn-text p:last-child {
    font-size: 1.2rem;
  }
}
.section-contact__menu {
  display: flex;
  gap: 8px;
}

/* ************************************************
        Form CSS End
        ************************************************ */
.slick-slide {
  width: 422px;
  margin: 0 5px;
}

@media (max-width: 640px) {
  .slick-slide {
    width: 330px;
    transform: translateX(-5px);
  }
}
.section__fv {
  position: relative;
}

.section__about__body {
  display: flex;
  flex-direction: column;
}

.section__about__item {
  position: relative;
  border-bottom: 1px solid rgba(9, 9, 9, 0.3);
}

.section__about__item:first-child {
  border-top: 1px solid rgba(9, 9, 9, 0.3);
}

.section__about__content {
  overflow: hidden;
  max-height: 0;
  padding-bottom: 0;
}

.section__about__content.is-open {
  max-height: 2000px;
  opacity: 1;
}

.section__about__btn {
  cursor: pointer;
  padding: 40px 0 40px 0;
  position: relative;
}

.section__about__btn::before,
.section__about__btn::after {
  content: "";
  position: absolute;
  background: #1f1f1f;
  right: 16px;
  top: 50px;
  left: auto;
  transition: opacity 0.3s ease;
}

.section__about__btn::before {
  width: 16px;
  height: 1px;
  transform: translate(50%, -50%);
}

.section__about__btn::after {
  width: 1px;
  height: 16px;
  transform: translate(50%, -50%);
  opacity: 1;
}

.section__about__item-wrap.active .section__about__btn::after {
  opacity: 0;
}

.section__about__btn span {
  font-size: 1.4rem;
  font-style: normal;
  font-family: "Montserrat", serif;
  font-weight: 500;
  margin-bottom: 32px;
  color: #B6D030;
  display: block;
}

.section__about__item-wrap.active .section__about__btn {
  padding-bottom: 0;
}

.section__about__btn.active + .section__about__content {
  max-height: 507px;
  /* ここは適当な大きさに調整 */
  padding-bottom: 24px;
}

@media (max-width: 1024px) {
  .section__about__btn.active + .section__about__content {
    padding-bottom: 5%;
  }
}
@media (max-width: 1024px) {
  .section__about__btn {
    padding: 5% 0 5% 0;
  }
}
.section__about__btn-text {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
}

.section__about__btn-title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  color: #2d2d2d;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .section__about__btn-title {
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
}
.section__about__description {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  .section__about__description {
    margin-bottom: 6%;
  }
}
.section__about__image {
  padding-bottom: 40px;
}

.section__about__image.--img01 {
  padding-top: 40px;
}

.section__about__image.--img03 {
  width: 370px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .section__about__image.--img03 {
    width: 100%;
    margin: 0 auto;
  }
}
.section__about__image.--img04 {
  width: 330px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .section__about__image {
    padding-bottom: 6%;
  }
  .section__about__image.--img01 {
    padding-top: 6%;
  }
  .section__about__image.--img04 {
    width: 100%;
  }
}
.header__inner {
  opacity: 1;
  pointer-events: none;
}
.header__inner.back-on,
.header__inner .navToggleCross {
  pointer-events: auto;
}

#cta .cta-img {
  text-align: center;
}

#cta .cta-img img {
  width: 302px;
}

#cta .cta-title::after {
  content: none;
}

.section__reason__text {
  color: #444444;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: 0.05em;
  padding-top: 40px;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .section__reason__text {
    font-size: 1.4rem;
    padding-top: 4%;
    margin-bottom: 4%;
  }
}
.section__reason__slider-item {
  position: relative;
  /* 親要素は基準位置を指定 */
  height: auto;
  /* 親要素の高さを自動調整 */
}

.section__reason__slider-item-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section__reason__slider-item-title span {
  font-family: "Montserrat", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  display: block;
  color: #fff;
  width: 143px;
  text-align: center;
  padding: 12px 0;
  border-radius: 8px;
  background: #7B674D;
  line-height: 1;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .section__reason__slider-item-title span {
    width: 100px;
    padding: 3% 0;
    margin-bottom: 4%;
    font-size: 1.2rem;
  }
}
.section__reason__slider-item-title h3 {
  text-align: left;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 16px;
  position: relative;
  font-family: "Sawarabi Mincho", serif;
}

.section__reason__slider-item-title h4 {
  text-align: left;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .section__reason__slider-item-title h4 {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
@media (max-width: 1024px) {
  .section__reason__slider-item-title h3 {
    font-size: 1.8rem;
  }
}
.section__reason__slider-item-text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 24px;
}

@media (max-width: 640px) {
  .section__reason__slider-item-text {
    font-size: 1.4rem;
  }
}
.section__reason__slider-wrap {
  position: relative;
  padding: 0 24px 24px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #7B674D;
}

@media screen and (max-width: 640px) {
  .section__reason__slider-wrap {
    padding: 4% 4%;
  }
}
.swiper-pagination {
  position: absolute;
  bottom: -32px !important;
}

.section__reason .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.section__reason .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.section__reason .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #7B674D;
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .section__reason .swiper-pagination {
    padding-top: 10%;
  }
}
.section__reason__slider-prev {
  cursor: pointer;
  position: absolute;
  top: 42%;
  left: 34px;
  transform: translateY(-50%);
  z-index: 2;
}

.section__reason__slider-next {
  cursor: pointer;
  position: absolute;
  top: 42%;
  right: 34px;
  transform: translateY(-50%);
  z-index: 2;
}

.section__reason__slider-icon {
  width: 48px;
  height: 48px;
}

.section__reason__subttl {
  display: block;
  width: 100%;
  text-align: center;
  color: #F2F2F2;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 100% */
  letter-spacing: 0.8px;
}

@media (max-width: 1024px) {
  .section__reason__subttl {
    font-size: 1.6rem;
  }
}
.promise-slick {
  margin: 0 auto;
  max-width: 900px;
}

.promise-slick .slick-slide {
  padding: 0 10px;
}

.promise-slick .slick-dots {
  bottom: -40px;
}

.promise-slick .slick-dots li button:before {
  font-size: 12px;
  color: #ccc;
}

.promise-slick .slick-dots li.slick-active button:before {
  color: #189CBE;
}

.promise-slick .slick-prev,
.promise-slick .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.promise-slick .slick-prev {
  left: -50px;
}

.promise-slick .slick-next {
  right: -50px;
}

.promise-slick .slick-prev img,
.promise-slick .slick-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .promise-slick .slick-prev {
    left: -30px;
  }
  .promise-slick .slick-next {
    right: -30px;
  }
}
@media (max-width: 640px) {
  .promise-slick .slick-prev {
    left: -20px;
  }
  .promise-slick .slick-next {
    right: -20px;
  }
}
.wpcf7-list-item {
  margin: 0 0 1em 0;
}

form {
  overflow: hidden;
}

form ul {
  display: block;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #C3721B;
  text-align: center;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 32px;
  font-weight: 500;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #C4BCB1;
  text-align: center;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 32px;
}

form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}

form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}

form ul li:last-of-type input {
  width: 100%;
  display: block;
}

form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 8px 16px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
.section-form__check1 {
  text-align: center;
  font-size: 14px;
}

.contact__form ul.form-tab button.active {
  color: #186a68;
  border-top: 1px solid #186a68;
  border-bottom: 1px solid #186a68;
}

.submit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 100px;
  border: none;
  margin: auto;
  /* border: 1px solid #216724; */
  position: relative;
}

.section-form__check {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 48px;
}

.section-form__check span {
  background: none;
}

form [type=submit] {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/contact-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 12px 0;
  margin: auto;
  margin-top: 0px;
  position: relative;
  font-size: 1.6rem;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  border-radius: 30px;
}

@media (min-width: 1025px) {
  form [type=submit]:hover {
    background-color: #C3721B;
    color: #fff;
    border-color: #C3721B;
    transition: 0.3s;
  }
}
.submit_btn:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 6px;
  top: 50%;
  transform: translateY(-48%);
  right: 24px;
  size: cover !important;
  position: center center !important;
}

.wpcf7-spinner {
  display: none !important;
}

li.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
}

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}

.section-form-privacy__cnt h3 {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  margin-bottom: 12px;
  margin-top: 32px;
}

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

.formError {
  z-index: 20 !important;
}

.xdsoft_datetimepicker {
  z-index: 21 !important;
}

@media screen and (max-width: 640px) {
  form ul {
    /* margin-bottom:32px; */
    margin-top: 5%;
    margin-bottom: 3%;
    flex-wrap: wrap;
  }
  form ul li:first-of-type,
  form ul li:last-of-type {
    width: 100%;
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    font-size: 1.4rem;
  }
  form [type=submit] {
    font-size: 1.6rem;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-not-valid-tip {
  display: none !important;
}

.contact__form .privacy-policy-scroll {
  background: #FFF;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2C2928;
}

.contact__form .privacy-policy-scroll p a {
  color: #5839FF;
}

.form__notice {
  font-size: 1.2rem;
  color: #A5A5A5;
}

.privacy-policy-scroll {
  background: #FFF;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #A7A7A7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #FFF;
}

.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 6px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #C3721B;
  font-size: 1.4rem;
  text-align: center;
  color: #FFF;
}

@media (max-width: 640px) {
  .item-form.itemform_add_search button.wpcf7c-elm-step1 {
    width: 90px;
  }
}
span.wpcf7-form-control.wpcf7-radio {
  background: unset;
}

.privacy-box {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
  background: #fff;
}

.privacy-box h3 {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.privacy-box p {
  font-size: 14px;
  line-height: 2.4rem;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

@media (max-width: 1024px) {
  .privacy-box {
    padding: 2% 2% 3%;
  }
}
@media (max-width: 640px) {
  .privacy-box {
    padding: 4% 4% 5%;
  }
}
.section-form__check1,
.section-form__check2 {
  padding: 24px;
  text-align: center;
}

@media (max-width: 640px) {
  .section-form__check1,
  .section-form__check2 {
    padding: 2%;
    text-align: center;
  }
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #FFFFFF;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
  background: #FFF !important;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  /* チェック時の背景色 */
  box-shadow: inset 0 0 0 4px #FFFFFF;
  /* 中央に白い丸を作る */
  background: #323232 !important;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media (max-width: 640px) {
  .wpcf7-form-control.wpcf7-radio label input[type=radio] {
    padding: 8px;
  }
}
.wpcf7-list-item {
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.section-form__check1 .wpcf7-list-item,
.section-form__check2 .wpcf7-list-item,
.section-form__check3 .wpcf7-list-item {
  justify-content: center;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #A5A5A5;
  opacity: 1;
  font-size: 1.4rem;
}

input::placeholder,
textarea::placeholder {
  color: #A5A5A5;
  opacity: 1;
  font-size: 1.4rem;
}

.custom-works-thumbnail-slider .swiper-slide {
  height: 72px;
  text-align: center;
  overflow: hidden;
  opacity: 1;
}

@media screen and (max-width: 440px) {
  .custom-works-thumbnail-slider .swiper-slide {
    height: 60px;
  }
}
.custom-works-thumbnail-slider .swiper-slide img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.show-more-btn {
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #3a3a3a;
  display: inline-block;
  width: 276px;
  height: 56px;
  background-color: #7B674D;
  display: flex;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  padding-left: 30px;
  color: #fff;
  transition: 0.4s;
  border: 1px solid #7B674D;
  cursor: pointer;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .show-more-btn {
    font-size: 1.4rem;
    height: 40px;
    width: 300px;
  }
}
.show-more-btn::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 13px;
  height: 13px;
  transition: 0.4s;
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .show-more-btn:hover {
    background-color: #fff;
    color: #7B674D;
    transition: 0.4s;
  }
  .show-more-btn:hover::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 10px;
    transition: 0.4s;
    background: url(./img/arrow-right-brown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.js-pulldown {
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  width: 276px;
  height: 56px;
  background-color: #B6D030;
  padding-left: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 30px;
  margin: 0 auto;
  color: #1f1f1f;
  transition: 0.4s;
  border: 1px solid #B6D030;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 640px) {
  .js-pulldown {
    height: 42px;
  }
}
.js-pulldown::after {
  z-index: 1;
  transition: 0.4s;
  content: "";
  position: absolute;
  right: 24px;
  width: 13px;
  height: 10px;
  background: url(./img/arrow-right-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .js-pulldown:hover {
    background: #fff;
    border: 1px solid #1f1f1f;
  }
}
.show-more-btn.close-btn {
  border: 1px solid #D9D9D9;
  border-radius: 32px;
  font-size: 1.4rem;
  width: 276px;
  margin-top: 16px;
  background: #D9D9D9;
  color: #1f1f1f;
  text-align: left;
  padding-left: 30px;
}

@media screen and (max-width: 640px) {
  .show-more-btn.close-btn {
    margin-top: 4%;
  }
}
.show-more-btn.close-btn::after {
  content: "";
  position: absolute;
  right: 24px;
  width: 13px;
  height: 10px;
  transition: 0.4s;
  background: url(./img/arrow-right-dark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .show-more-btn.close-btn:hover {
    border: 1px solid #1f1f1f;
    background: #fff;
  }
}
.section__contact__menu {
  display: flex;
  justify-content: center;
  gap: 1px;
  margin-bottom: 38px;
}

@media (max-width: 640px) {
  .section__contact__menu {
    margin-bottom: 6%;
  }
}
.section__contact__btn {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  background: url(./img/form-noactive.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  border: none;
  outline: none;
  line-height: 1.4;
}

.section__contact__btn small {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .section__contact__btn small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .section__contact__btn {
    font-size: 1.4rem;
  }
}
.section__contact__btn span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.3s ease;
}

.section__contact__btn::after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: url(./img/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.section__contact__btn.is-active {
  color: #fff;
  background: url(./img/form-active.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section__cta02-content-txt {
  width: 432px;
  padding: 14px;
  height: 133px;
  margin-bottom: 32px;
  border: 1px solid #fff;
  background-color: #fff;
  overflow: auto;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .section__cta02-content-txt {
    width: 320px;
    bottom: 5%;
  }
}

.section__cta02-content-txt-box {
  width: 100%;
  font-size: 1.4rem;
}

.section__cta02-content-txt-box::-webkit-scrollbar {
  width: 6px;
  padding-right: 10px;
}

.section__cta02-content-txt-box::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  padding-right: 10px;
}

.section__cta02-content-txt-box::-webkit-scrollbar-track {
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .section__cta02-content-txt-box {
    max-width: 100%;
    padding: 0 2%;
  }
}

@media screen and (max-width: 640px) {
  .section__cta02-content-txt-box {
    padding: 0;
    font-size : 1.2rem;
  }
}
.section__contact__btn.is-active span {
  color: #fff;
}

.section__contact__btn.is-active::after {
  filter: brightness(330%);
}

@media (max-width: 640px) {
  .section__contact__btn {
    padding: 4% 0 8%;
  }
  .section__contact__btn::after {
    bottom: 7%;
  }
}
@media (max-width: 480px) {
  .section__contact__btn {
    padding: 4% 0 10%;
  }
  .section__contact__btn::after {
    bottom: 10%;
  }
}
.section__contact__form-content {
  display: none;
}

.section__contact__form-content.is-active {
  display: block;
}

.accordion-access-map {
  margin-top: 24px;
}

.custom-works-main-slider-wrapper {
  position: relative;
}

.show-more-btn {
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
}

.accordionToggleHidden {
  /* height: 500px; */
  overflow: hidden;
  transition: 0.8s ease;
  position: relative;
  max-height: 0;
}

.accordionToggle.accordionToggleOpen .accordionToggleHidden {
  max-height: 1000px;
}

.accordionToggle {
  position: relative;
  border-bottom: 1px solid #D9D9D9;
}

.accordionToggle:last-child {
  border-bottom: none;
}

.accordionToggleOpen .accordionToggleSummary {
  border-bottom: 1px solid #D9D9D9;
}

.fade-overlay {
  position: absolute;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(245, 243, 240, 0) 0%, #F5F3F0 33.33%);
  z-index: 80;
  opacity: 1;
  bottom: 0;
  transition: 0.8s ease;
}

.fade-overlay.is-hidden {
  opacity: 0;
}/*# sourceMappingURL=page-client.css.map */

.works__slide .swiper-button-prev--works,
.works__slide .swiper-button-next--works {
  position: absolute;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  top: 40%;
  z-index: 10;
}

.works__slide .swiper-button-prev--works::after,
.works__slide .swiper-button-next--works::after {
  content: none;
}

.works__slide .swiper-button-prev--works::before {
  display: block;
  content: '';
  background: url(./img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 34px;
  height: 34px;
}

.works__slide .swiper-button-next--works::before {
  display: block;
  content: '';
  background: url(./img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 34px;
  height: 34px;
}

.works__slide .swiper-button-prev--works {
  left: 10px;
}

.works__slide .swiper-button-next--works {
  right: 10px;
}

.works {
  position: relative;
  padding-block: 80px;
  background: #F5F5F5;
}

@media(max-width: 640px) {
  .works {
    padding-block: 12%;
  }
}
.works__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.works__item{
  border-top: solid 1px #B7A181;
}
.works__item:last-child{
  border-bottom: solid 1px #B7A181;
}
.works__btn {

  padding: 20px 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .works__btn {
    padding: 4% 0;
  }
}
.works__btn::before,
.works__btn::after{
  content: "";
  display: block;
  background: #282828;
  position: absolute;
  top: 43%;
  right: 12px;
  margin: auto;
}
/* .works__btn::before{
  width: 8px;
  height: 8px;
  border-right: 2px solid #282828;
  border-bottom: 2px solid #282828;
  background: transparent;
  transform: rotate(45deg) translateY(-4px);
} */
.works__btn::after{
  width: 8px;
  height: 8px;
  border-right: 1px solid #B7A181;
  border-bottom: 1px solid #B7A181;
  background: transparent;
  transform: rotate(45deg);
}
.works__item-wrap.active .works__content{
  padding-bottom: 32px;
  max-height: 1000px!important;
}
.works__item-wrap.active .works__btn::before {
  transform: rotate(45deg) translateY(4px);
  transition: 0.3s;
}
.works__item-wrap.active .works__btn::after{
  transform: rotate(226deg);
  top: 45%;
}

.works__slide {
  position: relative;
}

.works__slide-thumb {
  padding-top: 8px;
}
@media(max-width: 640px) {
  .works__slide-thumb {
    padding-top: 2%;
  }
}

.works-thumb {
  cursor: pointer;
}
.works__btn {
  cursor: pointer;
}
.works__btn-ttl {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
}

.works__title-jp-small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 16px;
}

@media(max-width: 1024px) {
  .works__btn-ttl {
    font-size: 1.6rem;
  }

  .works__title-jp-small {
    font-size: 1.2rem;
  }
}

.works__content-info {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .works__content-info {
    font-size: 1.4rem;
  }
}

#page-sala-hiraya .accordion .accordionToggleSummary {
  cursor: pointer;
}
#page-sala-hiraya .accordion .accordionToggleSummary::-webkit-details-marker {
  display: none;
}
#page-sala-hiraya .accordion .accordionToggleSummary:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #713E08;
  position: absolute;
  right: 0;
  top: 50%;
}
#page-sala-hiraya .accordion .accordionToggleSummary:after {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  background: #713E08;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
}
#page-sala-hiraya .accordion .accordionToggleHidden {
  display: grid;
  transition: 250ms grid-template-rows ease;
  grid-template-rows: 0fr;
}
#page-sala-hiraya .accordion .accordionToggleHidden > * {
  overflow: hidden;
}
#page-sala-hiraya .accordion .accordionToggle.accordionToggleOpen .accordionToggleHidden {
  grid-template-rows: 1fr;
}
#page-sala-hiraya .accordion01:last-child {
  border-bottom: solid 1px #A5A5A5;
}
#page-sala-hiraya .accordion01 .accordionToggle {
  position: relative;
  border-top: solid 1px #A5A5A5;
}
#page-sala-hiraya .accordion01 .accordionToggle:not(:last-of-type) {
  margin-bottom: 40px;
}
#page-sala-hiraya .accordion01 .accordionToggle.accordionToggleOpen .accordionToggleSummary:after {
  display: none;
}
#page-sala-hiraya .accordion01 .accordionToggle.accordionToggleOpen .accordionToggleHiddenBorder {
  border-top: 1px solid #bba181;
}
#page-sala-hiraya .accordion01 .accordionToggleSummary {
  display: flex;
  position: relative;
  padding: 20px 0;
  transition: 0.4s all;
  gap: 16px;
}
#page-sala-hiraya .accordion01 .accordionToggleSummary__padding {
  padding: 46px 0;
}
#page-sala-hiraya .accordion01 .accordionToggleSummary > span {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  background: url(../images/qa/qa_q-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-sala-hiraya .accordion01 .accordionToggleSummary > h3 {
  width: 100%;
  font-size: 2rem;
  letter-spacing: 0;
}
#page-sala-hiraya .accordion01 .accordionToggleHidden.accordionToggleHiddenBorder {
  border: none;
}
#page-sala-hiraya .accordion01 .accordionToggleHidden > div > span {
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 24px;
  background: url(../images/qa/qa_a-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#page-sala-hiraya .accordion01 .accordionToggleHiddenText {
  width: 100%;
}
#page-sala-hiraya .accordion__inner--title--h4 {
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordion__inner--title--h4 {
    font-size: 1.8rem;
  }
}
#page-sala-hiraya .accordion__inner--title--p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  letter-spacing: 0;
}
#page-sala-hiraya .accordion01 .accordionToggleHidden > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 9px;
}
#page-sala-hiraya .accordionToggleHidden-content_l {
  width: 100%;
}
#page-sala-hiraya .accordionToggleHidden-content_l > img {
  width: 100%;
}
#page-sala-hiraya .accordionToggleHidden-content_l a {
  background-color: #196A68;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  height: 80px;
  border-radius: 20px;
  position: relative;
  margin: 32px auto;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  transition: 0.4s;
}
#page-sala-hiraya .accordionToggleHidden-content_l a:hover {
  transform: scale(1.02);
  opacity: 0.6;
}
#page-sala-hiraya .accordionToggleHidden-content_l a::after {
  content: "";
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 41px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background-color: #fff;
  right: 0;
}
#page-sala-hiraya .accordionToggleHidden-content_r {
  width: 100%;
}
#page-sala-hiraya .accordionToggleHidden-content_r--box {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordionToggleHidden-content_r--box {
    margin-bottom: 6%;
    font-size: 1.4rem;
  }
}
#page-sala-hiraya .accordionToggleHidden-content_r iframe {
  height: 272px;
  width: 100%;
  margin-bottom: 20px;
}
#page-sala-hiraya .accordionToggleHidden-content_r p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 16px;
}
#page-sala-hiraya .accordionToggleHidden-content_r p a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion .accordionToggleSummary:before {
      top: 36px;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion .accordionToggleSummary:after {
      top: 36px;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggle:not(:last-of-type) {
      margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggleSummary {
      display: block;
      padding: 3%;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggleSummary__padding {
      padding: 36px 0;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggleSummary > span {
      margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  #page-sala-hiraya .accordion01 .accordionToggleSummary > h3 {
      padding-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggleSummary > h3 {
      font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggleHidden > div > span {
      margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #page-sala-hiraya .accordion01 .accordionToggleHiddenText {
      padding-bottom: 36px;
  }
}
@media screen and (max-width: 1024px) {
  #page-sala-hiraya .accordion__inner--title--h4 {
      font-size: 2rem;
      width: 200px;
  }
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordion__inner--title--h4 {
      font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordion__inner--title--p {
      font-size: 1.4rem;
      padding-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordionToggleHidden-content_l {
      width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-sala-hiraya .accordionToggleHidden-content_l a {
      flex-direction: column;
      margin: 3% 0;
      height: 70px;
  }
}
@media screen and (max-width: 768px) {
  #page-sala-hiraya .accordionToggleHidden-content_r {
      width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordionToggleHidden-content_r iframe {
      margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  #page-sala-hiraya .accordionToggleHidden-content_r p {
      font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  #page-sala-hiraya .accordionToggleHidden-content_r p {
      margin-bottom: 3%;
  }
}
@keyframes stickAnimation {
  0% {
      transform: translateY(0) translateX(-50%);
  }
  100% {
      transform: translateY(1200%) translateX(-50%);
  }
}
.section__access {
  padding: 64px 0;
}
@media screen and (max-width: 640px) {
  .section__access {
    padding: 12% 0;
  }
}
.section__access__text {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .section__access__text {
    margin-bottom: 7%;
  }
}

.section__access__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 12px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/access-btn.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 30px;
  border: none;
  transition: 0.4s;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.section__access__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

.section__access__btn:hover {
  background-color: #C3721B;
  color: #fff;
  border-color: #C3721B;
}

.section__access__btn:hover::after {
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .section__access__btn {
    font-size: 1.4rem;
    padding: 3% 0;
  }
}

.section__info {
  padding: 80px 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .section__info {
    padding: 18% 0;
  }
}

.section__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/access-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.section__info__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .section__info__inner {
    padding: 0 6%;
  }
}
.section__info__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .section__info__ttl {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }
}
.section__info__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}

.section__info__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .section__info__list {
    margin-bottom: 4%;
  }
}

.section__info__list-item {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .section__info__list-item {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .section__info__list-item {
    font-size: 1.4rem;
  }
}

.section__info__img {
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .section__info__img {
    margin-bottom: 4%;
  }
}

.section__info__img img {
  width: 100%;
  height: auto;
  display: block;
}

.section__info__map {
  margin-bottom: 32px;
  height: 250px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .section__info__map {
    margin-bottom: 5%;
  }
}

.section__info__map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.section__info__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 384px;
  padding: 10px 0;
  background-color: #fff;
  color: #C3721B;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #fff;
  transition: 0.4s;
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__info__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background: url(./img/arrow-right-brown.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

.section__info__btn:hover {
  color: #fff;
  border: 1px solid #713E08;
  background: #713E08;
}

.section__info__btn:hover::after {
  background: url(./img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .section__info {
    padding: 60px 0 40px;
  }

  .section__info__text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .section__info__map iframe {
    height: 300px;
  }

  .section__info__btn {
    font-size: 1.4rem;
    width: 300px;
  }
}

.section__data {
  padding: 64px 0;
  position: relative;
}

.section__data::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(./img/data-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 0;
  width: 100%;
  height: 246px;
}

@media screen and (max-width: 640px) {
  .section__data::before {
    background-size: contain;
  }
}

.section__data .common-inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .section__data {
    padding: 12% 0;
  }
}

.section__data__img {
  margin-bottom: 18px;
  overflow: hidden;
}

.section__data__img:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .section__data__img {
    margin-bottom: 4%;
  }
}

.section__data__img img {
  width: 100%;
  height: auto;
  display: block;
}

.section__data__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 62px;
  color: #333;
  font-weight: 500;
  letter-spacing: 0;
}
.section__data__text >span {
  color: #C3721B;
}
@media screen and (max-width: 640px) {
  .section__data__text {
    font-size: 1.6rem;
    margin-top: 8%;
  }
}
.works__cnt-madori {
  display: flex;
  gap: 27px;
  flex-direction: column;
  list-style: none;
  margin-top: 45px;
}

@media screen and (max-width: 640px) {
  .works__cnt-madori {
    margin-top: 6%;
    gap: 20px;
  }
}

.works__cnt-madori li {
  width: 100%;
}

.works__cnt-madori a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.works__cnt-madori img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .section__data__img {
    margin-bottom: 24px;
  }

  .works__cnt-madori {
    gap: 16px;
  }

  .works__cnt-madori li {
    max-width: 100%;
  }
}

.accordion-feature-button-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.accordion-feature-button-content.active {
  max-height: 1000px;
  opacity: 1;
}

.accordion-feature-button-content h4 {
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(./img/feature-accordion-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 18px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .accordion-feature-button-content h4 {
    font-size: 1.6rem;
    padding: 4% 0;
    margin-bottom: 4%;
  }
}
.accordion-feature-button-content__cnt {
  padding: 23px;
}
@media screen and (max-width: 640px) {
  .accordion-feature-button-content__cnt {
    padding: 4%;
  }
}

.accordion-feature-button-content__img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .accordion-feature-button-content__img {
    margin-bottom: 6%;
  }
}

.accordion-feature-button-content__img img {
  width: 100%;
  height: auto;
  display: block;
}

.accordion-feature-button-content__text {
  margin-bottom: 20px;
}

.accordion-feature-button-content p {
  margin: 20px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .accordion-feature-button-content p {
    font-size: 1.4rem;
    margin: 4% 0;
  }
}

.accordion-feature-close {
  display: inline-block;
  color: #C3721B;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  text-align: center;
  width: 100%;
}

/* 260126 */
.section__info__wrap {
  position: relative;
}

.js-access-gallery { width: 100%; }

.accessMainSwiper .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
}

.accessThumbSwiper{
  margin-top: 10px;
}

.accessThumbSwiper .swiper-wrapper{
  display: flex;
}

.accessThumbSwiper .swiper-slide{
  flex: 1 1 25%;
  width: 25%;
  box-sizing: border-box;
  cursor: pointer;
  opacity: .65;
}

.accessThumbSwiper .swiper-slide-thumb-active{
  opacity: 1;
}

.accessThumbSwiper .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
}

.js-access-gallery .accessMainPrev::after,
.js-access-gallery .accessMainNext::after{
  display: none;
}

.js-access-gallery .accessMainPrev,
.js-access-gallery .accessMainNext{
  width: 34px;
  height: 34px;
}

.js-access-gallery .accessMainNext::before{
  display: block;
  content: '';
  background: url(./img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 34px;
  height: 34px;
}

.js-access-gallery .accessMainPrev::before{
  display: block;
  content: '';
  background: url(./img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 34px;
  height: 34px;
}

.section__info__inner {
  margin-top: 70px;
}
.section__info__inner-ttl {
  padding-bottom: 16px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.accessThumbSwiper{
  margin-top: 10px;
}

.accessThumbSwiper .swiper-slide{
  cursor: pointer;
  opacity: .65;
}

.accessThumbSwiper .swiper-slide-thumb-active{
  opacity: 1;
}

.accessThumbSwiper .swiper-slide img{
  width: 100%;
  height: auto;
  display: block;
}

.js-access-gallery.is-thumbs-fit .accessThumbSwiper .swiper-wrapper{
  justify-content: space-between;
}

.js-access-gallery.is-thumbs-fit .accessThumbSwiper .swiper-slide{
  flex: 0 0 auto;
  width: calc(
    (100% - (var(--thumb-gap) * (var(--thumbs-count) - 1))) / var(--thumbs-count)
  );
}

.js-access-gallery:not(.is-thumbs-fit) .accessThumbSwiper .swiper-slide{
  flex: 0 0 auto;
  width: calc((100% - (var(--thumb-gap) * 3)) / 4);
}

.cta-new.section__cta01 {
  height: auto;
}

.cta-new.sara_kengaku-header__inner--cnt01 {
  background: url(./img/hd-cta_bg01_260303.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cta-new.sara_kengaku-header__inner--cnt01 a,
.cta-new .btn01 .cta-btn01,
.cta-new .btn02 .cta-btn01 {
  color: #3A3A3A;
  background: linear-gradient(90deg, #D8AC66 0.23%, #F1C77F 36.12%, #E5BE7C 60.53%, #C28C34 99.77%);
  border: none;
}

.cta-new.sara_kengaku-header__inner--cnt01 a:hover,
.cta-new .btn01 .cta-btn01:hover,
.cta-new .btn02 .cta-btn01:hover {
  background: linear-gradient(90deg, #D8AC66 0.23%, #F1C77F 36.12%, #E5BE7C 60.53%, #C28C34 99.77%);
  filter: brightness(0.88);
}

.cta-new.sara_kengaku-header__inner--cnt01 a::after,
.cta-new .btn01 .cta-btn01::after,
.cta-new .btn02 .cta-btn01::after {
  background: url(./img/arrow-right-black.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cta-new .btn01 {
  top: auto;
  bottom: 40px;
}

/* 260417 */
.section__fv__heading__text02 {
  font-size: 3.6rem;
  text-align: center;
  writing-mode: unset;
}
@media(max-width: 640px) {
  .section__fv__heading__text02 {
    font-size: 2.4rem;
  }
}
.section__fv__heading__text03 {
  font-size: 2rem;
}
@media(max-width: 640px) {
  .section__fv__heading__text03 {
    font-size: 1.6rem;
  }
}
.section__fv::before {
  height: 176px;
}