/* reset.scss start*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* reset.scss end*/
/* setting.scss start*/
body {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 1rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  color: #2d2d2d;
}

html {
  scroll-behavior: smooth;
}

.boxwrap {
  max-width: 1182px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}
@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}
@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* setting.scss end*/
.header {
  padding: 15px 0;
  border-bottom: #ccc solid 1px;
}
@media screen and (max-width: 768px) {
  .header .boxwrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header__top-bar {
  font-size: 12px;
  border-bottom: #cccccc solid 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header__top-bar {
    display: none;
  }
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0;
    gap: 15px;
  }
}
.header__logo {
  max-width: 242px;
}
.header__contact a {
  background-color: #c7151c;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 12px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .header__contact a {
    font-size: 10px;
    border-radius: 10px;
    gap: 10px;
    padding: 10px 8px;
  }
}
.header__contact a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
}
.header__contact a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}

.footer {
  color: #308d64;
  padding-top: 20px;
  padding-bottom: 150px;
}
.footer__logo {
  margin-bottom: 10px;
}
.footer__logo a {
  display: block;
  text-align: center;
  line-height: 1.4;
}
.footer__logoText {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__logoText {
    font-size: 25px;
  }
}
.footer__logoSubText {
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .footer__logoSubText {
    font-size: 50px;
  }
}
.footer__copy {
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    margin-bottom: 25px;
  }
}
.footer__antiques-law {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.fixed-banner__inner {
  position: fixed;
  top: 66%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 568px) {
  .fixed-banner__inner {
    top: 75%;
  }
}
.fixed-banner a {
  background-color: #c7151c;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 30px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 768px) {
  .fixed-banner a {
    padding: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 568px) {
  .fixed-banner a {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5px 0 0 5px;
    gap: 5px;
  }
}
.fixed-banner a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
}
.fixed-banner a:hover {
  opacity: 0.7;
}

#bottom-btns {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

body.no-bottom-btns #bottom-btns {
  display: none;
}

#bottom-btns ul.bottom-btns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#bottom-btns ul.bottom-btns-list > li {
  width: 50%;
  height: auto;
  min-height: 50px !important;
  text-align: center;
  background-color: rgba(204, 51, 0, 0.9);
  border: none;
  border-top: 0px solid rgba(204, 204, 204, 0.65);
  margin: 0;
  padding: 4px;
}

#bottom-btns ul.bottom-btns-list > li.bottom-btns-item-call {
  padding-right: 2px;
}

#bottom-btns ul.bottom-btns-list > li.bottom-btns-item-contact {
  padding-left: 2px;
}

#bottom-btns ul.bottom-btns-list > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  border: 0px solid #ccc;
  border-radius: 2px;
  margin: 0;
  padding: 0.4em 0.5em;
}

#bottom-btns ul.bottom-btns-list > li a.call-btn {
  color: #c30;
  background-color: #c30;
  background-color: white;
  border-color: #bbb;
}

#bottom-btns ul.bottom-btns-list > li a.contact-btn {
  background-color: #090;
  border-color: #090;
}

#bottom-btns ul.bottom-btns-list > li a:hover {
  color: white;
  font-weight: normal;
  background-color: #aaa;
  border-color: #aaa;
}

#bottom-btns ul.bottom-btns-list > li a svg#bbtn-freedial-logo {
  width: auto;
  height: 18px;
}

#bottom-btns ul.bottom-btns-list > li a svg#bbtn-freedial-logo .st0 {
  fill: #999;
}

#bottom-btns ul.bottom-btns-list > li .flex-item {
  display: block;
  width: auto;
}

#bottom-btns ul.bottom-btns-list > li .flex-leftitem {
  text-align: right;
  padding: 0px 8px;
}

#bottom-btns ul.bottom-btns-list > li .flex-rightitem {
  text-align: left;
}

#bottom-btns ul.bottom-btns-list > li .flex-markeritem {
  font-size: 1.25em;
  line-height: 1;
  text-align: left;
  padding: 0px 2px;
  padding-left: 4px;
}

@media (max-width: 767px) {
  #bottom-btns {
    display: block;
  }
  #bottom-btns ul.bottom-btns-list > li a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  #bottom-btns ul.bottom-btns-list > li {
    min-height: 44px !important;
  }
  #bottom-btns ul.bottom-btns-list > li.bottom-btns-item-call {
    width: 52%;
  }
  #bottom-btns ul.bottom-btns-list > li.bottom-btns-item-contact {
    width: 48%;
  }
  #bottom-btns ul.bottom-btns-list > li a {
    font-size: 13px;
    min-height: 44px;
  }
  #bottom-btns ul.bottom-btns-list > li .flex-leftitem {
    display: none;
  }
  #bottom-btns ul.bottom-btns-list > li .flex-rightitem {
    text-align: center;
  }
}
.feature {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 20px;
  }
}
.feature__title {
  color: #308d64;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
}

.voice {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url(../images/voice-bg.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 568px) {
  .voice {
    background-image: none;
  }
}
@media screen and (max-width: 568px) {
  .voice::before {
    content: "";
    background-image: url(../images/sp/sakura-bg.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    z-index: -1;
    padding-top: 45.86%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 568px) {
  .voice::after {
    content: "";
    background-image: url(../images/sp/sakura-bg.jpg);
    background-position: top;
    background-size: cover;
    width: 100%;
    z-index: -1;
    padding-top: 45.86%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.voice__title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 55px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .voice__title {
    font-size: 23px;
  }
}
.voice__title .logo {
  width: 316px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .voice__title .logo {
    width: 178px;
  }
}
.voice__title span {
  font-size: 50px;
  color: #f87500;
}
@media screen and (max-width: 768px) {
  .voice__title span {
    font-size: 29px;
  }
}

.worries {
  background-color: #f6f2ec;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .worries {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.worries__inner {
  padding: 45px 0px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .worries__inner {
    background: none;
    padding: 0;
  }
}
.worries__content {
  background-color: #fff;
  padding: 50px;
}
.worries__headline {
  max-width: 400px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .worries__headline {
    max-width: 258px;
  }
}
.worries__title {
  font-size: 48px;
  margin-bottom: 55px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .worries__title {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .worries__title {
    font-size: 25px;
    gap: 3px;
    margin-bottom: 35px;
  }
}
.worries__title-icon {
  max-width: 58px;
  margin-top: -10px;
}
@media screen and (max-width: 1200px) {
  .worries__title-icon {
    max-width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .worries__title-icon {
    margin-top: -7px;
  }
}
.worries__title-highlight {
  font-weight: bold;
}
.worries__title-img01 {
  display: block;
  max-width: 230px;
  position: absolute;
  top: 94%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .worries__title-img01 {
    max-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .worries__title-img01 {
    display: none;
  }
}
.worries__title-img02 {
  display: block;
  max-width: 228px;
  position: absolute;
  top: 295%;
  right: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .worries__title-img02 {
    max-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .worries__title-img02 {
    display: none;
  }
}
.worries__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 30px;
  padding: 0 50px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .worries__section {
    padding: 0;
    gap: 25px;
  }
}
.worries__box {
  width: calc(50% - 15px);
  border: #308d64 solid 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .worries__box {
    width: 100%;
  }
}
.worries__box-title {
  color: #fff;
  background-color: #308d64;
  font-size: 25px;
  font-weight: 400;
  padding: 15px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worries__box-title {
    font-size: 20px;
    padding: 5px 5px;
  }
}
.worries__list {
  padding: 10px 25px 28px;
}
@media screen and (max-width: 768px) {
  .worries__list {
    padding: 2px 20px 10px;
  }
}
.worries__list-item {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: rgba(48, 141, 100, 0.5) 1px solid;
}
@media screen and (max-width: 768px) {
  .worries__list-item {
    font-size: 16px;
    gap: 3px;
    padding: 8px 0;
  }
}
.worries__list-item::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: #2d2d2d 1px solid;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .worries__list-item::before {
    width: 13px;
    height: 13px;
    margin-top: 6px;
  }
}
.worries__list-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.promotion__top {
  font-family: "Noto Serif JP", serif;
  background-image: url(../images/promotion-bg-img.jpg);
  background-size: cover;
  background-position: top;
  padding-top: 4.5%;
  padding-bottom: 3.5%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .promotion__top {
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
  }
}
@media screen and (max-width: 768px) {
  .promotion__top {
    background-image: none;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 1900px) {
  .promotion__top .boxwrap {
    max-width: 70%;
  }
}
.promotion__img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.promotion__img--01 {
  margin-bottom: 20px;
}
.promotion__title {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .promotion__title {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.promotion__title .underline {
  position: relative;
}
.promotion__title .underline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: #308d64;
}
.promotion__title .color {
  color: #308d64;
}
.promotion__title .color .big {
  font-size: 45px;
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .promotion__title .color .big {
    font-size: 35px;
  }
}
.promotion__text {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .promotion__text {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}
.promotion__text:first-of-type {
  margin-bottom: 5px;
}
.promotion__text .highlight {
  font-size: 30px;
  background-color: #fefc9b;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .promotion__text .highlight {
    font-size: 25px;
  }
}
.promotion__text .color {
  color: #308d64;
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .promotion__text .color {
    font-size: 30px;
  }
}
.promotion__cta {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 568px) {
  .promotion__cta {
    padding-top: 0;
  }
}
.promotion__cta-text {
  font-weight: 400;
  font-size: 30px;
  color: #308d64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .promotion__cta-text {
    font-size: 20px;
    line-height: 1.2;
    gap: 8px;
    text-align: center;
  }
}
.promotion__cta-text::before {
  content: " / ";
  display: inline-block;
  font-size: 35px;
  color: #308d64;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.promotion__cta-text::after {
  content: " / ";
  display: inline-block;
  font-size: 35px;
  color: #308d64;
}
.promotion__cta-link {
  max-width: 844px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .promotion__cta-link {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 10px;
  }
}
.promotion__cta-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  background-color: #c7151c;
  padding: 30px 15px;
  border-radius: 60px;
  -webkit-box-shadow: 8px 8px 0px 0px #6e070b;
          box-shadow: 8px 8px 0px 0px #6e070b;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (max-width: 768px) {
  .promotion__cta-link a {
    font-size: 21px;
    padding: 10px 40px;
  }
}
.promotion__cta-link a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: 3px 3px 0px 0px #6e070b;
          box-shadow: 3px 3px 0px 0px #6e070b;
}
.promotion__cta-link a::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
}

.point {
  padding-top: 90px;
  padding-bottom: 110px;
  background-color: #e9f7f4;
}
@media screen and (max-width: 768px) {
  .point {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.point__heading {
  max-width: 605px;
  margin: 0 auto 17px;
}
.point__title {
  margin: 0 auto 10px;
  color: #308d64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .point__title {
    padding: 0 auto 20px;
  }
}
.point__title .img {
  max-width: 699px;
}
.point__title span {
  font-size: 40px;
  font-weight: 500;
}
.point__text {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 55px;
  color: #308d64;
  text-align: center;
}
@media screen and (max-width: 568px) {
  .point__text {
    font-size: 18px;
    background-image: url(../images/sp/sensei_sp.png);
    background-size: cover;
    background-position: 9px 0;
    margin-bottom: 0;
    text-align: left;
  }
}
.point__text span {
  font-size: 35px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .point__text span {
    font-size: 25px;
    background-color: #fefc9b;
    line-height: 1.6;
    margin-right: 2px;
  }
}
@media screen and (max-width: 568px) {
  .point__text-inner {
    width: 50%;
    margin-right: auto;
    padding-bottom: 18%;
    padding-top: 5%;
  }
}
.point__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .point__inner {
    gap: 68px;
  }
}
.point__item {
  border: #308d64 4px solid;
  background-color: #fff;
}
.point__item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #308d64 4px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point__item__header {
    border-bottom: none;
  }
}
.point__item__header-num {
  background-color: #308d64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 1;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  .point__item__header-num {
    padding: 6px 15px;
    position: absolute;
    top: -43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.point__item__label {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .point__item__label {
    font-size: 15px;
  }
}
.point__item__num {
  font-size: 70px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .point__item__num {
    font-size: 45px;
  }
}
.point__item__title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #308d64;
  padding: 15px 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .point__item__title {
    font-size: 20px;
    padding: 40px 15px 15px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.point__item--01 .point__item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 74px;
  padding: 35px 20px;
}
@media screen and (max-width: 768px) {
  .point__item--01 .point__item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px 15px 20px;
    gap: 25px;
  }
}
.point__item--01 .point__item__content-item {
  background-color: #d1d1d1;
  padding: 17px 20px;
}
@media screen and (max-width: 768px) {
  .point__item--01 .point__item__content-item {
    padding: 10px 15px;
  }
}
.point__item--01 .point__item__content-item:last-of-type {
  background-color: #e9f7f4;
}
.point__item--01 .point__item__content-item:last-of-type .point__item__content-heading {
  color: #308d64;
}
.point__item--01 .point__item__content-heading {
  color: #2d2d2d;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .point__item--01 .point__item__content-heading {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.point__item--01 .point__item__content-image {
  margin-bottom: 10px;
  max-height: 219px;
}
@media screen and (max-width: 768px) {
  .point__item--01 .point__item__content-image {
    max-height: none;
  }
}
.point__item--01 .point__item__content-text {
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .point__item--01 .point__item__content-text {
    font-size: 16px;
  }
}
.point__item--02 .teacher-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile {
    padding: 0 15px 20px;
    gap: 15px;
  }
}
.point__item--02 .teacher-profile__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: #e9f7f4;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 7px 15px 15px;
    gap: 0;
  }
}
.point__item--02 .teacher-profile__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(37% - 10px);
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__info {
    width: 100%;
  }
}
.point__item--02 .teacher-profile__info .teacher-profile__image {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__info .teacher-profile__image {
    width: calc(60% - 7.5px);
  }
}
.point__item--02 .teacher-profile__info .teacher-profile__details {
  width: calc(50% - 7.5px);
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__info .teacher-profile__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.point__item--02 .teacher-profile__info .teacher-profile__label {
  font-size: 20px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__info .teacher-profile__label {
    font-size: 16px;
  }
}
.point__item--02 .teacher-profile__info .teacher-profile__label::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #308d64;
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}
.point__item--02 .teacher-profile__info .teacher-profile__name {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__info .teacher-profile__name {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.point__item--02 .teacher-profile__info .teacher-profile__name span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__info .teacher-profile__name span {
    font-size: 20px;
  }
}
.point__item--02 .teacher-profile__info .teacher-profile__school {
  font-size: 16px;
  font-weight: 300;
}
.point__item--02 .teacher-profile .teacher-profile__experience {
  color: #308d64;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile .teacher-profile__experience {
    text-align: center;
  }
}
.point__item--02 .teacher-profile .teacher-profile__experience .teacher-profile__years {
  font-size: 25px;
  text-align: center;
}
.point__item--02 .teacher-profile__results {
  width: calc(63% - 10px);
  border: #308d64 solid 1px;
  background-color: #fff;
  padding: 25px 15px 20px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__results {
    width: 100%;
    margin-top: 40px;
    padding: 30px 10px 10px 10px;
  }
}
.point__item--02 .teacher-profile__results .teacher-profile__results-title {
  position: absolute;
  top: -16px;
  left: -20px;
  background-color: #308d64;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  padding: 0 22px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__results .teacher-profile__results-title {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.point__item--02 .teacher-profile__results .teacher-profile__categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .point__item--02 .teacher-profile__results .teacher-profile__categories {
    gap: 8px;
    line-height: 1.4;
  }
}
.point__item--02 .teacher-profile__results .teacher-profile__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.point__item--02 .teacher-profile__results .teacher-profile__category-title {
  color: #308d64;
  font-weight: 500;
}
.point__item--02 .teacher-profile__results .teacher-profile__category-list {
  font-weight: 300;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.point__item--02 .teacher-profile__results .teacher-profile__category-list .other {
  display: block;
  text-align: right;
}
.point__item--03 .point__item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding: 20px 35px;
}
@media screen and (max-width: 768px) {
  .point__item--03 .point__item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 0px 15px 15px;
  }
}
.point__item--03 .point__item__content-item {
  background-color: #e9f7f4;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .point__item--03 .point__item__content-item {
    padding: 15px 15px;
  }
}
.point__item--03 .point__item__content-image {
  margin-bottom: 12px;
}
.point__item--03 .point__item__content-heading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .point__item--03 .point__item__content-heading {
    font-size: 25px;
  }
}
.point__item--03 .point__item__content-heading span {
  font-size: 35px;
  background-color: #fefc9b;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .point__item--03 .point__item__content-heading span {
    font-size: 30px;
  }
}
.point__item--03 .point__item__content-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .point__item--03 .point__item__content-text {
    font-size: 16px;
  }
}
.point__item--03 .point__item__content-text span {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .point__item--03 .point__item__content-text span {
    font-size: 18px;
  }
}
.point__item--04 .point__item__content {
  padding: 35px 40px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__content {
    padding: 0 15px 15px;
  }
}
.point__item--04 .point__item__content__container {
  background-color: #e9f7f4;
  padding: 35px 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__content__container {
    padding: 15px 15px;
    margin-bottom: 15px;
  }
}
.point__item--04 .point__item__content__speech-bubble {
  max-width: 835px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__content__speech-bubble {
    max-width: 450px;
    margin: 0 auto 8px;
  }
}
.point__item--04 .point__item__content__title {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  background-color: #308d64;
  padding: 12px 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__content__title {
    font-size: 20px;
    background: none;
    margin-bottom: 7px;
    color: #308d64;
    padding: 0 10px;
    text-align: left;
  }
}
.point__item--04 .point__item__content__text {
  font-size: 22px;
  font-weight: 300;
  padding: 0 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__content__text {
    font-size: 16px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__content__text .small {
    font-size: 14px;
  }
}
.point__item--04 .point__item__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.point__item--04 .point__item__images .image-item--01 {
  width: calc(40% - 20px);
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--01 {
    width: 100%;
  }
}
.point__item--04 .point__item__images .image-item--01 .image-item__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .point__item--04 .point__item__images .image-item--01 .image-item__title {
    font-size: 25px;
  }
}
.point__item--04 .point__item__images .image-item--01 .image-item__title .highlight {
  font-weight: 700;
  background-color: #fefc9b;
  line-height: 1;
  display: inline-block;
}
.point__item--04 .point__item__images .image-item--02 {
  width: calc(60% - 20px);
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--02 {
    width: 100%;
  }
}
.point__item--04 .point__item__images .image-item--03 {
  width: calc(49% - 20px);
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--03 {
    width: 100%;
  }
}
.point__item--04 .point__item__images .image-item--04 {
  width: calc(51% - 20px);
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--04 {
    padding-left: 0px;
    width: 100%;
  }
}
.point__item--04 .point__item__images .image-item--02 .image-item__title, .point__item--04 .point__item__images .image-item--03 .image-item__title, .point__item--04 .point__item__images .image-item--04 .image-item__title {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--02 .image-item__title, .point__item--04 .point__item__images .image-item--03 .image-item__title, .point__item--04 .point__item__images .image-item--04 .image-item__title {
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.point__item--04 .point__item__images .image-item--02 .image-item__title .camera-text, .point__item--04 .point__item__images .image-item--03 .image-item__title .camera-text, .point__item--04 .point__item__images .image-item--04 .image-item__title .camera-text {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  background-color: #308d64;
  padding: 0 7px;
  margin-right: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--02 .image-item__title .camera-text, .point__item--04 .point__item__images .image-item--03 .image-item__title .camera-text, .point__item--04 .point__item__images .image-item--04 .image-item__title .camera-text {
    font-size: 25px;
  }
}
.point__item--04 .point__item__images .image-item--02 .image-item__title .small, .point__item--04 .point__item__images .image-item--03 .image-item__title .small, .point__item--04 .point__item__images .image-item--04 .image-item__title .small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--02 .image-item__title .small, .point__item--04 .point__item__images .image-item--03 .image-item__title .small, .point__item--04 .point__item__images .image-item--04 .image-item__title .small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .point__item--04 .point__item__images .image-item--02 .image-item__image, .point__item--04 .point__item__images .image-item--03 .image-item__image, .point__item--04 .point__item__images .image-item--04 .image-item__image {
    margin-bottom: 10px;
  }
}

.voice02 {
  position: relative;
  padding-top: 84px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .voice02 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.voice02::before {
  content: "";
  background-image: url(../images/sakura-bg.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  z-index: -1;
  padding-top: 17.33%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .voice02::before {
    background-image: url(../images/sp/sakura-bg.jpg);
    padding-top: 45.86%;
  }
}
.voice02::after {
  content: "";
  background-image: url(../images/sakura-bg.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  z-index: -1;
  padding-top: 17.33%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .voice02::after {
    background-image: url(../images/sp/sakura-bg02.jpg);
    padding-top: 35.87%;
  }
}
.voice02__heading {
  max-width: 605px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .voice02__heading {
    margin: 0 auto 23px;
  }
}
.voice02__container {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .voice02__container {
    padding-bottom: 20px;
  }
}
.voice02__title {
  font-size: 130px;
  font-weight: 600;
  margin-bottom: 80px;
  font-family: "Shippori Mincho", serif;
  color: #308d64;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .voice02__title {
    font-size: 60px;
    margin-bottom: 45px;
  }
}
.voice02__sub-title {
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 55px;
  color: #308d64;
}
@media screen and (max-width: 768px) {
  .voice02__sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.voice02__sub-title .color {
  font-size: 45px;
  color: #f87500;
}
@media screen and (max-width: 768px) {
  .voice02__sub-title .color {
    font-size: 30px;
  }
}

.parents {
  background-image: url(../images/parents-bg.jpg);
  background-size: cover;
  background-position: top right;
  margin-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .parents {
    background-image: none;
    padding-bottom: 40px;
  }
}
.parents__title {
  font-size: 40px;
  color: #308d64;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .parents__title {
    font-size: 35px;
    line-height: 1.3;
  }
}
.parents__catch {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .parents__catch {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 7px;
  }
}
.parents__image {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 13px;
}
.parents__text-block {
  max-width: 60%;
}
@media screen and (max-width: 768px) {
  .parents__text-block {
    max-width: 100%;
  }
}
.parents__text-block-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .parents__text-block-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.parents__fukidashi {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .parents__fukidashi {
    max-width: 750px;
  }
}
@media screen and (max-width: 568px) {
  .parents__fukidashi {
    gap: 15px;
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
    padding: 0 15px;
  }
}
.parents__fukidashi > .fukidashi {
  font-size: 22px;
  font-weight: 500;
  padding: 10px 25px;
  background-color: #e4e4e4;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .parents__fukidashi > .fukidashi {
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .parents__fukidashi > .fukidashi {
    padding: 10px 10px;
  }
}
.parents__fukidashi > .fukidashi--left::before {
  position: absolute;
  left: -5px;
  bottom: -5px;
  content: "";
  display: block;
  width: 28px;
  height: 18px;
  background-image: url("../images/fukidashi-parts.png");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .parents__fukidashi > .fukidashi--left::before {
    z-index: -1;
  }
}
.parents__fukidashi > .fukidashi--right {
  margin-left: auto;
}
.parents__fukidashi > .fukidashi--right::before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  content: "";
  display: block;
  width: 28px;
  height: 18px;
  background-image: url("../images/fukidashi-parts.png");
  background-size: cover;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .parents__fukidashi > .fukidashi--right::before {
    z-index: -1;
  }
}
.parents__text-block-text {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .parents__text-block-text {
    font-size: 20px;
    text-align: center;
  }
}
.parents__text-block-text .highlight {
  font-size: 30px;
  font-weight: 700;
  background-color: #fefc9b;
  line-height: 1.2;
  display: inline-block;
}

.contact {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media screen and (max-width: 568px) {
  .contact {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.contact__title {
  font-size: 40px;
  font-weight: 500;
  color: #308d64;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 25px;
  }
}
.contact__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.contact__flex .flex-item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .contact__flex .flex-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact__flex .txtArea__text {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__flex .txtArea__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.contact__flex .txtArea .linkArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .contact__flex .txtArea .linkArea {
    gap: 15px;
  }
}
.contact__flex .txtArea .linkArea .link01 a {
  font-size: 45px;
  font-weight: 400;
  font-family: "Oswald", serif;
  position: relative;
  height: 94px;
  padding: 9px 14px 14px 85px;
  border-radius: 60px;
  -webkit-box-shadow: 8px 8px 0px 0px #00381c;
          box-shadow: 8px 8px 0px 0px #00381c;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #308d64;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact__flex .txtArea .linkArea .link01 a {
    height: 60px;
    font-size: 28px;
    padding: 3px 15px 3px 55px;
  }
}
.contact__flex .txtArea .linkArea .link01 a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: 3px 3px 0px 0px #00381c;
          box-shadow: 3px 3px 0px 0px #00381c;
}
.contact__flex .txtArea .linkArea .link01 a::after {
  position: absolute;
  top: 50%;
  left: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background-image: url("../images/icon-tel.png");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .contact__flex .txtArea .linkArea .link01 a::after {
    width: 50px;
    height: 50px;
  }
}
.contact__flex .txtArea .linkArea .link02 a {
  font-size: 27px;
  font-weight: 600;
  height: 94px;
  padding: 9px 14px;
  border-radius: 60px;
  -webkit-box-shadow: 8px 8px 0px 0px #6e070b;
          box-shadow: 8px 8px 0px 0px #6e070b;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c7151c;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact__flex .txtArea .linkArea .link02 a {
    font-size: 17px;
    height: 60px;
    padding: 3px 14px;
  }
}
.contact__flex .txtArea .linkArea .link02 a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: 3px 3px 0px 0px #6e070b;
          box-shadow: 3px 3px 0px 0px #6e070b;
}

.flow {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e9f7f4;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-bottom: 20px;
  }
}
.flow__title {
  margin: 0 auto 80px;
  color: #308d64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.flow__title .img {
  max-width: 699px;
}
.flow__text {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #308d64;
  text-align: center;
}
.flow__text span {
  font-size: 35px;
  font-weight: 500;
}

.qa {
  padding-top: 105px;
  padding-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.qa__title {
  margin: 0 auto 45px;
  color: #308d64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .qa__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    gap: 6px;
  }
}
.qa__title .img {
  max-width: 699px;
}
.qa__text {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 50px;
  color: #308d64;
  text-align: center;
}
.qa__text span {
  font-size: 35px;
  font-weight: 500;
}
.qa__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .qa__container {
    gap: 20px;
  }
}
.qa__item {
  border: #308d64 solid 4px;
}
.qa__item .qa-q {
  border-bottom: #308d64 solid 4px;
  font-size: 25px;
  font-weight: 500;
  color: #308d64;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .qa__item .qa-q {
    font-size: 20px;
  }
}
.qa__item .qa-q p {
  padding: 15px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .qa__item .qa-q p {
    padding: 5px 10px;
    line-height: 1.3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.qa__item .qa-q::before {
  content: "Q";
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  background-color: #308d64;
  width: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .qa__item .qa-q::before {
    width: 50px;
  }
}
.qa__item .qa-a {
  font-size: 18px;
  font-weight: 300;
  color: #308d64;
  background-color: #e9f7f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .qa__item .qa-a {
    font-size: 15px;
  }
}
.qa__item .qa-a p {
  padding: 20px;
  line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .qa__item .qa-a p {
    padding: 10px 10px;
    line-height: 1.4;
  }
}
.qa__item .qa-a::before {
  content: "A";
  color: #308d64;
  font-size: 50px;
  font-weight: 300;
  width: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .qa__item .qa-a::before {
    width: 50px;
    margin-top: -5px;
  }
}

.area .flex01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .area .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
    padding: 0 20px;
  }
}
.area .flex01 .imgArea {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .area .flex01 .imgArea {
    width: 100%;
    margin-bottom: 15px;
  }
}
.area .flex01 .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
}
.area .flex01 .txtArea {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 4%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .area .flex01 .txtArea {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}
.area .flex01__title {
  max-width: 513px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .area .flex01__title {
    margin: 0 auto 10px;
  }
}
.area .flex01__main-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 15px;
  background-color: #308d64;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  max-width: 427px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .area .flex01__main-title {
    font-size: 20px;
  }
}
.area .flex01__text {
  font-size: 35px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #308d64;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .area .flex01__text {
    font-size: 22px;
  }
}
.area .flex02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 77px;
  padding-bottom: 80px;
  background-color: #e9f7f4;
}
@media screen and (max-width: 768px) {
  .area .flex02 {
    padding: 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.area .flex02 .imgArea {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .area .flex02 .imgArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.area .flex02 .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
}
.area .flex02 .txtArea {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-left: 9%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .area .flex02 .txtArea {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .area .flex02 .txtArea {
    width: 100%;
    gap: 15px;
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.area .flex02 .txtArea__logo {
  max-width: 145px;
}
@media screen and (max-width: 1024px) {
  .area .flex02 .txtArea__logo {
    max-width: 86px;
  }
}
.area .flex02 .txtArea__title {
  color: #308d64;
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .area .flex02 .txtArea__title {
    font-size: 30px;
  }
}
.area .flex02 .txtArea__title span {
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .area .flex02 .txtArea__title span {
    font-size: 39px;
  }
}
.area .flex02 .txtArea__text {
  font-size: 30px;
  font-weight: 500;
  color: #308d64;
}
@media screen and (max-width: 1024px) {
  .area .flex02 .txtArea__text {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .area .flex02 .txtArea__text {
    text-align: center;
  }
}
.area .flex02 .txtArea__text .highlight {
  font-size: 35px;
  background-color: #fefc9b;
  line-height: 1.2;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .area .flex02 .txtArea__text .highlight {
    font-size: 32px;
  }
}
.area .area-list {
  background-color: #e9f7f4;
  padding-bottom: 70px;
}
@media screen and (max-width: 568px) {
  .area .area-list {
    margin-bottom: 20px;
  }
}
.area .area-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 95px;
}
@media screen and (max-width: 768px) {
  .area .area-list__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.area .area-list__item {
  width: calc(50% - 47.5px);
  border: #308d64 solid 3px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .area .area-list__item {
    width: 100%;
  }
}
.area .area-list__title {
  background-color: #308d64;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  padding: 2px;
}
@media screen and (max-width: 768px) {
  .area .area-list__title {
    font-size: 30px;
  }
}
.area .area-list__content {
  padding: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .area .area-list__content {
    padding: 15px 12px;
    gap: 15px;
  }
}
.area .area-list__subtitle {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}
.area .area-list__locations {
  padding: 12px 18px;
  line-height: 1.6;
  background-color: #e9f7f4;
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .area .area-list__locations {
    padding: 10px 10px;
    line-height: 1.5;
  }
}

.consult__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .consult__inner {
    display: block;
  }
}
.consult__inner .imgArea {
  width: 24.5%;
}
@media screen and (max-width: 768px) {
  .consult__inner .imgArea {
    width: 100%;
  }
}
.consult__inner .txtArea {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .consult__inner .txtArea {
    padding: 25px 15px 20px;
  }
}
.consult__inner .txtArea__title {
  margin-bottom: 25px;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .consult__inner .txtArea__title {
    margin-bottom: 12px;
  }
}
.consult__inner .txtArea__text {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consult__inner .txtArea__text {
    font-size: 23px;
  }
}

.cta {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.cta__heading {
  color: #308d64;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .cta__heading {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.cta__heading::before {
  content: " / ";
  display: inline-block;
  font-size: 35px;
  color: #308d64;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .cta__heading::before {
    font-size: 30px;
  }
}
.cta__heading::after {
  content: " / ";
  display: inline-block;
  font-size: 35px;
  color: #308d64;
}
@media screen and (max-width: 768px) {
  .cta__heading::after {
    font-size: 30px;
  }
}
.cta__link {
  max-width: 845px;
  margin: 0 auto;
}
.cta__link a {
  font-size: 27px;
  font-weight: 600;
  padding: 30px 15px;
  border-radius: 60px;
  -webkit-box-shadow: 8px 8px 0px 0px #6e070b;
          box-shadow: 8px 8px 0px 0px #6e070b;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c7151c;
  color: #fff;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .cta__link a {
    font-size: 20px;
    padding: 10px 30px;
  }
}
.cta__link a:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: 3px 3px 0px 0px #6e070b;
          box-shadow: 3px 3px 0px 0px #6e070b;
}
.cta__link a::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("data:image/svg+xml,%3Csvg height='256' viewBox='0 0 512 512' width='256' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m484.992 60.131h-10.519-447.469c-14.914 0-27.004 12.093-27.004 27.008v337.726c0 14.914 12.09 27.004 27.004 27.004h457.988c14.918 0 27.008-12.09 27.008-27.004v-337.726c0-14.915-12.09-27.008-27.008-27.008zm-438.445 333.265c47.21-37.867 94.414-75.742 141.613-113.629l49.379 39.41c9.875 7.878 23.89 7.863 33.746-.043l52.555-42.16c47.21 37.637 94.418 75.277 141.613 112.934v15.418h-418.906zm418.808-48.253c-31.187-24.879-62.382-49.75-93.582-74.618l-19.981-15.973c37.879-30.434 75.766-60.855 113.66-91.266v112.122zm.098-238.465v11.87c-64.738 51.954-129.48 103.906-194.234 155.848-9.851 7.902-23.863 7.926-33.738.051-63.645-50.746-127.298-101.481-190.934-152.234v-15.535h417.789zm-305.308 150.828c-23.328 18.73-46.668 37.449-70 56.168l-43.598 34.855v-181.691c31.058 24.789 62.121 49.566 93.191 74.343z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: cover;
}

.slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.slider .slick-slide {
  height: auto !important;
}
.slider .slick-dots li button:before {
  font-size: 15px !important;
  color: #006533 !important;
  opacity: 0.15 !important;
}
@media screen and (max-width: 768px) {
  .slider .slick-dots li button:before {
    font-size: 10px !important;
  }
}
.slider .slick-dots li.slick-active button:before {
  opacity: 0.5 !important;
}
.slider .slideCard {
  -webkit-box-shadow: 0 0 8px rgba(48, 141, 100, 0.2);
          box-shadow: 0 0 8px rgba(48, 141, 100, 0.2);
  margin: 0 15px;
  opacity: 0.5;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .slider .slideCard {
    margin: 0px 32px;
  }
}
.slider .slideCard.slick-center, .slider .slideCard:has(+ .slick-center), .slider .slideCard.slick-center + .slideCard {
  opacity: 1;
}
.slider .slideCard__name {
  background-color: #308d64;
  color: #fff;
  padding: 7px;
  font-size: 18px;
  text-align: center;
}
.slider .slideCard__slideWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slider .slideCard__videoWrap {
  position: relative;
}
.slider .slideCard__videoWrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  content: "\f04b";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background-color: #ca3200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider .slideCard .slideCard__videoThumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/8.9;
}
.slider .slideCard__slideText {
  padding: 15px 15px 30px;
}
.slider .slideCard__slideContent {
  margin: 0 15px 20px;
  padding: 25px 10px;
  background-color: #e9f7f4;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-top: auto;
  height: 110px;
}
.slider .slideCard__slideCaption {
  padding: 0px 10px;
  background-color: #308d64;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  line-height: 30px;
  height: 30px;
  left: -15px;
  top: -15px;
  color: #fff;
}
.slider .slideCard__slideDesc {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.slider .slide-arrow {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider .slide-arrow:hover {
  opacity: 0.7;
}
.slider .prev-arrow {
  position: absolute;
  top: 40%;
  left: 13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider .prev-arrow {
    top: 41%;
    left: 2%;
  }
}
.slider .prev-arrow::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M0.500006 20C0.500005 30.7695 9.23045 39.5 20 39.5C30.7696 39.5 39.5 30.7695 39.5 20C39.5 9.23044 30.7696 0.499999 20 0.499998C9.23045 0.499997 0.500007 9.23044 0.500006 20Z' fill='%23308d64' fill-opacity='0.8' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 25.9444L17.978 27L24 20.5L17.978 14L17 15.0556L22.0441 20.5L17 25.9444Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .slider .prev-arrow::before {
    width: 40px;
    height: 40px;
  }
}
.slider .next-arrow {
  position: absolute;
  top: 40%;
  right: 13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider .next-arrow {
    top: 41%;
    right: 2%;
  }
}
.slider .next-arrow::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M0.500006 20C0.500005 30.7695 9.23045 39.5 20 39.5C30.7696 39.5 39.5 30.7695 39.5 20C39.5 9.23044 30.7696 0.499999 20 0.499998C9.23045 0.499997 0.500007 9.23044 0.500006 20Z' fill='%23308d64' fill-opacity='0.8' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 25.9444L17.978 27L24 20.5L17.978 14L17 15.0556L22.0441 20.5L17 25.9444Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 768px) {
  .slider .next-arrow::before {
    width: 40px;
    height: 40px;
  }
}

.slider-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  .slider-sp {
    padding: 0px;
  }
}
.slider-sp .slideCard {
  -webkit-box-shadow: 0 0 8px rgba(48, 141, 100, 0.2);
          box-shadow: 0 0 8px rgba(48, 141, 100, 0.2);
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 768px) {
  .slider-sp .slideCard {
    margin: 0px 32px;
  }
}
.slider-sp .slideCard__name {
  background-color: #308d64;
  color: #fff;
  padding: 5px;
  font-size: 18px;
  text-align: center;
}
.slider-sp .slideCard__slideWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slider-sp .slideCard__videoWrap {
  position: relative;
}
.slider-sp .slideCard__videoWrap::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  content: "\f04b";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background-color: #ca3200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-sp .slideCard .slideCard__videoThumbnail {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/8.9;
}
.slider-sp .slideCard__slideText {
  padding: 15px 15px 30px;
}
.slider-sp .slideCard__slideContent {
  margin: 0 15px 20px;
  padding: 20px 10px;
  background-color: #e9f7f4;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin-top: auto;
  height: 110px;
}
.slider-sp .slideCard__slideCaption {
  padding: 0px 10px;
  background-color: #308d64;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  line-height: 30px;
  height: 30px;
  left: -15px;
  top: -15px;
  color: #fff;
}
.slider-sp .slideCard__slideDesc {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.slider-sp .slide-arrow {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.slider-sp .slide-arrow:hover {
  opacity: 0.7;
}
.slider-sp .prev-arrow {
  position: absolute;
  top: 50%;
  left: 13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider-sp .prev-arrow {
    top: 41%;
    left: 2%;
  }
}
.slider-sp .prev-arrow::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M0.500006 20C0.500005 30.7695 9.23045 39.5 20 39.5C30.7696 39.5 39.5 30.7695 39.5 20C39.5 9.23044 30.7696 0.499999 20 0.499998C9.23045 0.499997 0.500007 9.23044 0.500006 20Z' fill='%23308d64' fill-opacity='0.8' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 25.9444L17.978 27L24 20.5L17.978 14L17 15.0556L22.0441 20.5L17 25.9444Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .slider-sp .prev-arrow::before {
    width: 40px;
    height: 40px;
  }
}
.slider-sp .next-arrow {
  position: absolute;
  top: 50%;
  right: 13%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider-sp .next-arrow {
    top: 41%;
    right: 2%;
  }
}
.slider-sp .next-arrow::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M0.500006 20C0.500005 30.7695 9.23045 39.5 20 39.5C30.7696 39.5 39.5 30.7695 39.5 20C39.5 9.23044 30.7696 0.499999 20 0.499998C9.23045 0.499997 0.500007 9.23044 0.500006 20Z' fill='%23308d64' fill-opacity='0.8' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 25.9444L17.978 27L24 20.5L17.978 14L17 15.0556L22.0441 20.5L17 25.9444Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 768px) {
  .slider-sp .next-arrow::before {
    width: 40px;
    height: 40px;
  }
}
.slider-sp .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.slider-sp .slick-slide {
  height: auto !important;
}
.slider-sp .slick-dots li button:before {
  font-size: 15px !important;
  color: #006533 !important;
  opacity: 0.15 !important;
}
@media screen and (max-width: 768px) {
  .slider-sp .slick-dots li button:before {
    font-size: 10px !important;
  }
}
.slider-sp .slick-dots li.slick-active button:before {
  opacity: 0.5 !important;
}