@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.m-sp {
  display: none;
}
@media (max-width: 767px) {
  .m-sp {
    display: block;
  }
}

.m-tab {
  display: none;
}
@media (max-width: 820px) {
  .m-tab {
    display: block;
  }
}

.m-tab_l {
  display: none;
}
@media (max-width: 1200px) {
  .m-tab_l {
    display: block;
  }
}

.m-pc {
  display: block;
}
@media (max-width: 767px) {
  .m-pc {
    display: none;
  }
}

.m-pc_inline {
  display: inline;
}
@media (max-width: 767px) {
  .m-pc_inline {
    display: none;
  }
}

.m-sp_inline {
  display: none;
}
@media (max-width: 767px) {
  .m-sp_inline {
    display: inline;
  }
}

.m-strong {
  font-weight: bold;
}

.m-br {
  margin-top: 1em;
  display: block;
  content: "";
}

.m-sup {
  vertical-align: super;
  font-size: 10px;
  display: inline-block;
  transform: scale(0.9);
  transform-origin: left bottom;
}

.m-link {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

.m-event_none {
  pointer-events: none;
}

.m-fadein {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(4.1666666667vw);
}
@media (max-width: 767px) {
  .m-fadein {
    transform: translateY(16vw);
  }
}
.m-fadein.is_show {
  opacity: 1;
  transform: translateY(0);
}

.m-fadein_delay {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(4.1666666667vw);
}
@media (max-width: 767px) {
  .m-fadein_delay {
    transform: translateY(16vw);
  }
}
.is_show .m-fadein_delay {
  opacity: 1;
  transform: translateY(0);
}
.m-fadein_delay-01 {
  transition-delay: 0s;
}
.m-fadein_delay-02 {
  transition-delay: 0.15s;
}
.m-fadein_delay-03 {
  transition-delay: 0.3s;
}
.m-fadein_delay-04 {
  transition-delay: 0.45s;
}
.m-fadein_delay-05 {
  transition-delay: 0.6s;
}

.m-pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.0833333333vw;
}
@media (max-width: 767px) {
  .m-pagination .wp-pagenavi {
    margin-top: 8vw;
  }
}
.m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
  width: clamp(25px * 0.8, 1.7361111111vw, 25px * 1.05);
  aspect-ratio: 25/25;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #006633;
  transition: 0.3s;
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  line-height: 1;
  margin: 2.0833333333vw 0.2777777778vw 0;
  font-weight: 500;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .m-pagination .wp-pagenavi > span, .m-pagination .wp-pagenavi > a {
    width: 6.6666666667vw;
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 1.0666666667vw 0;
  }
}
.m-pagination .wp-pagenavi > span.current, .m-pagination .wp-pagenavi > a.current {
  background-color: #006633;
  color: #fff;
}
.m-pagination .wp-pagenavi > span.nextpostslink, .m-pagination .wp-pagenavi > a.nextpostslink {
  background-image: url(../img/common/icn_circle_arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
  transform: translateX(0.2083333333vw);
}
@media (max-width: 767px) {
  .m-pagination .wp-pagenavi > span.nextpostslink:hover, .m-pagination .wp-pagenavi > a.nextpostslink:hover {
    transform: none;
  }
}
.m-pagination .wp-pagenavi > span.previouspostslink, .m-pagination .wp-pagenavi > a.previouspostslink {
  background-image: url(../img/common/icn_circle_arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(-1, 1);
}
.m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
  transform: scale(-1, 1) translateX(0.2083333333vw);
}
@media (max-width: 767px) {
  .m-pagination .wp-pagenavi > span.previouspostslink:hover, .m-pagination .wp-pagenavi > a.previouspostslink:hover {
    transform: scale(-1, 1);
  }
}
.m-pagination .wp-pagenavi > span.extend, .m-pagination .wp-pagenavi > a.extend {
  padding-bottom: 0.5em;
}
.m-pagination .wp-pagenavi > span:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend), .m-pagination .wp-pagenavi > a:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend) {
  background-color: #009333;
}
@media (max-width: 767px) {
  .m-pagination .wp-pagenavi > span:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend), .m-pagination .wp-pagenavi > a:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend) {
    background-color: transparent;
  }
}
.m-pagination .wp-pagenavi > span:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend), .m-pagination .wp-pagenavi > a:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend) {
  color: #fff;
}
@media (max-width: 767px) {
  .m-pagination .wp-pagenavi > span:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend), .m-pagination .wp-pagenavi > a:hover:not(.current):not(.nextpostslink):not(.previouspostslink):not(.extend) {
    color: #006633;
  }
}

.m-richeditor {
  font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
}
@media (max-width: 767px) {
  .m-richeditor {
    font-size: 3.7333333333vw;
  }
}
.m-richeditor * {
  font-size: 1em;
  line-height: 1.5;
  word-break: break-all;
  color: #2D2D2D;
  font-weight: 500;
}
.m-richeditor *:first-child {
  margin-top: 0;
}
.m-richeditor h2 {
  font-size: 1.5em;
  margin-bottom: 0.8333333333em;
  line-height: 1.5;
  font-weight: 700;
  color: #006633;
}
.m-richeditor h3 {
  font-size: 1.375em;
  line-height: 1.5;
  margin-bottom: 0.9090909091em;
  font-weight: 700;
  color: #006633;
}
.m-richeditor h4 {
  font-size: 1.125em;
  line-height: 1.4444444444;
  margin-bottom: 1.1111111111em;
  font-weight: 700;
  color: #006633;
}
.m-richeditor p {
  margin-bottom: 1.25em;
  font-size: 1em;
  line-height: 1.5;
}
.m-richeditor ul {
  font-size: 1em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style: none;
}
.m-richeditor ul li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ul li:before {
  content: "●";
  color: #99CC33;
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor ol {
  font-size: 1em;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  list-style: none;
  counter-reset: item;
}
.m-richeditor ol li {
  padding-left: 1.4em;
  position: relative;
}
.m-richeditor ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  color: #006633;
  position: absolute;
  top: 0;
  left: 0;
}
.m-richeditor .wp-block-image {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.m-richeditor img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.m-richeditor a {
  text-decoration: underline;
  transition: 0.3s;
  color: #006633;
}
.m-richeditor a:hover {
  color: #009333;
}
@media (max-width: 767px) {
  .m-richeditor a:hover {
    color: #006633;
  }
}

.m-btn {
  background-color: #006633;
  border-radius: 0.6944444444vw;
  padding: 1.1111111111vw 1.6666666667vw;
  width: fit-content;
  min-width: 17.3611111111vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .m-btn {
    border-radius: 2.6666666667vw;
    padding: 4.2666666667vw 6.4vw;
    min-width: 56.5333333333vw;
  }
}
.m-btn.small {
  min-width: 13.8888888889vw;
}
@media (max-width: 767px) {
  .m-btn.small {
    min-width: 56.5333333333vw;
  }
}
.m-btn.white {
  border: 0.0694444444vw solid #006633;
  background-color: #fff;
}
@media (max-width: 767px) {
  .m-btn.white {
    border-width: 0.2666666667vw;
  }
}
.m-btn.white .txt {
  color: #006633;
}
.m-btn.white:hover {
  border-color: #009333;
}
.m-btn.white:hover {
  background-color: #009333;
}
@media (max-width: 767px) {
  .m-btn.white:hover {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .m-btn.white:hover {
    border-color: #006633;
  }
}
.m-btn.white:hover .txt {
  color: #fff;
}
@media (max-width: 767px) {
  .m-btn.white:hover .txt {
    color: #006633;
  }
}
.m-btn:hover {
  background-color: #009333;
}
@media (max-width: 767px) {
  .m-btn:hover {
    background-color: #006633;
  }
}
.m-btn .txt {
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  line-height: 1.4444444444;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .m-btn .txt {
    font-size: 3.7333333333vw;
  }
}
.m-btn .txt:after {
  content: "";
  display: block;
  width: 1.4583333333vw;
  aspect-ratio: 18/18;
  background-image: url(../img/common/icn_circle_arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.3888888889vw;
}
@media (max-width: 767px) {
  .m-btn .txt:after {
    width: 4.8vw;
    margin-left: 5.3333333333vw;
  }
}

.m-hour {
  width: 40.2777777778vw;
}
@media (max-width: 767px) {
  .m-hour {
    width: 100%;
  }
}
.m-hour table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.m-hour table thead th {
  color: #006633;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  line-height: 1.4444444444;
  padding: 1.1111111111vw 0 0.9722222222vw;
  width: 9.3103448276%;
  border-top: 0.0694444444vw solid #006633;
  border-bottom: 0.0694444444vw solid #006633;
  box-sizing: border-box;
}
@media (max-width: 820px) {
  .m-hour table thead th {
    font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-hour table thead th {
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 0 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.m-hour table thead th:first-of-type {
  border: 0.0694444444vw solid #006633;
  border-radius: 0.6944444444vw 0 0 0;
  font-weight: 400;
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  line-height: 1.4285714286;
  padding: 1.5277777778vw 0 0.9722222222vw;
  width: 25.8620689655%;
}
@media (max-width: 767px) {
  .m-hour table thead th:first-of-type {
    border-width: 0.2666666667vw;
    border-radius: 2.6666666667vw 0 0 0;
    font-size: 3.2vw;
    padding: 1.8666666667vw 0 1.3333333333vw;
  }
}
.m-hour table thead th:nth-of-type(2) {
  width: 12.0689655172%;
  padding-left: 1.1111111111vw;
}
@media (max-width: 767px) {
  .m-hour table thead th:nth-of-type(2) {
    padding-left: 0.8vw;
  }
}
.m-hour table thead th:last-of-type {
  width: 15.5172413793%;
  border-right: 0.0694444444vw solid #006633;
  border-radius: 0 0.6944444444vw 0 0;
  padding-right: 0.625vw;
}
@media (max-width: 767px) {
  .m-hour table thead th:last-of-type {
    border-radius: 0 2.6666666667vw 0 0;
    padding-right: 1.6vw;
    border-width: 0.2666666667vw;
  }
}
.m-hour table tbody tr:nth-of-type(odd) {
  color: #006633;
}
.m-hour table tbody tr:nth-of-type(even) {
  color: #006633;
}
.m-hour table tbody tr:first-of-type th:first-of-type {
  padding-top: 1.1111111111vw;
}
@media (max-width: 767px) {
  .m-hour table tbody tr:first-of-type th:first-of-type {
    padding-top: 2.4vw;
  }
}
.m-hour table tbody tr:last-of-type th {
  border-radius: 0 0 0 0.6944444444vw;
  border-bottom: 0.0694444444vw solid #006633;
  padding-bottom: 1.1111111111vw;
}
@media (max-width: 767px) {
  .m-hour table tbody tr:last-of-type th {
    border-radius: 0 0 0 2.6666666667vw;
    border-width: 0.2666666667vw;
    padding-bottom: 2.4vw;
  }
}
.m-hour table tbody tr:last-of-type td {
  border-bottom: 0.0694444444vw solid #006633;
}
@media (max-width: 767px) {
  .m-hour table tbody tr:last-of-type td {
    border-width: 0.2666666667vw;
  }
}
.m-hour table tbody tr:last-of-type td:last-of-type {
  border-radius: 0 0 0.6944444444vw 0;
}
@media (max-width: 767px) {
  .m-hour table tbody tr:last-of-type td:last-of-type {
    border-radius: 0 0 2.6666666667vw 0;
  }
}
.m-hour table tbody th {
  padding-top: 0.7638888889vw;
  padding-bottom: 0.7638888889vw;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  line-height: 1.4444444444;
  border-left: 0.0694444444vw solid #006633;
  border-right: 0.0694444444vw solid #006633;
}
@media (max-width: 820px) {
  .m-hour table tbody th {
    font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-hour table tbody th {
    padding-top: 1.0666666667vw;
    padding-bottom: 0.2777777778vw;
    font-size: 3.7333333333vw;
    border-width: 0.2666666667vw;
  }
}
.m-hour table tbody td {
  font-size: clamp(20px * 0.8, 1.3888888889vw, 20px * 1.05);
  text-align: center;
}
@media (max-width: 820px) {
  .m-hour table tbody td {
    font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-hour table tbody td {
    font-size: 3.2vw;
  }
}
.m-hour table tbody td:first-of-type {
  padding-left: 1.1111111111vw;
}
@media (max-width: 767px) {
  .m-hour table tbody td:first-of-type {
    padding-left: 0.8vw;
  }
}
.m-hour table tbody td:last-of-type {
  padding-right: 0.625vw;
  border-right: 0.0694444444vw solid #006633;
}
@media (max-width: 767px) {
  .m-hour table tbody td:last-of-type {
    padding-right: 1.6vw;
    border-width: 0.2666666667vw;
  }
}
.m-hour .note {
  margin-top: 1.3888888889vw;
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  line-height: 1.4285714286;
  margin-left: 1.1111111111vw;
}
@media (max-width: 767px) {
  .m-hour .note {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
    margin-left: 2.4vw;
  }
}
.m-hour .note .mark {
  margin-left: 1.1111111111vw;
  margin-right: 0.3472222222vw;
  display: inline-block;
}
@media (max-width: 767px) {
  .m-hour .note .mark {
    margin-left: 1em;
    margin-right: 0.5em;
  }
}
.m-hour .note .mark:first-of-type {
  margin-left: 0;
}
.m-hour .note .mark.ok, .m-hour .note .mark.ng {
  color: #006633;
}
.m-hour .note .mark.caution {
  color: #99CC33;
}

.m-head {
  width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .m-head {
    width: 89.3333333333vw;
  }
}
.m-head .wrap {
  aspect-ratio: 1200/309;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .m-head .wrap {
    aspect-ratio: 375/200;
  }
}
.m-head .wrap.about {
  background-image: url(../img/common/bg_head-about.webp);
}
.m-head .wrap.doctor {
  background-image: url(../img/common/bg_head-doctor.webp);
}
.m-head .wrap.first {
  background-image: url(../img/common/bg_head-first.webp);
}
.m-head .wrap.news {
  background-image: url(../img/common/bg_head-news.webp);
}
.m-head .wrap.column {
  background-image: url(../img/common/bg_head-column.webp);
}
.m-head .wrap.faq {
  background-image: url(../img/common/bg_head-faq.webp);
}
.m-head .wrap.access {
  background-image: url(../img/common/bg_head-access.webp);
}
.m-head .ttl {
  position: absolute;
  top: -0.1388888889vw;
  left: 0;
  border-radius: 0 0 3.4722222222vw 0;
  height: 8.5416666667vw;
  display: flex;
  align-items: center;
  padding-left: 2.7777777778vw;
  padding-right: 2.7777777778vw;
  box-sizing: border-box;
  background-color: #E9F0E6;
  min-width: 28.4722222222vw;
}
@media (max-width: 767px) {
  .m-head .ttl {
    top: -0.5333333333vw;
    border-radius: 0 0 8vw 0;
    height: 14.9333333333vw;
    padding-left: 3.2vw;
    padding-right: 8vw;
    min-width: 42.6666666667vw;
  }
}
.m-head .ttl .ja {
  color: #006633;
  font-weight: 700;
  font-size: clamp(50px * 0.8, 3.4722222222vw, 50px * 1.05);
  line-height: 1.44;
}
@media (max-width: 820px) {
  .m-head .ttl .ja {
    font-size: clamp(40px * 0.8, 2.7777777778vw, 40px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-head .ttl .ja {
    font-size: 5.8666666667vw;
  }
}
.m-head .ttl .en {
  font-weight: 700;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  color: #9EBCAD;
  margin-left: 1.3888888889vw;
}
@media (max-width: 820px) {
  .m-head .ttl .en {
    font-size: clamp(16px * 0.8, 1.1111111111vw, 16px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-head .ttl .en {
    font-size: 3.7333333333vw;
    margin-left: 3.2vw;
  }
}

.m-bread {
  margin-top: 1.3888888889vw;
  margin-left: 3.8194444444vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .m-bread {
    margin-top: 3.2vw;
    margin-left: 0;
  }
}
.m-bread > li {
  font-size: clamp(14px * 0.8, 0.9722222222vw, 14px * 1.05);
  font-weight: 500;
  line-height: 1.4285714286;
}
@media (max-width: 767px) {
  .m-bread > li {
    font-size: 3.4666666667vw;
  }
}
.m-bread > li:after {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.m-bread > li:last-of-type {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-bread > li:last-of-type:after {
  content: none;
}
.m-bread > li > a:hover {
  color: #009333;
}
@media (max-width: 767px) {
  .m-bread > li > a:hover {
    color: #2D2D2D;
  }
}

.m-faq_list {
  width: 59.0277777778vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 820px) {
  .m-faq_list {
    width: calc(100% - 16.6666666667vw);
  }
}
@media (max-width: 767px) {
  .m-faq_list {
    width: 89.3333333333vw;
  }
}
.m-faq_list > .group {
  margin-top: 3.4722222222vw;
}
@media (max-width: 767px) {
  .m-faq_list > .group {
    margin-top: 6.4vw;
  }
}
.m-faq_list > .group:first-of-type {
  margin-top: 0;
}
.m-faq_list > .group.is_hide > dt > a:after {
  background-image: url(../img/common/icn_plus.svg);
}
.m-faq_list > .group.is_hide > dd {
  opacity: 0;
  pointer-events: none;
  height: 0 !important;
  overflow: hidden;
}
.m-faq_list > .group > dt > a {
  display: block;
  padding-bottom: 1.3888888889vw;
  background-image: url(../img/common/icn_dashed.svg);
  background-repeat: repeat-x;
  background-size: auto 0.1388888889vw;
  background-position: 0% 100%;
  font-weight: 700;
  font-size: clamp(24px * 0.8, 1.6666666667vw, 24px * 1.05);
  line-height: 1.4583333333;
  color: #006633;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-right: 2.7777777778vw;
}
@media (max-width: 767px) {
  .m-faq_list > .group > dt > a {
    padding-bottom: 3.2vw;
    background-size: auto 0.5333333333vw;
    font-size: 4.2666666667vw;
    padding-right: 8vw;
  }
}
.m-faq_list > .group > dt > a:before {
  content: "";
  display: block;
  min-width: 3.6111111111vw;
  height: 1.4583333333em;
  background-image: url(../img/common/icn_question.svg);
  background-repeat: no-repeat;
  background-position: 0.7638888889vw 50%;
  background-size: 1.3888888889vw auto;
}
@media (max-width: 767px) {
  .m-faq_list > .group > dt > a:before {
    min-width: 8vw;
    background-position: 0% 50%;
    background-size: 3.7333333333vw auto;
  }
}
.m-faq_list > .group > dt > a:after {
  content: "";
  display: block;
  aspect-ratio: 20/20;
  width: 1.3888888889vw;
  position: absolute;
  top: 0.3472222222vw;
  right: 0.9027777778vw;
  background-image: url(../img/common/icn_minus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .m-faq_list > .group > dt > a:after {
    width: 3.7333333333vw;
    top: 1.3333333333vw;
    right: 1.0666666667vw;
  }
}
.m-faq_list > .group > dt > a:hover {
  color: #009333;
}
@media (max-width: 767px) {
  .m-faq_list > .group > dt > a:hover {
    color: #006633;
  }
}
.m-faq_list > .group > dd {
  padding: 1.3888888889vw 3.6111111111vw 0;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .m-faq_list > .group > dd {
    padding: 4.2666666667vw 8vw 0;
    font-size: 3.7333333333vw;
  }
}

.m-sub_ttl {
  color: #006633;
  font-weight: 700;
  font-size: clamp(32px * 0.8, 2.2222222222vw, 32px * 1.05);
  text-align: center;
  line-height: 1.4375;
}
@media (max-width: 767px) {
  .m-sub_ttl {
    font-size: 5.3333333333vw;
  }
}
.m-sub_ttl:after {
  content: "";
  display: block;
  width: 3.2638888889vw;
  height: 0.2777777778vw;
  background-color: #99CC33;
  margin: 1.25vw auto 0;
}
@media (max-width: 767px) {
  .m-sub_ttl:after {
    width: 9.6vw;
    height: 0.8vw;
    margin-top: 2.6666666667vw;
  }
}

.m-white_box {
  background-color: #fff;
  margin-top: 2.7777777778vw;
  border-radius: 3.4722222222vw;
  padding: 2.7777777778vw 9.0277777778vw;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .m-white_box {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .m-white_box {
    border-radius: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
    margin-top: 6.4vw;
  }
}
.m-white_box-s {
  padding-left: 3.4722222222vw;
  padding-right: 3.4722222222vw;
}
@media (max-width: 767px) {
  .m-white_box-s {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.m-white_box .ttl_underline {
  color: #006633;
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px * 0.8, 1.6666666667vw, 24px * 1.05);
  line-height: 1.3333333333;
  padding-bottom: 1.25vw;
  position: relative;
  margin-top: 6.9444444444vw;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 767px) {
  .m-white_box .ttl_underline {
    font-size: 4.5333333333vw;
    border-width: 0.2666666667vw;
    padding-bottom: 2.1333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.m-white_box .ttl_underline:before {
  content: "";
  display: block;
  width: 59.0277777778vw;
  height: 0.0694444444vw;
  background-color: #006633;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .m-white_box .ttl_underline:before {
    width: 100%;
    height: 0.2666666667vw;
  }
}
.m-white_box .ttl_underline:first-of-type {
  margin-top: 0;
}
.m-white_box .ttl_simple {
  color: #006633;
  font-weight: 700;
  font-size: clamp(24px * 0.8, 1.6666666667vw, 24px * 1.05);
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .m-white_box .ttl_simple {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .m-white_box .ttl_simple .m-tab_l {
    display: none;
  }
}
.m-white_box .check_list {
  margin-top: 2.2222222222vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(40px * 0.8, 2.7777777778vw, 40px * 1.05);
}
@media (max-width: 767px) {
  .m-white_box .check_list {
    margin-top: 5.3333333333vw;
    gap: 3.2vw;
    flex-direction: column;
  }
}
.m-white_box .check_list > li {
  background-color: #FFFADC;
  border-radius: 0 0.6944444444vw 0.6944444444vw 0;
  width: clamp(424px * 0.8, 29.4444444444vw, 424px * 1.05);
  aspect-ratio: 424/124;
  color: #006633;
  font-weight: 700;
  font-size: clamp(24px * 0.8, 1.6666666667vw, 24px * 1.05);
  line-height: 1.5;
  padding-left: clamp(50px * 0.8, 3.4722222222vw, 50px * 1.05);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  max-width: calc((100% - clamp(40px * 0.8, 2.7777777778vw, 40px * 1.05)) / 2);
}
@media (max-width: 1200px) {
  .m-white_box .check_list > li {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px * 1.05);
  }
}
@media (max-width: 820px) {
  .m-white_box .check_list > li {
    font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-white_box .check_list > li {
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    font-size: 4.2666666667vw;
    padding-left: 8.5333333333vw;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 424/100;
  }
}
.m-white_box .check_list > li:before {
  content: "";
  display: block;
  aspect-ratio: 51/50;
  width: 3.5416666667vw;
  position: absolute;
  top: 50%;
  left: -1.7361111111vw;
  transform: translateY(-50%);
  background-image: url(../img/common/icn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .m-white_box .check_list > li:before {
    width: 8vw;
    left: -2.6666666667vw;
  }
}
.m-white_box .check_detail_list {
  margin-top: 2.2222222222vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(40px * 0.8, 2.7777777778vw, 40px * 1.05);
}
@media (max-width: 767px) {
  .m-white_box .check_detail_list {
    margin-top: 5.3333333333vw;
    gap: 3.2vw;
    flex-direction: column;
  }
}
.m-white_box .check_detail_list > .group {
  background-color: #FFFADC;
  border-radius: 0 0.6944444444vw 0.6944444444vw 0;
  width: clamp(444px * 0.8, 30.8333333333vw, 444px * 1.05);
  padding: clamp(30px * 0.8, 2.0833333333vw, 30px * 1.05) clamp(33px * 0.8, 2.2916666667vw, 33px * 1.05) clamp(30px * 0.8, 2.0833333333vw, 30px * 1.05) clamp(50px * 0.8, 3.4722222222vw, 50px * 1.05);
  box-sizing: border-box;
  position: relative;
  max-width: calc((100% - clamp(40px * 0.8, 2.7777777778vw, 40px * 1.05)) / 2);
}
@media (max-width: 767px) {
  .m-white_box .check_detail_list > .group {
    border-radius: 0 1.3333333333vw 1.3333333333vw 0;
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 8.5333333333vw;
    width: 100%;
    max-width: 100%;
  }
}
.m-white_box .check_detail_list > .group:before {
  content: "";
  display: block;
  aspect-ratio: 51/50;
  width: 3.5416666667vw;
  position: absolute;
  top: 50%;
  left: -1.7361111111vw;
  transform: translateY(-50%);
  background-image: url(../img/common/icn_check.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
@media (max-width: 767px) {
  .m-white_box .check_detail_list > .group:before {
    width: 8vw;
    left: -2.6666666667vw;
  }
}
.m-white_box .check_detail_list > .group dt {
  font-size: clamp(24px * 0.8, 1.6666666667vw, 24px * 1.05);
  line-height: 1.5;
  color: #006633;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .m-white_box .check_detail_list > .group dt {
    font-size: clamp(20px * 0.8, 1.3888888889vw, 20px * 1.05);
  }
}
@media (max-width: 820px) {
  .m-white_box .check_detail_list > .group dt {
    font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  }
}
@media (max-width: 767px) {
  .m-white_box .check_detail_list > .group dt {
    font-size: 4.2666666667vw;
  }
}
.m-white_box .check_detail_list > .group dd {
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  line-height: 1.5;
  margin-top: 0.6944444444vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .m-white_box .check_detail_list > .group dd {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
}
.m-white_box .check_detail_list > .group dd .m-strong {
  color: #E85A5A;
}

.m-comming {
  padding-top: 6.9444444444vw;
  padding-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .m-comming {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.m-comming .txt {
  font-size: clamp(18px * 0.8, 1.25vw, 18px * 1.05);
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .m-comming .txt {
    font-size: 4.2666666667vw;
  }
}

/*# sourceMappingURL=module.css.map */
