@charset "UTF-8";
/****************************************************************************************************************************/
/*
/*
/* = Reset Style
/*
/*
/****************************************************************************************************************************/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, dt {
  padding: 0;
  margin: 0;
  font-weight: 500;
}

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

strong {
  font-weight: normal;
}

em {
  font-style: normal;
}

/****************************************************************************************************************************/
/*
/*
/* = Parts Style
/*
/*
/****************************************************************************************************************************/
/*
/* = display
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.tb-only {
  display: none;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .tb-only {
    display: block;
  }
}

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

.lt-pcm {
  display: none;
}
@media print, screen and (max-width: 1366px) {
  .lt-pcm {
    display: block;
  }
}

.lt-tb {
  display: none;
}
@media print, screen and (max-width: 1080px) {
  .lt-tb {
    display: block;
  }
}

.lt-tbv {
  display: none;
}
@media print, screen and (max-width: 810px) {
  .lt-tbv {
    display: block;
  }
}

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

.lt-spv {
  display: none;
}
@media screen and (max-width: 390px) {
  .lt-spv {
    display: block;
  }
}

/*
/* = a
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s ease;
}
a:link {
  color: #5A5A5A;
}
a:active {
  color: #5A5A5A;
}
a:focus {
  color: #5A5A5A;
}
a:visited {
  color: #5A5A5A;
}
a:hover {
  color: #5A5A5A;
  transition: 0.5s ease;
}

.mailaddress::after {
  content: "";
}

/*
/* = img
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
img,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/****************************************************************************************************************************/
/*
/*
/* = Site Style
/*
/*
/****************************************************************************************************************************/
/*
/* = Margin Padding
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
/*
/* = txt
/*
/* ------------------------------------------------------------------------------------------------------------------------ */
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-underline {
  text-decoration: underline;
}
.txt-rose {
  color: #A63050;
}
.txt-lilac {
  color: #A67C9E;
}
.txt-nowrap {
  white-space: nowrap;
}
@media print, screen and (max-width: 1366px) {
  .txt-nowrap {
    white-space: normal;
  }
}
.txt-bold {
  font-weight: 700;
}

/*
/* = ttl
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.ttl-h2 {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-h2 {
    margin-bottom: 15px;
  }
}
.ttl-h2-en {
  position: relative;
  padding-bottom: 8px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #8B8B8B;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: calc(34 / 14);
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .ttl-h2-en {
    padding-bottom: 4px;
    font-size: 10px;
    line-height: calc(20 / 10);
  }
}
.ttl-h2-en::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 125px;
  aspect-ratio: 125/1;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(229, 148, 173) 50%, rgb(255, 255, 255) 100%);
}
.ttl-h2-jp {
  margin-top: 47px;
  font-size: clamp(32px, 2.928vw, 40px);
  line-height: calc(82 / 40);
  letter-spacing: 0.04em;
  color: #4A423B;
}
@media screen and (max-width: 767px) {
  .ttl-h2-jp {
    margin-top: 15px;
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
.ttl-h4 {
  margin-bottom: 20px;
}
.ttl-h4 span {
  display: inline-block;
  padding: 10px clamp(26px, 2.416vw, 33px);
  border-radius: 23px;
  border: 1px solid #ECE4E1;
  background: linear-gradient(to right, rgb(251, 245, 243) 0%, rgb(237, 226, 223) 100%);
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(16 / 16);
  letter-spacing: 0.05em;
  color: #402A2E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-h4 span {
    padding: 10px 22px;
  }
}

/*
/* = Comment
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.comment {
  position: relative;
  max-width: clamp(533px, 49.341vw, 674px);
  margin-left: auto;
  margin-right: auto;
  padding: 15px clamp(150px, 13.909vw, 190px) 15px clamp(22px, 2.05vw, 28px);
  background-color: #4DB4B9;
}
@media screen and (max-width: 767px) {
  .comment {
    padding: 20px clamp(127px, 39.744vw, 155px) 20px clamp(16px, 5.128vw, 20px);
  }
}
.comment-txt {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(32 / 18);
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .comment-txt {
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(26 / 14);
    letter-spacing: 0em;
  }
}
.comment-fig {
  position: absolute;
  right: clamp(24px, 2.196vw, 30px);
  bottom: 5px;
  width: clamp(103px, 9.517vw, 130px);
  height: clamp(103px, 9.517vw, 130px);
}
@media screen and (max-width: 767px) {
  .comment-fig {
    right: 5px;
    bottom: 8px;
    width: clamp(119px, 37.179vw, 145px);
    height: clamp(119px, 37.179vw, 145px);
  }
}
.comment-fig img {
  border: 2px solid #4DB4B9;
  border-radius: 50%;
}

/*
/* = Cta
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.cta-head {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-head {
    margin-bottom: 22px;
  }
}
.cta-head span {
  position: relative;
  display: inline-block;
  font-size: clamp(25px, 2.343vw, 32px);
  line-height: calc(49 / 32);
  letter-spacing: 0.03em;
  color: #A63050;
}
@media screen and (max-width: 767px) {
  .cta-head span {
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(30 / 18);
  }
}
.cta-head span::before, .cta-head span::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 1px;
  height: clamp(35px, 3.221vw, 44px);
  background-color: #A63050;
}
@media screen and (max-width: 767px) {
  .cta-head span::before, .cta-head span::after {
    height: clamp(23px, 7.179vw, 28px);
  }
}
.cta-head span::before {
  left: -13px;
  transform: rotate(-44deg) translateY(-50%);
}
.cta-head span::after {
  right: -13px;
  transform: rotate(44deg) translateY(-50%);
}

.cta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 30px;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .cta {
    gap: 0 clamp(21px, 2.778vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .cta {
    flex-direction: column;
    max-width: clamp(242px, 75.641vw, 295px);
  }
}
.cta-item {
  width: calc((100% - 30px) / 2);
  height: 92px;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .cta-item {
    width: calc((100% - clamp(21px, 2.778vw, 30px)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .cta-item {
    width: 100%;
    height: clamp(75px, 23.59vw, 92px);
  }
}
.cta-item-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #A63050;
  background-color: #ffffff;
  color: #A63050 !important;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .cta-item-btn {
    gap: 0 clamp(11px, 1.481vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .cta-item-btn {
    gap: 0 16px;
    border-radius: 10px;
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
.cta-item-btn:hover {
  background-color: #A63050;
  color: #ffffff !important;
}
.cta-item-btn::before {
  content: "";
  background-color: #A63050;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
.cta-item-btn:hover::before {
  background-color: #ffffff;
}
.cta-tel-btn {
  padding-right: 15px;
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .cta-tel-btn {
    padding-right: clamp(11px, 1.389vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .cta-tel-btn {
    padding-right: 15px;
  }
}
.cta-tel-btn::before {
  width: 28px;
  aspect-ratio: 28/28;
  mask-image: url(../images/ico_call.svg);
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .cta-tel-btn::before {
    width: clamp(20px, 2.593vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .cta-tel-btn::before {
    width: clamp(23px, 7.179vw, 28px);
  }
}
.cta-tel-btn-txt {
  line-height: calc(26 / 14);
}
@media screen and (max-width: 767px) {
  .cta-tel-btn-txt {
    line-height: calc(26 / 14);
  }
}
.cta-tel-btn-txt span {
  display: block;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
  font-size: 26px;
  line-height: calc(26 / 26);
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .cta-tel-btn-txt span {
    font-size: clamp(21px, 6.667vw, 26px);
    line-height: calc(26 / 26);
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) {
  .cta-mail {
    margin-top: 17px;
  }
}
.cta-mail-btn::before {
  width: 20px;
  aspect-ratio: 20/28;
  mask-image: url(../images/ico_file.svg);
}
@media print, screen and (max-width: 1080px) and (min-width: 768px) {
  .cta-mail-btn::before {
    width: clamp(14px, 1.852vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .cta-mail-btn::before {
    width: clamp(16px, 5.128vw, 20px);
  }
}
.cta-mail-btn-txt {
  line-height: calc(56 / 14);
}
@media screen and (max-width: 767px) {
  .cta-mail-btn-txt {
    line-height: calc(56 / 14);
  }
}

.ctal {
  max-width: clamp(633px, 58.565vw, 800px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #F9F6F8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .ctal {
    border-radius: 10px;
  }
}
.ctal-ttl {
  padding: 15px;
  background-color: #A63050;
  border-radius: 30px 30px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: calc(46 / 22);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .ctal-ttl {
    border-radius: 10px 10px 0 0;
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(26 / 18);
  }
}
.ctal-cnt {
  padding: 12px clamp(17px, 1.611vw, 22px) 32px clamp(17px, 1.611vw, 22px);
}
@media screen and (max-width: 767px) {
  .ctal-cnt {
    padding: 16px 20px 28px 20px;
  }
}
.ctal-cnt-head {
  margin-bottom: 5px;
  text-align: center;
  color: #333333;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: calc(46 / 22);
}
@media screen and (max-width: 767px) {
  .ctal-cnt-head {
    margin-bottom: 14px;
    font-size: clamp(16px, 5.128vw, 20px);
    line-height: calc(26 / 20);
  }
}
.ctal-cnt-body-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ctal-cnt-body .tel-num {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
  font-size: clamp(41px, 3.807vw, 52px);
  line-height: 1;
  letter-spacing: 0.08em;
  color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .ctal-cnt-body .tel-num {
    font-size: clamp(34px, 10.513vw, 41px);
    line-height: 1;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.ctal-cnt-body .tel-num::before {
  display: block;
  content: "";
  width: clamp(48px, 4.466vw, 61px);
  aspect-ratio: 34/20;
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .ctal-cnt-body .tel-num::before {
    width: 51px;
  }
}
@media screen and (max-width: 390px) {
  .ctal-cnt-body .tel-num::before {
    width: clamp(30px, 9.231vw, 36px);
  }
}
.ctal-cnt-body .tel-info {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3E3E3E;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
  .ctal-cnt-body .tel-info {
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(14 / 14);
  }
}

/*
/* = Lightbox
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 9999;
}
.lightbox.active {
  opacity: 1;
  visibility: visible;
}
.lightbox-inner {
  position: relative;
  max-width: 1000px;
  width: calc(100% - 40px);
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.lightbox.active .lightbox-inner {
  transform: translateY(0);
  opacity: 1;
}
.lightbox img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 80vh;
  margin: auto;
}
.lightbox-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media print, screen and (max-width: 1080px) {
  .lightbox-close {
    top: -80px;
    right: 60px;
  }
}
.lightbox-close::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  mask-image: url(../images/ico_close.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
.lightbox-title {
  margin-top: 1em;
  color: #ffffff;
}

/*
/* = Anime
/*
/* ---------------------------------------------------------------------------------------------------------------------- */
.anime--fadeInUp {
  opacity: 0;
  transform: translateY(40px);
}

.anime--fadeInUp.isShow {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime--delay01 {
  opacity: 0;
  animation-delay: 0.2s;
}

.anime--delay02 {
  opacity: 0;
  animation-delay: 0.4s;
}

.anime--delay03 {
  opacity: 0;
  animation-delay: 0.6s;
}

.anime--delay04 {
  opacity: 0;
  animation-delay: 0.8s;
}

.anime--delay05 {
  opacity: 0;
  animation-delay: 1s;
}

/****************************************************************************************************************************/
/*
/*
/* = Layout Style
/*
/*
/****************************************************************************************************************************/
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #5A5A5A;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Noto Serif JP", "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  line-height: 1;
  font-display: swap;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
body.open {
  overflow: hidden;
}

.wrapper {
  padding-top: 100px;
  overflow-x: hidden;
}
@media print, screen and (max-width: 1080px) {
  .wrapper {
    padding-top: clamp(71px, 9.259vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}
.wrapper.privacy-wrapper {
  background-color: #F9F8F5;
}

/*
/*
/* = Header
/*
/*
/****************************************************************************************************************************/
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1080px) {
  .header {
    height: clamp(71px, 9.259vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    height: 70px;
  }
}
.header-inner {
  position: relative;
  padding: 0 100px 0 clamp(40px, 3.66vw, 50px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media print, screen and (max-width: 1080px) {
  .header-inner {
    padding: 0 clamp(71px, 9.259vw, 100px) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0;
  }
}
.header-sitename-wrapper {
  display: block;
}
.header-sitename {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 133px;
}
@media print, screen and (max-width: 1080px) {
  .header-sitename {
    padding-left: clamp(95px, 12.315vw, 133px);
  }
}
@media screen and (max-width: 767px) {
  .header-sitename {
    padding-left: 0;
  }
}
.header-sitename-fig {
  position: absolute;
  left: 0;
  top: 0;
  width: 133px;
}
@media print, screen and (max-width: 1080px) {
  .header-sitename-fig {
    width: clamp(95px, 12.315vw, 133px);
  }
}
@media screen and (max-width: 767px) {
  .header-sitename-fig {
    width: 70px;
  }
}
.header-sitename-txt {
  margin-top: 25px;
  margin-left: clamp(34px, 3.148vw, 43px);
  color: #4A423B;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  line-height: calc(24 / 14);
}
@media print, screen and (max-width: 1080px) {
  .header-sitename-txt {
    display: none;
  }
}
.header-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .header-contact {
    display: none;
  }
}
.header-contact-tel {
  width: 333px;
  height: 100px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-tel {
    width: clamp(237px, 30.833vw, 333px);
    height: clamp(71px, 9.259vw, 100px);
  }
}
.header-contact-tel-btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  color: #4A423B;
}
.header-contact-tel-ttl {
  font-size: 12px;
  line-height: calc(17 / 12);
}
@media print, screen and (max-width: 1080px) {
  .header-contact-tel-ttl {
    font-size: clamp(9px, 1.111vw, 12px);
  }
}
.header-contact-tel-num {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  padding-top: 6px;
  font-size: 38px;
  line-height: 0.8;
  display: flex;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-tel-num {
    padding-left: clamp(33px, 4.259vw, 46px);
    font-size: clamp(27px, 3.519vw, 38px);
  }
}
.header-contact-tel-num::before {
  display: block;
  content: "";
  width: 34px;
  aspect-ratio: 34/20;
  margin-right: 4px;
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-tel-num::before {
    width: clamp(24px, 3.148vw, 34px);
  }
}
.header-contact-tel-info {
  font-size: 14px;
  line-height: calc(20 / 14);
}
@media print, screen and (max-width: 1080px) {
  .header-contact-tel-info {
    font-size: clamp(10px, 1.296vw, 14px);
  }
}
.header-contact-mail {
  width: 170px;
  height: 100px;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-mail {
    width: clamp(121px, 15.741vw, 170px);
    height: clamp(71px, 9.259vw, 100px);
  }
}
.header-contact-mail-btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #20211C;
  color: #ffffff !important;
}
.header-contact-mail-btn::before {
  content: "";
  width: 20px;
  height: 16px;
  background-color: #ffffff;
  mask-image: url(../images/ico_mail.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-mail-btn::before {
    width: clamp(14px, 1.852vw, 20px);
    height: clamp(11px, 1.481vw, 16px);
  }
}
.header-contact-mail-ttl {
  margin-top: 10px;
  font-size: 14px;
  line-height: calc(20 / 14);
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .header-contact-mail-ttl {
    margin-top: clamp(7px, 0.926vw, 10px);
    font-size: clamp(10px, 1.296vw, 14px);
  }
}
.header-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100px;
  aspect-ratio: 1/1;
  background-color: #A63050;
  cursor: pointer;
}
@media print, screen and (max-width: 1080px) {
  .header-btn {
    width: clamp(71px, 9.259vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .header-btn {
    position: fixed;
    width: 70px;
  }
}
.open .header-btn {
  background-color: rgba(255, 255, 255, 0.2);
}
.header-btn span,
.header-btn span::before,
.header-btn span::after {
  position: absolute;
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media print, screen and (max-width: 1080px) {
  .header-btn span,
  .header-btn span::before,
  .header-btn span::after {
    width: clamp(25px, 3.241vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .header-btn span,
  .header-btn span::before,
  .header-btn span::after {
    width: 27px;
  }
}
.header-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-btn span::before {
  top: -15px;
}
@media print, screen and (max-width: 1080px) {
  .header-btn span::before {
    top: -14px;
  }
}
@media screen and (max-width: 767px) {
  .header-btn span::before {
    top: -13px;
  }
}
.header-btn span::after {
  top: 15px;
}
@media print, screen and (max-width: 1080px) {
  .header-btn span::after {
    top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .header-btn span::after {
    top: 13px;
  }
}
.open .header-btn span {
  background-color: transparent;
}
.open .header-btn span::before {
  top: 0;
  transform: rotate(-45deg);
}
.open .header-btn span::after {
  top: 0;
  transform: rotate(45deg);
}
.header-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  min-height: 810px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #A63050;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}
@media print, screen and (max-width: 1080px) {
  .header-nav {
    padding-top: clamp(71px, 9.259vw, 100px);
    padding-bottom: clamp(71px, 9.259vw, 100px);
    min-height: initial;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding-top: clamp(58px, 18.205vw, 71px);
    padding-bottom: clamp(58px, 18.205vw, 71px);
  }
}
.open .header-nav {
  transform: translateX(0);
  opacity: 1;
}
.header-nav a {
  color: #ffffff;
}
.header-nav-list {
  font-family: "Noto Sans", sans-serif;
  margin-top: 4px;
  font-size: 18px;
  line-height: calc(59 / 18);
  letter-spacing: 0.06em;
  max-height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header-nav-list {
    font-size: clamp(15px, 4.615vw, 18px);
  }
}
.header-nav-list li a {
  position: relative;
  display: block;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .header-nav-list li a {
    padding-left: clamp(25px, 7.692vw, 30px);
  }
}
.header-nav-list li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 22/33;
  background-color: #ffffff;
  mask-image: url(../images/ico_arrow2.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% auto;
}

/*
/*
/* = visual
/*
/*
/****************************************************************************************************************************/
.home-wrapper .visual {
  margin-top: 27px;
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual {
    margin-top: 39px;
  }
}
.home-wrapper .visual-inner {
  position: relative;
}
.home-wrapper .visual-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 407px;
  background-color: #FAF5E2;
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-inner::before {
    display: contents;
  }
}
.home-wrapper .visual-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 0;
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-top {
    flex-direction: column;
  }
}
.home-wrapper .visual-txt {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(clamp(479px, 35.056vw, 624px) + clamp(66px, 4.831vw, 86px) * 2);
  padding: 45px clamp(66px, 4.831vw, 86px) 0 clamp(66px, 4.831vw, 86px);
}
@media print, screen and (max-width: 1366px) {
  .home-wrapper .visual-txt {
    width: calc(clamp(379px, 35.066vw, 479px) + clamp(52px, 4.832vw, 66px) * 2);
    padding: 45px clamp(52px, 4.832vw, 66px) 0 clamp(52px, 4.832vw, 66px);
  }
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-txt {
    width: 100%;
    padding: 0 clamp(28px, 3.704vw, 40px) clamp(41px, 5.37vw, 58px) clamp(28px, 3.704vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt {
    padding: 0 clamp(20px, 5.215vw, 40px) clamp(29px, 7.562vw, 58px) clamp(20px, 5.215vw, 40px);
  }
}
.home-wrapper .visual-txt-area {
  position: relative;
  padding-bottom: 8px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #8B8B8B;
  font-size: clamp(10px, 0.952vw, 13px);
  line-height: calc(34 / 13);
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt-area {
    font-size: 10px;
    line-height: calc(14 / 10);
  }
}
.home-wrapper .visual-txt-area::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 125px;
  aspect-ratio: 125/1;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(229, 148, 173) 50%, rgb(255, 255, 255) 100%);
}
.home-wrapper .visual-txt-catch {
  margin-top: 26px;
  font-size: clamp(36px, 3.367vw, 46px);
  line-height: calc(68 / 46);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt-catch {
    margin-top: 16px;
    font-size: clamp(25px, 7.692vw, 30px);
    line-height: calc(44 / 30);
  }
}
.home-wrapper .visual-txt-catch .txt-lilac {
  font-size: clamp(46px, 4.246vw, 58px);
  line-height: calc(82 / 58);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt-catch .txt-lilac {
    margin-top: 5px;
    font-size: clamp(32px, 10vw, 39px);
    line-height: calc(60 / 39);
  }
}
.home-wrapper .visual-txt-desc {
  margin-top: 11px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(37 / 16);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt-desc {
    margin-top: 14px;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
    letter-spacing: 0.03em;
  }
}
.home-wrapper .visual-txt-tags {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt-tags {
    margin-top: 20px;
    gap: 3px;
  }
}
.home-wrapper .visual-txt-tags-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: clamp(114px, 8.315vw, 148px);
  height: 42px;
  border-radius: 21px;
  border: 1px solid #ECE4E1;
  background: linear-gradient(to right, rgb(251, 245, 243) 0%, rgb(237, 226, 223) 100%);
  color: #402A2E;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(34 / 16);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1366px) {
  .home-wrapper .visual-txt-tags-item {
    width: clamp(90px, 8.346vw, 114px);
  }
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-txt-tags-item {
    width: 114px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-txt-tags-item {
    width: clamp(71px, 22.051vw, 86px);
    height: 25px;
    border-radius: 21px;
    font-size: clamp(8px, 2.564vw, 10px);
    line-height: calc(25 / 10);
    letter-spacing: 0.05em;
  }
}
.home-wrapper .visual-fig {
  position: relative;
  flex-grow: 0;
  flex-shrink: 1;
  width: clamp(756px, 55.281vw, 984px);
}
@media print, screen and (max-width: 1366px) {
  .home-wrapper .visual-fig {
    width: clamp(598px, 55.344vw, 756px);
  }
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-fig {
    width: 100%;
    padding: 0 0 clamp(40px, 5.185vw, 56px) clamp(28px, 3.704vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-fig {
    width: 100%;
    padding: 0 0 clamp(28px, 7.301vw, 56px) clamp(20px, 5.215vw, 40px);
  }
}
.home-wrapper .visual-fig-slide {
  border-radius: 80px 0 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-fig-slide {
    border-radius: 40px 0 0 40px;
  }
}
.home-wrapper .visual-fig-slide img {
  object-fit: cover;
  width: 100%;
  height: 677px;
  object-position: left center;
}
@media print, screen and (max-width: 1366px) {
  .home-wrapper .visual-fig-slide img {
    height: clamp(536px, 49.561vw, 677px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-fig-slide img {
    height: auto;
  }
}
.home-wrapper .visual-fig-btn {
  position: absolute;
  right: clamp(148px, 13.69vw, 187px);
  bottom: calc(clamp(92px, 8.492vw, 116px) * -1);
  z-index: 2;
  width: clamp(215px, 19.912vw, 272px);
  transition: transform 0.4s ease;
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-fig-btn {
    width: clamp(142px, 19.907vw, 215px);
    right: clamp(41px, 5.37vw, 58px);
    bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-fig-btn {
    right: 29px;
    width: clamp(117px, 36.41vw, 142px);
  }
}
.home-wrapper .visual-fig-btn:hover {
  transform: translateY(8px);
}
.home-wrapper .visual-fig-btn::before {
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: -1;
  width: clamp(170px, 15.739vw, 215px);
  aspect-ratio: 215/217;
  display: block;
  content: "";
  background-image: url(../images/bg_visual_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-fig-btn::before {
    bottom: 21px;
    width: 112px;
  }
}
.home-wrapper .visual-fig-btn:hover::before {
  transform: scale(1.05);
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-bottom {
    width: 100%;
    padding: clamp(18px, 2.407vw, 26px) clamp(28px, 3.704vw, 40px) clamp(44px, 5.741vw, 62px) clamp(28px, 3.704vw, 40px);
    background-color: #FAF5E2;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-bottom {
    width: 100%;
    padding: 13px 20px 31px 20px;
  }
}
.home-wrapper .visual-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  gap: 0 0;
}
@media (max-width: 1180px) {
  .home-wrapper .visual-contact {
    margin-top: 40px;
  }
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-contact {
    margin-top: 0;
    display: block;
  }
}
.home-wrapper .visual-contact-inner {
  width: clamp(1367px, 100vw, 1780px);
  padding-left: clamp(66px, 4.831vw, 86px);
}
@media print, screen and (max-width: 1366px) {
  .home-wrapper .visual-contact-inner {
    padding-left: clamp(52px, 4.832vw, 66px);
  }
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-contact-inner {
    width: 100%;
    padding-left: 0;
  }
}
.home-wrapper .visual .cta {
  justify-content: flex-start;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta {
    flex-direction: row;
    width: 100%;
    max-width: 350px;
    gap: 0 clamp(13px, 4.103vw, 16px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-item {
    width: calc((100% - clamp(13px, 4.103vw, 16px)) / 2);
    height: 52px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-item-btn {
    gap: 0 6px;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-tel-btn::before {
    width: clamp(12px, 3.846vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-tel-btn-txt {
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-tel-btn-txt span {
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(18 / 18);
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}
.home-wrapper .visual .cta-mail {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-mail-btn::before {
    width: clamp(10px, 3.077vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual .cta-mail-btn-txt {
    line-height: calc(28 / 9);
  }
}
.home-wrapper .visual-comment {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 99px;
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-comment {
    padding-top: clamp(53px, 6.944vw, 75px);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-comment {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.home-wrapper .visual-comment-inner {
  position: relative;
  width: 100%;
  max-width: clamp(533px, 49.341vw, 674px);
  padding: 17px clamp(144px, 13.324vw, 182px) 15px clamp(22px, 2.05vw, 28px);
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(214, 240, 237) 100%);
  border: 1px solid #4DB4B9;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-comment-inner {
    max-width: 350px;
    padding: 14px 142px 9px 17px;
    border-radius: 5px;
  }
}
.home-wrapper .visual-comment-txt {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(31 / 18);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-comment-txt {
    font-size: 10px;
    line-height: calc(18 / 10);
  }
}
@media print, screen and (max-width: 1080px) {
  .home-wrapper .visual-comment-txt br {
    display: none;
  }
}
.home-wrapper .visual-comment-fig {
  position: absolute;
  right: 10px;
  bottom: 1px;
  width: clamp(138px, 12.738vw, 174px);
  aspect-ratio: 348/264;
}
@media screen and (max-width: 767px) {
  .home-wrapper .visual-comment-fig {
    right: 5px;
    width: 120px;
  }
}
.home-wrapper .visualswiper {
  z-index: 1;
  overflow: hidden;
}

.privacy-wrapper .visual-inner {
  width: 100%;
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 138px;
  padding-left: 26px;
  padding-right: 26px;
  padding-bottom: 152px;
}
@media print, screen and (max-width: 1080px) {
  .privacy-wrapper .visual-inner {
    padding-top: clamp(98px, 12.778vw, 138px);
    padding-bottom: clamp(108px, 14.074vw, 152px);
  }
}
.privacy-wrapper .visual-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.privacy-wrapper .visual-ttl-sitename {
  font-size: clamp(32px, 2.928vw, 40px);
  line-height: calc(53 / 40);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .privacy-wrapper .visual-ttl-sitename {
    font-size: clamp(26px, 8.205vw, 32px);
  }
}
.privacy-wrapper .visual-ttl-pagetitle {
  margin-top: 14px;
  font-size: clamp(32px, 2.928vw, 40px);
  line-height: calc(53 / 40);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .privacy-wrapper .visual-ttl-pagetitle {
    font-size: clamp(26px, 8.205vw, 32px);
    white-space: nowrap;
  }
}

/*
/*
/* = Main
/*
/*
/****************************************************************************************************************************/
.main {
  position: relative;
  z-index: 1;
}
.main .section-inner {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1366px) {
  .main .section-inner {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
  }
}
@media print, screen and (max-width: 1080px) {
  .main .section-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .section-inner {
    padding-left: clamp(20px, 5.215vw, 40px);
    padding-right: clamp(20px, 5.215vw, 40px);
  }
}
.main .section-desc {
  margin-bottom: 83px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(34 / 16);
  letter-spacing: 0.03em;
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .main .section-desc {
    margin-bottom: clamp(59px, 7.685vw, 83px);
  }
}
@media screen and (max-width: 767px) {
  .main .section-desc {
    margin-bottom: 20px;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(22 / 12);
  }
}
.main .pricing {
  padding-top: 132px;
  padding-bottom: 186px;
}
@media print, screen and (max-width: 1080px) {
  .main .pricing {
    padding-top: clamp(94px, 12.222vw, 132px);
    padding-bottom: clamp(132px, 17.222vw, 186px);
  }
}
@media screen and (max-width: 767px) {
  .main .pricing {
    padding-top: 40px;
    padding-bottom: 42px;
  }
}
.main .pricing-inner {
  max-width: calc(1002px + clamp(26px, 2.416vw, 33px) * 2);
}
.main .pricing-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 51px;
}
@media print, screen and (max-width: 1080px) {
  .main .pricing-cnt {
    gap: 0 clamp(36px, 4.722vw, 51px);
  }
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt {
    flex-direction: column;
    gap: 39px 0;
  }
}
.main .pricing-cnt-left {
  width: clamp(379px, 35.066vw, 479px);
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-left {
    width: 100%;
  }
}
.main .pricing-cnt-left-txt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(40 / 16);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-left-txt {
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
  }
}
.main .pricing-cnt-left-fig {
  margin-top: 47px;
}
@media print, screen and (max-width: 1080px) {
  .main .pricing-cnt-left-fig {
    margin-top: clamp(33px, 4.352vw, 47px);
  }
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-left-fig {
    margin-top: 20px;
  }
}
.main .pricing-cnt-left-fig img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-left-fig img {
    border-radius: 10px;
  }
}
.main .pricing-cnt-right {
  width: clamp(374px, 34.553vw, 472px);
  padding: 53px clamp(41px, 3.807vw, 52px) 35px clamp(41px, 3.807vw, 52px);
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1080px) {
  .main .pricing-cnt-right {
    padding: clamp(38px, 4.907vw, 53px) clamp(32px, 3.001vw, 41px) clamp(25px, 3.241vw, 35px) clamp(32px, 3.001vw, 41px);
  }
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right {
    width: 100%;
    padding: 29px 20px 29px 20px;
  }
}
.main .pricing-cnt-right-txt {
  margin-bottom: 25px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: calc(26 / 14);
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-txt {
    margin-bottom: 20px;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
  }
}
@media print, screen and (max-width: 1080px) {
  .main .pricing-cnt-right-txt br {
    display: none;
  }
}
.main .pricing-cnt-right-list .list-item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: clamp(24px, 2.196vw, 30px);
  padding-right: clamp(8px, 0.732vw, 10px);
  padding-bottom: clamp(15px, 1.391vw, 19px);
  border-bottom: 1px solid #E5E2E2;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-list .list-item {
    padding-right: 0;
    padding-bottom: 17px;
  }
}
.main .pricing-cnt-right-list .list-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  content: "";
  width: clamp(13px, 1.171vw, 16px);
  height: clamp(13px, 1.171vw, 16px);
  border-radius: 23px;
  border: 1px solid #ECE4E1;
  background: linear-gradient(to right, rgb(251, 245, 243) 0%, rgb(237, 226, 223) 100%);
  margin-top: calc(clamp(5px, 0.439vw, 6px) * -1);
}
.main .pricing-cnt-right-list .list-item:nth-of-type(1)::before {
  margin-top: calc(clamp(9px, 0.805vw, 11px) * -1);
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-list .list-item:nth-of-type(1)::before {
    margin-top: -16px;
  }
}
.main .pricing-cnt-right-list .list-item:nth-of-type(1) {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-list .list-item:nth-of-type(1) {
    padding-top: 0;
  }
}
.main .pricing-cnt-right-list .list-item:nth-of-type(2) {
  padding-top: 25px;
}
.main .pricing-cnt-right-list .list-item:nth-of-type(3) {
  padding-top: 26px;
}
.main .pricing-cnt-right-list .list-item:nth-of-type(4) {
  padding-top: 26px;
  border-bottom: none;
}
.main .pricing-cnt-right-list .list-item-name {
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: calc(28 / 22);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-list .list-item-name {
    font-size: clamp(16px, 5.128vw, 20px);
    line-height: calc(28 / 20);
  }
}
.main .pricing-cnt-right-list .list-item-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0 5px;
}
.main .pricing-cnt-right-list .list-item-price-num {
  font-size: clamp(44px, 4.1vw, 56px);
  line-height: calc(49 / 56);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-list .list-item-price-num {
    font-size: clamp(41px, 12.821vw, 50px);
    line-height: calc(49 / 50);
  }
}
.main .pricing-cnt-right-list .list-item-price-unit {
  font-size: clamp(18px, 1.684vw, 23px);
  line-height: calc(36 / 23);
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-list .list-item-price-unit {
    font-size: clamp(14px, 4.359vw, 17px);
    line-height: calc(25 / 17);
  }
}
.main .pricing-cnt-right-btn {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main .pricing-cnt-right-btn {
    margin-top: 0;
  }
}
.main .pricing-cnt-right-btn a {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 3.077vw, 12px);
  line-height: calc(32 / 12);
}
.main .pricing-cnt-right-btn a:hover {
  color: #A63050;
}
.main .pricing-cnt-right-btn a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_carrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.main .concerns {
  position: relative;
  padding-top: 130px;
  padding-bottom: 108px;
  background-image: url(../images/bg_concerns_01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns {
    padding-top: clamp(92px, 12.037vw, 130px);
    padding-bottom: clamp(77px, 10vw, 108px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns {
    padding-top: 76px;
    padding-bottom: 37px;
  }
}
.main .concerns::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(67, 67, 67, 0.7);
}
.main .concerns-inner {
  position: relative;
  z-index: 1;
  max-width: calc(1002px + clamp(26px, 2.416vw, 33px) * 2);
}
.main .concerns-ttl-en {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .concerns-ttl-en::after {
    width: 75px;
  }
}
.main .concerns-ttl-jp {
  margin-top: 48px;
  font-size: clamp(28px, 2.635vw, 36px);
  line-height: calc(56 / 36);
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-ttl-jp {
    margin-top: clamp(34px, 4.444vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-ttl-jp {
    margin-top: 16px;
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(24 / 18);
  }
  .main .concerns-ttl-jp br {
    display: none;
  }
}
.main .concerns-list {
  margin-top: 60px;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-list {
    margin-top: clamp(43px, 5.556vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-list {
    margin-top: 50px;
  }
}
.main .concerns-list-item {
  position: relative;
  padding: 0 clamp(28px, 2.562vw, 35px) 0 clamp(89px, 8.199vw, 112px);
  border-radius: 15px;
  background-color: rgba(76, 77, 77, 0.8);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: calc(113 / 22);
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .main .concerns-list-item {
    padding: 20px clamp(26px, 8.205vw, 32px) clamp(25px, 7.692vw, 30px) clamp(64px, 20vw, 78px);
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(30 / 14);
    letter-spacing: 0;
  }
}
.main .concerns-list-item + .concerns-list-item {
  margin-top: 25px;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-list-item + .concerns-list-item {
    margin-top: clamp(18px, 2.315vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-list-item + .concerns-list-item {
    margin-top: 20px;
  }
}
.main .concerns-list-item::before {
  position: absolute;
  left: clamp(28px, 2.562vw, 35px);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: clamp(36px, 3.367vw, 46px);
  height: clamp(36px, 3.367vw, 46px);
  background-image: url(../images/bg_concerns_02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .main .concerns-list-item::before {
    left: clamp(21px, 6.41vw, 25px);
    width: clamp(24px, 7.436vw, 29px);
    height: clamp(24px, 7.436vw, 29px);
  }
}
.main .concerns-arrow {
  position: relative;
  margin-top: 75px;
  padding-bottom: clamp(63px, 5.857vw, 80px);
  text-align: center;
  font-size: clamp(25px, 2.343vw, 32px);
  line-height: calc(52 / 32);
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-arrow {
    margin-top: clamp(53px, 6.944vw, 75px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-arrow {
    margin-top: 30px;
    padding-bottom: 48px;
    font-size: clamp(18px, 5.641vw, 22px);
    line-height: calc(40 / 22);
  }
}
.main .concerns-arrow::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: clamp(59px, 5.417vw, 74px);
  height: clamp(59px, 5.417vw, 74px);
  background-image: url(../images/bg_concerns_03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .main .concerns-arrow::after {
    width: 41px;
    height: 41px;
  }
}
.main .concerns-resolve {
  margin-top: 49px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-resolve {
    margin-top: clamp(35px, 4.537vw, 49px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve {
    margin-top: 39px;
    border-radius: 30px;
  }
}
.main .concerns-resolve-desc {
  position: relative;
  padding-left: clamp(314px, 29.063vw, 397px);
  padding-top: 35px;
  padding-right: clamp(47px, 4.319vw, 59px);
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-resolve-desc {
    padding-top: clamp(25px, 3.241vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve-desc {
    padding-left: 20px;
    padding-top: 311px;
    padding-right: 20px;
  }
}
.main .concerns-resolve-desc-fig {
  position: absolute;
  left: calc(clamp(36px, 3.294vw, 45px) * -1);
  top: -13px;
  width: clamp(322px, 29.795vw, 407px);
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve-desc-fig {
    position: absolute;
    left: 0;
    top: -28px;
    width: clamp(254px, 79.231vw, 309px);
  }
}
.main .concerns-resolve-desc-catch {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #4A423B;
  font-size: clamp(21px, 1.903vw, 26px);
  line-height: calc(70 / 26);
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-resolve-desc-catch {
    font-size: clamp(16px, 1.944vw, 21px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve-desc-catch {
    padding-left: clamp(11px, 3.333vw, 13px);
    padding-bottom: 18px;
    margin-bottom: 10px;
    font-size: clamp(13px, 4.103vw, 16px);
    line-height: calc(40 / 16);
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .main .concerns-resolve-desc-catch {
    padding-left: 0;
  }
}
.main .concerns-resolve-desc-catch .txt-rose {
  display: block;
  white-space: nowrap;
  font-size: clamp(52px, 4.832vw, 66px);
  line-height: calc(80 / 66);
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-resolve-desc-catch .txt-rose {
    font-size: clamp(34px, 4.815vw, 52px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve-desc-catch .txt-rose {
    font-size: clamp(28px, 8.718vw, 34px);
    line-height: calc(34 / 34);
  }
}
.main .concerns-resolve-desc-catch::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(432px, 39.971vw, 546px);
  height: 2px;
  display: block;
  content: "";
  background: linear-gradient(to right, rgb(229, 148, 173) 0%, rgba(242, 202, 214, 0.5) 80%, rgba(229, 148, 173, 0.32) 100%);
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-resolve-desc-catch::after {
    width: 100%;
  }
}
.main .concerns-resolve-desc-desc {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(36 / 16);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve-desc-desc {
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
  }
}
.main .concerns-resolve-contact {
  margin-top: 50px;
  padding-bottom: 60px;
  padding-left: clamp(47px, 4.319vw, 59px);
  padding-right: clamp(47px, 4.319vw, 59px);
}
@media screen and (max-width: 767px) {
  .main .concerns-resolve-contact {
    margin-top: 12px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main .concerns-comment {
  margin-top: 110px;
}
@media print, screen and (max-width: 1080px) {
  .main .concerns-comment {
    margin-top: clamp(78px, 10.185vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .main .concerns-comment {
    margin-top: 54px;
  }
}
.main .plans {
  padding-top: 125px;
}
@media print, screen and (max-width: 1080px) {
  .main .plans {
    padding-top: clamp(89px, 11.574vw, 125px);
  }
}
@media screen and (max-width: 767px) {
  .main .plans {
    padding-top: 60px;
  }
}
.main .plans-desc {
  margin-bottom: 75px;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-desc {
    margin-bottom: clamp(53px, 6.944vw, 75px);
  }
}
@media screen and (max-width: 767px) {
  .main .plans-desc {
    margin-bottom: 25px;
    padding-left: clamp(20px, 5.215vw, 40px);
    padding-right: clamp(20px, 5.215vw, 40px);
  }
  .main .plans-desc br {
    display: none;
  }
}
.main .plans-nav {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 220px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 clamp(32px, 2.928vw, 40px);
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav {
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: clamp(156px, 20.37vw, 220px);
    flex-wrap: wrap;
    gap: clamp(23px, 2.963vw, 32px) clamp(23px, 2.963vw, 32px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-nav {
    padding-bottom: 64px;
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
  }
}
.main .plans-nav-item {
  width: calc((100% - clamp(32px, 2.928vw, 40px) * 3) / 4);
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item {
    width: calc((100% - clamp(23px, 2.963vw, 32px) * 1) / 2);
    max-width: 279px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-nav-item {
    width: 100%;
  }
}
.main .plans-nav-item .plans-nav-btn {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 36px clamp(21px, 1.977vw, 27px) 36px clamp(21px, 1.977vw, 27px);
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s ease;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item .plans-nav-btn {
    padding-top: clamp(26px, 3.333vw, 36px);
    padding-bottom: clamp(26px, 3.333vw, 36px);
  }
}
.main .plans-nav-item .plans-nav-btn:hover {
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.25);
}
.main .plans-nav-item:nth-of-type(1) .plans-nav-btn,
.main .plans-nav-item:nth-of-type(3) .plans-nav-btn {
  background: linear-gradient(to bottom, rgb(254, 240, 245) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #F5D5E6;
}

main .plans-nav-item:nth-of-type(2) .plans-nav-btn,
main .plans-nav-item:nth-of-type(4) .plans-nav-btn {
  background: linear-gradient(to bottom, rgb(248, 242, 233) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #E0D7CC;
}

.main .plans-nav-item-ttl {
  position: relative;
  padding-bottom: 24px;
  font-size: clamp(25px, 2.343vw, 32px);
  line-height: calc(56 / 32);
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-ttl {
    font-size: 32px;
  }
}
.main .plans-nav-item-ttl small {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(16 / 16);
  letter-spacing: 0.03em;
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-ttl small {
    font-size: 16px;
  }
}
.main .plans-nav-item-ttl::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
}
.main .plans-nav-item:nth-of-type(1) .plans-nav-item-ttl::after {
  background: linear-gradient(to right, rgb(247, 243, 241) 0%, rgb(245, 198, 198) 50%, rgb(247, 243, 241) 100%);
}

.main .plans-nav-item:nth-of-type(2) .plans-nav-item-ttl::after {
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(210, 187, 161) 50%, rgb(255, 255, 255) 100%);
}

.main .plans-nav-item-users {
  padding-top: 16px;
  padding-bottom: 18px;
}
.main .plans-nav-item-users .users-head {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(12px, 1.098vw, 15px);
  line-height: calc(34 / 15);
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-users .users-head {
    font-size: 15px;
  }
}
.main .plans-nav-item-users .users-body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 1.464vw, 20px);
  line-height: calc(34 / 20);
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-users .users-body {
    font-size: 20px;
  }
}
.main .plans-nav-item-price {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.main .plans-nav-item-price .price-head {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(12px, 1.098vw, 15px);
  line-height: calc(34 / 15);
  letter-spacing: 0.05em;
  text-align: center;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-price .price-head {
    font-size: 15px;
  }
}
.main .plans-nav-item-price .price-body {
  margin-top: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
.main .plans-nav-item-price .price-body-num {
  font-size: clamp(28px, 2.635vw, 36px);
  line-height: calc(32 / 36);
  letter-spacing: -0.01em;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-price .price-body-num {
    font-size: 36px;
  }
}
.main .plans-nav-item-price .price-body-unit {
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-nav-item-price .price-body-unit {
    font-size: 22px;
  }
}
.main .plans-nav-item-point {
  padding-top: 20px;
  padding-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .main .plans-nav-item-point {
    flex: 1;
  }
}
.main .plans-nav-item-point .point-item {
  position: relative;
  padding-left: clamp(23px, 2.123vw, 29px);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(10px, 0.952vw, 13px);
  line-height: calc(28 / 13);
  letter-spacing: 0.08em;
}
.main .plans-nav-item-point .point-item + .point-item {
  margin-top: 2px;
}
.main .plans-nav-item-point .point-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: clamp(17px, 1.537vw, 21px);
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.main .plans-nav-item:nth-of-type(1) .plans-nav-item-point .point-item::before,
.main .plans-nav-item:nth-of-type(3) .plans-nav-item-point .point-item::before {
  background-image: url(../images/bg_plans_01.png);
}

.main .plans-nav-item:nth-of-type(2) .plans-nav-item-point .point-item::before {
  background-image: url(../images/bg_plans_02.png);
}

.main .plans-nav-item:nth-of-type(4) .plans-nav-item-point {
  padding-top: 0;
}

.main .plans-nav-item-btn {
  position: relative;
  width: 100%;
  height: 58px;
  border: 1px solid #A63050;
  border-radius: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: 58px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #A63050;
  transition: 0.3s ease;
}
.main .plans-nav-item .plans-nav-btn:hover .plans-nav-item-btn {
  background-color: #A63050;
  color: #ffffff !important;
}

.main .plans-nav-item-btn::after {
  position: absolute;
  right: clamp(13px, 1.245vw, 17px);
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 6px;
  aspect-ratio: 17/30;
  background-color: #A63050;
  mask-image: url(../images/ico_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center center;
}
.main .plans-nav-item .plans-nav-btn:hover .plans-nav-item-btn::after {
  background-color: #ffffff;
}

.main .plans-cnt {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt {
    padding-top: clamp(107px, 13.889vw, 150px);
    padding-bottom: clamp(107px, 13.889vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.main .plans-cnt#plans-cnt01, .main .plans-cnt#plans-cnt03 {
  background-color: #FEF3F7;
}
.main .plans-cnt#plans-cnt02, .main .plans-cnt#plans-cnt04 {
  background-color: #F8F2E9;
}
.main .plans-cnt#plans-cnt04 {
  padding-bottom: 110px;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt#plans-cnt04 {
    padding-bottom: clamp(78px, 10.185vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt04 {
    padding-bottom: 60px;
  }
}
.main .plans-cnt-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 87px;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1366px) {
  .main .plans-cnt-inner {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
    gap: 0 clamp(47px, 4.392vw, 60px);
  }
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt-inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .plans-cnt#plans-cnt01 .plans-cnt-inner,
.main .plans-cnt#plans-cnt03 .plans-cnt-inner {
  flex-direction: row-reverse;
}

.main .plans-cnt#plans-cnt02 .plans-cnt-inner,
.main .plans-cnt#plans-cnt04 .plans-cnt-inner {
  flex-direction: row;
}

@media print, screen and (max-width: 1080px) {
  .main .plans-cnt-inner {
    flex-direction: column !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-inner {
    padding-left: clamp(20px, 5.215vw, 40px);
    padding-right: clamp(20px, 5.215vw, 40px);
  }
}
.main .plans-cnt-dtl {
  width: calc(100% - (clamp(538px, 49.78vw, 680px) + clamp(69px, 6.369vw, 87px)));
}
@media print, screen and (max-width: 1366px) {
  .main .plans-cnt-dtl {
    width: calc(100% - (clamp(538px, 49.78vw, 680px) + clamp(47px, 4.392vw, 60px)));
  }
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt-dtl {
    display: contents;
  }
}
.main .plans-cnt-fig {
  width: clamp(538px, 49.78vw, 680px);
  overflow: hidden;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt-fig {
    width: 100%;
    order: 3;
    margin-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt02 .plans-cnt-fig {
    margin-top: 18px;
  }
}

.main .plans-cnt-fig-main img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-fig-main img {
    border-radius: 20px;
  }
}
.main .plans-cnt-fig-sub {
  margin-top: 21px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 clamp(16px, 1.464vw, 20px);
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-fig-sub {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt01 .plans-cnt-fig-sub,
  .main .plans-cnt#plans-cnt02 .plans-cnt-fig-sub {
    gap: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt03 .plans-cnt-fig-sub,
  .main .plans-cnt#plans-cnt04 .plans-cnt-fig-sub {
    gap: 0 16px;
  }
}

.main .plans-cnt#plans-cnt01 .plans-cnt-fig-sub > div,
.main .plans-cnt#plans-cnt02 .plans-cnt-fig-sub > div {
  width: calc((100% - clamp(16px, 1.464vw, 20px) * 3) / 4);
}
@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt01 .plans-cnt-fig-sub > div,
  .main .plans-cnt#plans-cnt02 .plans-cnt-fig-sub > div {
    width: calc((100% - 30px) / 4);
  }
}

.main .plans-cnt#plans-cnt03 .plans-cnt-fig-sub > div,
.main .plans-cnt#plans-cnt04 .plans-cnt-fig-sub > div {
  width: calc((100% - clamp(16px, 1.464vw, 20px) * 1) / 2);
}
@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt03 .plans-cnt-fig-sub > div,
  .main .plans-cnt#plans-cnt04 .plans-cnt-fig-sub > div {
    width: calc((100% - 16px) / 2);
  }
}

.main .plans-cnt-fig-sub img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-fig-sub img {
    border-radius: 10px;
  }
}
.main .plans-cnt-fig-note {
  margin-top: 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: calc(32 / 14);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-fig-note {
    font-size: 10px;
    line-height: calc(16 / 10);
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt#plans-cnt02 .plans-cnt-fig-note {
    margin-top: 8px;
  }
}

.main .plans-cnt-ttl {
  font-size: clamp(32px, 2.928vw, 40px);
  line-height: calc(40 / 40);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-ttl {
    order: 1;
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(44 / 18);
  }
}
.main .plans-cnt-ttl small {
  display: block;
  font-size: clamp(19px, 1.757vw, 24px);
  line-height: calc(64 / 24);
  letter-spacing: 0;
  color: #A63050;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-ttl small {
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(54 / 18);
  }
}
.main .plans-cnt-desc {
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(42 / 16);
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt-desc {
    order: 2;
    margin-top: 18px;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(24 / 12);
  }
}
.main .plans-cnt-card {
  margin-top: 60px;
  padding: 40px clamp(32px, 2.928vw, 40px) 40px clamp(34px, 3.148vw, 43px);
  background-color: #ffffff;
  border: 1px solid #F9F6F8;
  border-radius: 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1080px) {
  .main .plans-cnt-card {
    order: 4;
    margin-top: 33px;
    border-radius: 20px;
    padding: 20px 40px 33px 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 1081px) {
  .main .plans-cnt#plans-cnt04 .plans-cnt-card {
    margin-top: 100px;
  }
}

.main .plans-cnt-card-price {
  position: relative;
}
.main .plans-cnt-card-price .price-head {
  margin-left: 2px;
}
.main .plans-cnt-card-price .price-body-users {
  margin-bottom: 23px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(34 / 18);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card-price .price-body-users {
    margin-bottom: 0;
    font-size: clamp(13px, 4.103vw, 16px);
    line-height: calc(30 / 16);
  }
}
.main .plans-cnt-card-price .price-body-price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
}
.main .plans-cnt-card-price .price-body-price-num {
  font-size: clamp(63px, 5.857vw, 80px);
  line-height: calc(62 / 80);
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card-price .price-body-price-num {
    font-size: clamp(57px, 17.949vw, 70px);
    line-height: calc(70 / 70);
  }
}
.main .plans-cnt-card-price .price-body-price-unit {
  font-size: clamp(27px, 2.489vw, 34px);
  line-height: calc(42 / 34);
  letter-spacing: 0.04em;
  transform: translateY(-5px);
}
.main .plans-cnt-card-price .price-body-price-unit small {
  font-size: clamp(21px, 1.903vw, 26px);
  line-height: calc(42 / 26);
  letter-spacing: -0.15em;
}
.main .plans-cnt-card-point {
  margin-top: 25px;
  padding-top: 18px;
  border-top: 1px solid #e5e2e2;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card-point {
    margin-top: 10px;
    padding-top: 8px;
  }
}
.main .plans-cnt-card-point .point-item {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(40 / 16);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card-point .point-item {
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(18 / 14);
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.main .plans-cnt-card-point .point-item span {
  display: inline-block;
  margin-right: 0.5em;
  color: #E594AD;
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card-point .point-item span {
    margin-right: 0.7em;
  }
}
.main .plans-cnt-card-note {
  margin-top: 10px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: calc(30 / 14);
}
@media screen and (max-width: 767px) {
  .main .plans-cnt-card-note {
    margin-top: 5px;
    font-size: 10px;
    line-height: calc(20 / 10);
  }
  .main .plans-cnt#plans-cnt02 .plans-cnt-card-note {
    margin-top: 10px;
  }
}
.main .plans-bottom {
  padding-bottom: 180px;
  background-color: #F8F2E9;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-bottom {
    flex-direction: column !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .plans-bottom {
    padding-left: clamp(20px, 5.215vw, 40px);
    padding-right: clamp(20px, 5.215vw, 40px);
  }
}
.main .plans-contact {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px clamp(90px, 8.346vw, 114px) 70px clamp(90px, 8.346vw, 114px);
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1080px) {
  .main .plans-contact {
    width: 100%;
    padding: clamp(57px, 7.407vw, 80px) clamp(64px, 8.333vw, 90px) clamp(50px, 6.481vw, 70px) clamp(64px, 8.333vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .main .plans-contact {
    padding: 28px clamp(20px, 5.215vw, 40px) 33px clamp(20px, 5.215vw, 40px);
    align-items: stretch;
  }
}
.main .plans-contact-ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  font-size: clamp(32px, 2.928vw, 40px);
  line-height: calc(40 / 40);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main .plans-contact-ttl {
    margin-bottom: 15px;
    padding-bottom: 12px;
    font-size: clamp(23px, 7.179vw, 28px);
    line-height: calc(40 / 28);
  }
}
.main .plans-contact-ttl::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(247, 243, 241) 0%, rgb(245, 198, 198) 50%, rgb(247, 243, 241) 100%);
}
.main .plans-contact-desc {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(32 / 16);
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .plans-contact-desc {
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
  }
  .main .plans-contact-desc br {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  .main .plans-contact-desc {
    text-align: left;
  }
}
.main .plans-contact-contact {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .main .plans-contact-contact {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .main .plans-contact-contact-head {
    display: none;
  }
}
.main .plans-comment {
  margin-top: 110px;
}
@media print, screen and (max-width: 1080px) {
  .main .plans-comment {
    margin-top: clamp(78px, 10.185vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .main .plans-comment {
    margin-left: clamp(20px, 5.215vw, 40px);
    margin-right: clamp(20px, 5.215vw, 40px);
  }
}
.main .point {
  padding-top: 100px;
  padding-bottom: 163px;
}
@media print, screen and (max-width: 1080px) {
  .main .point {
    padding-top: clamp(95px, 12.407vw, 134px);
    padding-bottom: clamp(116px, 15.093vw, 163px);
  }
}
@media screen and (max-width: 767px) {
  .main .point {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .point-inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .point-ttl-jp {
  margin-top: 56px;
  line-height: calc(60 / 40);
}
@media print, screen and (max-width: 1080px) {
  .main .point-ttl-jp {
    margin-top: clamp(40px, 5.185vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .main .point-ttl-jp {
    margin-top: 15px;
  }
  .main .point-ttl-jp br {
    display: none;
  }
}
.main .point-desc {
  margin-bottom: 78px;
}
@media print, screen and (max-width: 1080px) {
  .main .point-desc {
    margin-bottom: clamp(55px, 7.222vw, 78px);
  }
}
@media screen and (max-width: 767px) {
  .main .point-desc {
    margin-bottom: 24px;
  }
}
.main .point-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 35px clamp(28px, 2.562vw, 35px);
}
@media print, screen and (max-width: 1080px) {
  .main .point-cnt {
    gap: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .main .point-cnt {
    flex-direction: column;
    gap: 30px 0;
  }
}
.main .point-cnt-item {
  width: calc((100% - clamp(28px, 2.562vw, 35px) * 2) / 3);
  min-height: 528px;
  padding: clamp(24px, 2.196vw, 30px);
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1366px) {
  .main .point-cnt-item {
    min-height: initial;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .point-cnt-item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .main .point-cnt-item {
    width: 100%;
    min-height: initial;
    padding: 23px 20px 24px 20px;
    border-radius: 10px;
  }
}
.main .point-cnt-item-tag {
  margin-bottom: 16px;
}
.main .point-cnt-item-tag span {
  display: inline-block;
  width: clamp(74px, 6.881vw, 94px);
  height: 24px;
  background-color: #A67C9E;
  border-radius: 15px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(9px, 0.878vw, 12px);
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main .point-cnt-item-tag span {
    width: 81px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
  }
}
.main .point-cnt-item-ttl {
  margin-bottom: 15px;
  text-align: center;
  font-size: clamp(16px, 1.464vw, 20px);
  line-height: calc(27 / 20);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .point-cnt-item-ttl {
    font-size: clamp(13px, 4.103vw, 16px);
    line-height: calc(21 / 16);
  }
}
.main .point-cnt-item-fig {
  margin-bottom: 12px;
}
.main .point-cnt-item-fig img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .main .point-cnt-item-fig img {
    aspect-ratio: 310/211;
    object-fit: cover;
  }
}
.main .point-cnt-item-txt {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(30 / 16);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .main .point-cnt-item-txt {
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(22 / 12);
  }
}
.main .point-comment {
  margin-top: 100px;
  max-width: clamp(472px, 43.704vw, 597px);
}
@media print, screen and (max-width: 1080px) {
  .main .point-comment {
    margin-top: clamp(71px, 9.259vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .main .point-comment {
    margin-top: 80px;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .point-comment-txt br {
    display: none;
  }
}
.main .point-comment-fig {
  bottom: 14px;
}
@media screen and (max-width: 767px) {
  .main .point-comment-fig {
    bottom: 34px;
  }
}
.main .about {
  padding-top: 192px;
  padding-bottom: 225px;
  background-color: #F9F8F5;
}
@media print, screen and (max-width: 1080px) {
  .main .about {
    padding-top: clamp(137px, 17.778vw, 192px);
    padding-bottom: clamp(160px, 20.833vw, 225px);
  }
}
@media screen and (max-width: 767px) {
  .main .about {
    padding-top: 34px;
    padding-bottom: 44px;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .about-inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .about-ttl {
  margin-bottom: 68px;
}
@media print, screen and (max-width: 1080px) {
  .main .about-ttl {
    margin-bottom: clamp(48px, 6.296vw, 68px);
  }
}
@media screen and (max-width: 767px) {
  .main .about-ttl {
    margin-bottom: 20px;
  }
}
.main .about-desc {
  position: relative;
}
.main .about-desc-fig {
  width: clamp(688px, 63.69vw, 870px);
}
@media screen and (max-width: 767px) {
  .main .about-desc-fig {
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
.main .about-desc-fig img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main .about-desc-fig img {
    border-radius: 20px;
  }
}
.main .about-desc-card {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(419px, 38.799vw, 530px);
  min-height: 506px;
  padding: 39px clamp(24px, 2.196vw, 30px) 30px clamp(32px, 2.928vw, 40px);
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #F9F6F8;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1366px) {
  .main .about-desc-card {
    min-height: initial;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .about-desc-card {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main .about-desc-card {
    position: relative;
    z-index: 2;
    width: 100%;
    transform: translateY(-30px);
    min-height: initial;
    padding: 23px 20px 35px 20px;
    border-radius: 10px;
  }
}
.main .about-desc-card-head {
  margin-bottom: 45px;
}
@media print, screen and (max-width: 1080px) {
  .main .about-desc-card-head {
    margin-bottom: clamp(32px, 4.167vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .main .about-desc-card-head {
    margin-bottom: 15px;
    text-align: center;
  }
}
.main .about-desc-card-body {
  margin-left: clamp(8px, 0.732vw, 10px);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(34 / 16);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .main .about-desc-card-body {
    margin-left: 0;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
  }
}
.main .about-desc-card-body p + p {
  margin-top: 2em;
}
.main .about-cnt {
  margin-top: 76px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 31px clamp(28px, 2.562vw, 35px);
}
@media print, screen and (max-width: 1080px) {
  .main .about-cnt {
    margin-top: clamp(54px, 7.037vw, 76px);
    gap: clamp(22px, 2.87vw, 31px) clamp(20px, 2.593vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .main .about-cnt {
    margin-top: 0;
    gap: 21px 15px;
  }
}
.main .about-cnt-item {
  position: relative;
  width: calc((100% - clamp(28px, 2.562vw, 35px) * 2) / 3);
}
@media screen and (max-width: 767px) {
  .main .about-cnt-item {
    width: calc((100% - 15px) / 2);
  }
}
.main .about-cnt-item-ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans", sans-serif;
  color: #ffffff;
  font-size: clamp(21px, 1.903vw, 26px);
  line-height: calc(34 / 26);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .main .about-cnt-item-ttl {
    font-size: clamp(16px, 5.128vw, 20px);
    line-height: calc(11 / 20);
  }
}
.main .about-cnt-item-fig {
  position: relative;
}
.main .about-cnt-item-fig img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main .about-cnt-item-fig img {
    border-radius: 10px;
  }
}
.main .about-cnt-item-fig::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .main .about-cnt-item-fig::before {
    border-radius: 10px;
  }
}
.main .about-comment {
  margin-top: 100px;
  max-width: clamp(463px, 42.826vw, 585px);
}
@media print, screen and (max-width: 1080px) {
  .main .about-comment {
    margin-top: clamp(71px, 9.259vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .main .about-comment {
    margin-top: 68px;
  }
}
.main .ambassador {
  padding-top: 185px;
  padding-bottom: 210px;
  background-color: #727272;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador {
    padding-top: clamp(132px, 17.13vw, 185px);
    padding-bottom: clamp(149px, 19.444vw, 210px);
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador {
    padding-top: 58px;
    padding-bottom: 70px;
  }
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .ambassador-ttl {
  margin-bottom: 68px;
}
.main .ambassador-geka {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 clamp(69px, 6.369vw, 87px);
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-geka {
    flex-direction: column;
    gap: 56px 0;
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka {
    gap: 28px 0;
  }
}
.main .ambassador-geka-txt {
  width: calc(100% - (clamp(69px, 6.369vw, 87px) + clamp(538px, 49.78vw, 680px)));
  color: #ffffff;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-geka-txt {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .ambassador-geka-txt-ttl {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-geka-txt-ttl {
    margin-bottom: clamp(36px, 4.63vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-txt-ttl {
    margin-bottom: 38px;
  }
}
.main .ambassador-geka-txt-ttl .ttl-position {
  display: block;
  font-size: clamp(19px, 1.757vw, 24px);
  line-height: calc(40 / 24);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-txt-ttl .ttl-position {
    display: none;
  }
}
.main .ambassador-geka-txt-ttl .ttl-name {
  font-size: clamp(32px, 2.928vw, 40px);
  line-height: calc(63 / 40);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-txt-ttl .ttl-name {
    font-size: clamp(25px, 7.692vw, 30px);
    line-height: calc(48 / 30);
  }
}
.main .ambassador-geka-txt-desc {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(42 / 16);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-txt-desc {
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(26 / 14);
  }
}
.main .ambassador-geka-txt-btn {
  margin-top: 75px;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-geka-txt-btn {
    margin-top: clamp(53px, 6.944vw, 75px);
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-txt-btn {
    margin-top: 24px;
    margin-left: clamp(16px, 5.128vw, 20px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .main .ambassador-geka-txt-btn {
    width: clamp(45px, 14.103vw, 55px);
  }
}
.main .ambassador-geka-fig {
  width: clamp(538px, 49.78vw, 680px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 21px clamp(16px, 1.464vw, 20px);
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-geka-fig {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    gap: clamp(11px, 1.481vw, 16px) clamp(11px, 1.481vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-fig {
    gap: 10px 10px;
  }
}
.main .ambassador-geka-fig-slide {
  width: 100%;
  overflow: hidden;
}
.main .ambassador-geka-fig-item {
  width: calc((100% - clamp(16px, 1.464vw, 20px)) / 2);
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-fig-item {
    width: calc((100% - clamp(11px, 1.481vw, 16px)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-fig-item {
    width: calc((100% - 10px) / 2);
  }
}
.main .ambassador-geka-fig img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main .ambassador-geka-fig img {
    border-radius: 10px;
  }
}
.main .ambassador-okubo {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 clamp(42px, 3.88vw, 53px);
  margin-top: 150px;
  padding: 34px clamp(79px, 7.321vw, 100px) 50px clamp(44px, 4.026vw, 55px);
  background-color: #ffffff;
  border: 1px solid #F9F6F8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo {
    flex-direction: column;
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: clamp(107px, 13.889vw, 150px);
    padding: 40px 40px 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-okubo {
    flex-direction: column;
    margin-top: 49px;
    padding: 28px 0px 15px 20px;
    border-radius: 10px;
  }
}
.main .ambassador-okubo-txt {
  width: calc(100% - (clamp(42px, 3.88vw, 53px) + clamp(438px, 40.556vw, 554px)));
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo-txt {
    display: contents;
  }
}
.main .ambassador-okubo-txt-catch {
  margin-top: 44px;
  font-size: clamp(19px, 1.757vw, 24px);
  line-height: calc(37 / 24);
  letter-spacing: 0.04em;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo-txt-catch {
    order: 1;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-okubo-txt-catch {
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(30 / 18);
  }
}
.main .ambassador-okubo-txt-ttl {
  margin-top: 45px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo-txt-ttl {
    order: 3;
    margin-top: clamp(32px, 4.167vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-okubo-txt-ttl {
    margin-bottom: 25px;
  }
}
.main .ambassador-okubo-txt-ttl span {
  width: clamp(166px, 15.373vw, 210px);
  line-height: calc(20 / 16);
}
@media screen and (max-width: 767px) {
  .main .ambassador-okubo-txt-ttl span {
    width: clamp(135px, 42.308vw, 165px);
  }
}
.main .ambassador-okubo-txt-desc {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(42 / 16);
  letter-spacing: 0.03em;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo-txt-desc {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-okubo-txt-desc {
    padding-right: 20px;
    font-size: 12px;
    line-height: calc(26 / 12);
  }
}
.main .ambassador-okubo-txt-btn {
  margin-top: 10px;
  text-align: right;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(42 / 16);
  letter-spacing: 0.03em;
  text-decoration: underline;
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo-txt-btn {
    order: 5;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .ambassador-okubo-txt-btn {
    padding-right: 20px;
    font-size: 12px;
    line-height: calc(42 / 12);
  }
}
.main .ambassador-okubo-fig {
  width: clamp(438px, 40.556vw, 554px);
}
@media print, screen and (max-width: 1080px) {
  .main .ambassador-okubo-fig {
    order: 2;
    width: 100%;
    max-width: 544px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main .ambassador-comment {
  margin-top: 100px;
  max-width: clamp(463px, 42.826vw, 585px);
}
.main .access {
  padding-top: 87px;
  padding-bottom: 135px;
}
@media print, screen and (max-width: 1080px) {
  .main .access {
    padding-top: clamp(62px, 8.056vw, 87px);
    padding-top: clamp(96px, 12.5vw, 135px);
  }
}
@media screen and (max-width: 767px) {
  .main .access {
    padding-top: 30px;
    padding-bottom: 109px;
  }
}
.main .access-ttl {
  margin-bottom: 16px;
}
.main .access-desc {
  margin-bottom: 74px;
}
@media print, screen and (max-width: 1080px) {
  .main .access-desc {
    margin-bottom: clamp(53px, 6.852vw, 74px);
  }
}
@media screen and (max-width: 767px) {
  .main .access-desc {
    margin-bottom: 37px;
  }
}
.main .access-cnt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 clamp(40px, 3.734vw, 51px);
}
@media print, screen and (max-width: 1080px) {
  .main .access-cnt {
    flex-direction: column;
    gap: 50px 0;
  }
}
.main .access-cnt-map {
  width: clamp(569px, 52.635vw, 719px);
}
@media print, screen and (max-width: 1080px) {
  .main .access-cnt-map {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
  }
}
@media screen and (max-width: 767px) {
  .main .access-cnt-map {
    margin-left: calc(clamp(20px, 5.215vw, 40px) * -1);
    margin-right: calc(clamp(20px, 5.215vw, 40px) * -1);
    width: calc(100% + clamp(20px, 5.215vw, 40px) * 2);
  }
}
.main .access-cnt-map-iframe {
  width: 100%;
  aspect-ratio: 719/491;
  border-radius: 30px;
}
@media print, screen and (max-width: 1080px) {
  .main .access-cnt-map-iframe {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .main .access-cnt-map-iframe {
    height: clamp(266px, 64.016vw, 491px);
  }
}
.main .access-cnt-map-address {
  margin-top: 5px;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(34 / 16);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .access-cnt-map-address {
    margin-top: 0;
    font-size: 10px;
    line-height: calc(28 / 10);
  }
}
.main .access-cnt-card {
  width: calc(100% - (clamp(569px, 52.635vw, 719px) + clamp(40px, 3.734vw, 51px)));
  padding: 40px clamp(32px, 2.928vw, 40px) 60px clamp(32px, 2.928vw, 40px);
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #F9F6F8;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media print, screen and (max-width: 1080px) {
  .main .access-cnt-card {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .main .access-cnt-card {
    width: 100%;
    padding: 24px 20px 32px 20px;
    border-radius: 10px;
  }
}
.main .access-cnt-card-body {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(37 / 16);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .access-cnt-card-body br {
    display: none;
  }
}
.main .access-cnt-card-body .txt-bold {
  font-size: clamp(16px, 1.464vw, 20px);
  line-height: calc(37 / 20);
}
.main .access-comment {
  margin-top: 150px;
  max-width: clamp(463px, 42.826vw, 585px);
}
@media print, screen and (max-width: 1080px) {
  .main .access-comment {
    margin-top: clamp(107px, 13.889vw, 150px);
  }
}
@media screen and (max-width: 767px) {
  .main .access-comment {
    margin-top: clamp(45px, 19.557vw, 150px);
  }
  .main .access-comment br {
    display: none;
  }
}
.main .entryform {
  padding-top: 130px;
  padding-bottom: 157px;
  background-color: #F9F8F5;
}
@media print, screen and (max-width: 1080px) {
  .main .entryform {
    padding-top: clamp(92px, 12.037vw, 130px);
    padding-bottom: clamp(30px, 3.889vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  .main .entryform {
    padding-top: 60px;
    padding-bottom: 42px;
  }
}
.main .entryform-desc {
  margin-bottom: 78px;
}
.main .entryform-contact {
  margin-top: 138px;
  max-width: clamp(633px, 58.565vw, 800px);
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 1px solid #F9F6F8;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
}
@media print, screen and (max-width: 1080px) {
  .main .entryform-contact {
    margin-top: clamp(98px, 12.778vw, 138px);
  }
}
@media screen and (max-width: 767px) {
  .main .entryform-contact {
    margin-top: 49px;
    border-radius: 10px;
  }
}
.main .entryform-contact-ttl {
  padding: 15px;
  background-color: #A63050;
  border-radius: 30px 30px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: calc(46 / 22);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .main .entryform-contact-ttl {
    border-radius: 10px 10px 0 0;
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(26 / 18);
  }
}
.main .entryform-contact-cnt {
  padding: 12px clamp(17px, 1.611vw, 22px) 32px clamp(17px, 1.611vw, 22px);
}
@media screen and (max-width: 767px) {
  .main .entryform-contact-cnt {
    padding: 16px 20px 28px 20px;
  }
}
.main .entryform-contact-cnt-head {
  margin-bottom: 5px;
  text-align: center;
  color: #333333;
  font-size: clamp(17px, 1.611vw, 22px);
  line-height: calc(46 / 22);
}
@media screen and (max-width: 767px) {
  .main .entryform-contact-cnt-head {
    margin-bottom: 14px;
    font-size: clamp(16px, 5.128vw, 20px);
    line-height: calc(26 / 20);
  }
}
.main .entryform-contact-cnt-body .body-tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .entryform-contact-cnt-body .body-tel-num {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: clamp(41px, 3.807vw, 52px);
  line-height: calc(60 / 52);
  letter-spacing: 0.08em;
  color: #3E3E3E;
}
@media screen and (max-width: 767px) {
  .main .entryform-contact-cnt-body .body-tel-num {
    font-size: clamp(34px, 10.513vw, 41px);
    line-height: calc(54 / 41);
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
}
.main .entryform-contact-cnt-body .body-tel-num::before {
  display: block;
  content: "";
  width: clamp(48px, 4.466vw, 61px);
  aspect-ratio: 34/20;
  background-image: url(../images/ico_tel.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .main .entryform-contact-cnt-body .body-tel-num::before {
    width: clamp(30px, 9.231vw, 36px);
  }
}
.main .entryform-contact-cnt-body .body-tel-info {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #3E3E3E;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
  .main .entryform-contact-cnt-body .body-tel-info {
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(14 / 14);
  }
}
.main .privacy {
  padding-bottom: 158px;
}
@media print, screen and (max-width: 1080px) {
  .main .privacy {
    padding-bottom: clamp(112px, 14.63vw, 158px);
  }
}
.main .privacy-inner {
  width: 100%;
  max-width: 1002px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 34px;
  padding-right: 18px;
}
@media print, screen and (max-width: 1080px) {
  .main .privacy-inner {
    padding-left: clamp(18px, 3.148vw, 34px);
    padding-right: 18px;
  }
}
.main .privacy-ttl {
  margin-bottom: 18px;
  font-size: clamp(20px, 1.83vw, 25px);
  line-height: calc(50 / 25);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .privacy-ttl {
    font-size: clamp(16px, 5.128vw, 20px);
  }
}
.main .privacy-desc {
  margin-bottom: 43px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(38 / 18);
  letter-spacing: 0.05em;
}
@media print, screen and (max-width: 1080px) {
  .main .privacy-desc {
    margin-bottom: clamp(31px, 3.981vw, 43px);
  }
}
@media screen and (max-width: 767px) {
  .main .privacy-desc {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
.main .privacy-cnt-item {
  padding-top: 42px;
  padding-bottom: 43px;
  border-top: 1px solid #DBDBDB;
}
@media print, screen and (max-width: 1080px) {
  .main .privacy-cnt-item {
    padding-top: clamp(30px, 3.889vw, 42px);
    padding-bottom: clamp(31px, 3.981vw, 43px);
  }
}
.main .privacy-cnt-item#privacy-cnt-item08 {
  padding-bottom: 78px;
}
@media print, screen and (max-width: 1080px) {
  .main .privacy-cnt-item#privacy-cnt-item08 {
    padding-bottom: clamp(55px, 7.222vw, 78px);
  }
}

.main .privacy-cnt-item-ttl {
  margin-bottom: 15px;
  font-size: clamp(20px, 1.83vw, 25px);
  line-height: calc(50 / 25);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .privacy-cnt-item-ttl {
    font-size: clamp(16px, 5.128vw, 20px);
  }
}
.main .privacy-cnt-item-cnt {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(38 / 18);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .main .privacy-cnt-item-cnt {
    font-size: clamp(11px, 3.59vw, 14px);
  }
}
.main .privacy-cnt-item .list-dot {
  margin-left: 1em;
}
.main .privacy-cnt-item .list-dot li::marker {
  content: "⚫︎";
}
.main .privacy-contact {
  margin-top: 268px;
}
@media print, screen and (max-width: 1080px) {
  .main .privacy-contact {
    margin-top: clamp(191px, 24.815vw, 268px);
  }
}

/*
/*
/* = Footer
/*
/*
/****************************************************************************************************************************/
.footer {
  padding-top: 170px;
  padding-bottom: 140px;
  background-color: #424142;
  color: #ffffff;
}
@media print, screen and (max-width: 1080px) {
  .footer {
    padding-top: clamp(121px, 15.741vw, 170px);
    padding-bottom: clamp(100px, 12.963vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 78px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.footer a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-top {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 175px clamp(67px, 6.223vw, 85px);
}
@media print, screen and (max-width: 1366px) {
  .footer-top {
    padding-left: clamp(26px, 2.416vw, 33px);
    padding-right: clamp(26px, 2.416vw, 33px);
  }
}
@media print, screen and (max-width: 1080px) {
  .footer-top {
    padding-left: 40px;
    padding-right: 40px;
    gap: clamp(124px, 16.204vw, 175px) clamp(43px, 5.556vw, 60px);
  }
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding-left: clamp(20px, 5.215vw, 40px);
    padding-right: clamp(20px, 5.215vw, 40px);
    padding-bottom: 14px;
    flex-direction: column;
    gap: 0 0;
  }
}
.footer-outline {
  width: calc(100% - (clamp(245px, 22.694vw, 310px) * 2 + clamp(67px, 6.223vw, 85px) * 2));
}
@media print, screen and (max-width: 1080px) {
  .footer-outline {
    width: calc(100% - (clamp(174px, 22.685vw, 245px) * 2 + clamp(43px, 5.556vw, 60px) * 2));
  }
}
@media print, screen and (max-width: 810px) {
  .footer-outline {
    width: 100%;
  }
}
.footer-outline-sitename {
  font-size: clamp(27px, 2.489vw, 34px);
  line-height: calc(46 / 34);
  letter-spacing: 0.04em;
}
.footer-outline-desc {
  margin-top: 18px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(31 / 18);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-outline-desc {
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(23 / 12);
  }
}
.footer-outline-tel {
  margin-top: 18px;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer-outline-tel {
    margin-top: 0;
  }
}
.footer-outline-tel-num {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: clamp(26px, 2.416vw, 33px);
  line-height: calc(65 / 33);
  letter-spacing: 0.06em;
}
.footer-outline-tel-num::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: clamp(19px, 1.757vw, 24px);
  aspect-ratio: 24/24;
  background-color: #ffffff;
  mask-image: url(../images/ico_tel.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
}
.footer-outline-tel-info {
  display: block;
  font-size: clamp(13px, 1.171vw, 16px);
  line-height: calc(16 / 16);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer-outline-tel-info {
    font-size: clamp(15px, 4.615vw, 18px);
    line-height: calc(26 / 18);
  }
}
.footer-outline-address {
  font-family: "Noto Sans", sans-serif;
  margin-top: 10px;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(31 / 18);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-outline-address {
    margin-top: 0;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(26 / 12);
  }
  .footer-outline-address br {
    display: none;
  }
}
.footer-nav {
  width: clamp(245px, 22.694vw, 310px);
}
@media print, screen and (max-width: 1080px) {
  .footer-nav {
    width: clamp(174px, 22.685vw, 245px);
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    width: 100%;
    margin-top: 60px;
  }
}
.footer-nav-head {
  padding: 0 0 20px 0;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(31 / 18);
  letter-spacing: 0.06em;
  border-bottom: 1px solid #565556;
}
@media screen and (max-width: 767px) {
  .footer-nav-head {
    padding-bottom: 15px;
    font-size: clamp(13px, 4.103vw, 16px);
    line-height: calc(31 / 16);
  }
}
.footer-nav-body {
  font-family: "Noto Sans", sans-serif;
}
.footer-nav-body-list {
  margin-top: 4px;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(59 / 18);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-nav-body-list {
    margin-top: 11px;
    font-size: clamp(11px, 3.59vw, 14px);
    line-height: calc(43 / 14);
  }
}
.footer-partner {
  width: clamp(245px, 22.694vw, 310px);
}
@media print, screen and (max-width: 1080px) {
  .footer-partner {
    width: clamp(174px, 22.685vw, 245px);
  }
}
@media screen and (max-width: 767px) {
  .footer-partner {
    width: 100%;
    margin-top: 60px;
  }
}
.footer-partner-head {
  padding: 0 0 20px 0;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(31 / 18);
  letter-spacing: 0.06em;
  border-bottom: 1px solid #565556;
}
@media screen and (max-width: 767px) {
  .footer-partner-head {
    padding-bottom: 9px;
    font-size: clamp(13px, 4.103vw, 16px);
    line-height: calc(31 / 16);
  }
}
.footer-partner-body {
  font-family: "Noto Sans", sans-serif;
}
.footer-partner-body-name {
  margin-top: 20px;
  font-weight: 700;
  font-size: clamp(18px, 1.684vw, 23px);
  line-height: calc(30 / 23);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-partner-body-name {
    margin-top: 11px;
  }
}
.footer-partner-body-address {
  margin-top: 15px;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(30 / 18);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-partner-body-address {
    margin-top: 0;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(30 / 12);
  }
  .footer-partner-body-address br {
    display: none;
  }
}
.footer-partner-body-tel {
  margin-top: 13px;
  font-size: clamp(14px, 1.318vw, 18px);
  line-height: calc(30 / 18);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .footer-partner-body-tel {
    margin-top: 0;
    line-height: calc(20 / 18);
  }
}
.footer-privacy {
  width: 100%;
  text-align: right;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: calc(20 / 14);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer-privacy {
    margin-top: 105px;
    text-align: left;
  }
}
.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #565556;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding-top: 10px;
    padding-left: clamp(20px, 5.215vw, 40px);
    padding-right: clamp(20px, 5.215vw, 40px);
  }
}
.footer-copy {
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  font-size: clamp(11px, 1.025vw, 14px);
  line-height: calc(20 / 14);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer-copy {
    text-align: left;
  }
}

.floating {
  position: relative;
  z-index: 4;
}
@media print, screen and (min-width: 768px) {
  .floating {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .floating {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    margin: 0;
    padding: 12px clamp(8px, 2.564vw, 10px) 10px clamp(8px, 2.564vw, 10px);
    background-color: rgba(90, 90, 90, 0.9);
  }
  .floating-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 0 clamp(11px, 3.333vw, 13px);
  }
  .floating-item-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 67px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: clamp(10px, 3.077vw, 12px);
    line-height: calc(16 / 12);
    color: #ffffff !important;
  }
  .floating-item-btn::before {
    position: absolute;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .floating-tel {
    width: 39%;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .floating-tel {
    width: clamp(115px, 35.897vw, 140px);
  }
}
@media screen and (max-width: 767px) {
  .floating-tel-btn {
    padding: 17px clamp(11px, 3.333vw, 13px) 18px clamp(11px, 3.333vw, 13px);
    border-radius: 4px;
    background-color: #EB6203;
    color: #ffffff;
  }
  .floating-tel-btn::before {
    background-color: #A84704;
  }
  .floating-tel-btn-txt {
    position: relative;
    padding-left: clamp(29px, 8.974vw, 35px);
  }
  .floating-tel-btn-txt::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: clamp(21px, 6.41vw, 25px);
    aspect-ratio: 1/1;
    background-color: #ffffff;
    mask-image: url(../images/ico_call.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 100% auto;
  }
  .floating-mail {
    width: 60%;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .floating-mail {
    width: calc(100% - (clamp(115px, 35.897vw, 140px) + clamp(11px, 3.333vw, 13px)));
  }
}
@media screen and (max-width: 767px) {
  .floating-mail-btn {
    position: relative;
    padding: 17px clamp(62px, 19.231vw, 75px) 18px clamp(11px, 3.59vw, 14px);
    border-radius: 4px;
    background-color: #26B942;
    color: #ffffff;
  }
  .floating-mail-btn::before {
    background-color: #208D34;
  }
  .floating-mail-btn-txt {
    position: relative;
    padding-left: clamp(23px, 7.179vw, 28px);
  }
  .floating-mail-btn-txt::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: clamp(21px, 6.41vw, 25px);
    aspect-ratio: 1/1;
    background-color: #ffffff;
    mask-image: url(../images/ico_mail.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 100% auto;
  }
  .floating-mail-btn-fig {
    position: absolute;
    right: 0;
    bottom: 0;
    width: clamp(62px, 19.231vw, 75px);
    aspect-ratio: 1/1;
  }
  .floating-mail-btn-fig img {
    border: 2px solid #26B942;
    border-radius: 50%;
  }
}

.entryform-form table {
  font-family: 'Noto Sans JP', sans-serif;
}
.entryform-form p {
  font-size: clamp(15px, 1.8vw, 18px);
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 44px;
}
.entryform-form label.error {
  position: absolute;
  margin: -52px 0px 0px 0px;
  display: block;
  background-color: #ee0000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 15px;
  border-radius: 5px;
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter:alpha(opacity=60);
}
.entryform-form label.error:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  border: 5px solid transparent;
  border-top: 5px solid #ee0000;
}
.entryform-form input.error {
  border: solid 1px #ff7777;
}
.entryform-form dl {
  margin: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
.entryform-form dl dt {
  float: left;
}
.entryform-form dl dt:nth-of-type(2) {
  padding: 8px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
  padding: 0px 0px 0px 1em;
}
.entryform-form dl dd {
  padding: 0px;
  margin: 0px 0px 0px 8px;
  margin: 0px 0px 0px 0.5em;
  float: left;
}
.entryform-form textarea {
  width: 100%;
  max-width: 480px;
}
.entryform-form table {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px;
  border: solid 1px #aaaaaa;
  border-collapse: collapse;
}
.entryform-form table td:nth-of-type(odd) {
  width: 256px;
  padding: 16px 16px;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-color: #E3E3E3;
  vertical-align: middle;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.entryform-form table td:nth-of-type(even) {
  padding: 16px 16px;
  background-color: #F5F5F5;
  border-bottom: solid 1px #ffffff;
  line-height: 2.4;
}
.entryform-form table td.bold {
  font-weight: 700;
}
.entryform-form table td.bold label {
  font-weight: 500;
}
.entryform-form table tr:last-of-type td {
  border-bottom: solid 1px #aaaaaa;
}
.entryform-form span {
  padding: 5px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: #D04343;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.entryform-form input,
.entryform-form select {
  padding: 5px 8px;
  margin: 0 0.5em;
  font-size: 16px;
  border: solid 1px #dddddd;
}
.entryform-form textarea {
  padding: 5px 8px;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;;
}
.entryform-form .submit {
  max-width: 384px;
  margin: 46px auto 0;
}
.entryform-form .submit input {
  font-size: clamp(15px, 1.8vw, 18px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #C70E2E;
  border-radius: 44px;
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 21px 0;
  text-align: center;
}
.entryform-form .submit input:hover {
  cursor: pointer;
  background-color: #cc3333;
}


/* thanks */
#thanks #top-slider .mask {
  position: absolute;
  width: 100%;
  background-color: #1F2C5C;
}
#thanks #top-slider .logo {
  width: 150px;
  margin: 10px auto 0;
}
#thanks .bx-wrapper {
  height: 220px;
}
#thanks #first {
  padding-top: 190px;
}
#thanks #first .text_001 {
  text-align: center;
}

  /* -768px
  ------------------------------ */
  @media screen and (max-width:768px) {
/*-- entryform --*/
.main-entryform-001 {
  padding: 0 10px;
}
.main-entryform-001 p.text-001 {
  font-size: clamp(13px, 4.1vw, 18px);
  text-align: start;
  line-height: calc(22 / 16);
  padding: 0 10px;
  margin: 30px auto 23px;
}
.entryform-form table {
  width: 100%;
  }
.entryform-form span {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  padding: 3px 5px;
  line-height: 1.5;
  }  
  .entryform-form label {
  display: block;
  }
  .entryform-form td.bold label:last-of-type input {
    max-width: 152px;
  }
  .entryform-form table td:nth-of-type(odd) {
    display: block;
    width: 100%;
    text-indent: 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px 6px 0px 0px;
  }
  .entryform-form table td:nth-of-type(even) {
    display: block;
    max-width: 100%;
    padding: 20px 8px;
    font-size: 16px;
    text-align: center;
    border-radius: 0px 0px 6px 6px;
    line-height: 1.8;
  }
  .entryform-form table td.sp-start {
    text-align: start;
  }
  .entryform-form input {
    max-width: 80%;
    font-size: 16px;
  }
  .entryform-form .submit {
    padding: 8px 0px 20px;
    text-align: center;
  }
  .entryform-form .submit input {
    margin: 0px auto;
    border: none;
    padding: 20px 20px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    background-color: #B20000;
    font-weight: 600;
  }
  .entryform-form dl {
    display: block;
  }
  .entryform-form dl:after {
    content: "";
    display: block;
    clear: both;
  }
  .entryform-form dl dt {
    padding: 0 0 0 8px;
    margin: 0px 0px 0px 20px;
    float: left;
  }
  .entryform-form dl dt:nth-of-type(2) {
    margin: 10px 0px 0px 20px;
    padding: 0 0 0 8px;
    float: left;
    clear: both;
  }
  .entryform-form dl dd:nth-of-type(2) {
    margin: 10px 0px 0px;
  }
  .entryform-form dl dd {
    float: left;
    margin: 0px;
    padding: 0px;
  }
  .entryform-form.mail input {
    width: 300px;
    font-size: 1.6em;
  }
  .entryform-form.mail .submit input {
    width: auto;
  }
  .entryform-form.mail td {
  display: block;
  text-align: center;
  }
  .entryform-form.mail td.submit {
  padding: 10px 0px 20px;
  }
  .entryform-form label.error {
  color: #aa0000;
  }
  .entryform-form p {
  margin: 20px auto;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.3;
  }
  }
@media screen and (max-width: 767px) and (min-width: 420px){
  #thanks #header {
    height: 80vh;
  }
}