@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;
}

/*メインビジュアル*/
.hero {
  padding: 45px 15px 170px;
  background-image: url(../img/hero-header.png);
  background-position: center;
  background-size: cover;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hero {
    background-position: 70%;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 30px 0 25px;
    background-color: #4cbf86;
    background-image: none;
  }
}
.hero__outer {
  max-width: 1200px;
  margin: auto;
}
.hero__title {
  font-size: 7.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .hero__title {
    font-size: 4.5rem;
    text-align: center;
    padding: 0 15px;
  }
}
.hero__span {
  color: #fff;
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .hero__span {
    font-size: 3.6rem;
  }
}
.hero__text {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .hero__text {
    text-align: center;
    font-size: 1.4rem;
    padding: 0 15px;
  }
}
.hero__img--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__img--sp {
    margin-bottom: 25px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hero__group {
    padding: 0 15px;
  }
}
.hero__unit {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 45px 20px 20px;
}
@media screen and (max-width: 767px) {
  .hero__unit {
    margin: auto;
    padding: 10px 15px;
    max-width: 360px;
  }
}
.hero__image {
  position: absolute;
  top: -15px;
  max-width: 135px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .hero__image {
    max-width: 90px;
    position: relative;
    top: 0;
    margin-right: 10px;
  }
}
.hero__box {
  margin-left: auto;
  text-align: center;
}
.hero__comment {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .hero__comment {
    font-size: 1.1rem;
    padding: 0 15px;
  }
}
.hero__comment::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  background-image: url(../img/hero-border01.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hero__comment::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  background-image: url(../img/hero-border02.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hero__name {
  color: #004d26;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .hero__name {
    font-size: 2.2rem;
  }
}
.hero__button {
  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;
  background-color: #4d9973;
  border-radius: 30px;
  padding: 10px;
  width: 240px;
  margin: auto;
  color: #fff;
  position: relative;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 20px;
  line-height: 1.25;
  border: solid #4d9973 1px;
}
@media screen and (max-width: 767px) {
  .hero__button {
    font-size: 1.2rem;
    width: 200px;
  }
}
.hero__button::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../img/hero-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.hero__button:hover {
  background-color: #fff;
  color: #4d9973;
  border: solid #4d9973 1px;
  opacity: 1;
}
.hero__button:hover::before {
  background-image: url(../img/download-arrow.svg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*追従バナー*/
.banner {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 265px;
  right: 30px;
  top: 60%;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
}
@media screen and (max-width: 1024px) {
  .banner {
    display: none;
  }
}
.banner__cross {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: -25px;
  z-index: -1;
  cursor: pointer;
}
.banner__outer {
  background-color: #4d9973;
  padding: 20px;
  border-radius: 20px;
  margin-left: auto;
  position: relative;
}
.banner__title {
  margin-bottom: 15px;
}
.banner__time {
  max-width: 100px;
  margin: auto auto 15px;
  display: block;
}
.banner__hide {
  display: none;
}

/*トップページの各タイトル*/
.section {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
}
.section__icon {
  max-width: 30px;
}
.section__icon02 {
  max-width: 35px;
}
.section__icon03 {
  max-width: 55px;
}
.section__icon04 {
  max-width: 40px;
}
.section__title {
  padding: 20px 0 30px;
  position: relative;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 2.4rem;
  }
}
.section__title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 8px;
  background-color: #4cbf86;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.section__title02 {
  color: #fff;
}
.section__title02::before {
  background-color: #fff;
}
.section__button {
  border: #4cbf86 solid 2px;
  border-radius: 30px;
  padding: 15px;
  color: #4cbf86;
  background-color: #fff;
  font-weight: bold;
  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: 200px;
  margin: auto;
  position: relative;
}
.section__button::before {
  content: "";
  display: inline-block;
  background-image: url(../img/footer-arrow.svg);
  width: 8px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.section__button:hover {
  background-color: #4cbf86;
  color: #fff;
  opacity: 1;
}
.section__button:hover::before {
  background-image: url(../img/hero-arrow.svg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*事業承継ムービー*/
.movie {
  padding: 70px 15px 80px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 35px 0 30px;
  }
}
.movie__outer {
  max-width: 1340px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.movie__container {
  margin: 65px 69px 40px;
}
@media screen and (max-width: 1024px) {
  .movie__container {
    margin: 65px 0 40px;
  }
}
.movie__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8px 0;
}
.movie p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #004d26;
  margin-bottom: 10px;
}
.movie__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie__category {
  font-weight: bold;
  background-color: #e6f2ec;
  border-radius: 8px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.movie .swiper-button-next:after,
.movie .swiper-button-prev:after {
  color: #4cbf86;
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .movie .swiper-button-next:after,
  .movie .swiper-button-prev:after {
    width: 50px;
    height: 50px;
    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: 2.5rem;
    border-radius: 50%;
    background-color: rgba(0, 77, 38, 0.6);
  }
}
.movie .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .movie .swiper-button-next {
    width: 50px;
    right: 25px;
  }
}
.movie .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .movie .swiper-button-prev {
    width: 50px;
    left: 25px;
  }
}

/*事業承継コラム*/
.column {
  padding: 70px 15px 80px;
  background-color: #e6f2ec;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .column {
    padding: 35px 0 30px;
  }
}
.column__outer {
  max-width: 1340px;
  overflow: hidden;
  margin: auto;
  position: relative;
}
.column__container {
  margin: 65px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .column__container {
    margin: 65px 0 40px;
  }
}
.column__slide {
  background-color: #fff;
  padding: 15px 15px 30px;
  border-radius: 8px;
}
.column__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8px 0;
  line-height: 1.3;
}
.column__date {
  font-weight: bold;
  color: #004d26;
}
.column__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column__category {
  font-weight: bold;
  background-color: #e6f2ec;
  border-radius: 8px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-top: 20px;
}
@media screen and (max-width: 1250px) {
  .column__category {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .column__category {
    font-size: 1.4rem;
  }
}
.column .swiper-button-next:after,
.column .swiper-button-prev:after {
  color: #4cbf86;
  font-weight: bold;
  font-size: 4rem;
}
@media screen and (max-width: 1024px) {
  .column .swiper-button-next:after,
  .column .swiper-button-prev:after {
    width: 50px;
    height: 50px;
    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: 2.5rem;
    border-radius: 50%;
    background-color: rgba(0, 77, 38, 0.6);
  }
}
.column .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 1024px) {
  .column .swiper-button-next {
    width: 50px;
    right: 25px;
  }
}
.column .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1024px) {
  .column .swiper-button-prev {
    width: 50px;
    left: 25px;
  }
}

/*事業継承支援一覧*/
.support {
  background-color: #4cbf86;
  padding: 40px 15px 70px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .support {
    padding: 55px 15px 40px;
  }
}
.support__outer {
  max-width: 1200px;
  margin: auto;
}
.support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .support__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 35px 0 45px;
  }
}
.support__inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .support__inner02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0 0;
  }
}
.support__unit {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px 20px 20px;
  width: calc(50% - 20px);
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .support__unit {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .support__unit {
    width: 100%;
    padding: 25px 15px 20px;
    margin-bottom: 20px;
  }
  .support__unit:last-of-type {
    margin-bottom: 0;
  }
}
.support__unit:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.support__img {
  max-width: 190px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .support__img {
    max-width: 130px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .support__img {
    max-width: 28.5vw;
  }
}
.support__img02 {
  max-width: 160px;
}
@media screen and (max-width: 1024px) {
  .support__img02 {
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  .support__img02 {
    max-width: 27vw;
  }
}
.support__category {
  background-color: #e6f2ec;
  padding: 8px 15px;
  border-radius: 8px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .support__category {
    font-size: 1.4rem;
  }
}
.support__category02 {
  border-radius: 0;
  margin-right: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1250px) {
  .support__category02 {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .support__category02 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .support__category02 {
    font-size: 1.1rem;
    margin-right: 4px;
    padding: 5px;
  }
}
.support__category02:last-of-type {
  margin-right: 0;
}
.support__title {
  display: block;
  font-size: 2.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .support__title {
    font-size: 2.2rem;
  }
}
.support__span {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .support__span {
    font-size: 3rem;
  }
}
.support__arrow {
  max-width: 14px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .support__arrow {
    max-width: 8px;
  }
}
.support__subtitle {
  font-size: 2.4rem;
  background-color: #e6f2ec;
  border-radius: 16px;
  text-align: center;
  padding: 25px 15px;
}
@media screen and (max-width: 767px) {
  .support__subtitle {
    font-size: 1.8rem;
    padding: 20px 15px;
  }
}
.support__group {
  background-color: #e6f2ec;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .support__group {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .support__group {
    width: 100%;
    margin-bottom: 15px;
  }
}
.support__group:hover {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.support__wrap {
  padding: 40px 25px 30px 40px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1024px) {
  .support__wrap {
    padding: 25px 15px 20px 20px;
  }
}
.support__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support__flex02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support__block {
  margin-right: 20px;
}
.support__text {
  font-size: 1.7rem;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .support__text {
    font-size: 1rem;
  }
}
.support__name {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .support__name {
    font-size: 1.8rem;
  }
}
.support__bg {
  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;
  padding: 45px 15px;
  border-radius: 0 0 8px 8px;
}
.support__image {
  max-width: 365px;
}
.support__image02 {
  max-width: 407px;
}
.support__image03 {
  max-width: 380px;
}
.support__image04 {
  max-width: 345px;
}

/*お知らせ*/
.news {
  padding: 50px 15px 60px;
  background-color: #e6f2ec;
  font-family: "Noto Sans JP", sans-serif;
}
.news__icon {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news__icon {
    display: none;
  }
}
.news__icon--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .news__icon--sp {
    display: block;
    margin-bottom: 40px;
  }
}
.news__inner {
  max-width: 1000px;
  margin: 50px auto 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 55px 35px 45px;
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding: 25px 15px 40px;
  }
}
.news__unit {
  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;
  border-bottom: #4cbf86 dashed 1px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .news__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__unit:first-of-type {
    padding-top: 0;
  }
}
.news__date {
  font-weight: bold;
  color: #4d9973;
  width: 110px;
}
@media screen and (max-width: 767px) {
  .news__date {
    width: 100%;
  }
}
.news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__box {
    margin-top: 5px;
  }
}
.news__title {
  margin: 0 25px;
  line-height: 1.5;
  color: #1a1a1a;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .news__title {
    margin: 0 10px 0 0;
  }
}
.news__arrow {
  max-width: 14px;
  margin-left: auto;
}
.news .section__button {
  margin-top: 40px;
}

/*FAQ・用語解説*/
.lower {
  padding: 65px 15px 75px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #4cbf86;
}
@media screen and (max-width: 767px) {
  .lower {
    padding: 30px 15px;
  }
}
.lower__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lower__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower__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: 3px #4cbf86 solid;
  padding: 60px 15px;
  width: calc(50% - 20px);
  border-radius: 16px;
  position: relative;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .lower__button {
    width: 100%;
    margin-bottom: 15px;
    padding: 40px 15px;
  }
  .lower__button:last-of-type {
    margin-bottom: 0;
  }
}
.lower__button::before {
  content: "";
  display: inline-block;
  width: 108px;
  height: 118px;
  position: absolute;
  background-image: url(../img/human_icon07.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .lower__button::before {
    width: 70px;
    height: 75px;
  }
}
.lower__button::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 23px;
  position: absolute;
  background-image: url(../img/footer-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 40px;
}
.lower__button:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.lower__button02::before {
  width: 87px;
  height: 125px;
  background-image: url(../img/human_icon08.png);
}
@media screen and (max-width: 767px) {
  .lower__button02::before {
    width: 55px;
    height: 80px;
  }
}
.lower__title {
  font-size: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .lower__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lower__title {
    font-size: 2rem;
  }
}

/*フッター*/
.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;
  }
}/*# sourceMappingURL=top.css.map */