@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.ttl_wrap.noimg {
  margin-bottom: 45px;
}
.ttl_wrap h2.p_ttl .f_en {
  height: 18px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ttl_wrap h2.p_ttl .f_en {
    height: 14px;
  }
}
.ttl_wrap h2.p_ttl .f_en img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.contents,
.inner {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .contents,
  .inner {
    width: calc(100% - 50px);
  }
}
@media (max-width: 640px) {
  .contents,
  .inner {
    width: calc(100% - 38px);
  }
}

#slide_area {
  padding: 55px 0 70px;
  background: #bac8c1;
}
#slide_area h3 {
  margin-bottom: 55px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #slide_area h3 {
    margin-bottom: 50px;
    font-size: 2rem;
  }
}
#slide_area .swiper-slide {
  width: 60%;
}
#slide_area .swiper {
  overflow: visible;
}
@media (max-width: 768px) {
  #slide_area .swiper {
    width: 95%;
  }
}
#slide_area .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  height: 50px;
  width: 80%;
}
@media (max-width: 1200px) {
  #slide_area .swiper-button {
    width: 90%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  #slide_area .swiper-button {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 640px) {
  #slide_area .swiper-button {
    height: 30px;
  }
}
#slide_area .swiper-button-next,
#slide_area .swiper-button-prev {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 0;
}
@media (max-width: 640px) {
  #slide_area .swiper-button-next,
  #slide_area .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
#slide_area .swiper-button-next::after,
#slide_area .swiper-button-prev::after {
  content: "";
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  #slide_area .swiper-button-next::after,
  #slide_area .swiper-button-prev::after {
    width: 30px;
    height: 30px;
  }
}
#slide_area .swiper-button-prev::after {
  background-image: url(../images/voice/arrow_prev.png);
}
#slide_area .swiper-button-next::after {
  background-image: url(../images/voice/arrow_next.png);
}
#slide_area .swiper-pagination {
  top: auto;
  bottom: -40px;
}

.num_wrap {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .num_wrap {
    margin-top: 40px;
  }
}
.num_wrap > .flx {
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 768px) {
  .num_wrap > .flx {
    display: block;
  }
}
.num_wrap h4 {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .num_wrap h4 {
    font-size: 1.4rem;
    text-align: center;
  }
}
.num_wrap h4 span {
  display: block;
  margin-top: 20px;
  font-size: 2.2rem;
  color: #4e8172;
}
@media (max-width: 768px) {
  .num_wrap h4 span {
    font-size: 2rem;
  }
}
.num_wrap h4 span.min {
  display: inline;
  font-size: 2.34rem;
  color: inherit;
}
@media (max-width: 768px) {
  .num_wrap h4 span.min {
    font-size: 2.08rem;
  }
}
.num_wrap p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.num_wrap .voice_wrap {
  margin-top: 35px;
}
.num_wrap .voice_wrap h5 {
  margin-bottom: 15px;
  color: #4e8172;
  font-size: 1.4rem;
  text-align: center;
}
.num_wrap .voice_wrap .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .num_wrap .voice_wrap .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: calc(100% - 5px);
    margin: 0 auto;
  }
}
.num_wrap .voice_wrap .voice li {
  padding: 18px;
  border-radius: 55px;
  background: #e0e2e6;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .num_wrap .voice_wrap .voice li {
    padding: 18px 10px;
  }
}
.num_wrap .voice_wrap .voice li span {
  color: #4e8172;
}
.num_wrap .num1 {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .num_wrap .num1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .num_wrap .num1 .flx {
    display: block;
  }
}
.num_wrap .num1 .flx .award {
  width: 105px;
}
@media (max-width: 768px) {
  .num_wrap .num1 .flx .award {
    width: 81px;
    margin: 0 auto 30px;
  }
}
.num_wrap .num1 .flx .txt {
  width: calc(100% - 155px);
}
@media (max-width: 768px) {
  .num_wrap .num1 .flx .txt {
    width: 100%;
  }
}
.num_wrap .num1 .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  gap: 8px;
}
@media (max-width: 768px) {
  .num_wrap .num1 .photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 640px) {
  .num_wrap .num1 .photos {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .num_wrap .num2 {
    margin-bottom: 80px;
  }
}
.num_wrap .num2,
.num_wrap .num3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 460px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .num_wrap .num2,
  .num_wrap .num3 {
    width: 100%;
  }
}
.num_wrap .num2 .flx,
.num_wrap .num3 .flx {
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .num_wrap .num2 .flx,
  .num_wrap .num3 .flx {
    display: block;
  }
}
.num_wrap .num2 .flx .award,
.num_wrap .num3 .flx .award {
  width: 90px;
}
@media (max-width: 768px) {
  .num_wrap .num2 .flx .award,
  .num_wrap .num3 .flx .award {
    width: 90px;
    margin: 0 auto 30px;
  }
}
.num_wrap .num2 .flx .txt,
.num_wrap .num3 .flx .txt {
  width: calc(100% - 135px);
}
@media (max-width: 768px) {
  .num_wrap .num2 .flx .txt,
  .num_wrap .num3 .flx .txt {
    width: 100%;
  }
}
.num_wrap .num2 h4,
.num_wrap .num3 h4 {
  line-height: 1.8;
  margin-bottom: 0;
}
.num_wrap .num2 h4 span,
.num_wrap .num3 h4 span {
  margin-top: 0;
}
.num_wrap .num2 p,
.num_wrap .num3 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .num_wrap .num2 p,
  .num_wrap .num3 p {
    margin-top: 30px;
  }
}
.num_wrap .num2 .voice_wrap,
.num_wrap .num3 .voice_wrap {
  margin-top: auto;
  min-height: 145px;
}

.other_wrap {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .other_wrap {
    margin-top: 95px;
  }
}
.other_wrap h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
  text-align: center;
}
.other_wrap h4 {
  font-size: 1.8rem;
  text-align: center;
  color: #4e8172;
  line-height: 1.8;
}
@media (max-width: 1200px) {
  .other_wrap h4 {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .other_wrap h4 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.other_wrap h4 sub {
  font-size: 1.2rem;
  bottom: -0.05em;
}
.other_wrap .other_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .other_wrap .other_inner {
    display: block;
  }
}
.other_wrap .other_inner::before, .other_wrap .other_inner::after {
  content: "";
  position: absolute;
}
@media (max-width: 768px) {
  .other_wrap .other_inner::before, .other_wrap .other_inner::after {
    display: none;
  }
}
.other_wrap .other_inner::before {
  /* width: 100%;
    height: 1px; */
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px dashed #b5c8c1;
}
.other_wrap .other_inner::after {
  left: 49%;
  top: 0;
  height: 100%;
  border-left: 1px dashed #b5c8c1;
}
.other_wrap .other_inner .other {
  width: 440px;
}
@media (max-width: 1200px) {
  .other_wrap .other_inner .other {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .other_wrap .other_inner .other {
    width: 100%;
  }
}
.other_wrap .other_inner .other .flx {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .other .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.other_wrap .other_inner .other:nth-child(2n) {
  width: 465px;
}
@media (max-width: 1200px) {
  .other_wrap .other_inner .other:nth-child(2n) {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .other_wrap .other_inner .other:nth-child(2n) {
    width: 100%;
  }
}
.other_wrap .other_inner .other:nth-child(2n) .photo {
  width: 217px;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .other:nth-child(2n) .photo {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .other_wrap .other_inner .other:nth-child(2n) .photo {
    width: 240px;
  }
}
.other_wrap .other_inner .other:nth-child(n+3) {
  margin-top: 30px;
  padding-top: 30px;
}
.other_wrap .other_inner .other:nth-child(2) .voice li {
  font-size: 1.22rem;
  padding: 18px 13px;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .other:nth-child(2) .voice li {
    font-size: 1.3rem;
    padding: 18px 13px 23px;
  }
}
.other_wrap .other_inner .other:nth-child(4) .voice li {
  font-size: 1.3rem;
  padding: 18px 15px;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .other + .other {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #b5c8c1;
  }
}
.other_wrap .other_inner .voice_wrap {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .voice_wrap {
    margin: 30px 10px 0;
  }
}
.other_wrap .other_inner .voice_wrap h5 {
  margin-bottom: 15px;
  color: #4e8172;
  font-size: 1.4rem;
  text-align: center;
}
.other_wrap .other_inner .voice_wrap .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .voice_wrap .voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }
}
.other_wrap .other_inner .voice_wrap .voice li {
  padding: 18px;
  border-radius: 55px;
  background: #e0e2e6;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .voice_wrap .voice li {
    border-radius: 100px;
    padding: 18px 10px;
  }
}
.other_wrap .other_inner .voice_wrap .voice li span {
  color: #4e8172;
}
.other_wrap .other_inner .photo {
  width: 210px;
}
@media (max-width: 768px) {
  .other_wrap .other_inner .photo {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .other_wrap .other_inner .photo {
    width: 240px;
  }
}

.topic {
  margin-top: 120px;
  padding: 50px 81px;
  background: #edeeeb;
  border: 1px solid #dbdcd9;
}
@media (max-width: 1200px) {
  .topic {
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  .topic {
    margin-top: 100px;
    padding: 45px 20px 30px;
  }
}
.topic > h4 {
  margin-bottom: 40px;
  color: #4e8172;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .topic > h4 {
    line-height: 1.8;
  }
}
.topic h5 {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .topic h5 {
    margin-bottom: 15px;
    text-align: center;
  }
}
.topic .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 auto 20px;
  padding: 20px 0 20px 30px;
  background: #d3c1ac;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 960px) {
  .topic .data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 24px;
  }
}
@media (max-width: 768px) {
  .topic .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2rem;
    margin: 0 3px 20px;
  }
}
.topic .data .hirosa {
  width: 345px;
  position: relative;
}
@media (max-width: 1200px) {
  .topic .data .hirosa {
    width: 45%;
  }
}
@media (max-width: 960px) {
  .topic .data .hirosa {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .topic .data .hirosa {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.topic .data .hirosa::before {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 48px;
  background: #fff;
}
@media (max-width: 960px) {
  .topic .data .hirosa::before {
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
    bottom: 0;
  }
}
.topic .data .hirosa .flx {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 15px;
}
@media (max-width: 960px) {
  .topic .data .hirosa .flx {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .topic .data .hirosa .flx {
    display: block;
    text-align: center;
  }
}
.topic .data .hirosa dl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .topic .data .hirosa dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topic .data .hirosa dl + dl {
    margin-top: 13px;
  }
}
@media (max-width: 768px) {
  .topic .data .hirosa dt span {
    margin-bottom: 15px;
    display: block;
  }
}
.topic .data .hirosa .f_zm {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  /* @include tab {
    font-size: 1.8rem;
  } */
}
.topic .data > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 140px;
}
@media (max-width: 1200px) {
  .topic .data > dl {
    width: 18.3333333333%;
  }
}
@media (max-width: 960px) {
  .topic .data > dl {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .topic .data > dl {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: 13px;
    padding-top: 11px;
  }
}
@media (max-width: 768px) {
  .topic .data > dl.yatin {
    margin-top: 13px;
    padding-top: 0;
  }
}
.topic .data > dl + dl {
  position: relative;
}
.topic .data > dl + dl::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 48px;
  background: #fff;
}
@media (max-width: 768px) {
  .topic .data > dl + dl::before {
    width: 100%;
    height: 1px;
  }
}
.topic .data > dl dt {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .topic .data > dl dt {
    margin-bottom: 0;
  }
  .topic .data > dl dt::after {
    content: "／";
  }
}
.topic .data dd {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .topic .data dd {
    font-size: 1.2rem;
  }
}
.topic .data dd span {
  font-size: 2.4rem;
}
.topic .data dd span span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .topic .data dd span {
    font-size: 2.2rem;
  }
}
.topic .data .menseki dd span {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .topic .data .menseki dd span {
    font-size: 1.8rem;
  }
}
.topic .way_wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .topic .way_wrap {
    margin-top: 50px;
  }
}
.topic .way_wrap h4 {
  margin-bottom: 35px;
  font-size: 1.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .topic .way_wrap h4 {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}
.topic .way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto 0;
  text-align: center;
}
@media (max-width: 960px) {
  .topic .way {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .topic .way {
    display: block;
  }
}
.topic .way dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .topic .way dl + dl {
    margin-top: 42px;
  }
}
.topic .way dl dt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 16px;
  margin-bottom: 22px;
  border-bottom: 2px dashed #e0e0e0;
  line-height: 1.7;
  font-size: 1.6rem;
}
.topic .way dl dt span {
  display: block;
  font-size: 2.4rem;
  color: #6a9a8f;
  margin-bottom: auto;
  margin-bottom: 10px;
  line-height: 1;
}
.topic .way dl dt .text-content {
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 500;
}
.topic .way dl dd .voice_ttl {
  margin-bottom: 15px;
  color: #508272;
  font-size: 1.2rem;
}
.topic .way dl dd .voice {
  background-color: #a0b6ac;
  border-radius: 40px;
  padding: 18px 5px;
  line-height: 1.7;
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 105px;
  font-weight: 500;
}
.topic .way dl dd .voice span {
  color: #fff;
}

.res-req {
  margin: 160px auto 80px;
}
@media (max-width: 768px) {
  .res-req {
    margin: 100px auto 70px;
  }
}