/* ===================================
   Gutenberg alignment override
   ブロックエディタの配置機能を保護
   =================================== */
.wp-block-buttons.has-text-align-left { justify-content: flex-start !important; }
.wp-block-buttons.has-text-align-center { justify-content: center !important; }
.wp-block-buttons.has-text-align-right { justify-content: flex-end !important; }
.has-text-align-left { text-align: left !important; }
.has-text-align-center { text-align: center !important; }
.has-text-align-right { text-align: right !important; }

/* about */
/* history */
.history__inner {
  position: relative;
}

.history__img {
  position: absolute;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  top: -120px;
  top: -7.5rem;
  right: -100px;
  right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .history__img {
    position: static;
    margin: 1.25rem auto 0;
  }
}
.history__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .history__img img {
    border-radius: 0.625rem;
  }
}

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

.history__content {
  background: #fff;
  border-radius: 1.25rem;
  padding: 50px 50px;
  padding: 3.125rem 3.125rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .history__content {
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
    margin-top: 1.875rem;
  }
}

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

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

.history__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: url(../images/common/check-icon01.png) no-repeat left top 7px/20px;
  background: url(../images/common/check-icon01.png) no-repeat left top 0.4375rem/1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.history__list-item + .history__list-item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .history__list-item + .history__list-item {
    margin-top: 0.625rem;
  }
}

.history__subtext {
  text-align: right;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

/* institution */
.institution .l-content {
  background: #00695E;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .institution .l-content {
    padding-top: 2.5rem;
  }
}
.institution .title span {
  color: #fff;
  background-image: url(../images/common/title-icon02.png);
}

.institution__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .institution__header {
    text-align: center;
    display: block;
  }
}

.institution__subtitle {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .institution__subtitle {
    display: block;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

.institution__content {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 55px 50px;
  padding: 3.4375rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .institution__content {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.institution__item-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .institution__item-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

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

.institution__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00695E;
  line-height: 1.33;
}

.institution__item-address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
}

/* materials */
.materials {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .materials {
    padding: 3.75rem 0;
  }
}

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

.materials__item {
  text-align: center;
  border-radius: 1.25rem;
  padding: 40px 20px 20px;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .materials__item {
    padding: 1.875rem 0.9375rem 1.25rem;
  }
}
.materials__item:first-child {
  background: #EFFFE6;
}
.materials__item:first-child .materials__item-title {
  background: url(../images/about/materials-icon01.png) no-repeat center top/53px;
  background: url(../images/about/materials-icon01.png) no-repeat center top/3.3125rem;
}
@media screen and (max-width: 767px) {
  .materials__item:first-child .materials__item-title {
    background-size: 2.8125rem;
  }
}
.materials__item:nth-child(2) {
  background: #FFF8E5;
}
.materials__item:nth-child(2) .materials__item-title {
  background: url(../images/about/materials-icon02.png) no-repeat center top/50px;
  background: url(../images/about/materials-icon02.png) no-repeat center top/3.125rem;
}
@media screen and (max-width: 767px) {
  .materials__item:nth-child(2) .materials__item-title {
    background-size: 2.8125rem;
  }
}

.materials__item-title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  color: #00695E;
  line-height: 1.44;
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .materials__item-title {
    font-size: 1.625rem;
    line-height: 1.3;
    padding-top: 3.125rem;
  }
  .materials__item-title span {
    font-size: 1.375rem;
  }
}

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

.materials__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .materials__item-text {
    text-align: left;
  }
}

.materials__item-btn {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .materials__item-btn {
    width: 15.625rem;
  }
}
.materials__item-btn::after {
  background: url(../images/common/download-icon.png) no-repeat center/contain;
}

/* overview */
.overview {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 3.75rem 0;
  }
}

.overview__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .overview__list {
    margin-top: 1.25rem;
  }
}

.overview__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  border-radius: 0.625rem;
  padding: 27px 40px;
  padding: 1.6875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .overview__list-item {
    display: block;
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }
}
.overview__list-item:nth-child(even) {
  background: #EFFFE6;
}
.overview__list-item:last-child .overview__sublist-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .overview__list-item:last-child .overview__sublist-item {
    padding: 0.9375rem;
  }
}
.overview__list-item:last-child .overview__sublist-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  min-width: 230px;
  min-width: 14.375rem;
}

.overview__list-title {
  width: 15%;
  font-weight: 700;
  color: #00695E;
}
@media screen and (max-width: 767px) {
  .overview__list-title {
    width: 100%;
  }
}

.overview__list-body {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .overview__list-body {
    width: 100%;
    margin-top: 0.3125rem;
  }
}

.overview__list-text {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .overview__list-text {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .overview__sublist {
    margin-top: 0.625rem;
  }
}

.overview__sublist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .overview__sublist-item {
    display: block;
    padding: 0;
  }
}
.overview__sublist-item + .overview__sublist-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.overview__sublist-title {
  min-width: 78px;
  min-width: 4.875rem;
  color: #00695E;
}
.overview__sublist-title span {
  font-size: 14px;
  font-size: 0.875rem;
}

.overview__sublist-body {
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__sublist-body {
    margin-top: 0.3125rem;
  }
}

.overview__note {
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.43;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .overview__note {
    text-align: left;
  }
}

/* contact */
.contact {
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 3.75rem;
  }
}

.contact__box {
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 40px 60px;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact__box {
    padding: 1.875rem 1.25rem;
  }
}

.contact__box-title {
  font-weight: 700;
  background: url(../images/common/note-icon.png) no-repeat left top 7px/23px;
  background: url(../images/common/note-icon.png) no-repeat left top 0.4375rem/1.4375rem;
  padding-left: 33px;
  padding-left: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .contact__box-title {
    background-size: 1.25rem;
    padding-left: 1.5625rem;
  }
}

.contact__box-text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .contact__box-text {
    margin-top: 1.25rem;
  }
}
.contact__box-text span {
  color: #D83737;
  font-weight: 700;
}

.contact__title {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__title {
    margin-top: 2.5rem;
  }
}

.contact__form {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 1.875rem;
  }
}

/* ★ CF7: レスポンス枠のボーダーを非表示 */
.wpcf7 .wpcf7-response-output {
  border: none !important;
  padding: 1em 0;
  margin: 1.5em 0 0;
  font-size: 0.9375rem;
}

/* document */
.document {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.document__unit:first-child .document__body {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .document__unit:first-child .document__body {
    margin-top: 1.25rem;
  }
}
.document__unit:nth-child(odd) .document__body {
  background: #fff;
}
.document__unit:nth-child(odd) .document__item {
  background: #EFFFE6;
}
.document__unit:nth-child(odd) .l-content {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .document__unit:nth-child(odd) .l-content {
    padding: 2.5rem 0;
  }
}
.document__unit:nth-child(odd):first-child .l-content {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.document__unit:nth-child(even) {
  padding: 55px 0;
  padding: 3.4375rem 0;
}
@media screen and (max-width: 767px) {
  .document__unit:nth-child(even) {
    padding: 2.8125rem 0;
  }
}
.document__unit:nth-child(even) .document__body {
  background: #EFFFE6;
}
.document__unit:nth-child(even) .document__item {
  background: #fff;
}

.document__unit-inner {
  position: relative;
}

.document__unit-img {
  position: absolute;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  top: -80px;
  top: -5rem;
  right: -100px;
  right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .document__unit-img {
    position: static;
    margin: 1.25rem auto 0;
  }
}
.document__unit-img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .document__unit-img img {
    border-radius: 0.625rem;
  }
}

.document__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.document__body {
  border-radius: 1.25rem;
  padding: 40px 50px;
  padding: 2.5rem 3.125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .document__body {
    border-radius: 0.625rem;
    margin-top: 1.25rem;
    padding: 1.875rem 1.25rem;
  }
}

.document__item-wrapper:not(:first-child) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .document__item-wrapper:not(:first-child) {
    margin-top: 1.5625rem;
  }
}

.document__subtitle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .document__subtitle {
    margin-bottom: 0.9375rem;
  }
}

.document__item {
  border-radius: 1.25rem;
  padding: 17px 40px 17px 20px;
  padding: 1.0625rem 2.5rem 1.0625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .document__item {
    border-radius: 0.625rem;
    padding: 0.9375rem 1.25rem 0.9375rem;
  }
}
.document__item + .document__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.document__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  gap: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  padding-left: 55px;
  padding-left: 3.4375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .document__item-inner {
    display: block;
    padding-left: 2.8125rem;
  }
}
.document__item-inner::before {
  position: absolute;
  content: "PDF";
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  /* ★ PNG画像からテキストバッジに変更 */
  background: #c0392b;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .document__item-inner::before {
    width: 1.875rem;
    height: 2.1875rem;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.document__item-title a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
}

.document__item-box {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #F7F7F7;
  border-radius: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 20px 30px 15px;
  padding: 1.25rem 1.875rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .document__item-box {
    border-radius: 0.625rem;
    margin-top: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}

.document__item-box-title {
  background: url(../images/common/comment-icon.png) no-repeat center left/28px;
  background: url(../images/common/comment-icon.png) no-repeat center left/1.75rem;
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.document__item-box-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.document__item-box-text span {
  color: #2CB521;
  font-weight: 700;
}

.document__footer .l-content {
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .document__footer .l-content {
    padding: 2.5rem 0;
  }
}

.document__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .document__cards {
    display: block;
  }
}

.document__card {
  text-align: center;
  width: 245px;
  width: 15.3125rem;
  max-width: 100%;
  min-height: 234px;
  min-height: 14.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #EFFFE6;
  border-radius: 1.25rem;
  border: 2px solid #00695E;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .05);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, .05);
  padding: 30px 20px 25px;
  padding: 1.875rem 1.25rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .document__card {
    margin: 0 auto;
  }
  .document__card + .document__card {
    margin-top: 1.25rem;
  }
}

.document__card-icon {
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin: 0 auto;
}

/* ★ カードリンク */
.document__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}
.document__card-link:hover {
  opacity: .7;
}

.document__card-title {
  font-weight: 700;
  color: #2CB521;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.document__card-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.document__box {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 40px 50px 55px;
  padding: 2.5rem 3.125rem 3.4375rem;
}
@media screen and (max-width: 767px) {
  .document__box {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.document__box-list {
  margin-top: 35px;
  margin-top: 2.1875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .document__box-list {
    margin-top: 1.25rem;
    margin-left: 0.625rem;
  }
}

.document__box-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: url(../images/common/check-icon01.png) no-repeat left top 7px/20px;
  background: url(../images/common/check-icon01.png) no-repeat left top 0.4375rem/1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .document__box-list-item {
    background: url(../images/common/check-icon01.png) no-repeat left top 0.3125rem/1.0625rem;
    padding-left: 1.5625rem;
  }
}
.document__box-list-item + .document__box-list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .document__box-list-item + .document__box-list-item {
    margin-top: 0.625rem;
  }
}

/* faq */
.faq {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
.faq .l-content {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .faq .l-content {
    padding-bottom: 3.75rem;
  }
}
.faq .title {
  color: #00695E;
}

.faq__tab {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  gap: 0.625rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .faq__tab {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
  }
}

.faq__tab-item button {
  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: 100%;
  min-height: 70px;
  min-height: 4.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  background: #fff;
  border-radius: 0.625rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .1));
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .faq__tab-item button {
    min-height: 3.75rem;
    font-size: 1.25rem;
  }
}
.faq__tab-item button:hover {
  opacity: 1;
}
.faq__tab-item:first-child button {
  color: #00695E;
}
.faq__tab-item:first-child button:hover {
  color: #fff;
  background: #00695E;
}
.faq__tab-item:first-child.current button {
  color: #fff;
  background: #00695E;
}
.faq__tab-item:nth-child(2) button {
  color: #2CB522;
}
.faq__tab-item:nth-child(2) button:hover {
  color: #fff;
  background: #2CB522;
}
.faq__tab-item:nth-child(2).current button {
  color: #fff;
  background: #2CB522;
}
.faq__tab-item:nth-child(3) button {
  color: #13B571;
}
.faq__tab-item:nth-child(3) button:hover {
  color: #fff;
  background: #13B571;
}
.faq__tab-item:nth-child(3).current button {
  color: #fff;
  background: #13B571;
}
.faq__tab-item:nth-child(4) button {
  color: #23A296;
}
.faq__tab-item:nth-child(4) button:hover {
  color: #fff;
  background: #23A296;
}
.faq__tab-item:nth-child(4).current button {
  color: #fff;
  background: #23A296;
}
.faq__tab-item:nth-child(5) button {
  color: #00695E;
}
.faq__tab-item:nth-child(5) button:hover {
  color: #fff;
  background: #00695E;
}
.faq__tab-item:nth-child(5).current button {
  color: #fff;
  background: #00695E;
}
.faq__tab-item:nth-child(6) button {
  color: #2CB522;
}
.faq__tab-item:nth-child(6) button:hover {
  color: #fff;
  background: #2CB522;
}
.faq__tab-item:nth-child(6).current button {
  color: #fff;
  background: #2CB522;
}

.faq__contents {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .faq__contents {
    margin-top: 2.5rem;
  }
}

.faq__content {
  background: #fff;
  border-radius: 1.25rem;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq__content {
    padding: 2.5rem 1.25rem;
  }
}
.faq__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;
  }
}
.faq__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.faq__qa {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .faq__qa {
    margin-top: 1.875rem;
  }
}

/* news-archive */
.news-archive {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-archive {
    padding-bottom: 3.75rem;
  }
}
.news-archive .l-content {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .news-archive .l-content {
    padding-bottom: 3.75rem;
  }
}

.news-archive__category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .news-archive__category {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}
.news-archive__category a {
  text-align: center;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
  border-radius: 1.25rem;
  padding: 17px;
  padding: 1.0625rem;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
@media screen and (max-width: 767px) {
  .news-archive__category a {
    font-size: 1.25rem;
    border-radius: 0.625rem;
  }
}
.news-archive__category a:first-child {
  color: #00695E;
}
.news-archive__category a:first-child.current {
  color: #fff;
  background: #00695E;
}
.news-archive__category a:first-child:hover {
  color: #fff;
  background: #00695E;
}
.news-archive__category a:nth-child(2) {
  color: #2CB521;
}
.news-archive__category a:nth-child(2).current {
  color: #fff;
  background: #2CB521;
}
.news-archive__category a:nth-child(2):hover {
  color: #fff;
  background: #2CB521;
}
.news-archive__category a:nth-child(3) {
  color: #23A296;
}
.news-archive__category a:nth-child(3).current {
  color: #fff;
  background: #23A296;
}
.news-archive__category a:nth-child(3):hover {
  color: #fff;
  background: #23A296;
}
.news-archive__category a.current {
  pointer-events: none;
}
.news-archive__category a:hover {
  opacity: 1;
}

.news-archive__content {
  padding: 0 60px;
  padding: 0 3.75rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    padding: 0;
    margin-top: 1.875rem;
  }
}

/* news-single */
.news-single {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news-single {
    padding-bottom: 3.75rem;
  }
}
.news-single .l-content {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .news-single .l-content {
    padding: 3.75rem 0;
  }
}
.news-single .l-inner {
  max-width: 990px;
  max-width: 61.875rem;
}

.news-single__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
}

.news-single__date {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
}

.news-single__category span {
  display: inline-block;
  font-weight: 700;
  color: #2CB521;
  background: #fff;
  border: 1px solid #2CB521;
  border: 0.0625rem solid #2CB521;
  border-radius: 0.3125rem;
  padding: 3px 9px;
  padding: 0.1875rem 0.5625rem;
}
.news-single__category span.news {
  color: #2CB521;
  border-color: #2CB521;
}
.news-single__category span.important {
  color: #00695E;
  border-color: #00695E;
}
.news-single__category span.withdraw {
  color: #24A196;
  border-color: #24A196;
}

.news-single__title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.news-single__post {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .news-single__post {
    margin-top: 2.5rem;
  }
}
.news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h2, .news-single__post h3, .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    margin-bottom: 1.25rem;
  }
}
.news-single__post h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1EA813;
  border-left: 6px solid #1EA813;
  border-left: 0.375rem solid #1EA813;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    border-left: 0.25rem solid #1EA813;
  }
}
.news-single__post h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #1EA813;
  border-left: 4px solid #1EA813;
  border-left: 0.25rem solid #1EA813;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .news-single__post h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    border-left: 0.25rem solid #1EA813;
  }
}
.news-single__post h4, .news-single__post h5, .news-single__post h6 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1EA813;
}
@media screen and (max-width: 767px) {
  .news-single__post h4, .news-single__post h5, .news-single__post h6 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
.news-single__post p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  font-weight: 500;
}
.news-single__post p:not(:last-child) {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news-single__post p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.news-single__post ul, .news-single__post ol {
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .news-single__post ul, .news-single__post ol {
    margin-left: 0;
  }
}
.news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news-single__post ul:not(:last-child), .news-single__post ol:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.news-single__post ul li {
  background: url(../images/common/check-icon01.png) no-repeat left top 7px/20px;
  background: url(../images/common/check-icon01.png) no-repeat left top 0.4375rem/1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.news-single__post ol li {
  list-style: decimal;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.news-single__post li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
.news-single__post li:not(:first-child) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .news-single__post li:not(:first-child) {
    margin-top: 0.625rem;
  }
}
.news-single__post figure {
  width: 720px;
  width: 45rem;
  max-width: 100%;
  margin: 0 auto;
}
.news-single__post figure:not(:last-child) {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .news-single__post figure:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.news-single__btn {
  width: 272px;
  width: 17rem;
  margin: 80px auto 0;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .news-single__btn {
    margin-top: 2.5rem;
  }
}

/* privacy */
.privacy {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding-bottom: 3.75rem;
  }
}
.privacy .l-content {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .privacy .l-content {
    padding-bottom: 3.75rem;
  }
}

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

.privacy__date {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
}

.privacy__text {
  font-weight: 500;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.privacy__items {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .privacy__items {
    margin-top: 2.5rem;
  }
}

.privacy__item + .privacy__item {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .privacy__item + .privacy__item {
    margin-top: 3.125rem;
  }
}

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

.privacy__box {
  background: #fff;
  border-radius: 1.25rem;
  padding: 35px 50px 50px;
  padding: 2.1875rem 3.125rem 3.125rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .privacy__box {
    margin-top: 3.75rem;
    padding: 1.875rem 1.25rem;
  }
}

.privacy__box-title {
  color: #00695E;
  border-color: #00695E;
}

.privacy__list {
  border: 1px solid #2CB521;
  border: 0.0625rem solid #2CB521;
  border-radius: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .privacy__list {
    margin-top: 1.25rem;
  }
}

.privacy__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .privacy__list-item {
    display: block;
    font-size: 1rem;
  }
}
.privacy__list-item:nth-child(odd) .privacy__list-title, .privacy__list-item:nth-child(odd) .privacy__list-text {
  background: #EFFFE6;
}
@media screen and (max-width: 767px) {
  .privacy__list-item:nth-child(odd) .privacy__list-title, .privacy__list-item:nth-child(odd) .privacy__list-text {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .privacy__list-item:nth-child(odd) .privacy__list-title {
    background: #EFFFE6;
  }
}
.privacy__list-item:first-child .privacy__list-title {
  border-radius: 1.25rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .privacy__list-item:first-child .privacy__list-title {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
.privacy__list-item:first-child .privacy__list-text {
  border-radius: 0 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .privacy__list-item:first-child .privacy__list-text {
    border-radius: 0;
  }
}
.privacy__list-item:last-child .privacy__list-title {
  border-radius: 0 0 0 1.25rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-item:last-child .privacy__list-title {
    border-radius: 0;
  }
}
.privacy__list-item:last-child .privacy__list-text {
  border-radius: 0 0 1.25rem 0;
}
@media screen and (max-width: 767px) {
  .privacy__list-item:last-child .privacy__list-text {
    border-radius: 0 0 1.25rem 1.25rem;
  }
}

.privacy__list-title {
  width: 22%;
  padding: 13px 30px;
  padding: 0.8125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-title {
    width: 100%;
    padding: 0.75rem 1.25rem;
    border-top: 0.0625rem solid #2CB521;
    background: #EFFFE6;
  }
}

.privacy__list-text {
  width: 78%;
  font-weight: 500;
  border-left: 1px solid #2CB521;
  border-left: 0.0625rem solid #2CB521;
  padding: 13px 50px;
  padding: 0.8125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .privacy__list-text {
    width: 100%;
    border-left: none;
    padding: 0.75rem 1.25rem;
  }
}

/* guide */
.guide .l-content {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .guide .l-content {
    padding-bottom: 3.125rem;
  }
}

.guide__inner {
  position: relative;
}

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

.guide__img {
  position: absolute;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  top: -120px;
  top: -7.5rem;
  right: -100px;
  right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .guide__img {
    position: static;
    margin: 1.25rem auto 0;
  }
}
.guide__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .guide__img img {
    border-radius: 0.625rem;
  }
}

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

.guide__card-wrapper:first-child .guide__heading {
  color: #2CB522;
}
.guide__card-wrapper:first-child .guide__heading::before, .guide__card-wrapper:first-child .guide__heading::after {
  background: #2CB522;
}
.guide__card-wrapper:first-child .guide__card:first-child::before {
  width: 65px;
  width: 4.0625rem;
  height: 50px;
  height: 3.125rem;
  left: 18px;
  left: 1.125rem;
  top: -20px;
  top: -1.25rem;
  background: url(../images/ryokin/guide-icon01.png) no-repeat center/contain;
}
.guide__card-wrapper:first-child .guide__card:first-child::after {
  background: url(../images/ryokin/guide-arrow01.png) no-repeat center/contain;
}
.guide__card-wrapper:first-child .guide__card:first-child .guide__card-number {
  background: #2CB521;
}
.guide__card-wrapper:first-child .guide__card:first-child .guide__card-title {
  color: #2CB521;
}
.guide__card-wrapper:first-child .guide__card:first-child .guide__card-item-text span {
  color: #2CB521;
}
.guide__card-wrapper:first-child .guide__card:nth-child(2)::after {
  background: url(../images/ryokin/guide-arrow02.png) no-repeat center/contain;
}
.guide__card-wrapper:first-child .guide__card:nth-child(2) .guide__card-number {
  background: #13B571;
}
.guide__card-wrapper:first-child .guide__card:nth-child(2) .guide__card-title {
  color: #13B571;
}
.guide__card-wrapper:first-child .guide__card:nth-child(2) .guide__card-item-text span {
  color: #13B571;
}
.guide__card-wrapper:nth-child(2) .guide__heading {
  color: #23A296;
}
.guide__card-wrapper:nth-child(2) .guide__heading::before, .guide__card-wrapper:nth-child(2) .guide__heading::after {
  background: #23A296;
}
.guide__card-wrapper:nth-child(2) .guide__card:first-child::before {
  width: 52px;
  width: 3.25rem;
  height: 59px;
  height: 3.6875rem;
  right: 29px;
  right: 1.8125rem;
  bottom: 23px;
  bottom: 1.4375rem;
  background: url(../images/ryokin/guide-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .guide__card-wrapper:nth-child(2) .guide__card:first-child::before {
    right: 0.9375rem;
  }
}
.guide__card-wrapper:nth-child(2) .guide__card:first-child::after {
  background: url(../images/ryokin/guide-arrow03.png) no-repeat center/contain;
}
.guide__card-wrapper:nth-child(2) .guide__card:first-child .guide__card-number {
  background: #23A296;
}
.guide__card-wrapper:nth-child(2) .guide__card:first-child .guide__card-title {
  color: #23A296;
}
.guide__card-wrapper:nth-child(2) .guide__card:first-child .guide__card-item-text span {
  color: #23A296;
}
.guide__card-wrapper:nth-child(2) .guide__card:nth-child(2)::before {
  width: 65px;
  width: 4.0625rem;
  height: 50px;
  height: 3.125rem;
  right: 18px;
  right: 1.125rem;
  top: -20px;
  top: -1.25rem;
  background: url(../images/ryokin/guide-icon03.png) no-repeat center/contain;
}
.guide__card-wrapper:nth-child(2) .guide__card:nth-child(2) .guide__card-number {
  background: #00695E;
}
.guide__card-wrapper:nth-child(2) .guide__card:nth-child(2) .guide__card-title {
  color: #00695E;
}
.guide__card-wrapper:nth-child(2) .guide__card:nth-child(2) .guide__card-items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .guide__card-wrapper:nth-child(2) .guide__card:nth-child(2) .guide__card-items {
    margin-top: 1.25rem;
  }
}
.guide__card-wrapper:nth-child(2) .guide__card:nth-child(2) .guide__card-item-text span {
  color: #00695E;
}

.guide__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide__heading {
    font-size: 1.375rem;
  }
}
.guide__heading::before, .guide__heading::after {
  display: block;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  height: 0.25rem;
}
@media screen and (max-width: 767px) {
  .guide__heading::before, .guide__heading::after {
    height: 0.125rem;
  }
}
.guide__heading::before {
  margin-right: 0.5em;
}
.guide__heading::after {
  margin-left: 0.5em;
}

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

.guide__card {
  min-height: 540px;
  min-height: 33.75rem;
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
  padding: 50px 15px 20px;
  padding: 3.125rem 0.9375rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guide__card {
    min-height: unset;
    border-radius: 0.625rem;
  }
}
.guide__card::before, .guide__card::after {
  position: absolute;
  content: "";
}
.guide__card::after {
  position: absolute;
  content: "";
  width: 16px;
  width: 1rem;
  height: 48px;
  height: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -16px;
  right: -1rem;
}
@media screen and (max-width: 767px) {
  .guide__card::after {
    top: unset;
    right: unset;
    bottom: -2.5rem;
    left: 48%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}

.guide__card-number {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
  top: -2.5rem;
  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: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  font-size: 53px;
  font-size: 3.3125rem;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .guide__card-number {
    width: 3.75rem;
    height: 3.75rem;
    top: -1.875rem;
    font-size: 2.5rem;
  }
}

.guide__card-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .guide__card-title {
    font-size: 1.375rem;
  }
}

.guide__card-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.guide__card-items {
  border-bottom: 1px solid #EBEBEB;
  border-bottom: 0.0625rem solid #EBEBEB;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.guide__card-item {
  border-top: 1px solid #EBEBEB;
  border-top: 0.0625rem solid #EBEBEB;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.guide__card-item-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.guide__card-item-title span {
  font-weight: 400;
}

.guide__card-item-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.guide__card-item-text > span {
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
  margin-right: -10px;
  margin-right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .guide__card-item-text > span {
    font-size: 1.5rem;
  }
}
.guide__card-item-text > span span {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .guide__card-item-text > span span {
    font-size: 2.25rem;
  }
}

.guide__card-item-subtext {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.guide__units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .guide__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.guide__unit {
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
  padding: 20px 10px 15px;
  padding: 1.25rem 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .guide__unit {
    border-radius: 0.625rem;
    padding: 1.25rem 0.625rem;
  }
}

.guide__unit-header {
  min-height: 70px;
  min-height: 4.375rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .guide__unit-header {
    min-height: unset;
  }
}

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

.guide__unit-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.guide__unit-items {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .guide__unit-items {
    margin-top: 0.9375rem;
  }
}

.guide__unit-item {
  background: #EFFFE6;
  border-radius: 1.25rem;
  padding: 10px;
  padding: 0.625rem;
}
@media screen and (max-width: 767px) {
  .guide__unit-item {
    border-radius: 0.625rem;
  }
}
.guide__unit-item + .guide__unit-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.guide__unit-item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.guide__unit-item-price {
  font-size: 14px;
  font-size: 0.875rem;
}
.guide__unit-item-price span {
  font-size: 28px;
  font-size: 1.75rem;
  color: #2CB521;
}
@media screen and (max-width: 767px) {
  .guide__unit-item-price span {
    font-size: 1.5rem;
  }
}
.guide__unit-item-price span span {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .guide__unit-item-price span span {
    font-size: 2.25rem;
  }
}

.guide__unit-subtext {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

/* notes */
.notes {
  padding-top: 40px;
  padding-top: 2.5rem;
}

.notes__content {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 767px) {
  .notes__content {
    margin-top: 1.875rem;
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}

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

.notes__list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: url(../images/common/check-icon01.png) no-repeat left top 8px/20px;
  background: url(../images/common/check-icon01.png) no-repeat left top 0.5rem/1.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}
.notes__list-item + .notes__list-item {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 767px) {
  .notes__list-item + .notes__list-item {
    margin-top: 0.625rem;
  }
}

/* price */
.price {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .price {
    padding: 3.75rem 0;
  }
}
.price .subtitle {
  color: #00695E;
  border-color: #00695E;
}

.price__content {
  background: #F7F7F7;
  border-radius: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 40px 50px 60px;
  padding: 2.5rem 3.125rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .price__content {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.price__unit + .price__unit {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .price__unit + .price__unit {
    margin-top: 2.5rem;
  }
}

.price__table {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.price__table tr > :first-child {
  width: 38%;
}
.price__table th {
  text-align: left;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .price__table th {
    padding: 0.625rem 1.25rem;
  }
}
.price__table td {
  padding: 10px 10px 10px 30px;
  padding: 0.625rem 0.625rem 0.625rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .price__table td {
    padding-left: 1.25rem;
  }
}
.price__table td:first-child span {
  color: #2CB521;
  font-weight: 900;
}
.price__table td:nth-child(2) {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.price__table td:nth-child(2) span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .price__table td:nth-child(2) span {
    font-size: 1.375rem;
  }
}

/* request */
.request {
  text-align: center;
  padding: 60px 0;
  padding: 3.75rem 0;
}
@media screen and (max-width: 767px) {
  .request {
    padding: 2.5rem 0;
  }
}

.request__content {
  background: #EFFFE6;
  border-radius: 1.25rem;
  padding: 60px 20px 50px;
  padding: 3.75rem 1.25rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .request__content {
    padding: 2.5rem 1.25rem;
  }
}

.request__btn {
  width: 500px;
  width: 31.25rem;
  min-height: 80px;
  min-height: 5rem;
  font-size: 24px;
  font-size: 1.5rem;
  padding-right: 0;
  margin: 45px auto 0;
  margin: 2.8125rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .request__btn {
    font-size: 1.125rem;
    min-height: 3.75rem;
    margin-top: 1.875rem;
  }
}
.request__btn::before {
  position: absolute;
  content: "";
  width: 70px;
  width: 4.375rem;
  height: 50px;
  height: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
  left: 1.5625rem;
  background: url(../images/ryokin/request-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .request__btn::before {
    width: 3.75rem;
    height: 2.5rem;
    left: 0.9375rem;
  }
}
.request__btn::after {
  right: 15px;
  right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .request__btn::after {
    right: 0.3125rem;
  }
}

/* ryokin */
/* simulator */
.simulator .l-content {
  background: #00695E;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .simulator .l-content {
    padding-bottom: 2.5rem;
  }
}
.simulator .title span {
  color: #fff;
  background-image: url(../images/common/title-icon02.png);
}

.simulator__content {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 80px 185px;
  padding: 5rem 11.5625rem;
}
@media screen and (max-width: 767px) {
  .simulator__content {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 0.9375rem;
  }
}

.simulator__text {
  color: #00695E;
  font-weight: 700;
}

.simulator__form {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.simulator__form .form__item:not(:first-child) {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .simulator__form .form__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
.simulator__form .form__item.vertical .form__item-input {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .simulator__form .form__item.vertical .form__item-input {
    margin-top: 0.625rem;
  }
}
.simulator__form .form__item-input select {
  border: 1px solid #00695E;
  border: 0.0625rem solid #00695E;
  background: url(../images/common/dropdown-icon.png) no-repeat center right 28px/12px;
  background: url(../images/common/dropdown-icon.png) no-repeat center right 1.75rem/0.75rem;
}
.simulator__form .form__radio input[type=radio] + span {
  font-weight: 400;
  padding-left: 46px;
  padding-left: 2.875rem;
}
@media screen and (max-width: 767px) {
  .simulator__form .form__radio input[type=radio] + span {
    padding-left: 2.0625rem;
  }
}
.simulator__form .form__radio input[type=radio] + span::before {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  border-color: #00695E;
}
@media screen and (max-width: 767px) {
  .simulator__form .form__radio input[type=radio] + span::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.simulator__form .form__radio input[type=radio] + span::after {
  left: 10px;
  left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .simulator__form .form__radio input[type=radio] + span::after {
    left: 0.375rem;
  }
}
.simulator__form .form__btn {
  width: 380px;
  width: 23.75rem;
  background: #2CB521;
  margin-top: 80px;
  margin-top: 5rem;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .simulator__form .form__btn {
    padding-right: 2.5rem;
    margin-top: 2.5rem;
  }
}
.simulator__form .form__btn::after {
  background-image: url(../images/common/download-icon.png);
}

.simulator__footer {
  background: #EFFFE6;
  border-radius: 1.25rem;
  margin-top: 80px;
  margin-top: 5rem;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .simulator__footer {
    border-radius: 0.625rem;
    margin-top: 2.5rem;
    padding: 1.25rem 0.9375rem;
  }
}

.simulator__body {
  background: #fff;
  border-radius: 1.25rem;
  border: 2px solid #2CB521;
  border: 0.125rem solid #2CB521;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .simulator__body {
    border-radius: 0.625rem;
    padding: 1.25rem 0.9375rem;
  }
}

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

.simulator__price {
  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: 10px;
  gap: 0.625rem;
  color: #2CB521;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 0 40px;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .simulator__price {
    display: block;
    text-align: center;
    padding: 0;
    margin-top: 1.25rem;
  }
}

.simulator__tax {
  width: 56px;
  width: 3.5rem;
  height: 72px;
  height: 4.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #2CB521;
  border: 0.0625rem solid #2CB521;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .simulator__tax {
    display: block;
    width: 6.25rem;
    height: auto;
    font-size: 1rem;
    margin: 0 auto;
    border-radius: 0.3125rem;
  }
}

.simulator__number {
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -20px;
  margin-top: -1.25rem;
}
@media screen and (max-width: 767px) {
  .simulator__number {
    font-size: 3.75rem;
  }
}

.simulator__yen {
  font-size: 32px;
  font-size: 2rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .simulator__yen {
    font-size: 1.5rem;
    margin-top: 1.5625rem;
  }
}

.simulator__box {
  background: #F7F7F7;
  border-radius: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .simulator__box {
    border-radius: 0.625rem;
    margin-top: 0.625rem;
    padding: 1.25rem 0.9375rem;
  }
}

.simulator__subheading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .simulator__subheading {
    font-size: 1rem;
  }
}

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

.simulator__list-item {
  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;
  gap: 10px;
  gap: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .simulator__list-item {
    font-size: 1rem;
  }
}
.simulator__list-item + .simulator__list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .simulator__list-item + .simulator__list-item {
    margin-top: 0.3125rem;
  }
}
.simulator__list-item:last-child {
  border-top: 1px solid #000;
  border-top: 0.0625rem solid #000;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .simulator__list-item:last-child {
    padding-top: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.simulator__list-title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.simulator__list-text span {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .simulator__list-text span {
    font-size: 1.5rem;
  }
}

.simulator__caution {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.43;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 1em;
  text-indent: -1em;
}

/* app */
.app {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .app {
    padding: 3.75rem 0;
  }
}

.app__form {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .app__form {
    margin-top: 1.875rem;
  }
}
.app__form .form__btn {
  width: 272px;
  width: 17rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* fee */
.fee__inner {
  position: relative;
}

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

.fee__img {
  position: absolute;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  top: -120px;
  top: -7.5rem;
  right: -100px;
  right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .fee__img {
    position: static;
    width: 100%;
    margin-top: 1.25rem;
  }
}
.fee__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fee__img img {
    border-radius: 0.625rem;
  }
}

.fee__content {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 55px 50px 50px;
  padding: 3.4375rem 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .fee__content {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.fee__box {
  background: #EFFFE6;
  border-radius: 1.25rem;
  padding: 40px 155px 40px;
  padding: 2.5rem 9.6875rem 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fee__box {
    padding: 1.25rem 0.9375rem;
    border-radius: 0.625rem;
  }
}

.fee__list-item {
  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;
  background: #fff;
  border-radius: 0.625rem;
  color: #00695E;
  border-radius: 0.625rem;
  padding: 5px 40px;
  padding: 0.3125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .fee__list-item {
    padding: 0.3125rem 1.25rem;
  }
}
.fee__list-item + .fee__list-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .fee__list-item + .fee__list-item {
    margin-top: 0.625rem;
  }
}

.fee__list-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .fee__list-title {
    font-size: 1rem;
  }
}

.fee__list-text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fee__list-text {
    font-size: 1.25rem;
  }
}

.fee__subtext {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .fee__subtext {
    text-align: left;
    font-size: 1rem;
  }
}

/* flow */
.flow {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 3.75rem 0;
  }
}

.flow__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .flow__items {
    margin-top: 1.875rem;
  }
}

.flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .flow__item {
    display: block;
    padding: 1.25rem 1.25rem;
  }
}
.flow__item + .flow__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.flow__item:first-child {
  background: #EFFFE6;
}
.flow__item:first-child .flow__item-number {
  background: #2CB521;
}
.flow__item:nth-child(2) {
  background: #DFF5EC;
}
.flow__item:nth-child(2) .flow__item-number {
  background: #13B571;
}
.flow__item:nth-child(3) {
  background: #D3ECEA;
}
.flow__item:nth-child(3) .flow__item-number {
  background: #22A396;
}
.flow__item:nth-child(4) {
  background: #D0E3E1;
}
.flow__item:nth-child(4) .flow__item-number {
  background: #00695E;
}

.flow__item-number {
  width: 50px;
  width: 3.125rem;
  min-width: 50px;
  min-width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  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;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .flow__item-number {
    font-size: 1.75rem;
    margin: 0 auto;
  }
}

.flow__item-icon {
  width: 100px;
  width: 6.25rem;
  min-width: 100px;
  min-width: 6.25rem;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .flow__item-icon {
    margin: 0.9375rem auto 0;
  }
}

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

.flow__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #00695E;
  font-weight: 700;
}

.flow__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.flow__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  border-radius: 1.25rem;
  border: 3px solid #2CB521;
  border: 0.1875rem solid #2CB521;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 5px 30px;
  padding: 0.3125rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .flow__box {
    display: block;
    margin-top: 1.875rem;
    padding: 0.625rem 1.25rem 0.9375rem;
  }
}

.flow__box-icon {
  width: 107px;
  width: 6.6875rem;
  min-width: 107px;
  min-width: 6.6875rem;
}
@media screen and (max-width: 767px) {
  .flow__box-icon {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .flow__box-body {
    margin-top: 0.625rem;
  }
}

.flow__box-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00695E;
}

.flow__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.flow__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .flow__cards {
    display: block;
    margin-top: 1.875rem;
  }
}

.flow__card {
  text-align: center;
  width: 245px;
  width: 15.3125rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .flow__card {
    width: 100%;
  }
  .flow__card + .flow__card {
    margin-top: 1.25rem;
  }
}

.flow__card-inner {
  display: block;
  border-radius: 1.25rem;
  background: #F7F7F7;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .flow__card-inner {
    padding: 1.25rem 1.25rem;
  }
}

.flow__card-icon {
  width: 100px;
  width: 6.25rem;
  max-width: 100%;
  margin: 0 auto;
}

.flow__card-title {
  color: #2CB521;
  font-weight: 700;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .flow__card-title {
    margin-top: 0.625rem;
  }
}

.flow__card-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .flow__card-text {
    margin-top: 0.625rem;
  }
}

/* inquiry */
.inquiry__content {
  border-radius: 1.25rem;
  background: #fff;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 50px 50px;
  padding: 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .inquiry__content {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.inquiry__item + .inquiry__item {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .inquiry__item + .inquiry__item {
    margin-top: 2.5rem;
  }
}

.inquiry__item-text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .inquiry__item-text {
    margin-top: 0.625rem;
  }
}

/* schedule */
.schedule__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;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .schedule__header {
    display: block;
  }
}

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

.schedule__img {
  width: 362px;
  width: 22.625rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .schedule__img {
    width: 12.5rem;
    margin: 1.25rem auto 0;
  }
}

.schedule__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .schedule__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.schedule__card {
  border-radius: 1.25rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .schedule__card {
    border-radius: 0.625rem;
  }
}

.schedule__card--closed .schedule__card-header {
  background: #A3A3A3;
}
.schedule__card--closed .schedule__card-title {
  color: #fff;
  background-image: url(../images/common/check-icon03.png);
}
.schedule__card--closed .schedule__card-btn {
  padding-right: 0;
  background: #A3A3A3;
  pointer-events: none;
}
.schedule__card--closed .schedule__card-btn::after {
  display: none;
}

.schedule__card-header {
  background: #EFFFE6;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .schedule__card-header {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.schedule__card-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  background: url(../images/common/check-icon02.png) no-repeat center left/16px;
  background: url(../images/common/check-icon02.png) no-repeat center left/1rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
}

.schedule__card-body {
  padding: 10px 20px 20px;
  padding: 0.625rem 1.25rem 1.25rem;
}

.schedule__card-date {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00695E;
  white-space: nowrap;
}
.schedule__card-date .date {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .schedule__card-date .date {
    font-size: 1.625rem;
  }
}
.schedule__card-date .date span {
  font-size: 42px;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .schedule__card-date .date span {
    font-size: 2rem;
  }
}
.schedule__card-date .day {
  font-size: 32px;
  font-size: 2rem;
  margin: 0 -20px;
  margin: 0 -1.25rem;
}
@media screen and (max-width: 767px) {
  .schedule__card-date .day {
    font-size: 1.625rem;
    margin: 0 -0.625rem;
  }
}

.schedule__card-box {
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .schedule__card-box {
    border-radius: 0.625rem;
    padding: 0.9375rem;
    margin-top: 0.625rem;
  }
}

.schedule__card-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.schedule__card-list-item + .schedule__card-list-item {
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .schedule__card-list-item + .schedule__card-list-item {
    margin-top: 0.625rem;
  }
}

.schedule__card-list-title {
  font-weight: 700;
  white-space: nowrap;
}

.schedule__card-btn {
  width: 100%;
  padding-right: 65px;
  padding-right: 4.0625rem;
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .schedule__card-btn {
    padding-right: 3.125rem;
  }
}

/* seminar */
.seminar {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .seminar {
    padding-bottom: 3.75rem;
  }
}

/* target */
.target__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .target__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.target__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (max-width: 767px) {
  .target__item {
    display: block;
    border-radius: 0.625rem;
  }
}

.target__item-icon {
  width: 100px;
  width: 6.25rem;
  min-width: 100px;
  min-width: 6.25rem;
}
@media screen and (max-width: 767px) {
  .target__item-icon {
    margin: 0 auto;
  }
}

.target__item-text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00695E;
  line-height: 1.78;
}

.target__footer {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (max-width: 767px) {
  .target__footer {
    margin-top: 1.5625rem;
  }
}

.target__subtitle {
  font-weight: 700;
  background: url(../images/common/note-icon.png) no-repeat left top 6px/23px;
  background: url(../images/common/note-icon.png) no-repeat left top 0.375rem/1.4375rem;
  padding-left: 33px;
  padding-left: 2.0625rem;
}
@media screen and (max-width: 767px) {
  .target__subtitle {
    background-position: left top 0.1875rem;
  }
}

.target__list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .target__list {
    margin-top: 0.625rem;
  }
}

.target__list-item {
  background: url(../images/common/check-icon02.png) no-repeat left top 9px/16px;
  background: url(../images/common/check-icon02.png) no-repeat left top 0.5625rem/1rem;
  padding-left: 26px;
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .target__list-item {
    background-position: left top 0.375rem;
  }
}

/* tuition */
.tuition {
  padding: 80px 0 100px;
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .tuition {
    padding: 3.75rem 0;
  }
}

.tuition__content {
  width: 710px;
  width: 44.375rem;
  max-width: 100%;
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 40px;
  padding: 2.5rem;
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 767px) {
  .tuition__content {
    padding: 1.25rem;
    margin-top: 1.875rem;
  }
}

.tuition__list-item {
  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;
  background: #fff;
  border-radius: 0.625rem;
  color: #00695E;
  border-radius: 0.625rem;
  padding: 5px 40px;
  padding: 0.3125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .tuition__list-item {
    padding: 0.3125rem 1.25rem;
  }
}
.tuition__list-item + .tuition__list-item {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .tuition__list-item + .tuition__list-item {
    margin-top: 0.625rem;
  }
}

.tuition__list-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .tuition__list-title {
    font-size: 1rem;
  }
}

.tuition__list-text {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .tuition__list-text {
    font-size: 1.25rem;
  }
}

.tuition__caution {
  text-align: right;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .tuition__caution {
    text-align: left;
    font-size: 1rem;
  }
}

/* search */
.search .subtitle {
  font-size: 18px;
  font-size: 1.125rem;
}

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

.search__units {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .search__units {
    margin-top: 1.875rem;
  }
}

.search__unit {
  border-radius: 1.25rem;
  background: #fff;
  padding: 50px 50px;
  padding: 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .search__unit {
    border-radius: 0.625rem;
    padding: 1.875rem 1.25rem;
  }
}
.search__unit + .search__unit {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .search__unit + .search__unit {
    margin-top: 1.875rem;
  }
}
.search__unit:nth-child(2) {
  padding: 30px 50px 40px;
  padding: 1.875rem 3.125rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .search__unit:nth-child(2) {
    padding: 1.875rem 1.25rem;
  }
}
.search__unit:nth-child(2) .subtitle {
  color: #00695E;
  border-color: #00695E;
}

.search__form .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .search__form .form__items {
    display: block;
  }
}
.search__form .form__item {
  width: 250px;
  width: 15.625rem;
  max-width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .search__form .form__item {
    width: 100%;
  }
  .search__form .form__item:not(:first-child) {
    margin-top: 1.5625rem;
  }
}
.search__form .form__item:first-child {
  width: 380px;
  width: 23.75rem;
}
@media screen and (max-width: 767px) {
  .search__form .form__item:first-child {
    width: 100%;
  }
}
.search__form .form__item-input input[type=text] {
  background: #fff;
  border: 1px solid #00695E;
  border: 0.0625rem solid #00695E;
}
.search__form .form__item-input select {
  border: 1px solid #00695E;
  border: 0.0625rem solid #00695E;
  background: url(../images/common/dropdown-icon.png) no-repeat center right 18px/12px;
  background: url(../images/common/dropdown-icon.png) no-repeat center right 1.125rem/0.75rem;
}
.search__form .form__btn {
  width: 380px;
  width: 23.75rem;
  padding-right: 0;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .search__form .form__btn {
    margin-top: 2.5rem;
  }
}

.search__link-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .search__link-wrapper {
    margin-bottom: 2.5rem;
  }
}

.search__link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #00695E;
  background: url(../images/common/dropdown-icon.png) no-repeat center right/12px;
  background: url(../images/common/dropdown-icon.png) no-repeat center right/0.75rem;
  padding-right: 22px;
  padding-right: 1.375rem;
}

.search__subtext {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .search__subtext {
    margin-top: 0.9375rem;
  }
}

.search__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;
}
@media screen and (max-width: 767px) {
  .search__header {
    display: block;
  }
}

.search__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .search__order {
    display: block;
    margin-top: 0.9375rem;
  }
}

.search__order-text {
  font-size: 18px;
  font-size: 1.125rem;
}

.search__order-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .search__order-btns {
    display: block;
    margin-top: 0.9375rem;
  }
}

.search__order-btn {
  display: inline-block;
  background: #F7F7F7;
  color: #848484;
  border-radius: 0.625rem;
  padding: 13px 18px;
  padding: 0.8125rem 1.125rem;
}
@media screen and (max-width: 767px) {
  .search__order-btn {
    width: 100%;
  }
  .search__order-btn + .search__order-btn {
    margin-top: 0.625rem;
  }
}
.search__order-btn.current {
  color: #fff;
  background: #00695E;
}
.search__order-btn:hover {
  opacity: 1;
}

.search__table {
  table-layout: unset;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .search__table {
    margin-top: 1.25rem;
  }
}
.search__table tr:nth-child(odd) td span {
  background: #EFFFE6;
}
.search__table tr:nth-child(even) td span {
  background: #fff;
}
.search__table th {
  white-space: nowrap;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.search__table th:first-child, .search__table th:nth-child(2) {
  width: 150px;
  width: 9.375rem;
}
.search__table td {
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}
.search__table td span {
  display: inline-block;
  font-weight: 500;
  color: #2CB521;
  border-radius: 1.875rem;
  padding: 4px 20px;
  padding: 0.25rem 1.25rem;
}

.search__close-wrapper {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .search__close-wrapper {
    margin-top: 1.25rem;
  }
}

.search__close {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #2CB521;
  line-height: 1.8;
  background: url(../images/common/close-icon.png) no-repeat center right/32px;
  background: url(../images/common/close-icon.png) no-repeat center right/2rem;
  padding-right: 42px;
  padding-right: 2.625rem;
}
.search__close:hover {
  opacity: 1;
}

/* shizai */
/* usage */
.usage {
  padding: 100px 0;
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .usage {
    padding: 3.75rem 0;
  }
}

.usage__units {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .usage__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

.usage__unit {
  background: #EFFFE6;
  border-radius: 1.25rem;
  padding: 25px 10px 10px;
  padding: 1.5625rem 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .usage__unit {
    padding-top: 1.25rem;
  }
}
.usage__unit:first-child .usage__unit-title {
  background: url(../images/shizai/usage-icon01.png) no-repeat center left/42px;
  background: url(../images/shizai/usage-icon01.png) no-repeat center left/2.625rem;
}
.usage__unit:nth-child(2) .usage__unit-title {
  background: url(../images/shizai/usage-icon02.png) no-repeat center left/43px;
  background: url(../images/shizai/usage-icon02.png) no-repeat center left/2.6875rem;
}
.usage__unit:nth-child(3) .usage__unit-title {
  background: url(../images/shizai/usage-icon03.png) no-repeat center left/42px;
  background: url(../images/shizai/usage-icon03.png) no-repeat center left/2.625rem;
}

.usage__unit-header {
  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;
}

.usage__unit-title {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00695E;
  line-height: 1.25;
  padding-left: 63px;
  padding-left: 3.9375rem;
}
@media screen and (max-width: 767px) {
  .usage__unit-title {
    font-size: 1.25rem;
    padding-left: 3.4375rem;
  }
}
.usage__unit-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  min-height: 3.75rem;
}

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

.usage__unit-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: #fff;
  border-radius: 0.625rem;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
}
.usage__unit-list-item + .usage__unit-list-item {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.usage__unit-list-item span {
  color: #00695E;
  font-weight: 700;
}

.usage__box {
  border-radius: 1.25rem;
  border: 3px solid #2CB521;
  border: 0.1875rem solid #2CB521;
  padding: 70px 25px 45px;
  padding: 4.375rem 1.5625rem 2.8125rem;
  margin-top: 110px;
  margin-top: 6.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .usage__box {
    border-radius: 0.625rem;
    border: 0.125rem solid #2CB521;
    margin-top: 1.875rem;
    padding: 1.5625rem 0.9375rem;
  }
}

.usage__box-title {
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  top: -1.25rem;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00695E;
  background: #fff;
  padding: 0 23px 0 85px;
  padding: 0 1.4375rem 0 5.3125rem;
}
@media screen and (max-width: 767px) {
  .usage__box-title {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 1.25rem;
    line-height: 1.3;
    background: url(../images/shizai/usage-icon04.png) no-repeat center left/3.125rem;
    padding: 0 0 0 3.4375rem;
  }
}
.usage__box-title::before {
  position: absolute;
  content: "";
  width: 107px;
  width: 6.6875rem;
  height: 102px;
  height: 6.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  left: -1.875rem;
  background: url(../images/shizai/usage-icon04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .usage__box-title::before {
    display: none;
  }
}

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

.usage__box-list-item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  background: url(../images/common/check-icon02.png) no-repeat left top 5px/24px;
  background: url(../images/common/check-icon02.png) no-repeat left top 0.3125rem/1.5rem;
  padding-left: 34px;
  padding-left: 2.125rem;
}
.usage__box-list-item + .usage__box-list-item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .usage__box-list-item + .usage__box-list-item {
    margin-top: 0.9375rem;
  }
}
.usage__box-list-item span {
  font-weight: 700;
  color: #00695E;
}

/* merit */
.merit .l-content {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .merit .l-content {
    padding-bottom: 3.75rem;
  }
}

.merit__inner {
  position: relative;
}

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

.merit__img {
  position: absolute;
  width: 370px;
  width: 23.125rem;
  max-width: 100%;
  top: -100px;
  top: -6.25rem;
  right: -100px;
  right: -6.25rem;
}
@media screen and (max-width: 767px) {
  .merit__img {
    position: static;
    margin: 1.25rem auto 0;
  }
}
.merit__img img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .merit__img img {
    border-radius: 0.625rem;
  }
}

.merit__content {
  background: #fff;
  border-radius: 1.25rem;
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding: 50px 50px;
  padding: 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .merit__content {
    border-radius: 0.625rem;
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.merit__units {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .merit__units {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

.merit__unit:first-child .subtitle {
  color: #00695E;
  border-color: #00695E;
}
.merit__unit:first-child .merit__unit-list-item span {
  color: #00695E;
}
.merit__unit:nth-child(2) .merit__unit-list-item span {
  color: #2CB521;
}

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

.merit__unit-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  gap: 0.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
.merit__unit-list-item + .merit__unit-list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .merit__unit-list-item + .merit__unit-list-item {
    margin-top: 0.625rem;
  }
}

.merit__unit-img {
  width: 360px;
  width: 22.5rem;
  max-width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .merit__unit-img {
    width: 80%;
    margin: 1.25rem auto 0;
  }
}

.merit__box {
  border-radius: 1.25rem;
  border: 3px solid #2CB521;
  border: 0.1875rem solid #2CB521;
  padding: 65px 45px 45px;
  padding: 4.0625rem 2.8125rem 2.8125rem;
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .merit__box {
    border-radius: 0.625rem;
    border: 0.125rem solid #2CB521;
    margin-top: 1.875rem;
    padding: 1.5625rem 0.9375rem;
  }
}

.merit__box-title {
  position: absolute;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  top: -1.25rem;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00695E;
  background: #fff;
  padding: 0 23px 0 85px;
  padding: 0 1.4375rem 0 5.3125rem;
}
@media screen and (max-width: 767px) {
  .merit__box-title {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    font-size: 1.25rem;
    line-height: 1.3;
    background: url(../images/toroku/merit-icon02.png) no-repeat center left/3.125rem;
    padding: 0 0 0 3.4375rem;
  }
}
.merit__box-title::before {
  position: absolute;
  content: "";
  width: 107px;
  width: 6.6875rem;
  height: 102px;
  height: 6.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  left: -3.125rem;
  background: url(../images/toroku/merit-icon02.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .merit__box-title::before {
    display: none;
  }
}

.merit__box-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .merit__box-text {
    margin-top: 0.625rem;
  }
}

/* step */
.step {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 3.75rem 0;
  }
}

.step__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00695E;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .step__subtitle {
    font-size: 1.25rem;
    margin-top: 1.5625rem;
  }
}

.step__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.step__tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  gap: 1.375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .step__tab {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
    margin-top: 1.875rem;
  }
}

.step__tab-item.current button {
  background: #00695E;
}
.step__tab-item.current button::after {
  background: url(../images/common/dropdown-icon02.png) no-repeat center/contain;
}
.step__tab-item.current button span:first-child {
  color: #fff;
}
.step__tab-item button {
  text-align: left;
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  background: #fff;
  border: 3px solid #00695E;
  border: 0.1875rem solid #00695E;
  padding: 3px 8px 8px;
  padding: 0.1875rem 0.5rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__tab-item button {
    border: 0.125rem solid #00695E;
    padding: 0.3125rem 0.5rem 0.5rem;
  }
}
.step__tab-item button::after {
  position: absolute;
  content: "";
  width: 13px;
  width: 0.8125rem;
  height: 8px;
  height: 0.5rem;
  top: 13px;
  top: 0.8125rem;
  right: 15px;
  right: 0.9375rem;
  background: url(../images/common/dropdown-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .step__tab-item button::after {
    width: 0.75rem;
    height: remm(6);
  }
}
.step__tab-item button span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .step__tab-item button span {
    font-size: 0.9375rem;
  }
}
.step__tab-item button span:first-child {
  font-weight: 700;
  color: #00695E;
  padding: 0 8px;
  padding: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .step__tab-item button span:first-child {
    padding: 0 0.25rem;
  }
}
.step__tab-item button span:nth-child(2) {
  color: #000;
  background: #DFF5EC;
  border-radius: 0.375rem;
  padding: 1px 8px 2px;
  padding: 0.0625rem 0.5rem 0.125rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.step__tab-item button:hover {
  opacity: 1;
}

.step__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .step__contents {
    margin-top: 1.875rem;
  }
}

.step__content {
  background: #F7F7F7;
  border-radius: 1.25rem;
  padding: 50px 50px;
  padding: 3.125rem 3.125rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .step__content {
    padding: 1.875rem 1.25rem;
  }
}
.step__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;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.step__heading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00695E;
  padding: 0 75px;
  padding: 0 4.6875rem;
}
@media screen and (max-width: 767px) {
  .step__heading {
    font-size: 1.25rem;
    line-height: 1.35;
    padding: 0;
  }
}
.step__heading::before, .step__heading::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 4px;
  height: 0.25rem;
  background: #00695E;
  display: block;
}
@media screen and (max-width: 767px) {
  .step__heading::before, .step__heading::after {
    height: 0.125rem;
  }
}
.step__heading::before {
  margin-right: 0.6em;
}
.step__heading::after {
  margin-left: 0.6em;
}

.step__lead {
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .step__lead {
    text-align: left;
  }
}

.step__items {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .step__items {
    margin-top: 1.5625rem;
  }
}

.step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  gap: 2.5rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 17px 50px 17px 40px;
  padding: 1.0625rem 3.125rem 1.0625rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .step__item {
    text-align: center;
    display: block;
    padding: 1.25rem 1.25rem;
  }
}
.step__item + .step__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.step__item-number {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #2CB521;
  font-weight: 700;
  line-height: 1.1;
}
.step__item-number span {
  font-size: 50px;
  font-size: 3.125rem;
}

.step__item-body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .step__item-body {
    margin-top: 0.9375rem;
  }
}

.step__item-title {
  color: #00695E;
  font-weight: 700;
}

.step__item-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .step__item-text {
    text-align: left;
  }
}

.step__item-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #00695E;
  background: #fff;
  border-radius: 0.625rem;
  border: 1px solid #00695E;
  border: 0.0625rem solid #00695E;
  margin-top: 18px;
  margin-top: 1.125rem;
  padding: 3px 32px 3px 20px;
  padding: 0.1875rem 2rem 0.1875rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__item-link {
    margin-top: 0.75rem;
  }
}
.step__item-link::after {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 14px;
  height: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  right: 1.125rem;
  background: url(../images/common/arrow-icon.png) no-repeat center/contain;
}

.step__note {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.78;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .step__note {
    margin-top: 1.5625rem;
  }
}

.step__note-title {
  color: #00695E;
  font-weight: 700;
  background: url(../images/common/note-icon.png) no-repeat center left/23px;
  background: url(../images/common/note-icon.png) no-repeat center left/1.4375rem;
  padding-left: 33px;
  padding-left: 2.0625rem;
}

.step__note-text {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .step__note-text {
    margin-top: 0.625rem;
  }
}

.step__box {
  background: #EFFFE6;
  border-radius: 1.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 767px) {
  .step__box {
    padding: 1.25rem;
    margin-top: 2.5rem;
  }
}

.step__box-content {
  text-align: center;
  background: #fff;
  border-radius: 1.25rem;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step__box-content {
    border-radius: 0.625rem;
    padding: 1.875rem 0.9375rem;
  }
}
.step__box-content::before, .step__box-content::after {
  position: absolute;
  content: "";
  width: 110px;
  width: 6.875rem;
  height: 110px;
  height: 6.875rem;
}
@media screen and (max-width: 767px) {
  .step__box-content::before, .step__box-content::after {
    width: 4.375rem;
    height: 4.375rem;
  }
}
.step__box-content::before {
  background: url(../images/toroku/step-icon01.png) no-repeat center/contain;
  top: -26px;
  top: -1.625rem;
  left: 167px;
  left: 10.4375rem;
}
@media screen and (max-width: 767px) {
  .step__box-content::before {
    left: 0;
    top: -2.1875rem;
  }
}
.step__box-content::after {
  background: url(../images/toroku/step-icon02.png) no-repeat center/contain;
  top: -10px;
  top: -0.625rem;
  right: 167px;
  right: 10.4375rem;
}
@media screen and (max-width: 767px) {
  .step__box-content::after {
    right: 0;
    top: -1.5625rem;
  }
}

.step__box-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #00695E;
}

.step__box-text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .step__box-text {
    text-align: left;
    margin-top: 0.9375rem;
  }
}

.step__box-btn {
  background: #2CB521;
  padding-right: 0;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}
@media screen and (max-width: 767px) {
  .step__box-btn {
    padding-right: 1.875rem;
    margin-top: 1.25rem;
  }
}

/* toroku */
.toroku {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .toroku {
    padding-bottom: 3.75rem;
  }
}

.toroku__footer .l-content {
  padding: 60px 0 80px;
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .toroku__footer .l-content {
    padding: 2.5rem 0;
  }
}
.toroku__footer .l-inner {
  max-width: 850px;
  max-width: 53.125rem;
}

.toroku__subtitle span {
  color: #00695E;
}

.toroku__text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .toroku__text {
    margin-top: 1.25rem;
  }
}

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

.toroku__btn .btn {
  width: 100%;
  background: #2CB521;
  padding-right: 0;
}

/* ===================================
   toroku: 資材登録をご検討中の方へ（注意書き）
   =================================== */
.merit__caution {
  background-color: #fff5f5;
  border: 2px solid #e8967d;
  border-radius: 8px;
  padding: 30px 32px;
  margin-top: 32px;
}
.merit__caution-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8967d;
}
.merit__caution-text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 8px;
}
.merit__caution-emphasis {
  font-weight: 700;
  color: #c0392b;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .merit__caution {
    padding: 20px 16px;
  }
}

/* ===================================
   ryokin: 変更箇所数加算料の補足テキスト
   =================================== */
.guide__unit-item-note {
  font-size: 0.8125rem;
  color: #888;
  margin-top: 4px;
}

/* ===================================
   ryokin: 年間管理料の注意書き
   =================================== */
.price__note {
  font-size: 0.875rem;
  color: #c0392b;
  line-height: 1.8;
  margin-top: 12px;
  padding: 12px 16px;
  background-color: #fff5f5;
  border-left: 3px solid #c0392b;
  border-radius: 0 4px 4px 0;
}

/* ===================================
   document: ダウンロードエリア
   =================================== */
.document__download-area {
  margin-top: 16px;
}
.document__download-note {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 24px;
}
.document__download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.document__download-item {
  border-bottom: 1px solid #e0e0e0;
}
.document__download-item:first-child {
  border-top: 1px solid #e0e0e0;
}
.document__download-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}
.document__download-link:hover {
  background-color: #f5f5f5;
}
.document__download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #c0392b;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  flex-shrink: 0;
}
/* ★ Word(DOC)ファイル用アイコン：青で表示 */
.document__download-icon--doc {
  background-color: #2b579a;
}
/* ★ Excel(XLS)ファイル用アイコン：緑で表示 */
.document__download-icon--xls {
  background-color: #217346;
}
/* ★ 外部リンク用アイコン：グレーで表示 */
.document__download-icon--link {
  background-color: #666;
}
/* ★ アイコン横の補足テキスト */
.document__download-desc-inline {
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #888;
  margin-top: 2px;
}
/* ★ 日付（ダウンロードリスト内） */
.document__download-link .document__download-date {
  flex-shrink: 0;
  font-size: 0.8125rem;
  color: #888;
  margin-left: auto;
}
.document__download-name {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
}
.document__download-link:hover .document__download-name {
  color: #2d6a4f;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .document__download-link {
    padding: 16px 8px;
    gap: 12px;
  }
  .document__download-name {
    font-size: 0.875rem;
  }
}
.document__download-heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d6a4f;
  padding: 12px 0 8px;
  margin-top: 32px;
  border-bottom: 2px solid #2d6a4f;
}
.document__download-heading:first-child {
  margin-top: 0;
}
.document__download-subheading {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #555;
  margin-top: 16px;
  margin-bottom: 4px;
  padding-left: 12px;
  border-left: 3px solid #2d6a4f;
}
.document__download-desc {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.8;
  margin-top: 8px;
}
.document__download-supplement {
  background-color: #fef9e7;
  border-radius: 6px;
  padding: 16px 20px;
  margin-top: 12px;
}
.document__download-supplement-text {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.8;
}

/* ===================================
   shizai: モーダル
   =================================== */
.modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.is-hidden { display: none; }
.modal-box {
  background: #fff;
  border-radius: 12px;
  max-width: 640px;
  width: 100%;
  padding: 40px 36px 32px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d6a4f;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #2d6a4f;
}
.modal-list {
  list-style: disc;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.modal-list li {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 4px;
}
.modal-emphasis {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #c0392b;
  margin-bottom: 24px;
}
.modal-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 14px 24px;
  background: #2d6a4f;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}
.modal-btn:hover { background: #1b4332; }

/* ===================================
   shizai: 検索結果テーブル
   =================================== */
.search__result-count {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2d6a4f;
}
.search__table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 16px;
}
.search__data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.search__data-table th {
  background: #2d6a4f;
  color: #fff;
  padding: 12px 10px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
  position: sticky;
  top: 0;
}
.search__data-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.6;
}
.search__data-table tr:nth-child(even) td {
  background: #f5faf7;
}
.search__data-table tr:hover td {
  background: #e8f5e9;
}
.status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.status-badge--active {
  background: #e8f5e9;
  color: #2d6a4f;
  border: 1px solid #2d6a4f;
}
.status-badge--renewing {
  background: #fff8e1;
  color: #f57f17;
  border: 1px solid #f57f17;
}
.expiry-warn { color: #f57f17; font-weight: 700; }
.search__print-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #2d6a4f;
  border: 2px solid #2d6a4f;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
}
.search__print-btn:hover {
  background: #2d6a4f;
  color: #fff;
}
.search__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
@media print {
  header, footer, .mv, .search__form,
  .search__link-wrapper, .subtitle,
  .search__subtext, .usage, .cv,
  .search__actions, .search__order,
  .modal-overlay { display: none !important; }
  .search__data-table { min-width: auto; font-size: 0.75rem; }
  .search__data-table th { background: #333 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
@media screen and (max-width: 767px) {
  .modal-box { padding: 28px 20px 24px; }
  .search__actions { flex-direction: column; gap: 12px; }
}
