@charset "UTF-8";
/* リキッドレイアウト対応 */
html {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}

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

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

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6161616162vw;
  }
}
@media (min-width: 990px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

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

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1040px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* l-section */
.l-section {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 1.25rem 0;
  }
}

/* breadcrumb */
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item + .breadcrumb__item {
  margin-left: 25px;
  margin-left: 1.5625rem;
  position: relative;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  top: 8px;
  top: 0.5rem;
  left: -16px;
  left: -1rem;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    display: inline;
  }
}

/* btn */
.btn {
  text-align: center;
  display: block;
  width: 240px;
  width: 15rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  border-radius: 0.3125rem;
  background: #27873E;
  padding: 11px;
  padding: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 1rem;
    padding: 0.8125rem;
  }
}

/* contact-btn */
.contact-btn {
  text-align: center;
  display: block;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#419f57), to(#298940));
  background: linear-gradient(#419f57 0%, #298940 100%);
  -webkit-box-shadow: 0px 2px 0px #135022;
          box-shadow: 0px 2px 0px #135022;
  padding: 20px 0 12px 45px;
  padding: 1.25rem 0 0.75rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact-btn {
    font-size: 1.5rem;
    border-radius: 0.3125rem;
    padding: 0.625rem 0 0.4375rem 3.4375rem;
  }
}
.contact-btn::before {
  position: absolute;
  content: "";
  width: 32px;
  width: 2rem;
  height: 40px;
  height: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 35px;
  left: 2.1875rem;
  background: url(../img/common/document-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .contact-btn::before {
    width: 1.625rem;
    height: 2rem;
    left: 1.375rem;
  }
}
.contact-btn span {
  display: inline-block;
  width: 336px;
  width: 21rem;
  max-width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #27873E;
  background: #fff;
  border-radius: 0.625rem;
  padding: 6px;
  padding: 0.375rem;
}
@media screen and (max-width: 767px) {
  .contact-btn span {
    width: 13.75rem;
    font-size: 0.6875rem;
    padding: 0.1875rem;
  }
}

/* contact */
.contact {
  padding: 80px 0 125px;
  padding: 5rem 0 7.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 1.25rem 0;
  }
}

.contact__back {
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 10px;
  top: 0.625rem;
  z-index: 1;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: url(../img/common/back-icon.png) no-repeat center/contain;
}

.contact__content {
  border-radius: 0.25rem;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .contact__content {
    margin-top: 1.25rem;
    padding: 1.5625rem 1.25rem;
  }
}

.contact__form {
  width: 560px;
  width: 35rem;
  max-width: 100%;
  margin: 0 auto;
}

/* cv */
.cv {
  background: #F4F4F4;
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: 1.5625rem 0;
  }
  .cv .title {
    font-size: 1.25rem;
  }
  .cv .lead {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-top: 1.125rem;
  }
}
.cv.border-top {
  border-top: 1px solid #27873E;
  border-top: 0.0625rem solid #27873E;
}
.cv.border-bottom {
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
}

.cv__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .cv__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.9375rem;
  }
}

.cv__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cv__links {
    gap: 0 0.3125rem;
  }
}

.cv__link a {
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #27873E;
  letter-spacing: 0.04em;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f4e9), to(#c9e6cb));
  background: linear-gradient(#e6f4e9 0%, #c9e6cb 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(169,209,170,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 2px 0px #a9d1aa);
          filter: drop-shadow(0px 2px 0px #a9d1aa);
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cv__link a {
    font-size: 1.125rem;
    padding: 0.4375rem;
  }
}
.cv__link span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2px 45px;
  padding: 0.125rem 2.8125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cv__link span {
    width: 9.375rem;
    font-size: 0.6875rem;
    line-height: 1;
    padding: 0.25rem;
    margin-top: 0.1875rem;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 50px;
  top: 3.125rem;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.drawer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.drawer__content {
  background: #fff;
  padding: 0 5px 10px;
  padding: 0 0.3125rem 0.625rem;
}

.drawer__item {
  border-radius: 0.25rem;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
}
.drawer__item + .drawer__item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.drawer__item > a, .drawer__item > span {
  display: block;
  font-weight: 700;
  color: #27873E;
  padding: 0 5px;
  padding: 0 0.3125rem;
  position: relative;
}
.drawer__item > a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}
.drawer__item > span::after, .drawer__item > span::before {
  position: absolute;
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 2px;
  height: 0.125rem;
  background: #27873E;
  border-radius: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.drawer__item > span::before {
  top: 48%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.drawer__item > span.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.drawer__child {
  display: none;
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.drawer__child-unit + .drawer__child-unit {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.drawer__child-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #27873E;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.drawer__child-item + .drawer__child-item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.drawer__child-item a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 0.25rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  position: relative;
}
.drawer__child-item a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
  right: 0.875rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

.drawer__footer {
  background: #F4F4F4;
  padding: 10px 5px 80px;
  padding: 0.625rem 0.3125rem 5rem;
}

.drawer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.3125rem 0.3125rem;
}

.drawer__link {
  text-align: center;
}
.drawer__link:nth-child(1), .drawer__link:nth-child(2), .drawer__link:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 0.20833rem);
          flex: 0 1 calc(33.333% - 0.20833rem);
}
.drawer__link:nth-child(4), .drawer__link:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 0.15625rem);
          flex: 0 1 calc(50% - 0.15625rem);
}
.drawer__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 36px;
  min-height: 2.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #27873E;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background: #fff;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.375rem;
  padding: 6px 0;
  padding: 0.375rem 0;
}

.drawer__btns {
  padding: 0 10px;
  padding: 0 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.drawer__btn + .drawer__btn {
  margin-top: 10px;
  margin-top: 0.625rem;
}

/* entitle */
/* faq */
.faq {
  background: #F4F4F4;
  padding: 55px 0 50px;
  padding: 3.4375rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 2.1875rem 0 1.875rem;
  }
}

.faq__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__content {
    margin-top: 0.9375rem;
  }
}

.faq__box {
  text-align: center;
  background: #fff;
  border-radius: 0.3125rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 40px 40px;
  padding: 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .faq__box {
    text-align: center;
    border: 0.0625rem solid #27873E;
    margin-top: 1.25rem;
    padding: 1.25rem 0.9375rem;
  }
}

.faq__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .faq__subtitle {
    font-size: 1.25rem;
    color: #27873E;
  }
}

.faq__text {
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .faq__text {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-top: 0.3125rem;
  }
}

.faq__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .faq__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.625rem;
  }
}

/* floating */
.floating {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #F4F4F4;
  padding: 10px 0;
  padding: 0.625rem 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .floating {
    padding: 0.3125rem 0;
  }
  .floating .l-inner {
    padding: 0 0.3125rem;
  }
}

.floating__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .floating__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .floating__btn:first-child {
    width: 58%;
  }
}
.floating__btn:first-child a {
  background: -webkit-gradient(linear, left top, left bottom, from(#eb2323), to(#c50b0b));
  background: linear-gradient(#eb2323 0%, #c50b0b 100%);
  -webkit-box-shadow: 0px 2px 0px #7e0000;
          box-shadow: 0px 2px 0px #7e0000;
  padding-left: 40px;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .floating__btn:first-child a {
    padding-left: 1.875rem;
  }
}
.floating__btn:first-child a::before {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  left: 30px;
  left: 1.875rem;
  background: url(../img/common/tel-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .floating__btn:first-child a::before {
    width: 1.25rem;
    height: 1.25rem;
    left: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .floating__btn:nth-child(2) {
    width: 41%;
  }
}
.floating__btn:nth-child(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#409e56), to(#2a8a41));
  background: linear-gradient(#409e56 0%, #2a8a41 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(19,80,34,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 2px 0px #135022);
          filter: drop-shadow(0px 2px 0px #135022);
  padding-left: 50px;
  padding-left: 3.125rem;
}
@media screen and (max-width: 767px) {
  .floating__btn:nth-child(2) a {
    padding-left: 2.5rem;
  }
}
.floating__btn:nth-child(2) a::before {
  width: 32px;
  width: 2rem;
  height: 40px;
  height: 2.5rem;
  left: 35px;
  left: 2.1875rem;
  background: url(../img/common/document-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .floating__btn:nth-child(2) a::before {
    width: 1rem;
    height: 1.25rem;
    left: 1.0625rem;
  }
}
.floating__btn a {
  text-align: center;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.95;
  border-radius: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .floating__btn a {
    font-size: 1.125rem;
    border-radius: 0.3125rem;
    padding: 0.5rem;
  }
}
.floating__btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.floating__btn .floating__btn-text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .floating__btn .floating__btn-text {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .floating__btn .u-sp {
    display: inline-block;
  }
}

/* flow */
.flow {
  background: #F4F4F4;
  padding: 55px 0 60px;
  padding: 3.4375rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 1.25rem 0;
  }
}

.flow__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.3125rem;
  width: 540px;
  width: 33.75rem;
  max-width: 100%;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (max-width: 767px) {
  .flow__tab {
    margin-top: 0.625rem;
  }
}

.flow__tab-item {
  width: 25%;
}
.flow__tab-item + .flow__tab-item {
  border-left: 1px solid #27873E;
  border-left: 0.0625rem solid #27873E;
}
.flow__tab-item button {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #27873E;
  background: #fff;
  padding: 6px;
  padding: 0.375rem;
}
@media screen and (max-width: 767px) {
  .flow__tab-item button {
    font-size: 0.875rem;
    padding: 0.625rem 0;
  }
}
.flow__tab-item button:hover {
  opacity: 1;
}
.flow__tab-item.current button {
  background: #27873E;
  color: #fff;
}
.flow__tab-item:first-child button {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.flow__tab-item:last-child button {
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.flow__content {
  display: none;
}
.flow__content.active {
  display: block;
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flow__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 0.9375rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-height: 12.5rem;
  background: #fff;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .flow__item {
    display: block;
  }
}
.flow__item + .flow__item {
  margin-top: 20px;
  margin-top: 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item {
    margin-top: 1.875rem;
  }
}
.flow__item + .flow__item::before {
  position: absolute;
  content: "";
  width: 48px;
  width: 3rem;
  height: 20px;
  height: 1.25rem;
  top: -21px;
  top: -1.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .flow__item + .flow__item::before {
    top: -1.9375rem;
  }
}

.flow__item-img {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .flow__item-img {
    width: 100%;
  }
}
.flow__item-img img {
  border-radius: 0.25rem 0 0 0.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .flow__item-img img {
    border-radius: 0.25rem 0.25rem 0 0;
  }
}

.flow__item-body {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .flow__item-body {
    width: 100%;
    padding: 0.9375rem 1.25rem 1.25rem;
  }
}

.flow__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #27873E;
}
.flow__item-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  width: 1.75rem;
  min-width: 28px;
  min-width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  border-radius: 50%;
  font-family: "Akshar", sans-serif;
  color: #fff;
  font-weight: 600;
  background: #27873E;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.flow__item-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .flow__item-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.375rem;
  }
}

.flow__item-tel {
  text-align: center;
  display: block;
  width: 240px;
  width: 15rem;
  max-width: 100%;
  font-family: "Akshar", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: #E72B88;
  border-radius: 0.3125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
  padding: 10px 0 10px 30px;
  padding: 0.625rem 0 0.625rem 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow__item-tel {
    margin: 0.75rem auto 0;
  }
}
.flow__item-tel::before {
  position: absolute;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
  left: 2.5rem;
  background: url(../img/common/tel-icon02.png) no-repeat center/contain;
}

/* footer */
.footer {
  background: #27873E;
  padding: 50px 0 240px;
  padding: 3.125rem 0 15rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 1.25rem 0 8.75rem;
  }
}

.footer__box {
  width: 434px;
  width: 27.125rem;
  max-width: 100%;
  background: #fff;
  border-radius: 0.3125rem;
  margin: 0 auto;
  padding: 20px 20px 15px;
  padding: 1.25rem 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .footer__box {
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
  }
}

.footer__subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .footer__subtitle {
    font-size: 1.125rem;
  }
}

.footer__list {
  width: 240px;
  width: 15rem;
  max-width: 100%;
  margin: 3px auto 0;
  margin: 0.1875rem auto 0;
}
@media screen and (max-width: 767px) {
  .footer__list {
    width: 18.125rem;
    margin-top: 0.375rem;
  }
}

.footer__list-item {
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../img/common/check-icon.png) no-repeat left top 2px/24px;
  background: url(../img/common/check-icon.png) no-repeat left top 0.125rem/1.5rem;
  padding: 3px 0 3px 39px;
  padding: 0.1875rem 0 0.1875rem 2.4375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__list-item {
    padding-left: 1.875rem;
  }
}
.footer__list-item + .footer__list-item {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
  gap: 0 3.125rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
  .footer__items {
    display: block;
    margin-top: 1.25rem;
    padding-right: 0;
  }
}

.footer__item {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__item + .footer__item {
    margin-top: 1.25rem;
  }
}

.footer__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.footer__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  gap: 0 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__links {
    text-align: center;
    display: block;
    margin-top: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .footer__link + .footer__link {
    margin-top: 1.0625rem;
  }
}
.footer__link a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  letter-spacing: 0.01em;
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-top: 0.0625rem solid rgba(255, 255, 255, .2);
  margin-top: 28px;
  margin-top: 1.75rem;
  padding-top: 18px;
  padding-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 1.125rem;
  }
}

/* form */
.form__item + .form__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__item + .form__item {
    margin-top: 1.25rem;
  }
}
.form__item:last-child .form__caution {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.form__item-label label {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #27873E;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .form__item-label label {
    font-size: 0.9375rem;
  }
}
.form__item-label label span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background: #E72B88;
  border-radius: 0.625rem;
  padding: 1px 7px;
  padding: 0.0625rem 0.4375rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.form__item-input {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form__item-input {
    margin-top: 0.3125rem;
  }
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email], .form__item-input textarea {
  width: 100%;
  border: 1px solid #E0E0E0;
  border: 0.0625rem solid #E0E0E0;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
.form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
  color: #ccc;
}
.form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
  color: #ccc;
}
.form__item-input input[type=text]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input textarea::placeholder {
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .form__item-input input[type=text]::-webkit-input-placeholder, .form__item-input input[type=tel]::-webkit-input-placeholder, .form__item-input input[type=email]::-webkit-input-placeholder, .form__item-input textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .form__item-input input[type=text]::-moz-placeholder, .form__item-input input[type=tel]::-moz-placeholder, .form__item-input input[type=email]::-moz-placeholder, .form__item-input textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__item-input input[type=text]::-ms-input-placeholder, .form__item-input input[type=tel]::-ms-input-placeholder, .form__item-input input[type=email]::-ms-input-placeholder, .form__item-input textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__item-input input[type=text]::placeholder, .form__item-input input[type=tel]::placeholder, .form__item-input input[type=email]::placeholder, .form__item-input textarea::placeholder {
    font-size: 0.875rem;
  }
}
.form__item-input input[type=text], .form__item-input input[type=tel], .form__item-input input[type=email] {
  height: 36px;
  height: 2.25rem;
}
.form__item-input textarea {
  height: 144px;
  height: 9rem;
  resize: none;
}

.form__caution {
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .form__caution {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
}
.form__caution a {
  color: #27873E;
  text-decoration: underline;
}

.form__radio {
  width: 400px;
  width: 25rem;
  max-width: 100%;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.form__radio .wpcf7-not-valid-tip {
  display: none;
}
.form__radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 11px 40px;
  gap: 0.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .form__radio .wpcf7-radio {
    display: block;
  }
}
.form__radio .wpcf7-list-item {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .form__radio .wpcf7-list-item {
    display: block;
  }
  .form__radio .wpcf7-list-item:not(:first-child) {
    margin-top: 0.75rem;
  }
}
.form__radio label {
  display: block;
}
.form__radio input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 28px;
  padding-left: 1.75rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__radio input[type=radio] + span {
    font-size: 0.875rem;
  }
}
.form__radio input[type=radio] + span::before, .form__radio input[type=radio] + span::after {
  position: absolute;
  content: "";
}
.form__radio input[type=radio] + span::before {
  display: block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  border: 0.0625rem solid #E0E0E0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.form__radio input[type=radio] + span::after {
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 6px;
  left: 0.375rem;
  top: 8px;
  top: 0.5rem;
}
.form__radio input[type=radio]:checked + span::after {
  opacity: 1;
}

.form__privacy .wpcf7-list-item {
  margin-left: 0;
}
.form__privacy input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 28px;
  padding-left: 1.75rem;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__privacy input[type=checkbox] + span {
    font-size: 0.875rem;
  }
}
.form__privacy input[type=checkbox] + span::before, .form__privacy input[type=checkbox] + span::after {
  position: absolute;
  content: "";
}
.form__privacy input[type=checkbox] + span::before {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border: 1px solid #E0E0E0;
  border: 0.0625rem solid #E0E0E0;
  left: 0;
  top: 3px;
  top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .form__privacy input[type=checkbox] + span::before {
    top: 0.0625rem;
  }
}
.form__privacy input[type=checkbox] + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  height: 8px;
  height: 0.5rem;
  width: 13px;
  width: 0.8125rem;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 4px;
  left: 0.25rem;
  top: 8px;
  top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .form__privacy input[type=checkbox] + span::after {
    top: 0.375rem;
  }
}
.form__privacy input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form__privacy a {
  color: #2A73B6;
  text-decoration: underline;
}

.form__confirm {
  text-align: center;
  display: block;
  width: 205px;
  width: 12.8125rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ddd;
  letter-spacing: 0.04em;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  pointer-events: none;
  border-radius: 0.3125rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  -webkit-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}
@media screen and (max-width: 767px) {
  .form__confirm {
    font-size: 1rem;
    padding: 0.75rem 0;
    margin-top: 1.875rem;
  }
}
.form__confirm.active {
  color: #fff;
  border-color: #27873E;
  background: #27873E;
  pointer-events: unset;
}

.form__text {
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form__text {
    font-size: 0.875rem;
  }
}

.form__btn-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 15px;
  gap: 0 0.9375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .form__btn-wrapper {
    margin-top: 2.5rem;
  }
}

.form__back, .form__submit {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .form__back, .form__submit {
    font-size: 1rem;
  }
}

.form__back {
  background: #7E7E7E;
}

.form__submit {
  background: #27873E;
}

.wpcf7-spinner {
  display: none;
}

.form__confirm-area {
  display: none;
}
.form__confirm-area .title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.wpcf7-response-output {
  display: none;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
  display: none;
}

/* gnav */
.gnav {
  border-top: 1px solid #27873E;
  border-top: 0.0625rem solid #27873E;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
}

.gnav__items {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.gnav__item {
  text-align: center;
  position: relative;
}
.gnav__item:not(:last-child) > a, .gnav__item:not(:last-child) > span {
  border-right: 1px solid #27873E;
  border-right: 0.0625rem solid #27873E;
}
.gnav__item:nth-child(2) .gnav__child {
  left: -1px;
  left: -0.0625rem;
}
.gnav__item:nth-child(2) .gnav__child-item a {
  padding-right: 65px;
  padding-right: 4.0625rem;
}
.gnav__item:last-child a {
  background: #EB2323;
  color: #fff;
}
.gnav__item:last-child a:hover {
  background: #fff;
  color: #EB2323;
}
.gnav__item > a, .gnav__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 10px 0;
  padding: 0.625rem 0;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 1350px) {
  .gnav__item > a, .gnav__item > span {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1200px) {
  .gnav__item > a, .gnav__item > span {
    font-size: 0.6875rem;
  }
}
.gnav__item > a:hover, .gnav__item > span:hover {
  opacity: 1;
  color: #fff;
  background: #27873E;
}

.gnav__child {
  display: none;
  text-align: left;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  padding: 3px 10px 10px;
  padding: 0.1875rem 0.625rem 0.625rem;
  white-space: nowrap;
}

.gnav__child-units {
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.gnav__child-unit + .gnav__child-unit {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.gnav__child-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #27873E;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.gnav__child-item + .gnav__child-item {
  margin-top: 4px;
  margin-top: 0.25rem;
}
.gnav__child-item a {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  background: #F4F4F4;
  border-radius: 0.25rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  position: relative;
}
.gnav__child-item a::after {
  position: absolute;
  content: "";
  width: 7px;
  width: 0.4375rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  right: 0.4375rem;
  background: url(../img/common/arrow-icon01.png) no-repeat center/contain;
}

/* hall-card */
.hall-card {
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.3125rem;
}

.hall-card__img img {
  border-radius: 0.25rem 0.25rem 0 0;
}

.hall-card__body {
  padding: 15px 20px 20px;
  padding: 0.9375rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .hall-card__body {
    padding: 0.625rem 0.625rem;
  }
}

.hall-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .hall-card__title {
    font-size: 1.25rem;
    padding: 0 0.625rem;
  }
}

.hall-card__list {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .hall-card__list {
    padding: 0 0.625rem;
    margin-top: 0.1875rem;
  }
}

.hall-card__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.hall-card__list-item + .hall-card__list-item {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .hall-card__list-item + .hall-card__list-item {
    margin-top: 0.1875rem;
  }
}

.hall-card__list-title {
  min-width: 90px;
  min-width: 5.625rem;
}
@media screen and (max-width: 767px) {
  .hall-card__list-title {
    min-width: 5.3125rem;
  }
}

.hall-card__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .hall-card__btns {
    gap: 0 0.3125rem;
  }
}

.hall-card__btn {
  text-align: center;
}
.hall-card__btn:first-child a {
  background: #E72B88;
  padding-left: 50px;
  padding-left: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hall-card__btn:first-child a {
    padding-left: 1.875rem;
  }
}
.hall-card__btn:first-child a::before {
  position: absolute;
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  left: 1.875rem;
  background: url(../img/common/tel-icon01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .hall-card__btn:first-child a::before {
    width: 1rem;
    height: 1rem;
    left: 0.9375rem;
  }
}
.hall-card__btn:nth-child(2) a {
  background: #27873E;
}
.hall-card__btn a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 0.3125rem;
  padding: 12px;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .hall-card__btn a {
    font-size: 1rem;
  }
}

/* hall */
.hall {
  padding: 65px 0 70px;
  padding: 4.0625rem 0 4.375rem;
}
@media screen and (max-width: 767px) {
  .hall {
    padding: 1.25rem 0 0.9375rem;
  }
}
.hall .lead {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .hall .lead {
    padding: 0 0.625rem;
  }
}

.hall__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  gap: 1.875rem 2.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .hall__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem 0;
    margin-top: 0.9375rem;
  }
}

/* hamburger */
.hamburger {
  position: relative;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.25rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  cursor: pointer;
  text-align: center;
}
.hamburger.active .hamburger__border {
  top: 14px;
  top: 0.875rem;
}
.hamburger.active .hamburger__border:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger.active .hamburger__border:nth-child(2), .hamburger.active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 12px;
  width: 0.75rem;
  height: 2px;
  height: 0.125rem;
  left: 9px;
  left: 0.5625rem;
  border-radius: 0.25rem;
  background: #27873E;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 10px;
  top: 0.625rem;
}
.hamburger__border:nth-child(2) {
  top: 14px;
  top: 0.875rem;
}
.hamburger__border:nth-child(3) {
  top: 18px;
  top: 1.125rem;
}

/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 10px 15px;
  padding: 0.4375rem 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0.5rem 0.5rem 0.625rem 0.9375rem;
  }
}

.header__logo {
  width: 288px;
  width: 18rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 10.4375rem;
  }
}
.header__logo a {
  display: block;
}

.header__tel {
  display: block;
  line-height: 0.9;
  margin-left: auto;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .header__tel {
    display: none;
  }
}

.header__tel-number {
  font-family: "Akshar", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #27873E;
  background: url(../img/common/tel-icon03.png) no-repeat center left/47px;
  background: url(../img/common/tel-icon03.png) no-repeat center left/2.9375rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-left: 55px;
  padding-left: 3.4375rem;
}

.header__tel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}
.header__tel-text span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.header__btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: -webkit-gradient(linear, left top, left bottom, from(#409e56), to(#2a8a41));
  background: linear-gradient(#409e56 0%, #2a8a41 100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(19,80,34,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 2px 0px #135022);
          filter: drop-shadow(0px 2px 0px #135022);
  border-radius: 0.625rem;
  padding: 10px 10px 10px 40px;
  padding: 0.625rem 0.625rem 0.625rem 2.5rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}
.header__btn::before {
  position: absolute;
  content: "";
  width: 19px;
  width: 1.1875rem;
  height: 24px;
  height: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  left: 0.625rem;
  background: url(../img/common/document-icon.png) no-repeat center/contain;
}

@media screen and (max-width: 767px) {
  .header__sptel {
    display: block;
    width: 2rem;
    margin-left: auto;
  }
}

/* lead */
.lead {
  text-align: center;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .lead {
    text-align: left;
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
    margin-top: 0.625rem;
  }
}
.lead span {
  color: #E72B88;
}

/* main */
.main {
  overflow: hidden;
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .main {
    margin-top: 3.125rem;
  }
}

/* message */
.message {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .message {
    padding-top: 0.9375rem;
  }
}
.message .title span {
  color: #27873E;
  position: relative;
}
.message .title span::before, .message .title span::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #27873E;
}
.message .title span::before {
  bottom: 6px;
  bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .message .title span::before {
    bottom: -0.375rem;
  }
}
.message .title span::after {
  bottom: 3px;
  bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .message .title span::after {
    bottom: -0.1875rem;
  }
}

.message__text {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .message__text {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
.message__text span {
  color: #27873E;
  position: relative;
}
.message__text span::before, .message__text span::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #27873E;
}
.message__text span::before {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .message__text span::before {
    bottom: -0.3125rem;
  }
}
.message__text span::after {
  bottom: -3px;
  bottom: -0.1875rem;
}
@media screen and (max-width: 767px) {
  .message__text span::after {
    bottom: -0.125rem;
  }
}

.message__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 22px;
  gap: 1.25rem 1.375rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 0.9375rem;
    margin-top: 0.5rem;
  }
}
.message__items::before, .message__items::after {
  position: absolute;
  content: "";
  width: 54px;
  width: 3.375rem;
  height: 50px;
  height: 3.125rem;
  bottom: -57px;
  bottom: -3.5625rem;
}
@media screen and (max-width: 767px) {
  .message__items::before, .message__items::after {
    width: 1.75rem;
    height: 1.625rem;
  }
}
.message__items::before {
  background: url(../img/common/message-bg01.png) no-repeat center/contain;
  left: 280px;
  left: 17.5rem;
}
@media screen and (max-width: 767px) {
  .message__items::before {
    left: 5.875rem;
    bottom: -2.5rem;
  }
}
.message__items::after {
  background: url(../img/common/message-bg02.png) no-repeat center/contain;
  right: 270px;
  right: 16.875rem;
}
@media screen and (max-width: 767px) {
  .message__items::after {
    right: 5.8125rem;
    bottom: -1.875rem;
  }
}

.message__item {
  min-height: 110px;
  min-height: 6.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.46;
  font-weight: 400;
  background: #E6F4E9;
  border-radius: 0.9375rem;
  padding: 10px;
  padding: 0.625rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .message__item {
    font-size: 0.9375rem;
    line-height: 1.33;
    border-radius: 0.3125rem;
    min-height: 4.1875rem;
  }
  .message__item:nth-child(odd) {
    margin-top: 0.625rem;
    margin-bottom: -0.625rem;
  }
}
.message__item span {
  font-weight: 700;
  color: #E72B88;
}

.message__img {
  width: 660px;
  width: 41.25rem;
  max-width: 100%;
  margin: 5px auto 0;
  margin: 0.3125rem auto 0;
}
@media screen and (max-width: 767px) {
  .message__img {
    width: 11.25rem;
    margin-top: -0.3125rem;
    position: relative;
    z-index: 1;
  }
}

/* mv */
.mv {
  padding: 60px 0 70px;
  padding: 3.75rem 0 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 1.875rem 0 0.625rem;
  }
  .mv .l-inner {
    padding: 0 0.625rem;
  }
}

.mv__back {
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 10px;
  top: 0.625rem;
  z-index: 1;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: url(../img/common/back-icon.png) no-repeat center/contain;
}

.mv__title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 1.75rem;
  }
}

.mv__text {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #E72B88;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 0.9375rem;
    margin-top: 0.3125rem;
  }
}

.mv__box {
  width: 760px;
  width: 47.5rem;
  max-width: 100%;
  background: #FDF0F7;
  border-radius: 0.625rem;
  padding: 40px 75px;
  padding: 2.5rem 4.6875rem;
  margin: 70px auto 0;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .mv__box {
    width: 25rem;
    padding: 1.25rem 1.25rem 0.9375rem;
    margin-top: 2.5rem;
  }
}

.mv__box-title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mv__box-title {
    font-size: 0.9375rem;
  }
}

.mv__box-number {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #E72B88;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .mv__box-number {
    font-size: 2.25rem;
    margin-top: 0.5rem;
  }
}

.mv__box-btn-wrapper {
  margin-top: 17px;
  margin-top: 1.0625rem;
  position: relative;
}

.tel-btn.mv__box-btn {
  padding: 15px 0 15px 80px;
  padding: 0.9375rem 0 0.9375rem 5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tel-btn.mv__box-btn {
    padding: 0.625rem 0 0.625rem 3.75rem;
  }
}
.tel-btn.mv__box-btn::before {
  left: 85px;
  left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .tel-btn.mv__box-btn::before {
    left: 1.125rem;
  }
}
.tel-btn.mv__box-btn .tel-btn__text {
  width: 286px;
  width: 17.875rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.25rem;
  padding: 5px;
  padding: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .tel-btn.mv__box-btn .tel-btn__text {
    width: 13.75rem;
    font-size: 0.6875rem;
    border-radius: 0.625rem;
    padding: 0.1875rem;
  }
}

.mv__box-img {
  position: absolute;
  right: 35px;
  right: 2.1875rem;
  bottom: 50px;
  bottom: 3.125rem;
  width: 114px;
  width: 7.125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mv__box-img {
    right: 0.3125rem;
    bottom: 0.75rem;
    width: 4.5625rem;
  }
}

.mv__box-text {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__box-text {
    font-size: 0.875rem;
  }
}

.mv__box-unit {
  background: #fff;
  border-radius: 0.3125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 20px 10px 20px 20px;
  padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .mv__box-unit {
    background: none;
    border-top: 0.0625rem solid #ccc;
    margin-top: 0.625rem;
    padding: 1.25rem 0 0.3125rem 0;
  }
}

.mv__box-unit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv__box-unit-text {
  text-align: center;
  width: 99px;
  width: 6.1875rem;
  min-width: 99px;
  min-width: 6.1875rem;
  height: 99px;
  height: 6.1875rem;
  font-weight: 700;
  color: #27873E;
  line-height: 1.1;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  background: #fff;
  border-radius: 50%;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-text {
    width: 5.5rem;
    min-width: 5.5rem;
    height: 5.5rem;
    font-size: 0.875rem;
  }
}
.mv__box-unit-text span {
  font-size: 28px;
  font-size: 1.75rem;
  color: #E72B88;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-text span {
    font-size: 1.375rem;
  }
}

.mv__box-unit-body {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-body {
    margin-left: 0.625rem;
  }
}

.mv__box-unit-subtitle {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  background: #27873E;
  border-radius: 0.875rem;
  padding: 2px 15px;
  padding: 0.125rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-subtitle {
    font-size: 0.875rem;
    padding: 0.1875rem 0.9375rem;
  }
}

.mv__box-unit-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #27873E;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-title {
    line-height: 1.33;
  }
}

.mv__box-unit-list {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.mv__box-unit-list-item {
  line-height: 2;
  font-weight: 700;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-list-item {
    font-size: 0.875rem;
    line-height: 1.43;
  }
}
.mv__box-unit-list-item::before {
  position: absolute;
  content: "●";
  font-size: 14px;
  font-size: 0.875rem;
  color: #E72B88;
  border-radius: 50%;
  left: 0;
  top: 3px;
  top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .mv__box-unit-list-item::before {
    top: 0;
  }
}

/* news */
/* page-header */
.page-header {
  padding: 60px 0 70px;
  padding: 3.75rem 0 4.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding: 1.875rem 0 2.5rem;
  }
}

.page-header__back {
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 10px;
  top: 0.625rem;
  z-index: 1;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: url(../img/common/back-icon.png) no-repeat center/contain;
}

.page-header__title {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-header__title {
    font-size: 1.5rem;
  }
}

/* plan-card */
.plan-card {
  border-radius: 0.3125rem;
}
.plan-card + .plan-card {
  margin-top: 13px;
  margin-top: 0.8125rem;
}

.plan-card01 .plan-card__header {
  background: url(../img/common/plan-img01_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .plan-card01 .plan-card__header {
    background: url(../img/common/plan-img01_sp.jpg) no-repeat center/cover;
  }
}

.plan-card02 .plan-card__header {
  background: url(../img/common/plan-img02_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .plan-card02 .plan-card__header {
    background: url(../img/common/plan-img02_sp.jpg) no-repeat center/cover;
  }
}
.plan-card02 .plan-card__unit-item-text {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .plan-card02 .plan-card__unit-item-text {
    font-size: 0.75rem;
  }
}

.plan-card03 .plan-card__header {
  background: url(../img/common/plan-img03_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .plan-card03 .plan-card__header {
    background: url(../img/common/plan-img03_sp.jpg) no-repeat center/cover;
  }
}
.plan-card03 .plan-card__unit-item-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.plan-card04 .plan-card__header {
  background: url(../img/common/plan-img04_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .plan-card04 .plan-card__header {
    background: url(../img/common/plan-img04_sp.jpg) no-repeat center/cover;
  }
}
.plan-card04 .plan-card__subtitle {
  padding: 15px 11px;
  padding: 0.9375rem 0.6875rem;
}
.plan-card04 .plan-card__price-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  gap: 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .plan-card04 .plan-card__price-wrapper {
    gap: 0 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-card04 .plan-card__type {
    margin-top: 1.25rem;
  }
}
.plan-card04 .plan-card__unit-items {
  display: block;
  text-align: center;
}
.plan-card04 .plan-card__unit-item-img {
  width: 140px;
  width: 8.75rem;
  max-width: 100%;
  margin: 0 auto;
}

.plan-card__header {
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 17px 20px 23px;
  padding: 1.0625rem 1.25rem 1.4375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__header {
    padding: 1.5rem 1.25rem 0.9375rem;
  }
}

.plan-card__title-wrapper {
  text-align: center;
  width: 414px;
  width: 25.875rem;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0.3125rem;
  padding: 16px 5px;
  padding: 1rem 0.3125rem;
  position: relative;
  z-index: 1;
}
.plan-card__title-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f4e9), to(#c9e6cb));
  background: linear-gradient(#e6f4e9 0%, #c9e6cb 100%);
  opacity: 0.85;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .plan-card__title-wrapper {
    width: 16.5625rem;
  }
}

.plan-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.29;
}

.plan-card__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #27873E;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.plan-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5px;
  gap: 0 0.3125rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.plan-card__category span {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  background: #fff;
  border-radius: 1.125rem;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}

.plan-card__content {
  background: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
  padding: 30px 40px 45px;
  padding: 1.875rem 2.5rem 2.8125rem;
}
@media screen and (max-width: 767px) {
  .plan-card__content {
    border-radius: 0;
    padding: 0.625rem 0.625rem 0.9375rem;
  }
}

.plan-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .plan-card__inner {
    display: block;
  }
}

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

.plan-card__subtext {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.plan-card__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 7px;
  gap: 0 0.4375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .plan-card__price-wrapper {
    padding: 0 0.3125rem;
    margin-top: 0.3125rem;
  }
}

.plan-card__subtitle {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #E72B88;
  border: 1px solid #E72B88;
  border: 0.0625rem solid #E72B88;
  padding: 5px 5px;
  padding: 0.3125rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .plan-card__subtitle {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
}

.plan-card__price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #E72B88;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .plan-card__price {
    font-size: 1.5rem;
  }
}
.plan-card__price span {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1350px) {
  .plan-card__price span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .plan-card__price span {
    font-size: 3rem;
    margin-right: 0.1875rem;
  }
}

.plan-card__tax {
  text-align: right;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .plan-card__tax {
    font-size: 0.875rem;
    margin-top: -0.5rem;
  }
}

.plan-card__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  gap: 0 0.3125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .plan-card__type {
    margin-top: 0.3125rem;
  }
}
.plan-card__type span {
  display: inline-block;
  color: #7C7C7C;
  letter-spacing: 0.04em;
  background: #E5E5E5;
  border-radius: 1.125rem;
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .plan-card__type span {
    font-size: 0.8125rem;
    padding: 0.3125rem 0.9375rem;
  }
}
.plan-card__type span.active {
  color: #fff;
  background: #27873E;
}

.plan-card__unit {
  width: 52%;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
}
@media screen and (max-width: 767px) {
  .plan-card__unit {
    display: none;
    width: 100%;
    margin-top: 0.9375rem;
  }
}

.plan-card__unit-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #27873E;
  padding: 5px;
  padding: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .plan-card__unit-title {
    font-size: 0.875rem;
    padding: 0.4375rem 0.3125rem;
  }
}

.plan-card__unit-body {
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}

.plan-card__unit-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
}

.plan-card__unit-item {
  letter-spacing: 0.04em;
}

.plan-card__unit-item-text {
  text-align: center;
  line-height: 1.25;
  letter-spacing: -0.04em;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__unit-item-text {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.plan-card__box {
  background: #F4F4F4;
  margin-top: 26px;
  margin-top: 1.625rem;
  padding: 17px 20px 20px;
  padding: 1.0625rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box {
    display: none;
    margin-top: 0.625rem;
    padding: 0.625rem 0.75rem;
  }
}

.plan-card__box-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #27873E;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-title {
    font-size: 0.9375rem;
  }
}
.plan-card__box-title:not(:first-child) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-title:not(:first-child) {
    margin-top: 0.9375rem;
  }
}

.plan-card__box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 30px;
  gap: 0.75rem 1.875rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-items {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.125rem 0;
    padding: 0;
  }
}

.plan-card__box-item {
  letter-spacing: 0.04em;
  padding: 5px 0 5px 36px;
  padding: 0.3125rem 0 0.3125rem 2.25rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item {
    width: 48%;
    font-size: 0.75rem;
    padding-left: 1.8125rem;
    white-space: nowrap;
  }
}

.plan-card__box-item01 {
  background: url(../img/common/plan-icon01.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon01.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item01 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item02 {
  background: url(../img/common/plan-icon02.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon02.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item02 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item03 {
  background: url(../img/common/plan-icon03.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon03.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item03 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item04 {
  background: url(../img/common/plan-icon04.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon04.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item04 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item05 {
  background: url(../img/common/plan-icon05.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon05.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item05 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item06 {
  background: url(../img/common/plan-icon06.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon06.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item06 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item07 {
  background: url(../img/common/plan-icon07.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon07.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item07 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item08 {
  background: url(../img/common/plan-icon08.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon08.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item08 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item09 {
  background: url(../img/common/plan-icon09.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon09.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item09 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item10 {
  background: url(../img/common/plan-icon10.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon10.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item10 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item11 {
  background: url(../img/common/plan-icon11.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon11.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item11 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item12 {
  background: url(../img/common/plan-icon12.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon12.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item12 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item13 {
  background: url(../img/common/plan-icon13.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon13.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item13 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item14 {
  background: url(../img/common/plan-icon14.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon14.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item14 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item15 {
  background: url(../img/common/plan-icon15.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon15.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item15 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item16 {
  background: url(../img/common/plan-icon16.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon16.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item16 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item17 {
  background: url(../img/common/plan-icon17.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon17.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item17 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item18 {
  background: url(../img/common/plan-icon18.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon18.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item18 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item19 {
  background: url(../img/common/plan-icon19.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon19.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item19 {
    background-size: 1.5rem;
  }
}

.plan-card__box-item20 {
  background: url(../img/common/plan-icon20.png) no-repeat center left/31px;
  background: url(../img/common/plan-icon20.png) no-repeat center left/1.9375rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-item20 {
    background-size: 1.5rem;
  }
}

.plan-card__box-text {
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 3px;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .plan-card__box-text {
    text-align: left;
    margin-top: 0.5rem;
  }
}

.plan-card__more {
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #27873E;
  background: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
  border-top: 1px solid #27873E;
  border-top: 0.0625rem solid #27873E;
  padding: 18px;
  padding: 1.125rem;
  position: relative;
}
.plan-card__more::after, .plan-card__more::before {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 1px;
  height: 0.0625rem;
  background: #27873E;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plan-card__more::before {
  top: 48%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan-card__more.active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* plan */
.plan {
  background: #E6F4E9;
  padding: 55px 0 60px;
  padding: 3.4375rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .plan {
    padding: 1.5625rem 0 0.9375rem;
  }
}

.plan__cards {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .plan__cards {
    margin-top: 1.25rem;
  }
}

.plan__text {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

/* qa */
.qa__item {
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.3125rem;
}
.qa__item + .qa__item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.qa__item:first-child .qa__item-body {
  display: block;
}

.qa__item-title, .qa__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3125rem;
  padding: 17px 15px 15px;
  padding: 1.0625rem 0.9375rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .qa__item-title, .qa__item-text {
    line-height: 1.47;
  }
}
.qa__item-title span, .qa__item-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  width: 2rem;
  min-width: 32px;
  min-width: 2rem;
  height: 32px;
  height: 2rem;
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  margin-right: 0.5rem;
  padding-top: 2px;
  padding-top: 0.125rem;
}

.qa__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: #27873E;
  background: #E6F4E9;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .qa__item-title {
    font-size: 0.9375rem;
    padding-top: 1.25rem;
  }
}
.qa__item-title span {
  background: #27873E;
  margin-top: -2px;
  margin-top: -0.125rem;
}
@media screen and (max-width: 767px) {
  .qa__item-title span {
    margin-top: -0.3125rem;
  }
}

.qa__item-body {
  display: none;
}

.qa__item-text {
  letter-spacing: -0.04em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .qa__item-text {
    font-size: 0.9375rem;
  }
}
.qa__item-text span {
  background: #E72B88;
  margin-top: -4px;
  margin-top: -0.25rem;
}

/* subtitle */
.subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #27873E;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 1.125rem;
    letter-spacing: -0.04em;
    margin-top: 0.3125rem;
  }
}

/* tel-btn */
.tel-btn {
  text-align: center;
  display: block;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e72b88), to(#d60c70));
  background: linear-gradient(#e72b88 0%, #d60c70 100%);
  -webkit-box-shadow: 0 2px 0 #ad0458;
          box-shadow: 0 2px 0 #ad0458;
  padding: 20px 0 12px 45px;
  padding: 1.25rem 0 0.75rem 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tel-btn {
    font-size: 1.625rem;
    padding: 0.625rem 0 0.4375rem 3.4375rem;
  }
}
.tel-btn::before {
  position: absolute;
  content: "";
  width: 54px;
  width: 3.375rem;
  height: 56px;
  height: 3.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  left: 1.5625rem;
  background: url(../img/common/tel-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .tel-btn::before {
    width: 2.5625rem;
    height: 2.5rem;
    left: 1.0625rem;
    background: url(../img/common/tel-icon05.png) no-repeat center/contain;
  }
}
.tel-btn .tel-btn__text {
  display: inline-block;
  width: 336px;
  width: 21rem;
  max-width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #E72B88;
  background: #fff;
  border-radius: 0.625rem;
  padding: 6px;
  padding: 0.375rem;
}
@media screen and (max-width: 767px) {
  .tel-btn .tel-btn__text {
    width: 13.75rem;
    font-size: 0.6875rem;
    padding: 0.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .tel-btn .u-sp {
    display: inline-block;
  }
}

/* thanks */
.thanks {
  padding: 40px 0 120px;
  padding: 2.5rem 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .thanks {
    padding: 1.25rem 0 6.25rem;
  }
  .thanks .l-inner {
    padding: 0 1.875rem;
  }
}

.thanks__icon {
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .thanks__icon {
    width: 3.75rem;
  }
}

.thanks__text {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #27873E;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .thanks__text {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.4;
    margin-top: 1.875rem;
  }
}

/* title */
.title {
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 1.5rem;
    letter-spacing: -0.04em;
  }
}

/* voice-card */
.voice-card {
  border-radius: 0.625rem;
}

.voice-card__body {
  background: #fff;
  border-radius: 0.625rem;
  padding: 25px 30px 15px;
  padding: 1.5625rem 1.875rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .voice-card__body {
    padding-bottom: 0.625rem;
  }
}

.voice-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .voice-card__header {
    padding-bottom: 0.625rem;
  }
}

.voice-card__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .voice-card__name {
    font-size: 1rem;
  }
}

.voice-card__score {
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #E72B88;
  letter-spacing: -0.04em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .voice-card__score {
    font-size: 0.9375rem;
  }
}

.voice-card__icon {
  width: 50px;
  width: 3.125rem;
  max-width: 100%;
}

.voice-card__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .voice-card__text {
    font-size: 0.9375rem;
    line-height: 1.47;
  }
}

.voice-card__footer {
  background: #F4F4F4;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 13px 30px;
  padding: 0.8125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .voice-card__footer {
    padding: 0.75rem 1.25rem;
  }
}

.voice-card__subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .voice-card__subtext {
    font-size: 0.875rem;
    line-height: 1.28;
  }
}

/* voice */
.voice {
  background: #E6F4E9;
  padding: 55px 0 50px;
  padding: 3.4375rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 1.25rem 0 0.9375rem;
  }
}

.voice__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  gap: 1.875rem 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .voice__cards {
    display: none;
    margin: 0.9375rem calc(50% - 50vw) 0;
  }
  .voice__cards.slick-initialized {
    display: block;
  }
  .voice__cards .voice-card {
    margin: 0 0.625rem;
  }
}

.voice__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 25px;
  gap: 0 1.5625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.voice__prev, .voice__next {
  display: block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  border-radius: 50%;
}

.voice__prev {
  background: url(../img/common/prev-icon.png) no-repeat center/contain;
}

.voice__count {
  font-family: "Akshar", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.voice__next {
  background: url(../img/common/next-icon.png) no-repeat center/contain;
}

/* consultation */
.consultation .mv__box-img {
  width: 120px;
  width: 7.5rem;
  bottom: 60px;
  bottom: 3.75rem;
  right: 25px;
  right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .consultation .mv__box-img {
    right: 0;
    bottom: 3.125rem;
    width: 4.375rem;
  }
}

/* introduction */
.introduction {
  background: #E6F4E9;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .introduction {
    padding: 1.875rem 0 1.25rem;
  }
}

.introduction__text {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .introduction__text {
    line-height: 1.63;
    padding: 0 0.9375rem;
  }
}
.introduction__text + .introduction__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .introduction__text + .introduction__text {
    margin-top: 0.9375rem;
  }
}

.introduction__box {
  background: #fff;
  border-radius: 0.625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 30px 20px 35px;
  padding: 1.875rem 1.25rem 2.1875rem;
}
@media screen and (max-width: 767px) {
  .introduction__box {
    margin-top: 1.875rem;
    padding: 1.25rem 1.5625rem;
  }
}

.introduction__title {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .introduction__title {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}

.introduction__list {
  width: 620px;
  width: 38.75rem;
  max-width: 100%;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .introduction__list {
    margin-top: 0.625rem;
  }
}

.introduction__list-item {
  padding-left: 14px;
  padding-left: 0.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .introduction__list-item {
    font-size: 0.9375rem;
    line-height: 1.33;
  }
}
.introduction__list-item::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  top: 10px;
  top: 0.625rem;
  left: 0;
  border-radius: 50%;
  background: #E72B88;
}
@media screen and (max-width: 767px) {
  .introduction__list-item::before {
    top: 0.375rem;
  }
}
.introduction__list-item + .introduction__list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .introduction__list-item + .introduction__list-item {
    margin-top: 0.375rem;
  }
}

/* merit */
.merit {
  background: #F4F4F4;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 1.25rem 0;
  }
}

.merit__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 30px;
  gap: 2.8125rem 1.875rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .merit__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.625rem;
  }
}

.merit__item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 18px 30px;
  padding: 1.125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .merit__item {
    border-radius: 0.3125rem;
    padding: 1.25rem 1.5625rem;
  }
}

.merit__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #27873E;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .merit__item-title {
    font-size: 1.125rem;
    padding: 0 0.3125rem 0.5rem;
  }
}
.merit__item-title span {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  vertical-align: middle;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .merit__item-title span {
    margin-right: 0.625rem;
  }
}

.merit__item-text {
  line-height: 1.75;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .merit__item-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }
}

/* method */
.method {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .method {
    padding: 1.25rem 0;
  }
}

.method__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  gap: 1.875rem 1.875rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .method__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.9375rem;
  }
}

.method__item {
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.625rem;
  padding: 25px 30px 30px;
  padding: 1.5625rem 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .method__item {
    border-radius: 0.3125rem;
    padding: 0.9375rem 1.875rem 1.25rem;
  }
}
.method__item:first-child .method__item-title span {
  background: url(../img/consultation/method-icon01.png) no-repeat center left/42px;
  background: url(../img/consultation/method-icon01.png) no-repeat center left/2.625rem;
  padding-left: 62px;
  padding-left: 3.875rem;
}
.method__item:nth-child(2) .method__item-title span {
  background: url(../img/consultation/method-icon02.png) no-repeat center left/48px;
  background: url(../img/consultation/method-icon02.png) no-repeat center left/3rem;
}
.method__item:nth-child(3) .method__item-text {
  min-height: 84px;
  min-height: 5.25rem;
}
@media screen and (max-width: 767px) {
  .method__item:nth-child(3) .method__item-text {
    min-height: unset;
  }
}
.method__item:nth-child(3) .method__item-title span {
  background: url(../img/consultation/method-icon03.png) no-repeat center left/48px;
  background: url(../img/consultation/method-icon03.png) no-repeat center left/3rem;
}
.method__item:nth-child(4) .method__item-title span {
  background: url(../img/consultation/method-icon04.png) no-repeat center left/48px;
  background: url(../img/consultation/method-icon04.png) no-repeat center left/3rem;
}

.method__item-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #27873E;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .method__item-title {
    text-align: left;
    font-size: 1.125rem;
    padding-right: 0;
    padding-left: 0.3125rem;
    padding-bottom: 0.625rem;
  }
}
.method__item-title span {
  display: inline-block;
  padding: 10px 0 10px 68px;
  padding: 0.625rem 0 0.625rem 4.25rem;
}

.method__item-text {
  line-height: 1.75;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .method__item-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-top: 0.75rem;
  }
}

.method__item-btn {
  width: 100%;
  padding: 12px 0 15px 70px;
  padding: 0.75rem 0 0.9375rem 4.375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .method__item-btn {
    margin-top: 0.9375rem;
    padding: 0.625rem 0 0.5rem 3.75rem;
  }
}
.method__item-btn.tel-btn::before {
  left: 19px;
  left: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .method__item-btn.tel-btn::before {
    left: 1.0625rem;
  }
}
.method__item-btn.tel-btn .tel-btn__text {
  width: 272px;
  width: 17rem;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .method__item-btn.tel-btn .tel-btn__text {
    width: 11.25rem;
    font-size: 0.6875rem;
    border-radius: 0.625rem;
    margin-top: 0;
  }
}
.method__item-btn.contact-btn::before {
  left: 39px;
  left: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .method__item-btn.contact-btn::before {
    left: 1.375rem;
  }
}
.method__item-btn.contact-btn span {
  width: 195px;
  width: 12.1875rem;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 1.25rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .method__item-btn.contact-btn span {
    width: 11.25rem;
    font-size: 0.6875rem;
    border-radius: 0.625rem;
    margin-top: 0;
  }
}

/* professional */
.professional {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .professional {
    padding-bottom: 0;
  }
}

.professional__img {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .professional__img {
    margin: 1.25rem calc(50% - 50vw) 0;
  }
}

/* benefits */
.benefits {
  background: #E6F4E9;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    padding-bottom: 1.25rem;
  }
}

.benefits__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .benefits__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.3125rem 0;
    margin-top: 0.9375rem;
    padding: 0 0.9375rem;
  }
}

.benefits__item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 20px 18px 15px;
  padding: 1.25rem 1.125rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .benefits__item {
    padding: 0.625rem 1.0625rem;
  }
}

.benefits__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  gap: 0 0.625rem;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.benefits__item-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  width: 4.375rem;
  min-width: 70px;
  min-width: 4.375rem;
  height: 70px;
  height: 4.375rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background: #E72B88;
  border-radius: 50%;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .benefits__item-subtitle {
    width: 3.375rem;
    min-width: 3.375rem;
    height: 3.375rem;
    font-size: 0.75rem;
  }
}
.benefits__item-subtitle span {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .benefits__item-subtitle span {
    font-size: 1.25rem;
    margin-top: 0.125rem;
  }
}

.benefits__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .benefits__item-title {
    font-size: 1rem;
  }
}
.benefits__item-title span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .benefits__item-title span {
    font-size: 1.25rem;
  }
}

.benefits__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .benefits__item-text {
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
    line-height: 1.33;
    margin-top: 0.625rem;
  }
}

.benefits__text {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .benefits__text {
    font-size: 1rem;
    letter-spacing: -0.04em;
    margin-top: 0.9375rem;
  }
}

/* consult */
.consult {
  background: #E6F4E9;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .consult {
    padding: 1.25rem 0;
  }
}

.consult__box {
  text-align: center;
  width: 760px;
  width: 47.5rem;
  max-width: 100%;
  color: #fff;
  border-radius: 0.3125rem;
  background: #27873E;
  padding: 15px;
  padding: 0.9375rem;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consult__box {
    padding: 0.75rem;
    margin-top: 0.9375rem;
  }
}
.consult__box::after {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 10px;
  height: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -9px;
  bottom: -0.5625rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}

.consult__box-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .consult__box-title {
    font-size: 1.125rem;
    letter-spacing: -0.04em;
    padding-bottom: 0.625rem;
  }
}
.consult__box-title::after {
  position: absolute;
  content: "";
  width: 285px;
  width: 17.8125rem;
  max-width: 100%;
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: rgba(255, 255, 255, .5);
}

.consult__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .consult__box-text {
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
    margin-top: 0.3125rem;
  }
}

.consult__items {
  width: 760px;
  width: 47.5rem;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
  gap: 0 0.9375rem;
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .consult__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 1.25rem;
  }
}

.consult__item {
  background: #fff;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .consult__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 7.5rem;
  }
}

@media screen and (max-width: 767px) {
  .consult__item-img {
    width: 39%;
  }
}
.consult__item-img img {
  border-radius: 0.3125rem 0.3125rem 0 0;
}
@media screen and (max-width: 767px) {
  .consult__item-img img {
    border-radius: 0.3125rem 0 0 0.3125rem;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.consult__item-body {
  padding: 18px 13px;
  padding: 1.125rem 0.8125rem;
}
@media screen and (max-width: 767px) {
  .consult__item-body {
    width: 61%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.0625rem 0.9375rem;
  }
}

.consult__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #27873E;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .consult__item-title {
    font-size: 1rem;
    line-height: 1.31;
    letter-spacing: 0.04em;
  }
}

.consult__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .consult__item-text {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 1.43;
  }
}

.consult__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .consult__btn {
    margin-top: 1.25rem;
  }
}

/* cost */
.cost {
  background: #F4F4F4;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .cost {
    padding: 1.25rem 0;
  }
}

.cost__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .cost__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem 0;
    margin-top: 0.9375rem;
  }
}

.cost__item {
  border-radius: 0.3125rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cost__item {
    padding: 1.5rem 2.5rem 1rem;
  }
}
.cost__item:first-child {
  background: url(../img/first/cost-img01.jpg) no-repeat center/cover;
}
.cost__item:nth-child(2) {
  background: url(../img/first/cost-img02.jpg) no-repeat center/cover;
}
.cost__item:nth-child(3) {
  background: url(../img/first/cost-img03.jpg) no-repeat center/cover;
}

.cost__item-inner {
  text-align: center;
  background: rgba(230, 244, 233, .85);
  border-radius: 0.3125rem;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .cost__item-inner {
    padding: 0.625rem 0.625rem 0.875rem;
  }
}

.cost__item-title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .cost__item-title {
    font-size: 1.5rem;
  }
}

.cost__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .cost__item-text {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    margin-top: 0.3125rem;
  }
}

.cost__item-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5px;
  gap: 0 0.3125rem;
  color: #E72B88;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .cost__item-price-wrapper {
    gap: 0 0.875rem;
    margin-top: 0.3125rem;
  }
}

.cost__item-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  width: 3.25rem;
  min-width: 52px;
  min-width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  font-weight: 700;
  line-height: 1.25;
  border: 1px solid #E72B88;
  border: 0.0625rem solid #E72B88;
}
@media screen and (max-width: 767px) {
  .cost__item-subtitle {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}

.cost__item-price {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1;
}
.cost__item-price span {
  font-family: "Akshar", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.cost__item-tax {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .cost__item-tax {
    margin-top: 0;
  }
}

.cost__btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .cost__btn {
    margin-top: 1.25rem;
  }
}

/* discount */
.discount {
  background: #E6F4E9;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .discount {
    padding: 1.25rem 0 1.875rem;
  }
}

.discount__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.625rem;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .discount__content {
    display: block;
    border-radius: 0.3125rem;
    margin-top: 1.25rem;
  }
}

.discount__img {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .discount__img {
    width: 100%;
  }
}
.discount__img img {
  border-radius: 0.625rem 0 0 0.625rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .discount__img img {
    border-radius: 0.3125rem 0.3125rem 0 0;
    height: auto;
  }
}

.discount__body {
  text-align: center;
  width: 57%;
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .discount__body {
    width: 100%;
    padding: 0.9375rem 2.1875rem;
  }
}

.discount__subtitle {
  text-align: center;
  width: 231px;
  width: 14.4375rem;
  max-width: 100%;
  height: 66px;
  height: 4.125rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #27873E;
  background: url(../img/first/discount-bg.png) no-repeat center/contain;
  padding-top: 7px;
  padding-top: 0.4375rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .discount__subtitle {
    width: 8.75rem;
    height: 2.5rem;
    font-size: 1rem;
    padding-top: 0.25rem;
  }
}

.discount__title {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: -15px;
  margin-top: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .discount__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.04em;
    margin-top: 0;
    margin-top: -0.3125rem;
  }
}
.discount__title .pink {
  display: inline-block;
  color: #E72B88;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: -40px;
  margin-left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .discount__title .pink {
    margin-left: -1.25rem;
    margin-bottom: 0;
  }
}
.discount__title .pink > span {
  display: inline-block;
  font-size: 56px;
  font-size: 3.5rem;
  position: relative;
  margin: 0 5px;
  margin: 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .discount__title .pink > span {
    font-size: 2rem;
  }
}
.discount__title .pink > span::before, .discount__title .pink > span::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #E72B88;
}
.discount__title .pink > span::before {
  bottom: 6px;
  bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .discount__title .pink > span::before {
    bottom: 0.25rem;
  }
}
.discount__title .pink > span::after {
  bottom: 0;
}
.discount__title .pink > span span {
  font-size: 65px;
  font-size: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .discount__title .pink > span span {
    font-size: 2.25rem;
  }
}
.discount__title .green {
  font-size: 43px;
  font-size: 2.6875rem;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .discount__title .green {
    font-size: 1.5rem;
  }
}

.discount__text {
  text-align: left;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .discount__text {
    font-size: 0.8125rem;
  }
}

/* first */
.first .lead {
  line-height: 1.75;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .first .lead {
    line-height: 1.6;
    margin-top: 0.9375rem;
    padding: 0 0.625rem;
  }
}
.first .mv {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .first .mv {
    padding-bottom: 2.5rem;
  }
}

/* funeral */
.funeral {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .funeral {
    padding: 1.25rem 0;
  }
}

.funeral__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .funeral__inner {
    display: block;
    margin-top: 0.9375rem;
  }
}

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

.funeral__body {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .funeral__body {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

.funeral__text {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .funeral__text {
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 0 0.625rem;
  }
}

.funeral__btn {
  width: 450px;
  width: 28.125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .funeral__btn {
    margin: 0.9375rem auto 0;
  }
}
.funeral__btn span {
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .funeral__btn span {
    font-size: 0.6875rem;
    border-radius: 0.625rem;
  }
}

/* menu */
.menu {
  background: #F4F4F4;
  padding: 40px 0;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 1.5625rem 0 0.9375rem;
  }
}
.menu .lead {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .menu .lead {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.43;
    margin: 0.9375rem -0.625rem 0;
  }
}

.menu__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .menu__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3125rem;
    margin-top: 0.9375rem;
  }
}

.menu__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
  gap: 0 0.9375rem;
  background: #fff;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.9375rem;
  padding: 16px 5px 16px 25px;
  padding: 1rem 0.3125rem 1rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .menu__item-inner {
    gap: 0 0.625rem;
    border-radius: 0.625rem;
    padding: 0.8125rem 0.3125rem 0.8125rem 0.75rem;
  }
}

.menu__item-icon {
  width: 50px;
  width: 3.125rem;
  min-width: 50px;
  min-width: 3.125rem;
}
@media screen and (max-width: 767px) {
  .menu__item-icon {
    width: 1.875rem;
    min-width: 1.875rem;
  }
}

.menu__item-text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  color: #27873E;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .menu__item-text {
    font-size: 0.875rem;
    letter-spacing: -0.04em;
  }
}

/* service */
.service {
  padding: 60px 0;
  padding: 3.75rem 0;
  background: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 1.25rem 0;
  }
  .service .lead {
    font-size: 0.875rem;
    line-height: 1.43;
    letter-spacing: 0.01em;
    padding: 0;
  }
}

.service__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 1.25rem;
  }
}

.service__item {
  background: #fff;
  border-radius: 0.3125rem;
}

.service__item-img img {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.service__item-body {
  padding: 15px 20px 30px;
  padding: 0.9375rem 1.25rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .service__item-body {
    padding-bottom: 0.9375rem;
  }
}

.service__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  gap: 0 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .service__item-title {
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}
.service__item-title span {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  width: 1.75rem;
  min-width: 28px;
  min-width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  background: #27873E;
  border-radius: 50%;
  padding-top: 2px;
  padding-top: 0.125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .service__item-title span {
    margin-top: 0.125rem;
  }
}

.service__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .service__item-text {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    margin-top: 0.5rem;
  }
}

/* visit */
.visit {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .visit {
    padding: 1.25rem 0;
  }
}

.visit__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .visit__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8125rem 0;
    margin-top: 0.9375rem;
  }
}

.visit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 0.3125rem;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
}

.visit__item-img img {
  border-radius: 0.3125rem 0.3125rem 0 0;
}

.visit__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .visit__item-body {
    display: block;
    padding: 0.625rem 1.25rem 0.9375rem;
  }
}

.visit__item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.33;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .visit__item-title {
    font-size: 1.25rem;
  }
}

.visit__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .visit__item-text {
    font-size: 0.875rem;
    line-height: 1.29;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
}

.visit__item-btn {
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .visit__item-btn {
    margin-top: 0.9375rem;
  }
}

/* about */
.about {
  background: #E6F4E9;
  padding: 50px 0;
  padding: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 1.875rem 0 1.875rem;
  }
  .about .l-inner {
    padding: 0 1.875rem;
  }
}

.about__title {
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #27873E;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .about__inner {
    display: block;
    margin-top: 0.9375rem;
  }
}

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

.about__subimgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 15px;
  gap: 0 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.about__subimg {
  cursor: pointer;
  opacity: 0.5;
}
.about__subimg.active {
  opacity: 1;
  border: 2px solid #27873E;
  border: 0.125rem solid #27873E;
}

.about__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 5px;
  gap: 0.3125rem 0.3125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about__items {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0.9375rem;
  }
}

.about__item {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #27873E;
  border-radius: 0.3125rem;
  background: #fff;
  padding: 12px 0 12px 45px;
  padding: 0.75rem 0 0.75rem 2.8125rem;
  position: relative;
}
.about__item::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  left: 10px;
  left: 0.625rem;
}
.about__item:first-child::before {
  background: url(../img/hall/about-icon01.png) no-repeat center/contain;
}
.about__item:nth-child(2)::before {
  background: url(../img/hall/about-icon02.png) no-repeat center/contain;
}
.about__item:nth-child(3)::before {
  background: url(../img/hall/about-icon03.png) no-repeat center/contain;
}
.about__item:nth-child(4)::before {
  background: url(../img/hall/about-icon04.png) no-repeat center/contain;
}
.about__item:nth-child(5)::before {
  width: 15px;
  width: 0.9375rem;
  left: 14px;
  left: 0.875rem;
  background: url(../img/hall/about-icon05.png) no-repeat center/contain;
}
.about__item:nth-child(6)::before {
  background: url(../img/hall/about-icon06.png) no-repeat center/contain;
}

.about__body {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .about__body {
    width: 100%;
    margin-top: 1.5625rem;
  }
}

.about__text {
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 0.9375rem;
    line-height: 1.67;
  }
}

.about__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.about__list-title {
  color: #fff;
  font-weight: 700;
  background: #27873E;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .about__list-title {
    font-size: 0.9375rem;
    padding: 0.5625rem 0.9375rem;
  }
}

.about__list-text {
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .about__list-text {
    font-size: 0.875rem;
    padding: 0.8125rem 1.25rem;
  }
}

/* access */
.access {
  padding: 55px 0 50px;
  padding: 3.4375rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 1.5625rem 0 1.5625rem;
  }
}

.access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .access__inner {
    display: block;
    margin-top: 1.25rem;
  }
}

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

.access__map {
  width: 100%;
  padding-top: 71.3402061856%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__map {
    padding-top: 71.5942028986%;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__list {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .access__list {
    width: 100%;
    padding: 0 0.625rem;
    margin-top: 1.875rem;
  }
}

.access__list-item + .access__list-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .access__list-item + .access__list-item {
    margin-top: 0.9375rem;
  }
}

.access__list-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #27873E;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .access__list-title {
    font-size: 1rem;
  }
}

.access__list-text {
  letter-spacing: -0.04em;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .access__list-text {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-top: 0;
  }
}

/* fv */
.fv {
  padding: 90px 0;
  padding: 5.625rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 1.25rem 0;
  }
}

.fv__back {
  position: absolute;
  left: 10px;
  left: 0.625rem;
  top: 10px;
  top: 0.625rem;
  z-index: 1;
  display: block;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background: url(../img/common/back-icon.png) no-repeat center/contain;
}

.fv__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__content {
  text-align: center;
  width: 450px;
  width: 28.125rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 20px;
  padding: 3.125rem 1.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__content {
    width: 18.75rem;
    padding: 0.4375rem 0.3125rem 0.625rem;
    white-space: nowrap;
  }
}
.fv__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f4e9), to(#c9e6cb));
  background: linear-gradient(#e6f4e9 0%, #c9e6cb 100%);
  opacity: 0.85;
  z-index: -1;
}

.fv__title {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .fv__title {
    font-size: 1.625rem;
    letter-spacing: -0.04em;
  }
}

.fv__text {
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .fv__text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 0;
  }
}

/* info */
.info {
  background: #E6F4E9;
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .info {
    padding-top: 1.25rem;
  }
}

.info__content {
  background: #fff;
  border-radius: 0.625rem;
  padding: 55px 185px 35px 195px;
  padding: 3.4375rem 11.5625rem 2.1875rem 12.1875rem;
}
@media screen and (max-width: 767px) {
  .info__content {
    padding: 1.25rem 0.9375rem 0.9375rem;
  }
}

.info__title {
  width: 515px;
  width: 32.1875rem;
  max-width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .info__title {
    width: 13.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0 0.3125rem;
  }
}

.info__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .info__list {
    margin-top: 0.5rem;
    padding: 0 0.3125rem;
  }
}

.info__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.01em;
  padding-left: 13px;
  padding-left: 0.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__list-item {
    font-size: 0.9375rem;
    line-height: 1.67;
  }
}
.info__list-item::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  top: 15px;
  top: 0.9375rem;
  left: 0;
  border-radius: 50%;
  background: #E72B88;
}
@media screen and (max-width: 767px) {
  .info__list-item::before {
    top: 0.5625rem;
  }
}

.info__btn-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .info__btn-wrapper {
    margin-top: 0.75rem;
  }
}

.info__img {
  position: absolute;
  width: 192px;
  width: 12rem;
  max-width: 100%;
  right: 0;
  bottom: 100px;
  bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .info__img {
    width: 6.875rem;
    right: 0;
    bottom: 4.375rem;
  }
}

.info__btn {
  position: relative;
  z-index: 1;
}
.info__btn::before {
  left: 85px;
  left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .info__btn::before {
    left: 1.0625rem;
  }
}

.info__text {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #E72B88;
  letter-spacing: 0.01em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .info__text {
    font-size: 1.125rem;
  }
}

/* ページ用 */
.higashihiroshima-hall03 .fv__content, .higashihiroshima-hall04 .fv__content, .higashihiroshima-hall05 .fv__content, .kureshi-hall01 .fv__content, .mihara-hall01 .fv__content {
  width: 616px;
  width: 38.5rem;
}
@media screen and (max-width: 767px) {
  .higashihiroshima-hall03 .fv__content, .higashihiroshima-hall04 .fv__content, .higashihiroshima-hall05 .fv__content, .kureshi-hall01 .fv__content, .mihara-hall01 .fv__content {
    width: 18.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .higashihiroshima-hall03 .about__title, .higashihiroshima-hall04 .about__title, .higashihiroshima-hall05 .about__title, .kureshi-hall01 .about__title, .mihara-hall01 .about__title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .higashihiroshima-hall03 .fv__title {
    letter-spacing: -0.1em;
  }
}

@media screen and (max-width: 767px) {
  .higashihiroshima-hall04 .fv__title {
    letter-spacing: -0.2em;
  }
}

@media screen and (max-width: 767px) {
  .kureshi-hall01 .fv__title {
    letter-spacing: -0.06em;
  }
}

@media screen and (max-width: 767px) {
  .mihara-hall01 .fv__content {
    width: 19.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .mihara-hall01 .plan .title {
    font-size: 1.375rem;
  }
}

/* hurry */
.hurry .mv {
  padding-bottom: 0;
}
.hurry .mv__box {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .hurry .mv__box {
    margin-top: 1.875rem;
  }
}
.hurry .mv__box-number {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .hurry .mv__box-number {
    margin-left: 0;
  }
}
.hurry .message__items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .hurry .message__items {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .hurry .flow .lead {
    text-align: center;
  }
}
.hurry .flow__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .hurry .flow__items {
    margin-top: 0.9375rem;
  }
}

/* reason */
.reason {
  background: #E6F4E9;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 1.25rem 0;
  }
}

.reason__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .reason__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.3125rem;
    margin-top: 0.9375rem;
  }
}

.reason__item {
  width: 23%;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: #fff;
  border-radius: 0.625rem;
  padding: 10px 0 7px;
  padding: 0.625rem 0 0.4375rem;
}
@media screen and (max-width: 767px) {
  .reason__item {
    width: auto;
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
    padding: 0.9375rem 0 0.75rem;
  }
}
.reason__item:last-child {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .reason__item:last-child {
    width: auto;
  }
}
.reason__item span {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #27873E;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .reason__item span {
    font-size: 1.125rem;
    letter-spacing: -0.04em;
    margin-top: 0.1875rem;
  }
}

.reason__subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .reason__subtitle {
    font-size: 1.25rem;
    letter-spacing: -0.04em;
    margin-top: 1.875rem;
  }
}

.reason__units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .reason__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.9375rem;
  }
}

.reason__unit {
  background: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .reason__unit {
    border-radius: 0.3125rem;
    padding: 1.5625rem 1.875rem 1.875rem;
  }
}

.reason__unit-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  gap: 0 0.625rem;
  border-bottom: 1px solid #27873E;
  border-bottom: 0.0625rem solid #27873E;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-header {
    gap: 0 0.9375rem;
  }
}

.reason__unit-icon {
  width: 65px;
  width: 4.0625rem;
  min-width: 65px;
  min-width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-icon {
    width: 4.5rem;
    min-width: 4.5rem;
  }
}

.reason__unit-subtitle {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  background: #27873E;
  border-radius: 1.25rem;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-subtitle {
    font-size: 0.9375rem;
  }
}

.reason__unit-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #27873E;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-title {
    letter-spacing: -0.04em;
    margin-top: 0.375rem;
  }
}
.reason__unit-title span {
  color: #E72B88;
}

.reason__unit-text {
  line-height: 1.75;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .reason__unit-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: -0.04em;
  }
}
.reason__unit-text span {
  color: #E72B88;
  font-weight: 700;
}

.reason__box {
  text-align: center;
  background: #fff;
  border: 1px solid #27873E;
  border: 0.0625rem solid #27873E;
  border-radius: 0.625rem;
  padding: 40px 190px;
  padding: 2.5rem 11.875rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .reason__box {
    padding: 1.25rem 0.9375rem;
    margin-top: 1.25rem;
  }
}

.reason__heading {
  font-size: 24px;
  font-size: 1.5rem;
  color: #27873E;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .reason__heading {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.reason__text {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  line-height: 1.56;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .reason__text {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.43;
    margin-top: 0.5rem;
  }
}

.reason__btn {
  max-width: 100%;
  padding: 15px 0 15px 75px;
  padding: 0.9375rem 0 0.9375rem 4.6875rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .reason__btn {
    padding: 0.625rem 0 0.625rem 3.125rem;
    margin-top: 0.625rem;
  }
}
.reason__btn::before {
  left: 85px;
  left: 5.3125rem;
}
@media screen and (max-width: 767px) {
  .reason__btn::before {
    left: 1.0625rem;
  }
}
.reason__btn .tel-btn__text {
  width: 286px;
  width: 17.875rem;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .reason__btn .tel-btn__text {
    width: 13.75rem;
    font-size: 0.6875rem;
  }
}

.reason__subtext {
  font-size: 18px;
  font-size: 1.125rem;
  color: #27873E;
  font-weight: 700;
  border-radius: 0.3125rem;
  background: #E6F4E9;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 12px;
  padding: 0.75rem;
}
@media screen and (max-width: 767px) {
  .reason__subtext {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    padding: 0.25rem;
  }
}

.reason__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .reason__list {
    text-align: left;
    margin-top: 0.625rem;
  }
}

.reason__list-item {
  display: inline-block;
  letter-spacing: 0.01em;
  background: url(../img/common/caution-icon.png) no-repeat top 3px left/20px;
  background: url(../img/common/caution-icon.png) no-repeat top 0.1875rem left/1.25rem;
  padding-left: 26px;
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .reason__list-item {
    font-size: 0.875rem;
    line-height: 1.43;
    background-position: left top;
  }
}
.reason__list-item + .reason__list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .reason__list-item + .reason__list-item {
    margin-top: 0.3125rem;
  }
}

/* support */
.support {
  background: #F4F4F4;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 1.5625rem 0 0.9375rem;
  }
}
.support .title {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.support .lead {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .support .lead {
    text-align: center;
    font-size: 0.875rem;
  }
}

.support__subtitle {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #27873E;
}
@media screen and (max-width: 767px) {
  .support__subtitle {
    font-size: 1rem;
    letter-spacing: -0.04em;
  }
}

.support__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  gap: 1.875rem 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .support__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 1.5625rem;
  }
}

.support__item {
  background: #fff;
  border-radius: 0.625rem;
}

.support__item-img img {
  border-radius: 0.625rem 0.625rem 0 0;
}

.support__item-body {
  padding: 30px 30px;
  padding: 1.875rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .support__item-body {
    padding: 0.9375rem 1.25rem 1.25rem;
  }
}

.support__item-subtitle {
  text-align: center;
}
.support__item-subtitle span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  background: #27873E;
  letter-spacing: 0.04em;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .support__item-subtitle span {
    font-size: 0.9375rem;
  }
}

.support__item-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #27873E;
  letter-spacing: 0.04em;
  line-height: 1.33;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .support__item-title {
    font-size: 1.25rem;
    margin-top: 0.375rem;
  }
}

.support__item-text {
  line-height: 1.75;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .support__item-text {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 1.43;
  }
}

/* plan-archive */
/* top-contact */
.top-contact {
  background: #F4F4F4;
  padding: 120px 0 0;
  padding: 7.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .top-contact {
    padding: 1.875rem 0 0.3125rem;
  }
}

.top-contact__body {
  padding-left: 175px;
  padding-left: 10.9375rem;
}
@media screen and (max-width: 767px) {
  .top-contact__body {
    padding-left: 0;
  }
}

.top-contact__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .top-contact__title {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}

.top-contact__text {
  letter-spacing: 0.01em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-contact__text {
    font-size: 0.875rem;
    line-height: 1.43;
    margin-top: 0.625rem;
  }
}

.top-contact__btn-wrapper {
  margin-top: 45px;
  margin-top: 2.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-contact__btn-wrapper {
    margin-top: 1.25rem;
  }
}

.top-contact__img {
  position: absolute;
  right: 230px;
  right: 14.375rem;
  bottom: 95px;
  bottom: 5.9375rem;
  width: 125px;
  width: 7.8125rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .top-contact__img {
    width: 5.1875rem;
    right: -0.3125rem;
    bottom: 9.0625rem;
  }
}

.top-contact__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .top-contact__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.9375rem;
  }
}

/* top-cv */
.top-cv .title {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .top-cv .title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .top-cv .lead {
    margin-top: 0.625rem;
  }
}

/* top-difference */
.top-difference {
  background: #F4F4F4;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-difference {
    padding-bottom: 0.9375rem;
  }
}

.top-difference__header {
  text-align: center;
  background: #27873E;
  color: #fff;
  padding: 20px 20px 25px;
  padding: 1.25rem 1.25rem 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-difference__header {
    padding: 0.9375rem 1.875rem 1.25rem;
  }
}
.top-difference__header::after {
  position: absolute;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 20px;
  height: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -18px;
  bottom: -1.125rem;
  background: url(../img/common/arrow-icon02.png) no-repeat center/contain;
}

.top-difference__title {
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  border-bottom: 0.0625rem solid #fff;
  padding: 0 5px 5px;
  padding: 0 0.3125rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-difference__title {
    font-size: 1.5rem;
    letter-spacing: -0.04em;
    padding: 0 0 0.625rem;
  }
}

.top-difference__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.53;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-difference__text {
    text-align: left;
    font-size: 0.9375rem;
    letter-spacing: -0.04em;
  }
}

.top-difference__table-wrapper {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .top-difference__table-wrapper {
    margin: 1.875rem -0.5rem 0;
  }
}

.top-difference__table {
  border: 3px solid #F4F4F4;
  border: 0.1875rem solid #F4F4F4;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.top-difference__table tr:first-child th {
  padding: 6px 0;
  padding: 0.375rem 0;
}
@media screen and (max-width: 767px) {
  .top-difference__table tr:first-child th {
    font-size: 0.875rem;
    padding: 0.75rem 0;
  }
}
.top-difference__table tr:first-child th:first-child {
  background: none;
}
.top-difference__table tr:first-child th:nth-child(3), .top-difference__table tr:first-child th:nth-child(4) {
  background: #9A9A9A;
}
.top-difference__table tr > :first-child {
  width: 150px;
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .top-difference__table tr > :first-child {
    width: 3.75rem;
  }
}
.top-difference__table th, .top-difference__table td {
  border: 3px solid #F4F4F4;
  border: 0.1875rem solid #F4F4F4;
  letter-spacing: -0.04em;
}
.top-difference__table th {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.4;
  background: #27873E;
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (max-width: 767px) {
  .top-difference__table th {
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.04em;
    padding: 1.8125rem 0;
  }
}
.top-difference__table th span {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  background: #E72B88;
  border-radius: 0.625rem;
  padding: 0 8px;
  padding: 0 0.5rem;
}
.top-difference__table td {
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  padding: 18px 0 18px 80px;
  padding: 1.125rem 0 1.125rem 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-difference__table td {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.04em;
    padding: 2.5rem 0 0.3125rem;
  }
}
.top-difference__table td:first-of-type {
  color: #27873E;
  font-weight: 700;
}
.top-difference__table td::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-difference__table td::before {
    top: 0.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-difference__table td.double-circle::before {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  background: url(../img/top/top-difference-icon01_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-difference__table td.double-circle::before {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/top/top-difference-icon01_sp.png) no-repeat center/contain;
  }
}
.top-difference__table td.circle::before {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: url(../img/top/top-difference-icon02_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-difference__table td.circle::before {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/top/top-difference-icon02_sp.png) no-repeat center/contain;
  }
}
.top-difference__table td.triangle::before {
  width: 53px;
  width: 3.3125rem;
  height: 45px;
  height: 2.8125rem;
  background: url(../img/top/top-difference-icon03_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-difference__table td.triangle::before {
    width: 1.625rem;
    height: 1.375rem;
    background: url(../img/top/top-difference-icon03_sp.png) no-repeat center/contain;
  }
}
.top-difference__table td.cross::before {
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: url(../img/top/top-difference-icon04_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-difference__table td.cross::before {
    width: 1.125rem;
    height: 1.125rem;
    top: 0.75rem;
    background: url(../img/top/top-difference-icon04_sp.png) no-repeat center/contain;
  }
}

.top-difference__subtext {
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #27873E;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-difference__subtext {
    font-size: 1.125rem;
    margin-top: 0.625rem;
  }
}

.top-difference__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-difference__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.625rem;
  }
}

/* top-flow */
.top-flow {
  padding-bottom: 0;
}

/* top-introduction */
.top-introduction {
  background: #F4F4F4;
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .top-introduction {
    padding: 0.625rem 0 1.25rem;
  }
}

.top-introduction__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  gap: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-introduction__header {
    display: block;
  }
}

.top-introduction__time {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #BE0000;
  background: #fff;
  padding: 5px 20px 5px 45px;
  padding: 0.3125rem 1.25rem 0.3125rem 2.8125rem;
  border-radius: 1.25rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-introduction__time {
    display: inline;
    font-size: 0.8125rem;
    padding: 0.1875rem 0.9375rem 0.1875rem 2.1875rem;
  }
}
.top-introduction__time::before {
  position: absolute;
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  left: 16px;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/time-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-introduction__time::before {
    width: 0.9375rem;
    height: 0.9375rem;
    left: 0.8125rem;
  }
}

.top-introduction__subtext {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .top-introduction__subtext {
    display: inline;
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
.top-introduction__subtext span {
  color: #E72B88;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-introduction__subtext span {
    font-size: 0.9375rem;
  }
}

.top-introduction__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
  gap: 0 0.625rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-introduction__btns {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.625rem;
  }
}

.top-introduction__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-introduction__content {
    display: block;
    margin: 1.25rem 0.3125rem 0;
  }
}

.top-introduction__body {
  width: 51%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px 20px 40px;
  padding: 1.25rem 0.625rem 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-introduction__body {
    display: block;
    width: 100%;
    padding: 0.9375rem 0.625rem;
  }
}

.top-introduction__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .top-introduction__title {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.04em;
  }
}

.top-introduction__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-introduction__text {
    padding: 0 0.625rem;
    margin-top: 0.3125rem;
  }
}

.top-introduction__img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .top-introduction__img {
    width: 100%;
  }
}
.top-introduction__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0.625rem 0.625rem 0;
}
@media screen and (max-width: 767px) {
  .top-introduction__img img {
    height: auto;
    border-radius: 0 0 0.625rem 0.625rem;
  }
}

/* top-message */
.top-message .title {
  line-height: 1.75;
}

/* top-mv */
.top-mv {
  background: url(../img/top/top-mv-bg01_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-mv {
    background: url(../img/top/top-mv-bg01_pc.jpg) no-repeat center/cover;
    position: relative;
  }
  .top-mv .l-inner {
    padding: 0 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .top-mv__wrapper {
    width: 25rem;
    max-width: 100%;
    margin: 0 auto;
  }
}

.top-mv__inner {
  padding: 40px 0 140px;
  padding: 2.5rem 0 8.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv__inner {
    width: 13.125rem;
    max-width: 100%;
    padding: 0.625rem 0 7.5rem;
    position: static;
  }
}

.top-mv__img {
  position: absolute;
  bottom: 0;
  right: -20px;
  right: -1.25rem;
  z-index: 1;
  width: 480px;
  width: 30rem;
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .top-mv__img {
    width: 28.125rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__img {
    right: unset;
    left: 51%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.25rem;
  }
}

.top-mv__subtitle {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: #27873E;
  border-radius: 3.125rem;
  padding: 6px 29px;
  padding: 0.375rem 1.8125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__subtitle {
    font-size: 0.8125rem;
    padding: 0.1875rem 1.25rem;
  }
}

.top-mv__title {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1350px) {
  .top-mv__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__title {
    font-size: 2.125rem;
    line-height: 1.18;
    margin-top: 0.3125rem;
  }
}

.top-mv__box {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box {
    margin-top: 0.625rem;
  }
}

.top-mv__box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 7px;
  gap: 0 0.4375rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-inner {
    background: none;
    gap: 0 0.25rem;
    padding: 0;
  }
}

.top-mv__box-title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #fff;
  background: #E72B88;
  border-radius: 0.25rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 15px 0;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .top-mv__box-title {
    font-size: 0.8125rem;
    padding: 0.625rem 0.125rem;
  }
}

.top-mv__box-body {
  padding-top: 7px;
  padding-top: 0.4375rem;
}

.top-mv__box-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  gap: 0 0.25rem;
}
.top-mv__box-price span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #E72B88;
  font-weight: 700;
  line-height: 0.7;
}
.top-mv__box-price span:first-child {
  font-family: "Akshar", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .top-mv__box-price span:first-child {
    font-size: 2.9375rem;
  }
}
.top-mv__box-price span:nth-child(2) {
  font-size: 37px;
  font-size: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-price span:nth-child(2) {
    font-size: 1.375rem;
  }
}
.top-mv__box-price span:nth-child(2) span {
  text-align: center;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-price span:nth-child(2) span {
    font-size: 0.625rem;
  }
}
.top-mv__box-price span:nth-child(3) {
  font-size: 41px;
  font-size: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-price span:nth-child(3) {
    font-size: 1.5rem;
  }
}

.top-mv__box-tax {
  text-align: right;
  font-family: "Akshar", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-tax {
    font-size: 0.75rem;
  }
}
.top-mv__box-tax span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-mv__box-tax span {
    font-size: 0.75rem;
  }
}

/* top-point */
.top-point {
  background: #F4F4F4;
  padding: 75px 0 60px;
  padding: 4.6875rem 0 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-point {
    padding: 3.4375rem 0 1.25rem;
  }
}
.top-point::before {
  position: absolute;
  content: "";
  width: 380px;
  width: 23.75rem;
  height: 56px;
  height: 3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: url(../img/top/top-point-arrow_pc.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top-point::before {
    width: 17.8125rem;
    height: 3.125rem;
    background: url(../img/top/top-point-arrow_sp.png) no-repeat center/contain;
  }
}

.top-point__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .top-point__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 0.625rem;
  }
}

.top-point__item {
  padding: 30px 20px 25px;
  padding: 1.875rem 1.25rem 1.5625rem;
  border-radius: 0.3125rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-point__item {
    padding: 1.875rem 1.875rem 1.875rem;
  }
}
.top-point__item:first-child .top-point__item-icon {
  width: 68px;
  width: 4.25rem;
}
@media screen and (max-width: 767px) {
  .top-point__item:first-child .top-point__item-icon {
    width: 3.5rem;
    margin-left: 0.625rem;
    margin-right: 0.5rem;
  }
}
.top-point__item:nth-child(2) .top-point__item-icon {
  width: 73px;
  width: 4.5625rem;
}
.top-point__item:nth-child(3) .top-point__item-icon {
  width: 66px;
  width: 4.125rem;
}
@media screen and (max-width: 767px) {
  .top-point__item:nth-child(3) .top-point__item-icon {
    width: 4.5rem;
  }
}

.top-point__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  gap: 0 0.625rem;
}
@media screen and (max-width: 767px) {
  .top-point__item-header {
    gap: 0 0.9375rem;
  }
}

.top-point__item-icon {
  max-width: 100%;
}

.top-point__item-number {
  font-family: "Akshar", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #27873E;
  letter-spacing: 0.02em;
  line-height: 1;
}

.top-point__item-title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #27873E;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.04em;
}
.top-point__item-title span {
  color: #E72B88;
}

.top-point__item-subtext {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.04em;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-point__item-subtext {
    margin-top: 0.625rem;
  }
}

.top-point__item-text {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: -0.04em;
  line-height: 1.87;
  border-top: 1px solid #27873E;
  border-top: 0.0625rem solid #27873E;
  padding-top: 15px;
  padding-top: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-point__item-text {
    line-height: 1.6;
    padding-top: 1.125rem;
    margin-top: 1.125rem;
  }
}

/* top-service */
.top-service {
  background: #F4F4F4;
  padding: 15px 0 60px;
  padding: 0.9375rem 0 3.75rem;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 0.9375rem 0;
  }
}

.top-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
  gap: 1.875rem 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .top-service__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem 0;
    margin-top: 1.25rem;
  }
}

.top-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-service__item {
    display: block;
    padding: 0;
  }
}

.top-service__item-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top-service__item-img {
    width: 100%;
  }
}
.top-service__item-img img {
  border-radius: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-img img {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
}

.top-service__item-body {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .top-service__item-body {
    width: 100%;
    padding: 1.0625rem 1.25rem;
  }
}

.top-service__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.04em;
  color: #27873E;
}
.top-service__item-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  width: 1.75rem;
  min-width: 28px;
  min-width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  border-radius: 50%;
  font-family: "Akshar", sans-serif;
  background: #27873E;
  font-weight: 600;
  color: #fff;
  padding-top: 3px;
  padding-top: 0.1875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.top-service__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.03em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .top-service__item-text {
    margin-top: 0.4375rem;
  }
}
/*# sourceMappingURL=style.css.map */
