@charset "UTF-8";
/*共通の要素---------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

a {
  display: table;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
  padding-top: 156px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 89px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 85px;
  }
}

*:focus {
  outline: none;
}

* {
  font-size: 1.6rem;
}

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

/*ヘッダー*/
.header {
  padding: 0 15px 20px;
  background-color: #e6f2ec;
  position: fixed;
  width: 100%;
  z-index: 100;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 15px;
  }
}
.header__outer {
  max-width: 1200px;
  margin: auto;
  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: flex-end;
}
.header__subtitle {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .header__subtitle {
    font-size: 1.2rem;
  }
}
.header__logo {
  max-width: 385px;
}
@media screen and (max-width: 1250px) {
  .header__logo {
    max-width: 32vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .header__block {
    display: none;
  }
}
.header__search {
  border: solid #4cbf86 2px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 4px;
  max-width: 170px;
}
@media screen and (max-width: 1250px) {
  .header__search {
    max-width: 14.1vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__search {
    max-width: 200px;
  }
}
.header__svg {
  max-width: 20px;
}
.header__input {
  padding-left: 10px;
  width: 100%;
}
.header__input::-webkit-input-placeholder {
  color: rgba(230, 242, 236, 0.4);
}
.header__input::-moz-placeholder {
  color: rgba(230, 242, 236, 0.4);
}
.header__input:-ms-input-placeholder {
  color: rgba(230, 242, 236, 0.4);
}
.header__input::-ms-input-placeholder {
  color: rgba(230, 242, 236, 0.4);
}
.header__input::placeholder {
  color: rgba(230, 242, 236, 0.4);
}
.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 15px 0 25px;
}
@media screen and (max-width: 1250px) {
  .header__tel {
    margin: 0 1.25vw 0 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__tel {
    margin: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header__icon {
  max-width: 50px;
  margin-right: 10px;
}
@media screen and (max-width: 1250px) {
  .header__icon {
    max-width: 4.1vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__icon {
    max-width: 50px;
  }
}
.header__text {
  font-size: 1.4rem;
}
.header__number {
  font-weight: bold;
  font-size: 3.2rem;
  margin: 4px 0;
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
  .header__number {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 1024px) {
  .header__number {
    font-size: 3rem;
    white-space: normal;
  }
}
.header__time {
  font-size: 1.4rem;
}
.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__button {
  background-color: #4d9973;
  border-radius: 0 0 8px 8px;
  margin-right: 5px;
  padding: 13px 10px;
  width: 85px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__button02 {
  background-color: #4cbf86;
  padding: 15px;
  width: 140px;
  margin-right: 0;
}
.header__icon02 {
  max-width: 20px;
  margin-bottom: 5px;
}
.header__btn {
  color: #fff;
}
.header__ul {
  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;
  max-width: 1200px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .header__ul {
    display: none;
  }
}
.header__ul > li {
  border-left: solid 2px #4cbf86;
}
.header__ul > li:last-of-type {
  border-right: solid 2px #4cbf86;
}
.header__menu {
  padding: 0 25px;
}
@media screen and (max-width: 1250px) {
  .header__menu {
    padding: 0 0.8vw;
  }
}

/*ハンバーガーメニュー*/
.hamburger {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  background-color: #4cbf86;
  padding: 15px;
  min-height: 55px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hamburger__bar {
  display: block;
  width: 25px;
  height: 3px;
  margin-bottom: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
}
.hamburger__bar:last-of-type {
  margin-bottom: 0;
}
.hamburger__bar02 {
  background-color: #fff;
}
.hamburger__text {
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hamburger__text {
    font-size: 1rem;
  }
}

.cross-top {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cross-middle {
  opacity: 0;
}

.cross-bottom {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*ハンバーガーメニュー内-----------------------------------------------------------------*/
.slide {
  position: fixed;
  top: 87px;
  left: 0;
  display: none;
  width: 100%;
  z-index: 100;
  padding: 30px 15px 70px;
  overflow-y: scroll;
  height: 100vh;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  .slide {
    top: 85px;
  }
}
.slide__ul {
  margin-top: 30px;
}
.slide__menu {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
  font-size: 1.5rem;
  display: block;
  border-bottom: #4cbf86 solid 1px;
}
.slide__menu::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #4cbf86;
  border-right: 1px solid #4cbf86;
  position: absolute;
  right: 5px;
  top: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slide__none {
  overflow: hidden;
}

/*フッター*/
.footer {
  color: #4cbf86;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.footer__outer {
  background-color: #e6f2ec;
  padding: 50px 15px 40px;
}
.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
.footer__menu {
  position: relative;
  font-size: 1.5rem;
}
.footer__menu::before {
  content: "";
  display: inline-block;
  padding-right: 15px;
  width: 7px;
  height: 13px;
  background-image: url(../img/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__title {
  font-size: 2.6rem;
  text-align: center;
  margin-top: 20px;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 2.4rem;
  }
}
.footer__span {
  color: #4d9973;
  font-size: 3.2rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footer__span {
    font-size: 3rem;
  }
}
.footer__inner {
  background-color: #4cbf86;
  padding: 35px 15px 20px;
}
.footer__logo {
  max-width: 350px;
  margin: auto;
  display: block;
}
.footer__text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 1.1rem;
  }
}

/*カスタム検索*/
.search {
  max-width: 1230px;
  margin: auto;
}

.breadcrumb {
  background-color: #f7f7f7;
  padding: 10px 15px;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__outer {
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__icon {
  max-width: 18px;
}
.breadcrumb a {
  display: inline;
}
.breadcrumb br {
  display: none;
}
.breadcrumb__text {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #004d26;
  display: inline;
}
.breadcrumb__text span {
  margin: 0 8px;
  color: #4cbf86;
}

.common__hero {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .common__hero {
    margin-top: 16px;
  }
}
.common__hero-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  background-color: #e6f2ec;
  margin: 0 auto 37px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .common__hero-outer {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common__hero-outer {
    padding-left: 25px;
    margin: 0 auto 16px;
  }
}
.common__hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #4cbf86;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .common__hero-title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .common__hero-title {
    font-size: 1.8rem;
  }
}
.common__hero-img {
  max-width: 465px;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 16px 16px 0;
  margin-left: 60px;
}
@media screen and (max-width: 1024px) {
  .common__hero-img {
    max-width: 45vw;
    max-height: 23.1vw;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common__hero-img {
    max-width: 46vw;
    max-height: 29.1vw;
    margin-left: 15px;
  }
}
.common__heading {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  border-left: 8px solid #4cbf86;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e6f2ec;
  padding: 28px 15px 28px 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .common__heading {
    font-size: 1.6rem;
    padding: 16px 15px 16px 23px;
    margin: 0 auto 25px;
  }
}
.common__heading-border {
  max-width: 5px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .common__heading-border {
    max-width: 6px;
  }
}
.common__heading-time {
  line-height: 1.3;
  margin-bottom: 10px;
}
.common__heading.single-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 16px;
}
.common__heading br {
  display: none;
}

.archive__column {
  background-color: #e6f2ec;
  padding: 38px 15px 51px;
  margin-bottom: 80px;
  color: #4cbf86;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .archive__column {
    margin-bottom: 21px;
  }
}
.archive__column-outer {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive__column-inner {
  padding: 15px 15px 28px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  width: calc(33.3333333333% - 28px);
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .archive__column-inner {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .archive__column-inner {
    width: 100%;
  }
}
.archive__column-img {
  max-width: 343px;
  margin-bottom: 19px;
  min-height: 228px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .archive__column-img {
    max-width: 100%;
    min-height: initial;
  }
}
.archive__column-img02 {
  max-width: 100%;
  min-height: auto;
  -o-object-fit: inherit;
     object-fit: inherit;
}
.archive__column-cat {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding: 4px 8px;
  background-color: #e6f2ec;
  border-radius: 8px;
  margin-right: 8px;
}
.archive__column-cat--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive__column-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 4px;
}
.archive__column-time {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #004d26;
  margin-top: 10px;
}

.page-nation {
  max-width: 176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-nation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-nation a {
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  color: #1a1a1a;
  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;
  border: none !important;
}

.pages {
  display: none;
}

.wp-pagenavi span.current {
  background-color: white;
  width: 32px;
  height: 32px;
  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;
  border: none !important;
}

.previouspostslink {
  color: #4d9973 !important;
}

.nextpostslink {
  color: #4d9973 !important;
}

.info__movie {
  background-color: #e6f2ec;
  padding: 40px 15px 48px;
  color: #4cbf86;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-bottom: 80px;
}
.info__movie-outer {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__movie-inner {
  width: calc(50% - 18px);
  background-color: #ffffff;
  padding: 40px 36px 37px;
  border-radius: 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .info__movie-inner {
    width: 100%;
    padding: 25px 22px 23px;
  }
}
.info__movie-inner--border {
  border: 2px solid #4cbf86;
  border-radius: 16px;
}
.info__movie-img {
  max-width: 512px;
  height: 322px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .info__movie-img {
    height: 26vw;
  }
}
@media screen and (max-width: 767px) {
  .info__movie-img {
    max-width: initial;
    height: 50vw;
  }
}
.info__movie-title {
  font-size: 1.8rem;
  margin-top: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .info__movie-title {
    margin-top: 30px;
  }
}
.info__movie-text {
  font-size: 1.4rem;
  color: #004d26;
  line-height: 1.28;
  margin-top: 4px;
}
.info__movie-cat {
  background-color: #e6f2ec;
  border-radius: 8px;
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .info__movie-cat {
    font-size: 1.4rem;
  }
}
.info__movie-cat--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 9px;
}

.column__slide {
  height: auto;
}

.single-column {
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.single-column__img {
  max-width: 1200px;
  margin: 0 auto;
}
.single-column__container {
  max-width: 900px;
  margin: 49px auto 0;
}
@media screen and (max-width: 1024px) {
  .single-column__container {
    padding: 0 15px;
  }
}
.single-column__top-text {
  line-height: 2;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .single-column__top-text {
    margin-bottom: 35px;
  }
}
.single-column__heading {
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
  background-color: #edf2f0;
  border-radius: 8px;
  padding: 14px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single-column__heading {
    padding: 14px 10px;
    font-size: 1.6rem;
  }
}
.single-column__heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 23px;
  border-radius: 4px;
  background-color: #4cbf86;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .single-column__heading::before {
    margin-right: 7px;
    height: 32px;
  }
}
.single-column__text p {
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-column__text p {
    font-size: 1.4rem;
  }
}
.single-column__text p strong {
  color: #1a1a1a;
  font-weight: bold;
  display: block;
  margin-bottom: -40px;
}
.single-column__text h2 {
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
  background-color: #edf2f0;
  border-radius: 8px;
  padding: 14px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single-column__text h2 {
    font-size: 1.6rem;
  }
}
.single-column__text h2::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 23px;
  border-radius: 4px;
  background-color: #4cbf86;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
.single-column__merit {
  margin-top: 74px;
}
.single-column__migaki {
  margin-bottom: 74px;
}
.single-column__back-btn {
  max-width: 280px;
  width: 100%;
  padding: 15px;
  margin: 74px auto 63px;
  border: 3px solid #4cbf86;
  border-radius: 28px;
  color: #4cbf86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-column__back-btn {
    max-width: 200px;
  }
}
.single-column__back-btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../img/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 22px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.single-column__back-btn:hover {
  background-color: #4cbf86;
  color: #fff;
  opacity: 1;
}
.single-column__back-btn:hover::before {
  background-image: url(../img/hero-arrow.svg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.single-column__page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-column__page-prev {
  text-align: left;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-column__page-prev {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.single-column__page-prev span {
  display: block;
  color: #4d9973;
  text-decoration: underline;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-column__page-prev span {
    font-size: 1.4rem;
  }
}
.single-column__page-next {
  text-align: right;
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-column__page-next {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.single-column__page-next span {
  display: block;
  color: #4d9973;
  text-decoration: underline;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-column__page-next span {
    font-size: 1.4rem;
  }
}
.single-column__heading {
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
  background-color: #edf2f0;
  border-radius: 8px;
  padding: 14px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single-column__heading {
    padding: 14px 10px;
    font-size: 1.6rem;
  }
}
.single-column__heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 23px;
  border-radius: 4px;
  background-color: #4cbf86;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .single-column__heading::before {
    margin-right: 7px;
    height: 32px;
  }
}
.single-column__heading.search-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .single-column__heading.search-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
  }
}

.single-info {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-info__heading {
  padding: 30px 32px 34px;
  width: 100%;
  background-color: #e6f2ec;
  border-radius: 16px;
  margin-top: 48px;
}
.single-info__number {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 4px 11px;
  background-color: #4cbf86;
  border-radius: 8px;
  margin-bottom: 11px;
  display: inline-block;
}
.single-info__company {
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 11px;
}
.single-info__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 17px;
  color: #4cbf86;
}
.single-info__title br {
  display: none;
}
.single-info__name {
  font-weight: bold;
  color: #1a1a1a;
}
.single-info__textarea > :first-child {
  font-weight: 500;
}
.single-info__textarea > :first-child::before {
  display: none;
}
.single-info__textarea h2 {
  text-align: justify;
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
  background-color: #edf2f0;
  border-radius: 8px;
  padding: 14px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .single-info__textarea h2 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.single-info__textarea h2::before {
  content: "Q";
  display: inline-block;
  color: #4cbf86;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .single-info__textarea h2 {
    padding-left: 10px;
  }
}
.single-info__textarea p {
  text-align: justify;
  margin-top: 18px;
  line-height: 2;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single-info__textarea p {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.single-info__textarea p::before {
  content: "A";
  display: inline-block;
  color: #4cbf86;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-info__textarea p::before {
    padding: 5px;
  }
}
.single-info__textarea figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media screen and (max-width: 767px) {
  .single-info__textarea figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-info__textarea figure:has(figcaption) {
  display: grid;
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 767px) {
  .single-info__textarea figure:has(figcaption) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .single-info__textarea figure img {
    margin-top: 56px;
  }
  .single-info__textarea figure img:first-child {
    margin-top: 24px;
  }
}
.single-info__textarea figcaption {
  width: 100%;
  margin-block: 0;
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.53;
  color: #1a1a1a;
  grid-row: 2/3;
}
.single-info__textarea img + img + figcaption {
  grid-column: 1/3;
}
.single-info__textarea div + p {
  text-align: justify;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2;
  color: #1a1a1a;
  font-size: 1.6rem;
  margin-top: 0;
}
.single-info__textarea div + p::before {
  content: "A";
  display: inline-block;
  opacity: 0;
  color: #4cbf86;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .single-info__textarea div + p::before {
    padding: 5px;
  }
}
.single-info__textarea img {
  max-width: 430px;
  width: 100%;
  margin-top: 24px;
  grid-row: 1/2;
}
.single-info__textarea span {
  display: contents;
  font-weight: bold;
}
.single-info__table {
  font-weight: bold;
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-info__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-info__tr:nth-of-type(even) {
  background-color: #f2f2f2;
}
.single-info__tr:nth-of-type(2n-1) {
  background-color: #f7f7f7;
}
.single-info__th {
  width: 253px;
  height: 88px;
  vertical-align: middle;
  padding-left: 33px;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .single-info__th {
    text-align: center;
    padding-left: 0;
    height: auto;
    padding: 10px;
    border: 1px solid rgba(26, 26, 26, 0.1019607843);
    width: 100%;
  }
}
.single-info__td {
  font-weight: 500;
  color: #1a1a1a;
  vertical-align: middle;
  line-height: 1.5;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .single-info__td {
    padding: 20px;
    border-left: 1px solid rgba(26, 26, 26, 0.1019607843);
    border-right: 1px solid rgba(26, 26, 26, 0.1019607843);
    width: 100%;
    text-align: center;
  }
}
.single-info__head {
  background-color: #4cbf86;
}
.single-info__info-heading {
  padding: 8px 16px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .single-info__info-heading {
    text-align: center;
  }
}
.single-info .wp-block-columns {
  margin: 0;
}

.contact {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
}
.contact__wrap {
  max-width: 1095px;
  margin: 0 auto 90px;
  background-color: #f7f7f7;
  border-radius: 16px;
  padding: 60px 100px;
}
@media screen and (max-width: 1024px) {
  .contact__wrap {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact__wrap {
    padding: 30px 15px;
  }
}
.contact__cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__item {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.contact__item .wpcf7-not-valid-tip {
  margin-left: 10px;
  margin-top: 15px;
}
.contact p:has(.contact__left) {
  max-width: 280px;
  width: 100%;
  background-color: #4d9973;
  padding-left: 25px;
  color: #fff;
  font-weight: bold;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact p:has(.contact__left) {
    max-width: 220px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .contact p:has(.contact__left) {
    max-width: none;
    margin-right: 0;
    padding: 15px 10px;
  }
}
.contact__left {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contact__left {
    font-size: 1.6rem;
  }
}
.contact__right {
  position: relative;
  width: 100%;
}
.contact__right:has(.contact__text) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__right p:has(input) span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__right.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 477px;
}
.contact__right.column .contact__text {
  display: inline-block;
  margin-bottom: calc((44px - 1.15em) / 2);
}
@media screen and (max-width: 767px) {
  .contact__right.column .contact__text {
    margin-bottom: calc((44px - 2.3em) / 2);
  }
}
.contact__right:has(.drop) {
  max-width: 477px;
}
.contact__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__box.drop > p:has(select) {
  width: 100%;
}
.contact__box.drop::after {
  content: "";
  display: inline-block;
  background-image: url(../img/drop_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  position: absolute;
  right: 10px;
  pointer-events: none;
}
.contact__required {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #ff5d5d;
  padding: 8px 15px;
  display: inline;
  line-height: 1;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contact__required {
    font-size: 1.4rem;
  }
}
.contact__input {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 53px;
  color: #000;
}
.contact__input.required {
  padding-left: 82px;
}
.contact__input.year {
  max-width: 188px;
}
.contact__input.capital, .contact__input.worker {
  max-width: 320px;
}
.contact__input.date {
  max-width: 193px;
}
.contact #address {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 121px;
  resize: none;
  color: #000;
}
.contact #address.required {
  padding-left: 82px;
}
.contact textarea {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 210px;
  resize: none;
  color: #000;
}
.contact textarea.required {
  padding-left: 82px;
}
.contact__select {
  background-color: #fff;
  height: 53px;
  width: 100%;
  padding-left: 10px;
  cursor: pointer;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.contact__select.required {
  padding-left: 82px;
}
.contact__text {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 15px;
  color: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .contact__text {
    font-size: 1.6rem;
  }
}
.contact__privacy {
  margin-top: 36px;
  width: 100%;
}
.contact__privacy--title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4d9973;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact__privacy--title {
    font-size: 1.6rem;
  }
}
.contact__privacy--box {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 34px;
}
@media screen and (max-width: 767px) {
  .contact__privacy--box {
    padding: 15px;
  }
}
.contact__privacy--box p {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .contact__privacy--box p {
    font-size: 1.2rem;
  }
}
.contact__privacy--bottom {
  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;
  margin: 48px 0 0;
}
.contact__privacy--label {
  position: relative;
}
.contact__privacy--label label {
  cursor: pointer;
}
.contact__privacy--check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.contact__privacy--check + .wpcf7-list-item-label {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: calc(55px - 1em);
}
@media screen and (max-width: 767px) {
  .contact__privacy--check + .wpcf7-list-item-label {
    font-size: 1.3rem;
    padding-left: calc(45px - 1em);
  }
}
.contact__privacy--check + .wpcf7-list-item-label::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #707070;
  margin-right: 15px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .contact__privacy--check + .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
  }
}
.contact__privacy--check + .wpcf7-list-item-label::after {
  content: "";
  display: inline-block;
  background-image: url(../img/check.svg);
  width: 30px;
  height: 30px;
  opacity: 0;
  position: absolute;
  left: 5px;
}
@media screen and (max-width: 767px) {
  .contact__privacy--check + .wpcf7-list-item-label::after {
    width: 20px;
    height: 20px;
  }
}
.contact__privacy--check:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact p:has(.wpcf7-submit) {
  margin: 50px auto 0;
  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;
}
@media screen and (max-width: 767px) {
  .contact p:has(.wpcf7-submit) {
    margin-top: 30px;
  }
}
.contact .wpcf7-submit {
  padding: 15px;
  border: 3px solid #4cbf86;
  background-color: #fff;
  border-radius: 30px;
  color: #4cbf86;
  font-weight: bold;
  max-width: 200px;
  width: 100%;
  position: relative;
  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;
  cursor: pointer;
  text-align: center;
  margin-left: 72px;
}
@media screen and (max-width: 767px) {
  .contact .wpcf7-submit {
    font-size: 1.3rem;
  }
}
.contact .wpcf7-submit:disabled {
  border-color: #5b5b5b;
  background-color: #5b5b5b;
  color: #d3d3d3;
}
.contact .wpcf7-submit:not(:disabled):hover {
  background-color: #4cbf86;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #fff;
}
.contact .wpcf7-spinner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact .wpcf7 form .wpcf7-response-output {
  padding: 1em;
  border-radius: 12px;
  background-color: #fff;
}

.map {
  padding: 55px 15px 120px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4cbf86;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .map {
    padding: 30px 15px 60px;
  }
}
.map__outer {
  max-width: 1200px;
  margin: auto;
}
.map__list {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .map__list {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.map__menu {
  color: #666666;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map__menu {
    font-size: 1.4rem;
  }
}
.map__menu::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  background-color: #4cbf86;
}
.map__ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .map__ul li {
    margin-bottom: 10px;
  }
}
.map__ul li:last-of-type {
  margin-bottom: 30px;
}

.news {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
.news__link {
  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;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .news__link {
    margin-bottom: 16px;
  }
}
.news__link--text {
  color: #4cbf86;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .news__link--text {
    font-size: 1.6rem;
  }
}
.news__link--text::before {
  content: "";
  display: inline-block;
  background-image: url(../img/footer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 8px;
}
.news__link--border {
  width: 2px;
  height: 27px;
  background-color: #43b77b;
  margin: 0 24px;
  border-radius: 1px;
}
.news__wrap {
  background-color: #edf2f0;
  width: calc(100% - 20px);
  padding: 40px 15px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.news__cont {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .news__cont {
    padding: 20px 15px;
  }
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news__item::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .news__item::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.news__date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4d9973;
  width: 110px;
  margin-right: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 1.4rem;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.news__text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666666;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #666666;
  text-decoration-thickness: 1px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .news__text {
    font-size: 1.4rem;
  }
}

.single-news {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
}
.single-news__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.single-news__wrap p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .single-news__wrap p {
    font-size: 1.4rem;
  }
}
.single-news__cont {
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-news__cont img {
  max-width: 500px !important;
  margin-top: 30px;
}
.single-news__table {
  width: 100%;
  margin-top: 40px;
}
.single-news__table--item {
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .single-news__table--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-news__table--left {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #4cbf86;
  border-right: 4px solid #fff;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .single-news__table--left {
    width: 100%;
    border-right: none;
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
.single-news__table--left.t {
  vertical-align: top;
  padding-top: 15px;
}
.single-news__table--right {
  padding: 15px 20px;
  background-color: #edf2f0;
  color: #1a1a1a;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-news__table--right {
    font-size: 1.4rem;
  }
}
.single-news__table--right p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-news__table--right p {
    font-size: 1.4rem;
  }
}
.single-news__table--right img {
  width: 250px;
  height: 250px;
}
.single-news__text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-news__text {
    font-size: 1.4rem;
  }
}
.single-news__text a {
  color: #4d9973;
  font-weight: bold;
  display: inline;
}
.single-news__h3 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #4d9973;
}
@media screen and (max-width: 767px) {
  .single-news__h3 {
    font-size: 1.6rem;
  }
}
.single-news__box {
  border: 1px solid #707070;
  padding: 20px 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .single-news__box {
    padding: 20px;
  }
}
.single-news__desc {
  font-weight: bold;
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .single-news__desc {
    font-size: 1.4rem;
  }
}
.single-news__desc a {
  color: #4d9973;
  font-weight: bold;
  text-decoration: underline;
  display: inline;
}
@media screen and (max-width: 767px) {
  .single-news__desc a {
    font-size: 1.4rem;
  }
}
.single-news__desc .red {
  color: #ff0000;
}
@media screen and (max-width: 767px) {
  .single-news__desc .red {
    font-size: 1.4rem;
  }
}
.single-news__link {
  background-color: #e6f2ec;
  padding: 25px 30px;
  color: #4d9973;
  font-weight: bold;
  width: 100%;
  margin-top: 40px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .single-news__link {
    font-size: 1.4rem;
  }
}
.single-news__inquiry {
  background-color: #e6f2ec;
  padding: 25px 30px;
}
.single-news__inquiry--title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4cbf86;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-news__inquiry--title {
    font-size: 1.6rem;
  }
}
.single-news__inquiry--text {
  font-size: 1.6rem;
  color: #004d26;
}
@media screen and (max-width: 767px) {
  .single-news__inquiry--text {
    font-size: 1.4rem;
  }
}

.not-found {
  margin: 80px 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 2;
  color: #4d9973;
}

.heading {
  font-size: 1.8rem;
  color: #666666;
  font-weight: bold;
  background-color: #edf2f0;
  border-radius: 8px;
  padding: 14px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 14px 10px;
    font-size: 1.6rem;
  }
}
.heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 23px;
  border-radius: 4px;
  background-color: #4cbf86;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .heading::before {
    margin-right: 7px;
    height: 32px;
  }
}
.heading a {
  color: #4cbf86;
  display: inline;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.8rem;
}

.back-btn {
  max-width: 280px;
  width: 100%;
  padding: 15px;
  margin: 74px auto 63px;
  border: 3px solid #4cbf86;
  border-radius: 28px;
  color: #4cbf86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  position: relative;
}
.back-btn::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../img/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 22px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.back-btn:hover {
  background-color: #4cbf86;
  color: #fff;
  opacity: 1;
}
.back-btn:hover::before {
  background-image: url(../img/hero-arrow.svg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.news__link .news__link--border:first-of-type {
  display: none;
}

/*閲覧する・ダウンロードボタン*/
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 585px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
}
.button__icon {
  max-width: 15px;
  margin-right: 10px;
}
.button__btn {
  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;
  color: #4cbf86;
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 280px;
  width: calc(50% - 12.5px);
  padding: 20px;
  border: #4cbf86 solid 2px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 #4cbf86;
          box-shadow: 0 3px 0 #4cbf86;
}
@media screen and (max-width: 767px) {
  .button__btn {
    margin-bottom: 20px;
    width: 100%;
  }
  .button__btn:last-of-type {
    margin-bottom: 0;
  }
}
.button__btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}

/*事業承継ポータルサイトとは？*/
.about {
  padding: 0 15px 80px;
  font-family: "Noto Sans JP", sans-serif;
}
.about__outer {
  max-width: 1200px;
  margin: auto;
}
.about__text {
  line-height: 2;
  margin-bottom: 30px;
}
.about__span {
  color: #004d26;
  border-bottom: #004d26 solid 1px;
  padding-bottom: 2px;
  position: relative;
  padding-right: 25px;
  display: inline;
}
.about__icon {
  max-width: 13px;
  position: absolute;
  right: 0;
  top: 45%;
  margin-right: 5px;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
}
.about__unit {
  line-height: 1.7;
  background-color: #e6f2ec;
  padding: 25px 30px 30px;
}
@media screen and (max-width: 767px) {
  .about__unit {
    padding: 25px 20px 20px;
  }
}
.about__item {
  color: #4cbf86;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.about__address {
  color: #004d26;
}
.about__mail {
  display: inline;
}
@media screen and (max-width: 767px) {
  .about__mail {
    display: block;
  }
}
.about__tel {
  display: inline;
}

/*お役立ち資料ダウンロード*/
.download {
  padding: 0 15px 80px;
  font-family: "Noto Sans JP", sans-serif;
}
.download__outer {
  max-width: 1200px;
  margin: auto;
}
.download__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f2f7f5;
  padding: 40px 40px 45px 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .download__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 25px;
  }
}
.download__inner:last-of-type {
  margin-bottom: 0;
}
.download__unit {
  margin-left: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .download__unit {
    margin-left: 0;
    margin-top: 25px;
  }
}
.download__img {
  max-width: 260px;
}
@media screen and (max-width: 1024px) {
  .download__img {
    max-width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .download__img {
    max-width: 57vw;
  }
}
.download__text {
  line-height: 2;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .download__text {
    margin-bottom: 35px;
  }
}
.download__box {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 55px;
  padding: 15px 20px 25px;
}
.download__subitem {
  font-weight: bold;
  margin-bottom: 10px;
  color: #4cbf86;
}
.download__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download__link {
  display: inline-block;
  font-weight: bold;
  color: #4d9973;
  border-bottom: #4d9973 solid 1px;
}
.download__arrow {
  max-width: 7px;
  margin-right: 10px;
}

/*経営者の方向けコンテンツ・後継者の方向けコンテンツ*/
.contents {
  padding: 0 15px 90px;
  font-family: "Noto Sans JP", sans-serif;
}
.contents__outer {
  max-width: 1200px;
  margin: auto;
}
.contents__text {
  line-height: 2;
}
.contents__ul {
  margin: 30px 0 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 60px;
}
@media screen and (max-width: 767px) {
  .contents__ul {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.contents__ul02 {
  margin: 40px 0 80px;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 1024px) {
  .contents__ul02 {
    margin: 40px 0;
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .contents__ul02 {
    grid-template-columns: 1fr;
    gap: 15px 0;
  }
}
.contents__menu {
  border-bottom: #4cbf86 solid 1px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #4cbf86;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents__menu {
    font-size: 1.6rem;
  }
}
.contents__menu::before {
  content: "";
  display: inline-block;
  background-image: url(../img/contents-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  width: 12px;
  height: 7px;
  top: 40%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
}
@media screen and (max-width: 1024px) {
  .contents__menu02 {
    font-size: 1.6rem;
  }
}
.contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .contents__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .contents__inner {
    margin-bottom: 40px;
  }
}
.contents__inner:last-of-type {
  margin-bottom: 0;
}
.contents__unit {
  width: calc(50% - 40px);
}
@media screen and (max-width: 1250px) {
  .contents__unit {
    width: calc(50% - 1.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .contents__unit {
    width: 100%;
  }
}
.contents__img {
  border-radius: 0 16px 16px 0;
  max-width: 555px;
}
@media screen and (max-width: 1024px) {
  .contents__img {
    max-width: 100%;
    border-radius: 16px;
    margin-bottom: 25px;
  }
}
.contents__box {
  background-color: #e6f2ec;
  padding: 30px 30px 20px;
  margin-bottom: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .contents__box {
    margin: 0 0 25px;
  }
}
.contents__box02 {
  padding-right: 10px;
}
.contents__list {
  line-height: 2;
}
.contents__last {
  text-align: right;
}
.contents__span {
  color: #4cbf86;
}
.contents__button {
  border: #4cbf86 solid 2px;
  border-radius: 16px;
  padding: 25px 30px;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 8px 0 #4cbf86;
          box-shadow: 0 8px 0 #4cbf86;
}
@media screen and (max-width: 1250px) {
  .contents__button {
    padding: 1.6vw 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .contents__button {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .contents__button {
    padding: 30px 30px 20px;
  }
}
.contents__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 1;
}
.contents__btn {
  color: #4cbf86;
  font-weight: bold;
  line-height: 1.6;
  font-size: 2rem;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: #4cbf86 solid 1px;
}
@media screen and (max-width: 1024px) {
  .contents__btn {
    font-size: 1.7rem;
  }
}
.contents__item {
  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;
}
@media screen and (max-width: 767px) {
  .contents__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contents__space {
  height: 40px;
}
.contents__name {
  font-size: 2.8rem;
  color: #4cbf86;
  font-weight: bold;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .contents__name {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .contents__name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .contents__name {
    display: block;
    text-align: center;
    position: relative;
  }
  .contents__name::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
  }
}
@media screen and (max-width: 520px) {
  .contents__name {
    font-size: 5.5vw;
  }
}
.contents__subitem {
  color: #4cbf86;
  font-weight: bold;
  font-size: 2rem;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  .contents__subitem {
    font-size: 1.8rem;
    margin-left: 0;
  }
}
.contents__svg {
  max-width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 1250px) {
  .contents__svg {
    margin-right: 1.9vw;
  }
}
@media screen and (max-width: 767px) {
  .contents__svg {
    display: none;
  }
}
.contents__message {
  line-height: 2;
  margin: 40px 0 25px;
}

.support-search {
  background-color: #e6f2ec;
  padding: 40px 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .support-search {
    margin-bottom: 24px;
  }
}
.support-search__container {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 30px 35px 40px;
}
@media screen and (max-width: 767px) {
  .support-search__container {
    padding: 15px 18px 23px;
  }
}
.support-search__text {
  font-size: 1.8rem;
  color: #4d9973;
  font-weight: bold;
  margin-bottom: 9px;
}
.support-search__box {
  line-height: 2;
}
.support-search__box * {
  display: inline;
}
.support-search__box input {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #000;
  line-height: 1.4;
}
.support-search__box form:last-of-type input {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .support-search__box {
    display: none;
  }
}
.support-search__box-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .support-search__box-sp {
    display: block;
    background-color: #f2f2f2;
    width: 100%;
    height: 48px;
    padding-left: 11px;
    border-radius: 8px;
    font-weight: 400;
    color: #1a1a1a;
  }
}
.support-search__box-sp--wrap {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .support-search__box-sp--wrap {
    display: block;
  }
}
.support-search__box-sp--icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #4d9973 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.support-search__bottom {
  margin-top: 16px;
}
.support-search__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .support-search__sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 32px auto 0;
  }
}
.support-search__sort-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 203px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .support-search__sort-box {
    margin-bottom: 14px;
  }
}
.support-search__sort-text {
  font-weight: bold;
  color: #4d9973;
  margin-right: 12px;
}
.support-search__sort-select {
  background-color: #ffffff;
  min-width: 127px;
  height: 32px;
  padding-left: 11px;
  border-radius: 8px;
  font-weight: 400;
  color: #1a1a1a;
}
.support-search__sort-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5.5px 0 5.5px;
  border-color: #4d9973 transparent transparent transparent;
  position: absolute;
  right: 9px;
}
@media screen and (max-width: 767px) {
  .support-search__sort-total {
    margin-top: 14px;
  }
}
.support-search__sort-total p {
  color: #1a1a1a;
  font-weight: 500;
}
.support-search__article {
  padding-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .support-search__article {
    padding-top: 20px;
  }
}
.support-search__article-box {
  max-width: 1200px;
  margin: 0 auto 24px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px 43px 31px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.support-search__article-box:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .support-search__article-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .support-search__article-box {
    padding: 25px 17px 22px;
  }
}
.support-search__article-left {
  max-width: 227px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .support-search__article-left {
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .support-search__article-img {
    display: none;
  }
}
.support-search__article-right {
  margin-left: 27px;
}
@media screen and (max-width: 900px) {
  .support-search__article-right {
    margin-left: 0;
    margin-top: 15px;
  }
}
.support-search__article-name {
  background-color: #4d9973;
  color: #ffffff;
  padding: 9px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .support-search__article-name {
    display: inline;
    padding: 6px 12px;
  }
}
.support-search__article-heading {
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .support-search__article-heading {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 5px;
  }
}
.support-search__article-text {
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .support-search__article-text {
    font-size: 1.4rem;
  }
}
.support-search__article-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  .support-search__article-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.support-search__article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .support-search__article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.support-search__article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  padding: 11px 29px 11px 20px;
  border-radius: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1024px) {
  .support-search__article-wrap {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .support-search__article-wrap:last-of-type {
    margin-bottom: 9px;
  }
}
.support-search__article-cat {
  padding: 3px 8px;
  background-color: #ffffff;
  color: #4d9973;
  border-radius: 5px;
  margin-right: 4px;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .support-search__article-cat {
    font-size: 1.4rem;
  }
}
.support-search__article-cat:last-of-type {
  margin-right: 0;
}
.support-search__article-cat--name {
  font-weight: bold;
  color: #666666;
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .support-search__article-cat--name {
    font-size: 1.4rem;
    margin-right: 16px;
  }
}
.support-search__article-time {
  font-weight: bold;
  color: #4d9973;
}
@media screen and (max-width: 767px) {
  .support-search__article-time {
    margin-left: auto;
    font-size: 1.4rem;
  }
}

.support-case--cat {
  background-color: #e6f2ec;
  border-radius: 8px;
  display: table;
  padding: 4px 8px;
}

.info-selection {
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
}
.info-selection--l {
  padding: 0;
}
.seminar-selection__outer + .info-selection {
  margin-top: 40px;
}
.info-selection__wrap {
  max-width: 1200px;
  margin: 0 auto 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .info-selection__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 50px;
  }
}
.info-selection__text {
  font-weight: 400;
  color: #000000;
  max-width: 1200px;
  margin: 0 auto 64px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}
.info-selection__container {
  display: block;
  width: calc(50% - 16px);
  border: 2px solid #4cbf86;
  border-radius: 16px;
  padding: 32px 36px 26px 31px;
  min-height: 219px;
  height: auto;
  -webkit-box-shadow: 0px 8px 0px #4cbf86;
          box-shadow: 0px 8px 0px #4cbf86;
  margin-bottom: 40px;
}
.info-selection__container:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .info-selection__container {
    width: 100%;
    padding: 25px 22px 23px;
  }
}
.info-selection__title {
  font-size: 2.8rem;
  color: #4cbf86;
  font-weight: bold;
  border-bottom: 1px solid #4cbf86;
  padding-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-selection__title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 30px;
  width: 100%;
  height: 30px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .info-selection__title::before {
    max-width: 25px;
    width: 100%;
    height: 25px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .info-selection__title {
    font-size: 2.2rem;
  }
}
.info-selection__item {
  font-weight: 400;
  margin-top: 20px;
  color: #000000;
  line-height: 2;
}
.info-selection__link {
  max-width: 588px;
  width: 100%;
  margin: 0 auto 118px;
  padding: 35px 0;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #4cbf86;
  -webkit-box-shadow: 0px 8px 0px #4cbf86;
          box-shadow: 0px 8px 0px #4cbf86;
  font-size: 2rem;
  font-weight: bold;
  color: #4cbf86;
  font-family: "Noto Sans JP", sans-serif;
}
.info-selection__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}
.info-selection__link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../img/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  .info-selection__link {
    padding: 35px 8px;
  }
}
@media screen and (max-width: 767px) {
  .info-selection__link {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .info-selection__btn {
    padding: 0 15px;
  }
}
.info-selection__container {
  width: calc(50% - 16px);
  border: 2px solid #4cbf86;
  border-radius: 16px;
  padding: 32px 36px 26px 31px;
  min-height: 219px;
  height: auto;
  -webkit-box-shadow: 0px 8px 0px #4cbf86;
          box-shadow: 0px 8px 0px #4cbf86;
  margin-bottom: 40px;
}
.info-selection__container.small {
  padding-top: 18px;
}
@media screen and (max-width: 767px) {
  .info-selection__container {
    width: 100%;
    padding: 25px 22px 23px;
  }
}

.support-selection {
  color: #4cbf86;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.seminar-selection {
  padding: 0 15px;
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
.seminar-selection__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.seminar-selection__outer {
  max-width: 1200px;
  margin: 0 auto;
}

.faq {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .faq {
    margin-top: 16px;
  }
}
.faq__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.faq__text {
  font-size: 1.6rem;
  margin-bottom: 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .faq__text {
    margin: 25px 0;
  }
}
.faq__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__item {
  border: 4px solid #4cbf86;
  background-color: #fffff2;
  border-radius: 16px;
  padding: 25px 35px;
  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-shadow: 0 8px 0 #4cbf86;
          box-shadow: 0 8px 0 #4cbf86;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq__item {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
}
.faq__item.white-bg {
  background-color: #fff;
}
.faq__q, .faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__q--left {
  color: #4cbf86;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 16px;
}
.faq__q--right {
  color: #4cbf86;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  padding-right: 10px;
}
.faq__q::after {
  content: "";
  display: inline-block;
  background-image: url(../img/footer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.faq__q.toggle::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq__border {
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #43b77b, #43b77b 2px, transparent 2px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 8px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  margin: 20px 0;
}
.faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__a--left {
  color: #bf4c4c;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 16px;
  display: inline;
}
.faq__a--right {
  font-size: 1.6rem;
  line-height: 2;
}
.faq__a--right a {
  color: #4d9973;
  font-weight: bold;
}

.word,
.link {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .word,
  .link {
    margin-top: 16px;
  }
}
.word__wrap,
.link__wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.word__text,
.link__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}
.word__text--color,
.link__text--color {
  color: #4cbf86;
  display: inline;
  text-decoration: underline;
}
.word__cont,
.link__cont {
  margin-top: 30px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.word__item,
.link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .word__item,
  .link__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.word__left,
.link__left {
  background-color: #43b77b;
  max-width: 442px;
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1250px) {
  .word__left,
  .link__left {
    max-width: 30.5vw;
  }
}
@media screen and (max-width: 767px) {
  .word__left,
  .link__left {
    padding: 7px 20px;
    max-width: none;
  }
}
.word__left--text,
.link__left--text {
  color: #fff;
  font-size: 1.8rem;
}
.word__left--link,
.link__left--link {
  color: #fff;
  text-decoration: underline;
}
.word__left--link.out::after,
.link__left--link.out::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-left: 8px;
}
.word__right,
.link__right {
  padding: 15px 30px;
  background-color: #edf2f0;
  width: 100%;
  min-height: 80px;
  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;
}
@media screen and (max-width: 767px) {
  .word__right,
  .link__right {
    padding: 15px;
  }
}
.word__right--text,
.link__right--text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.word__right--text--color,
.link__right--text--color {
  color: #4cbf86;
  display: inline;
  text-decoration: underline;
}
.word__right--tel,
.link__right--tel {
  display: inline;
}
.word__box,
.link__box {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
}
.word__box--text,
.link__box--text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.word__box--text a,
.link__box--text a {
  color: #4cbf86;
  display: inline;
  text-decoration: underline;
}
.word__desc,
.link__desc {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.5;
}

.privacy {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 16px;
  }
}
.privacy__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.privacy__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 35px;
}
.privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  width: 100%;
}
.privacy__left {
  font-size: 1.6rem;
  line-height: 2;
  margin-right: 15px;
}
.privacy__right {
  font-size: 1.6rem;
  line-height: 2;
}
.privacy__right a {
  color: #4cbf86;
  font-weight: bold;
  display: inline;
  text-decoration: underline;
}
.privacy__inquiry {
  background-color: #e6f2ec;
  padding: 25px 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .privacy__inquiry {
    padding: 20px 15px;
  }
}
.privacy__inquiry--title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4cbf86;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .privacy__inquiry--title {
    font-size: 1.6rem;
  }
}
.privacy__inquiry--text {
  font-size: 1.6rem;
  color: #004d26;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .privacy__inquiry--text {
    font-size: 1.4rem;
  }
}
.privacy__inquiry--tel, .privacy__inquiry--fax {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .privacy__inquiry--tel, .privacy__inquiry--fax {
    font-size: 1.4rem;
  }
}

.seminar {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .seminar {
    margin-top: 16px;
  }
}
.seminar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.seminar__top {
  font-size: 1.6rem;
  margin-bottom: 50px;
}
.seminar__cont {
  margin: 20px 0 50px;
}
.seminar__text {
  font-size: 1.6rem;
  line-height: 2;
}
.seminar__text a {
  display: inline;
  color: #4cbf86;
  font-weight: bold;
  text-decoration: underline;
}
.seminar__theme {
  font-size: 1.8rem;
  color: #4cbf86;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.seminar__table {
  width: 100%;
}
.seminar__th {
  background-color: #43b77b;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 4px solid #fff;
  border-bottom: 8px solid #fff;
}
.seminar__th.th01 {
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seminar__th.th02 {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seminar__td {
  background-color: #edf2f0;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
.seminar__td a {
  color: #4cbf86;
  text-decoration: underline;
  display: inline;
}

/*無料相談*/
.free {
  padding: 0 15px 90px;
  line-height: 2;
}
.free__outer {
  max-width: 1200px;
  margin: auto;
}
.free__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .free__text {
    margin-bottom: 30px;
  }
}
.free__link {
  color: #4d9973;
  font-weight: bold;
  line-height: 1;
  display: inline;
  border-bottom: 1px #4d9973 solid;
}
.free__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .free__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.free__ul {
  background-color: #e6f2ec;
  padding: 20px 30px;
  width: calc(50% - 7.5px);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .free__ul {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .free__ul {
    width: 100%;
    margin-bottom: 25px;
  }
  .free__ul:last-of-type {
    margin-bottom: 0;
  }
}
.free__item {
  color: #4d9973;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .free__item {
    font-size: 1.6rem;
  }
}
.free__tel {
  display: inline;
}
.free__span {
  color: #4cbf86;
  margin-right: 5px;
}
.free__comment {
  margin: 25px 0;
}
.free__comment02 {
  margin: 15px 0 30px;
}
@media screen and (max-width: 767px) {
  .free__comment02 {
    margin: 15px 0;
  }
}
.free__comment03 {
  margin: 15px 0 40px;
}
@media screen and (max-width: 767px) {
  .free__comment03 {
    margin: 15px 0;
  }
}
.free__comment04 {
  margin: 25px 0 40px;
}
@media screen and (max-width: 767px) {
  .free__comment04 {
    margin: 25px 0;
  }
}
.free__comment05 {
  margin: 25px 0;
}
.free__flow {
  background-color: #edf2f0;
  padding: 40px 40px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .free__flow {
    padding: 25px 20px;
  }
}
.free__flow02 {
  margin-bottom: 25px;
}
.free__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .free__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.free__left {
  background-color: #4cbf86;
  padding: 15px;
  margin-right: 5px;
  max-width: 280px;
  width: 100%;
  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;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .free__left {
    margin-right: 0;
    max-width: 100%;
  }
}
.free__left--hide {
  background-color: transparent;
}
.free__right {
  padding: 15px 30px;
  max-width: 840px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .free__right {
    padding: 15px;
    line-height: 1.5;
  }
}
.free__right--hide {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .free__right--hide {
    display: none;
  }
}
.free__triangle {
  max-width: 22px;
  display: block;
  margin: auto;
}
.free__block {
  padding: 50px 35px 20px 50px;
  background-color: #f2f2f2;
  border-radius: 16px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .free__block {
    padding: 30px 20px;
  }
}
.free__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #4d9973;
  font-weight: bold;
  padding: 15px 0 20px;
  border-top: dotted 3px #4d9973;
  border-bottom: dotted 3px #4d9973;
}
@media screen and (max-width: 1024px) {
  .free__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .free__head {
    line-height: 1.4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.8rem;
  }
}
.free__number {
  background-color: #4d9973;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .free__number {
    margin-right: 10px;
    white-space: nowrap;
  }
}
.free__count {
  margin-left: 5px;
  border-radius: 50%;
  font-weight: bold;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #4d9973;
  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;
}
.free__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .free__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.free__image {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .free__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .free__image {
    padding: 5.3vw;
  }
}
.free__img {
  max-width: 150px;
}
@media screen and (max-width: 1250px) {
  .free__img {
    max-width: 12.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .free__img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .free__img {
    max-width: 26vw;
  }
}
.free__table {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .free__table {
    margin-left: 20px;
  }
}
.free__th {
  color: #4d9973;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1250px) {
  .free__th {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 1024px) {
  .free__th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .free__th {
    font-size: 3.2vw;
  }
}
.free__th:last-of-type {
  padding-left: 26px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .free__th:last-of-type {
    padding-left: 15px;
  }
}
.free__message {
  max-width: 685px;
  margin-left: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 1250px) {
  .free__message {
    max-width: 50vw;
    font-size: 1.3vw;
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .free__message {
    margin-left: 0;
    margin-top: 20px;
    font-size: 1.6rem;
    max-width: 100%;
  }
}
.free__color {
  color: #4d9973;
  font-weight: bold;
}
.free .about__unit {
  margin-top: 40px;
}
.free .heading__last {
  margin: 60px 0 25px;
}

/*事業再生特別相談窓口*/
.window__inner {
  background-color: #e6f2ec;
  padding: 20px 30px;
  width: 100%;
  border-radius: 16px;
  margin: 25px 0 30px;
}
@media screen and (max-width: 1024px) {
  .window__inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .window__inner {
    width: 100%;
    margin-bottom: 25px;
  }
  .window__inner:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .window__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.window__td {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .window__td {
    padding-left: 0;
  }
}
.window__td:first-of-type {
  padding-left: 0;
}
.window__last {
  text-align: right;
}
.window__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .window__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.window__box:last-of-type {
  margin-bottom: 0;
}
.window__item {
  background-color: #4cbf86;
  padding: 15px;
  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;
  max-width: 295px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .window__item {
    max-width: 100%;
  }
}
.window__unit {
  padding: 15px 30px;
  width: 100%;
  background-color: #edf2f0;
}
@media screen and (max-width: 767px) {
  .window__unit {
    padding: 15px;
  }
}
.window__group {
  padding: 15px 30px 30px;
  width: 100%;
  background-color: #edf2f0;
}
@media screen and (max-width: 767px) {
  .window__group {
    padding: 15px 15px 20px;
  }
}
.window__tel {
  display: inline;
  color: #4d9973;
}
.window__text {
  margin-bottom: 15px;
}
.window__button {
  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;
  border: #4cbf86 solid 2px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 #4cbf86;
          box-shadow: 0 3px 0 #4cbf86;
  padding: 15px;
  max-width: 350px;
  font-weight: bold;
  color: #4cbf86;
  background-color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .window__button {
    margin: auto;
    max-width: 300px;
  }
}
.window__button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}
.window__icon {
  max-width: 15px;
}

.consulting-selection__item {
  background-color: #e6f2ec;
  width: 100%;
  border-radius: 16px;
  padding: 11px 24px 17px;
  margin-top: auto;
  min-height: 177px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .consulting-selection__item {
    padding: 11px 15px 13px;
  }
}
.consulting-selection__heading {
  text-align: center;
  color: #4d9973;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
.consulting-selection__list {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.5;
}
.consulting-selection__list span {
  color: #4cbf86;
  margin-right: 5px;
}
.consulting-selection__subtitle {
  margin-left: 48px;
  color: #4cbf86;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .consulting-selection__subtitle {
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.consulting-selection__arrow {
  max-width: 42px;
  margin: 0 auto 31px;
  text-align: center;
}
.consulting-selection__text {
  color: #4d9973;
  font-weight: bold;
  line-height: 2;
}
.consulting-selection__box {
  padding: 19px 32px 26px 26px;
  background-color: #e6f2ec;
  border-radius: 16px;
  min-height: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .consulting-selection__box {
    padding: 11px 15px 13px;
  }
}
.consulting-selection__container {
  width: calc(50% - 16px);
  border: 2px solid #4cbf86;
  border-radius: 16px;
  padding: 32px 36px 67px 30px;
  min-height: 219px;
  height: auto;
  -webkit-box-shadow: 0px 8px 0px #4cbf86;
          box-shadow: 0px 8px 0px #4cbf86;
  margin-bottom: 40px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consulting-selection__container:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .consulting-selection__container {
    width: 100%;
    padding: 25px 22px 23px;
  }
}

/*継続支援*/
.extend__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebf0ee;
}
@media screen and (max-width: 767px) {
  .extend__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.extend__item {
  background-color: #4ebd84;
  padding: 250px 40px;
  max-width: 100px;
}
@media screen and (max-width: 1250px) {
  .extend__item {
    padding: 20vw 3.3vw;
  }
}
@media screen and (max-width: 767px) {
  .extend__item {
    padding: 15px;
    max-width: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
  }
}
.extend__item--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .extend__item--sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .extend__svg {
    display: none;
  }
}
.extend__box {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .extend__box {
    padding: 15px 10px 20px;
  }
}
.extend__img {
  max-width: 1056px;
}
@media screen and (max-width: 767px) {
  .extend__img {
    display: none;
  }
}
.extend__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .extend__img--sp {
    display: block;
  }
}
.extend__comment {
  margin: 25px 0 40px;
}
@media screen and (max-width: 767px) {
  .extend__comment {
    font-size: 1.4rem;
    margin: 10px 0 25px;
  }
}
.extend__unit {
  background-color: #edf2f0;
  padding: 25px 40px 35px;
}
@media screen and (max-width: 767px) {
  .extend__unit {
    padding: 20px;
  }
}
.extend__heading {
  padding: 0;
  margin-bottom: 30px;
}
.extend__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .extend__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.extend__group:last-of-type {
  margin-bottom: 0;
}
.extend__left {
  max-width: 280px;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background-color: #4cbf86;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .extend__left {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.extend__right {
  width: 100%;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #1a1a1a;
  background-color: #fff;
}

.support-flow {
  padding: 0 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
}
.support-flow__container {
  max-width: 1200px;
  margin: 0 auto;
}
.support-flow__wrap {
  background-color: #edf1ef;
  width: 100%;
  height: 538px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .support-flow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    height: auto;
  }
}
.support-flow__wrap-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  width: 97px;
  background-color: #4cbf86;
  color: #ffffff;
  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;
  margin-right: 54px;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .support-flow__wrap-title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 12px 0;
    margin-bottom: 26px;
  }
}
.support-flow__wrap-text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
  background-color: #ffffff;
  margin: 29px 0;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .support-flow__wrap-text {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    width: 100%;
    padding: 27px 0;
    margin: 0;
  }
}
.support-flow__wrap-text:last-of-type {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .support-flow__wrap-text:last-of-type {
    margin-right: 0;
    margin-bottom: 29px;
  }
}
.support-flow__wrap-arrow {
  max-width: 22px;
  width: 100%;
  height: 22px;
  margin: auto 5px;
}
@media screen and (max-width: 1024px) {
  .support-flow__wrap-arrow {
    margin: auto 13px;
  }
}
@media screen and (max-width: 767px) {
  .support-flow__wrap-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    max-width: 12px;
    margin: 8px auto;
  }
}
.support-flow__wrap-period {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 18px 0 54px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .support-flow__wrap-period {
    line-height: 1.42;
    margin: 10px 0 38px;
  }
}
.support-flow__top-text {
  line-height: 2;
  margin-bottom: 40px;
  color: #000000;
}
.support-flow__top-text a {
  color: #4d9973;
  display: inline-block;
  text-decoration: underline;
}
.support-flow__text {
  color: #000000;
  line-height: 2;
  margin: 24px 0 40px;
}
.support-flow__text-tel {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
.support-flow__text-mail {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
.support-flow__text span {
  color: #4d9973;
}
.support-flow__text a {
  color: #4d9973;
  display: inline-block;
  text-decoration: underline;
}
.support-flow__tr {
  border-bottom: 4px solid #ffffff;
}
.support-flow__table {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .support-flow__table.pc {
    display: none;
  }
}
.support-flow__table.pc.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .support-flow__table.pc.sp {
    display: block;
  }
}
.support-flow__table.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .support-flow__table.sp {
    display: block;
  }
}
.support-flow__num {
  width: 72px;
  background-color: #43b77b;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-right: 4px solid #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .support-flow__num {
    padding: 16px 31px;
  }
}
.support-flow__th {
  background-color: #43b77b;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 156px;
  border-right: 4px solid #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .support-flow__th {
    padding: 16px 0px;
    border-right: none;
    width: 100%;
  }
}
.support-flow__td {
  background-color: #edf2f0;
  line-height: 2;
  padding: 13px 10px 21px 17px;
  font-weight: 500;
}
.support-flow__td span {
  color: #4d9973;
  text-decoration: underline;
}
.support-flow__td a {
  color: #4d9973;
  display: inline-block;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .support-flow__td {
    border-bottom: 4px solid #ffffff;
    line-height: 1.5;
  }
}

.seminar {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .seminar {
    margin-top: 16px;
  }
}
.seminar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.seminar__top {
  font-size: 1.6rem;
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .seminar__top {
    margin-bottom: 25px;
  }
}
.seminar__cont {
  margin: 20px 0 50px;
}
@media screen and (max-width: 767px) {
  .seminar__cont {
    margin-bottom: 25px;
  }
}
.seminar__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
}
.seminar__text a {
  display: inline;
  color: #4cbf86;
  font-weight: bold;
  text-decoration: underline;
}
.seminar__theme {
  font-size: 1.8rem;
  color: #4cbf86;
  font-weight: bold;
  margin-bottom: 10px;
}
.seminar__scroll {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .seminar__scroll {
    overflow-x: scroll;
    width: calc(100% + 15px);
  }
}
.seminar__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .seminar__table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    zoom: 0.8;
  }
}
.seminar__th {
  background-color: #43b77b;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-right: 4px solid #fff;
  border-bottom: 8px solid #fff;
}
.seminar__th.th01 {
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seminar__th.th02, .seminar__th.th04 {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seminar__th.th06 {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.seminar__td {
  background-color: #edf2f0;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}
.seminar__td.left {
  text-align: left;
}
.seminar__td a {
  color: #4d9973;
  text-decoration: underline;
  display: inline;
}
.seminar__td a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_link-b.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-left: 8px;
}

.lesson {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lesson {
    margin-top: 16px;
  }
}
.lesson__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
}
.lesson__text {
  font-size: 1.6rem;
  margin-bottom: 50px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .lesson__text {
    margin-bottom: 25px;
  }
}
.lesson__table {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lesson__tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lesson__th {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 15px 0;
  background-color: #43b77b;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .lesson__th {
    width: 100%;
    border: none;
  }
}
.lesson__td {
  vertical-align: middle;
  background-color: #edf2f0;
  padding: 15px 20px;
  line-height: 2;
  border-bottom: 4px solid #fff;
}

.form-btn {
  border: 2px solid #4cbf86;
  border-radius: 16px;
  padding: 35px 185px;
  background-color: #fff;
  color: #4cbf86;
  font-size: 2rem;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 60px;
  -webkit-box-shadow: 0 8px 0 #4cbf86;
          box-shadow: 0 8px 0 #4cbf86;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .form-btn {
    padding: 35px 15px;
    width: 100%;
    max-width: 590px;
    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;
    font-size: 1.8rem;
  }
}
.form-btn::before {
  content: "";
  display: inline-block;
  background-image: url(../img/footer-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 13px;
  margin-right: 8px;
}
.form-btn:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reference {
  background-color: #e6f2ec;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .reference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.reference__left {
  color: #4cbf86;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .reference__left {
    margin-bottom: 10px;
  }
}
.reference__right {
  font-size: 1.6rem;
  line-height: 2;
}
.reference__right a {
  color: #4cbf86;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .reference__right span {
    display: none;
  }
}

/*公社による支援採択事例一覧*/
.case {
  font-family: "Noto Sans JP", sans-serif;
}
.case__outer {
  background-color: #e6f2ec;
  padding: 65px 15px 75px;
}
.case__inner {
  max-width: 1200px;
  margin: 0 auto 40px;
}
.case__group {
  background-color: #fff;
  padding: 35px 40px 35px 35px;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .case__group {
    padding: 10px 15px 40px;
    border-radius: 0 0 8px 8px;
    display: none;
  }
}
.case__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  color: #4d9973;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .case__box {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .case__subtitle {
    display: none;
  }
}
.case__subtitle--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .case__subtitle--sp {
    color: #4d9973;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
}
.case__subtitle--sp02 {
  background-color: #4cbf86;
  color: #fff;
  border-radius: 8px 8px 0 0;
}
.case__arrow {
  max-width: 9px;
}
.case__arrow02 {
  display: none;
  max-width: 9px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.case__clear {
  border-bottom: solid 1px #4cbf86;
  color: #4cbf86;
  padding-bottom: 1px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .case__clear {
    margin-left: auto;
  }
}
.case__table {
  margin-bottom: 30px;
}
.case__table tr {
  border-bottom: 5px #fff solid;
}
@media screen and (max-width: 767px) {
  .case__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    margin-bottom: 5px;
  }
}
.case__th {
  background-color: #4cbf86;
  color: #fff;
  padding: 10px 15px;
  white-space: nowrap;
  width: 126px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .case__th {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.case__td {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 15px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .case__td {
    margin-left: 0;
  }
}
.case input[type=checkbox] {
  display: none;
}
.case__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 5px 15px 5px 30px;
  position: relative;
  width: auto;
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  .case__label {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .case__label--sp {
    width: 100%;
  }
}
.case__label::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.case__label::after {
  border-right: 2px solid #4cbf86;
  border-bottom: 2px solid #4cbf86;
  content: "";
  display: block;
  height: 10px;
  left: 10px;
  opacity: 0;
  top: 30%;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
input[type=checkbox]:checked + .case__label::after {
  opacity: 1;
}
.case__submit {
  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;
  margin: auto;
  padding: 17px;
  background-color: #4cbf86;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 30px;
  color: #fff;
  max-width: 190px;
  width: 100%;
  -webkit-box-shadow: 0 5px 0 #3d996b;
          box-shadow: 0 5px 0 #3d996b;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
}
.case__submit:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.case__unit {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 25px;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .case__unit {
    padding: 30px 20px 25px;
  }
}
.case__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .case__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}
.case__category {
  background-color: #e69545;
  padding: 5px 15px;
  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;
  color: #fff;
  border-radius: 21px;
  font-weight: bold;
  width: 100%;
  max-width: 120px;
}
.case__heading {
  margin-left: 10px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .case__heading {
    font-size: 1.6rem;
    margin-left: 0;
    margin-top: 10px;
  }
}
.case__chart {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .case__chart {
    display: none;
  }
}
.case__chart tr {
  border-bottom: solid #fff 5px;
}
.case__chart--tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .case__chart--tab {
    display: table;
  }
}
.case__head {
  width: 130px;
  padding: 10px 15px;
  background-color: #4cbf86;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .case__head {
    font-size: 1.2rem;
    width: 80px;
    padding: 10px;
  }
}
.case__explanation {
  padding: 10px 15px;
  vertical-align: middle;
  border-left: solid #fff 5px;
  border-right: solid #fff 5px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .case__explanation {
    font-size: 1.4rem;
  }
}
.case__explanation02 {
  width: 150px;
}
@media screen and (max-width: 1250px) {
  .case__explanation02 {
    width: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .case__explanation02 {
    width: 100%;
  }
}
.case__span {
  color: #4cbf86;
  border-bottom: #4cbf86 1px solid;
  display: inline;
}
@media screen and (max-width: 767px) {
  .case__span {
    font-size: 1.4rem;
  }
}
.case__span02 {
  font-size: 1.4rem;
}
.case__svg path {
  fill: #4cbf86;
}
.case .about__unit {
  margin: 40px auto 70px;
  max-width: 1200px;
}

/*情報提供*/
.provision {
  margin-bottom: 0;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mb33 {
  margin-bottom: 33px;
}

.u-mb64 {
  margin-bottom: 64px;
}/*# sourceMappingURL=style.css.map */