@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-content {
  width: 100%;
}

.p-content__heading {
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
}

.p-content__mark {
  align-items: center;
  background-color: #3296e6;
  border: 1px solid #000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 6.5rem;
  justify-content: center;
  margin-right: 2rem;
  width: 6.5rem;
}
@media screen and (max-width: 1024px) {
  .p-content__mark {
    height: 5rem;
    margin-right: 1rem;
    min-width: 5rem;
    width: 5rem;
  }
}

.p-content__mark-top {
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .p-content__mark-top {
    font-size: 1.6rem;
  }
}

.p-content__mark-bottom {
  font-size: 2.6rem;
}
@media screen and (max-width: 1024px) {
  .p-content__mark-bottom {
    font-size: 1.6rem;
  }
}

.p-content__heading-text {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media screen and (max-width: 1024px) {
  .p-content__heading-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-content__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.714285714;
}
@media screen and (max-width: 767px) {
  .p-content__text {
    font-size: 1.6rem;
    line-height: 1.833333333;
  }
}

.p-contents-col {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contents-col {
    margin-top: -24px;
  }
}

.p-contents-wrapper {
  overflow-x: hidden;
}

.p-contents {
  background-position: 60% top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  padding-bottom: 100px;
  padding-top: 420px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-contents {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 30vw;
    padding-top: 45vw;
  }
  .p-contents::after {
    -webkit-transform: translateX(-50%);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    left: 50%;
    margin-bottom: 20vw;
    margin-top: -1px;
    padding-bottom: 20vw;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
}
.p-contents .p-contents__inner {
  padding-bottom: 30px;
}

.p-contents.--green {
  background-image: url(../img/top01-bg.png);
}
@media screen and (max-width: 1024px) {
  .p-contents.--green {
    background-image: url(../img/top01-bg-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 20vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 45vw;
  }
  .p-contents.--green::after {
    -webkit-transform: translateX(-50%);
    background-image: url(../img/top01-bg-sp-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    left: 50%;
    margin-bottom: 20vw;
    margin-top: -1px;
    padding-bottom: 20vw;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-contents.--green .p-contents__inner {
    background-color: #f7faef;
  }
}

.p-contents.--blue {
  background-image: url(../img/top02-bg.png);
  background-position: 60% top;
  margin-top: 120px;
  padding-top: 200px;
}
.p-contents.--blue .p-contents__text {
  line-height: 1.714285714;
}
@media screen and (max-width: 767px) {
  .p-contents.--blue .p-contents__text {
    margin-bottom: 20px;
  }
  .p-contents.--blue .p-contents__text + .c-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-contents.--blue {
    background-image: url(../img/top02-bg-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    padding-bottom: 30vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 45vw;
  }
  .p-contents.--blue::after {
    background-image: url(../img/top02-bg-sp-bottom.png);
  }
  .p-contents.--blue .p-contents__inner {
    background-color: #eff9fc;
  }
}

.p-contents.--yellow {
  background-image: url(../img/top03-bg.png);
  background-position: 55% top;
  margin-top: 120px;
  padding-top: 200px;
}
.p-contents.--yellow::after {
  bottom: -10%;
  content: url(../img/roket.png);
  position: absolute;
  right: 10%;
  z-index: 10;
}
.p-contents.--yellow .c-btn a {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-contents.--yellow .c-btn a {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .p-contents.--yellow {
    background-image: url(../img/top03-bg-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    padding-bottom: 30vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35vw;
  }
  .p-contents.--yellow::after {
    background-image: url(../img/top03-bg-sp-bottom.png);
    bottom: inherit;
    content: "";
  }
  .p-contents.--yellow .p-contents__inner {
    background-color: #fffced;
  }
}

.p-contents.--pink {
  background-image: url(../img/top04-bg.png);
  margin-top: 120px;
  padding-top: 200px;
}
.p-contents.--pink::after {
  bottom: -5%;
  content: url(../img/bowl.png);
  position: absolute;
  right: 5%;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .p-contents.--pink {
    background-image: url(../img/top04-bg-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    padding-bottom: 30vw;
    padding-left: 0;
    padding-right: 0;
    padding-top: 35vw;
  }
  .p-contents.--pink::after {
    background-image: url(../img/top04-bg-sp-bottom.png);
    bottom: inherit; /* もともとの設定に戻す */
    content: "";
    padding-bottom: 30vw;
  }
  .p-contents.--pink .p-contents__inner {
    background-color: #fff0f4;
  }
}
.p-contents.--pink img {
  border-radius: 10px;
  margin-bottom: 20px;
}

.p-contents__inner {
  margin-right: auto;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-contents__inner {
    margin-left: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 1274px) {
  .p-contents__inner {
    width: 65%;
  }
}
@media screen and (max-width: 1274px) and (max-width: 1024px) {
  .p-contents__inner {
    width: 100%;
  }
}
.p-contents__heading {
  color: #00913a;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-contents__heading {
    line-height: 1.625;
  }
}
.p-contents__heading--small {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contents__heading--small {
    font-size: 1.6rem;
  }
}
.--green .p-contents__heading {
  color: #00913a;
}
@media screen and (max-width: 767px) {
  .--green .p-contents__heading {
    font-size: 1.6rem;
  }
}
.--blue .p-contents__heading {
  color: #3296e6;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .--blue .p-contents__heading {
    font-size: 2.4rem;
  }
}
.--yellow .p-contents__heading {
  color: #ee762b;
  font-size: 4rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .--yellow .p-contents__heading {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}
.--pink .p-contents__heading {
  color: #ef94ae;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .--pink .p-contents__heading {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
}

.p-contents__heading-img {
  max-width: 500px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-contents__heading-img {
    margin-right: 8px;
    max-width: 70%;
  }
}

.p-contents__img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-contents__img {
    margin-bottom: 20px;
  }
}

.p-contents__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.714285714;
  margin-bottom: 30px;
}
.p-contents__text.--bold {
  font-weight: bold;
}
.p-contents__text .--bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contents__text {
    font-size: 1.6rem;
    line-height: 1.83;
    margin-bottom: 20px;
  }
}

.p-contents__card {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 1024px) {
  .p-contents__card {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
.p-contents__card .p-contents__imgbox {
  margin-right: 3rem;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-contents__card .p-contents__imgbox {
    display: none;
  }
}
.p-contents__card .p-contents__imgbox.--sp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.p-contents__card .p-contents__imgbox.--sp img {
  border-radius: 10px;
}
.--blue .p-contents__card + .p-contents__img {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .--blue .p-contents__card + .p-contents__img {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .--blue .p-contents__card {
    margin-bottom: 5rem;
  }
}

.--pink .p-contents__imgbox {
  width: 30%;
}
.--pink .p-contents__imgbox img {
  max-width: 150px;
}

.p-contents__col3 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-contents__col3 {
    width: 100%;
  }
}
.p-contents__col3 img {
  display: block;
  height: 200px;
  margin-right: 20px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-contents__col3 img {
    height: auto;
    height: 135px;
    margin-right: 0;
  }
  .p-contents__col3 img:nth-child(2) {
    height: 135px;
  }
}

.p-contents__attention {
  font-size: 1.6rem;
  line-height: 1.5;
}
.--yellow .p-contents__attention {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-contents__attention {
    line-height: 1.2;
  }
}

.p-contents__list {
  background-color: #fed831;
  border-radius: 10px;
  list-style-type: none;
  margin-bottom: 5rem;
  padding: 30px 35px;
}
@media screen and (max-width: 767px) {
  .p-contents__list {
    padding: 15px 20px;
  }
}

.p-contents__list-item {
  background-image: url(../img/round-check.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px;
  border-bottom: 1px dotted #ee762b;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.714285714;
  padding-bottom: 20px;
  padding-left: 6rem;
  padding-top: 20px;
}
.p-contents__list-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-contents__list-item {
    background-position: left 25px;
    background-size: 20px;
    font-size: 1.6rem;
    padding-left: 30px;
  }
  .p-contents__list-item:last-child {
    padding-bottom: 20px;
  }
}

.p-contents__flow {
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  margin: 2.5rem 0;
  padding: 20px 2px 2px 2px;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-contents__flow.fukidashi{
  padding: 20px 2px;
  line-height: 1.6;
}
.p-contents__flow.--blue {
  background: #3296e6;
}
.p-contents__flow.--skyblue {
  background: #5ac8e6;
}
.p-contents__flow.--green {
  background: #00913a;
}
.p-contents__flow.--yellowgreen {
  background: #95c036;
}
.p-contents__flow.--yellow {
  background: #fed831;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .p-contents__flow.--yellow {
    margin-bottom: 10px;
  }
}

.p-contents__flow:before {
  border: 15px solid transparent;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
}
.p-contents__flow.fukidashi.fukidashi_last:before{
  content: none;
}
.p-contents__flow.--blue:before {
  border-top: 15px solid #3296e6;
}

.p-contents__flow.--skyblue:before {
  border-top: 15px solid #5ac8e6;
}

.p-contents__flow.--green:before {
  border-top: 15px solid #00913a;
}

.p-contents__flow.--yellowgreen:before {
  border-top: 15px solid #95c036;
}

.p-contents__flow.--yellow:before {
  border-top: 15px solid #fed831;
}

.p-contents__flow-list {
  background: #f5faff;
  border-radius: 0 0 8px 8px;
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  margin-top: 20px;
  padding: 0.5em 10px;
}

.p-contents__flow-item {
  color: #000;
  line-height: 1.5em;
  padding: 10px 20px 10px 40px;
  padding-left: 30px;
  position: relative;
  text-align: left;
}

.p-contents__flow-item:before {
  -webkit-transform: translateY(-50%);
  background: #3296e6;
  border-radius: 50%;
  color: white;
  content: counter(number);
  counter-increment: number;
  /*以下数字のデザイン変える*/
  display: inline-block;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  height: 22px;
  left: 0;
  line-height: 25px;
  /* 以下数字をつける */
  position: absolute;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.p-contents__flow.--skyblue .p-contents__flow-item:before {
  background: #5ac8e6;
}
.p-contents__flow.--green .p-contents__flow-item:before {
  background: #00913a;
}
.p-contents__flow.--yellowgreen .p-contents__flow-item:before {
  background: #95c036;
}
.p-contents__flow.--yellow .p-contents__flow-item:before {
  background: #fed831;
}

.p-mv-slide {
  margin-bottom: 10rem;
  position: relative;
}

.p-mv-slide__wrapper {
  height: 47.5841874085vw;
}
@media screen and (max-width: 767px) {
  .p-mv-slide__wrapper {
    height: 166.6666666667vw;
  }
}

.p-mv-slide__item {
  position: relative;
}

.p-mv-slide__image {
  height: auto;
  width: 100%;
}

.p-mv-slide__text {
  bottom: 55px;
  color: #ffffff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 2.8rem;
  left: 0;
  line-height: 1.428;
  position: absolute;
  text-align: center;
  width: 100%;
}

.p-mv-slide__pagination {
  -webkit-transform: translateX(-50%);
  display: flex;
  justify-content: center;
  position: absolute;
  transform: translateX(-50%);
}
.p-mv-slide__pagination.swiper-pagination-bullets {
  bottom: -5rem;
  left: 50%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-mv-slide__pagination {
    -webkit-transform: translateX(-50%);
    background-image: url(../img/test-bg.jpg);
    bottom: -9.5rem;
    height: 10rem;
    padding-top: 2rem;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-mv-slide__pagination.swiper-pagination-bullets {
    bottom: -9.5rem;
    width: 100%;
  }
}

/* ページネーションの色と大きさ */
.p-mv-slide__pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #000;
  height: 20px;
  margin-left: 15px !important;
  margin-right: 15px !important;
  opacity: 1;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .p-mv-slide__pagination .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
  }
}

.p-mv-slide__pagination .swiper-pagination-bullet-active {
  background-color: #fed831;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .p-mv-slide__pagination .swiper-pagination-bullet-active {
    height: 16px;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-mv-slide__text {
    bottom: 30px;
    font-size: 1.6rem;
  }
}
.p-mv-btn:not(:root) {
  bottom: 10%;
  position: absolute;
  right: 10%;
  width: 14%;
}
@media screen and (max-width: 767px) {
  .p-mv-btn:not(:root) {
    bottom: 5%;
    right: 5%;
    width: 75px;
  }
}

.p-news {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  line-height: 1.714285714;
  margin-bottom: 6rem;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 3rem 5rem 3rem 5.7rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-news {
    background-color: #fff;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 2rem;
    position: relative;
    top: -24px;
    width: 95%;
    z-index: 20;
  }
}

.p-news__img {
  color: #00913a;
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 5rem;
  min-width: 86px;
  text-align: center;
  width: 10%;
}
.p-news__img img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .p-news__img {
    align-items: center;
    display: flex;
    width: 15%;
  }
  .p-news__img img {
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__img img {
    height: 60px;
    width: 60px;
  }
}

.p-news__list {
  text-align: left;
  width: 90%;
}
@media screen and (max-width: 1024px) {
  .p-news__list {
    width: 100%;
  }
}

.p-news__item {
  border-bottom: dotted 2px #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.p-news__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-news__item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .p-news__item:first-child {
    border-top: dotted 2px #000;
    padding-top: 20px;
  }
}

.p-news__date {
  color: #00913a;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.1;
}

.p-news__title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-news.--footer {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.p-news.--footer .p-news__list {
  width: 95%;
}
.p-news.--footer .p-news__item {
  align-items: flex-end;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news.--footer .p-news__item {
    display: block;
  }
}
.p-news.--footer .p-news__date {
  font-size: 1.6rem;
  line-height: 1.714285714;
  margin-right: 2rem;
}
.p-news.--footer .p-news__img {
  margin-right: 20px;
  min-width: auto;
}
.p-news.--footer .p-news__img img {
  margin-bottom: 0;
  max-width: 50px;
}
@media screen and (max-width: 1024px) {
  .p-news.--footer .p-news__img img {
    margin-right: 0;
  }
}

.p-news__heading {
  align-items: center;
  color: #00913a;
  display: flex;
  font-size: 4rem;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 3rem;
  text-align: center;
  width: 100%;
}
.p-news__heading .p-news__img {
  margin-right: 3rem;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__heading .p-news__img {
    margin-right: 16px;
    width: 40px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1274px) {
  .p-news__heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news__heading {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.p-contents + .p-news {
  margin-top: 12rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .p-contents + .p-news {
    margin-top: 5rem;
  }
}
/*# sourceMappingURL=sourcemaps/home.css.map */