@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont
------------------------------------------------------------ */
/* cleafix
------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  home.css
***************************************************/
/*@include mq(pc) {
  .l-global_nav {
    &__menu {
      .list {
        > li:nth-child(1) {
          a {
              text-decoration: underline .3rem #27596B;
          }
        }
      }
    }
  }
}*/
/* #home.home
------------------------------------------------------------ */
#home.home .p-mainvisual {
  position: relative;
}
#home.home .p-mainvisual__media {
  position: relative;
  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;
}
#home.home .p-mainvisual__media::before, #home.home .p-mainvisual__media::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/home/main_pattern03.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 10;
}
#home.home .p-mainvisual__media::before {
  top: 1rem;
  left: 3rem;
  width: 10.5rem;
  height: 10.5rem;
}
#home.home .p-mainvisual__media::after {
  top: 12rem;
  left: -12rem;
  width: 19.5rem;
  height: 19.5rem;
  background-image: url(/assets/img/home/main_pattern04.svg);
}
#home.home .p-mainvisual__media .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  font-size: 3.4rem;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-weight: 700;
}
#home.home .p-mainvisual__media .text em {
  color: #E64464;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF5AF));
  background: linear-gradient(transparent 60%, #FFF5AF 60%);
}
#home.home .p-mainvisual__media .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 60%;
  min-height: 56rem;
}
#home.home .p-mainvisual__media .image .photo01 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 110%;
  max-width: none;
  max-height: none;
}
#home.home .p-mainvisual__media .image .pattern01 {
  position: absolute;
  bottom: 3.2rem;
  left: 8.5rem;
  width: 10.8rem;
  z-index: 10;
}
#home.home .p-mainvisual__media .image::before, #home.home .p-mainvisual__media .image::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/assets/img/home/main_pattern01.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: 10;
}
#home.home .p-mainvisual__media .image::before {
  bottom: -6rem;
  left: -15rem;
  width: 19.5rem;
  height: 19.5rem;
}
#home.home .p-mainvisual__media .image::after {
  top: 26rem;
  left: -5rem;
  width: 17rem;
  height: 16rem;
  background-image: url(/assets/img/home/main_pattern02.svg);
}
@media only screen and (max-width: 599px) {
  #home.home .p-mainvisual {
    position: relative;
  }
  #home.home .p-mainvisual__media {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #home.home .p-mainvisual__media::before {
    top: auto;
    right: -2rem;
    bottom: -2rem;
    left: auto;
    width: 8rem;
    height: 8rem;
  }
  #home.home .p-mainvisual__media::after {
    top: 22rem;
    left: -5rem;
    width: 9.5rem;
    height: 9.5rem;
    background-image: url(/assets/img/home/main_pattern04.svg);
  }
  #home.home .p-mainvisual__media .text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 2rem;
    font-size: 2.4rem;
  }
  #home.home .p-mainvisual__media .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 100%;
    min-height: 0;
  }
  #home.home .p-mainvisual__media .image .photo01 {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    max-width: none;
    max-height: none;
  }
  #home.home .p-mainvisual__media .image .pattern01 {
    position: absolute;
    bottom: -1rem;
    left: 2rem;
    width: 6rem;
    z-index: 10;
  }
  #home.home .p-mainvisual__media .image::before {
    top: -2rem;
    bottom: auto;
    left: -6rem;
    width: 11rem;
    height: 11rem;
  }
  #home.home .p-mainvisual__media .image::after {
    top: 6rem;
    right: -3rem;
    left: auto;
    width: 10rem;
    height: 10rem;
    background-image: url(/assets/img/home/main_pattern02.svg);
  }
}
#home.home .l-main {
  padding-top: 0;
}
#home.home .p-about {
  margin-top: 16rem;
}
#home.home .p-about__media {
  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;
}
#home.home .p-about__media .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 50%;
}
#home.home .p-about__media .content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 45%;
}
#home.home .p-about__media .content .title {
  margin-bottom: 4rem;
  padding: 3rem 0;
  background: url(/assets/img/home/bg01.svg) 75% 50% no-repeat;
  background-size: auto 100%;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 3.4rem;
  font-weight: 700;
}
#home.home .p-about__media .content .title em {
  color: #2883C2;
  font-style: normal;
}
@media only screen and (max-width: 599px) {
  #home.home .p-about {
    margin-top: 8rem;
  }
  #home.home .p-about__media {
    display: block;
  }
  #home.home .p-about__media .image {
    width: 100%;
  }
  #home.home .p-about__media .content {
    width: 100%;
  }
  #home.home .p-about__media .content .title {
    margin-bottom: 0;
    padding: 3rem 0;
    background: url(/assets/img/home/bg01.svg) 100% 50% no-repeat;
    background-size: auto 90%;
    font-size: 2rem;
  }
}
#home.home .p-news {
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #FAFAFA;
}
#home.home .p-news .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home.home .p-news .c-news_list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 12rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-news {
    margin-top: 4rem;
    padding: 4rem 0;
  }
  #home.home .p-news .u-container {
    display: block;
  }
  #home.home .p-news .c-news_list {
    margin-left: 0rem;
  }
}
#home.home .p-service {
  margin-top: 16rem;
}
#home.home .p-service__block {
  position: relative;
}
#home.home .p-service__block .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 7rem 2rem 0;
  border-radius: 0 5rem 5rem 0;
  background-color: #8EB325;
  color: #fff;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  font-weight: 700;
}
#home.home .p-service__block .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30vw;
  height: 100%;
  background-color: #8EB325;
  -webkit-transform: translateX(-99.9%);
          transform: translateX(-99.9%);
}
#home.home .p-service__block .image {
  padding-top: 3.5rem;
}
#home.home .p-service__block .text {
  margin-top: 5rem;
  padding: 5rem;
  border-radius: 1rem;
  background-color: #F0F8F2;
}
#home.home .p-service__block .text p + p {
  margin-top: 3rem;
}
#home.home .p-service__block .text .pict01 {
  margin-top: 3rem;
  text-align: center;
}
#home.home .p-service__block:nth-of-type(2) {
  margin-top: 10rem;
}
#home.home .p-service__block:nth-of-type(2) .title {
  background-color: #2883C2;
}
#home.home .p-service__block:nth-of-type(2) .title::before {
  background-color: #2883C2;
}
#home.home .p-service__block:nth-of-type(2) .text {
  background-color: #EDF6FC;
}
@media only screen and (max-width: 599px) {
  #home.home .p-service {
    margin-top: 8rem;
  }
  #home.home .p-service__block {
    position: relative;
  }
  #home.home .p-service__block .title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.2rem 3.5rem 1.2rem 1rem;
    border-radius: 0 5rem 5rem 0;
    font-size: 2rem;
  }
  #home.home .p-service__block .title::before {
    -webkit-transform: translateX(-99%);
            transform: translateX(-99%);
  }
  #home.home .p-service__block .image {
    padding-top: 2.5rem;
  }
  #home.home .p-service__block .text {
    margin-top: 2.5rem;
    padding: 2rem;
  }
  #home.home .p-service__block .text p + p {
    margin-top: 1.5rem;
  }
  #home.home .p-service__block .text .pict01 {
    margin-top: 1.5rem;
  }
  #home.home .p-service__block:nth-of-type(2) {
    margin-top: 5rem;
  }
}
#home.home .p-introduction {
  margin-top: 16rem;
}
#home.home .p-introduction .swiper-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 10rem;
  z-index: 1;
}
#home.home .p-introduction .swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#home.home .p-introduction .swiper-container .swiper-wrapper .swiper-slide {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 44rem;
  height: auto;
  margin: 0 1.5rem;
}
#home.home .p-introduction .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 6rem;
}
#home.home .p-introduction .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #E3E3E3;
  cursor: pointer;
  opacity: 1;
}
#home.home .p-introduction .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #E64464;
}
#home.home .p-introduction__map {
  margin-top: 10rem;
}
#home.home .p-introduction__map iframe {
  width: 100%;
  height: 50rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-introduction {
    margin-top: 8rem;
  }
  #home.home .p-introduction .swiper-container {
    margin-top: 5rem;
  }
  #home.home .p-introduction .swiper-container .swiper-wrapper .swiper-slide {
    width: 70%;
    height: auto;
    margin: 0 1rem;
  }
  #home.home .p-introduction .swiper-pagination {
    gap: 1.2rem;
    margin-top: 3rem;
  }
  #home.home .p-introduction .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }
  #home.home .p-introduction__map {
    margin-top: 5rem;
  }
  #home.home .p-introduction__map iframe {
    height: 40rem;
  }
}
#home.home .p-visit {
  position: relative;
  margin-top: 10rem;
  padding: 10rem 0;
  background-color: #F0F8F2;
}
#home.home .p-visit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: 22rem;
  height: 23rem;
  background: url(/assets/img/home/logo.svg) 50% 50% no-repeat;
  background-size: contain;
}
#home.home .p-visit__block01 {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  #home.home .p-visit {
    margin-top: 5rem;
    padding: 5rem 0;
  }
  #home.home .p-visit::before {
    bottom: -6rem;
    right: -1rem;
    width: 12rem;
    height: 13rem;
  }
  #home.home .p-visit__block01 {
    text-align: center;
  }
}
#home.home .p-contact {
  margin-top: 16rem;
}
#home.home .p-contact__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home.home .remodal {
  max-width: 80%;
}
#home.home .p-agreement {
  font-size: 1.4rem;
  text-align: left;
}
#home.home .p-agreement__title {
  margin-bottom: 2rem;
  padding-top: 2rem;
  background: url(/assets/img/common/title_icon.svg) 50% 0 no-repeat;
  background-size: 6rem auto;
  color: #E64464;
  font-family: "Zen Maru Gothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
#home.home .p-agreement strong {
  display: inline-block;
  margin: 1rem 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
#home.home .p-agreement__company {
  margin-top: 2rem;
  font-size: 1.6rem;
  text-align: right;
}
#home.home .p-agreement__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;
  width: 22rem;
  height: 5.5rem;
  margin: 0 auto;
  padding-right: 3rem;
  border: 0.2rem solid #00583D;
  border-radius: 5rem;
  background: #00583D url(/assets/img/common/icon_arrow01.svg) 93% 50% no-repeat;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#home.home .p-agreement__button:hover {
  background-color: #fff;
  background-image: url(/assets/img/common/icon_arrow02.svg);
  color: #00583D;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  #home.home .p-contact {
    margin-top: 8rem;
  }
  #home.home .remodal {
    max-width: 90%;
    padding: 1.5rem;
  }
  #home.home .p-agreement {
    font-size: 1.3rem;
  }
  #home.home .p-agreement__title {
    margin-bottom: 1rem;
    padding-top: 2rem;
    background-size: 4rem auto;
    font-size: 2rem;
  }
  #home.home .p-agreement strong {
    margin: 1rem 0 0.5rem;
    font-size: 1.4rem;
  }
  #home.home .p-agreement__company {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
  #home.home .p-agreement__button {
    margin-top: 2rem;
    width: 80%;
    height: 5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 599px) {
  #home.home .p-head {
    margin-top: 6rem;
    background: none;
  }
  #home.home .p-head .u-container {
    padding: 0;
  }
  #home.home .p-head__media {
    display: block;
  }
  #home.home .p-head__media .content {
    position: relative;
    width: 100%;
    padding: 0 1.5rem 8.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(17%, transparent), color-stop(17%, #F4F7F8), to(#F4F7F8));
    background: linear-gradient(180deg, transparent 0%, transparent 17%, #F4F7F8 17%, #F4F7F8 100%);
  }
  #home.home .p-head__media .content .title01 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
  #home.home .p-head__media .content .title02 {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  #home.home .p-head__media .content .text01 p:not(:first-child) {
    margin-top: 2rem;
  }
  #home.home .p-head__media .content .pict01 {
    position: absolute;
    bottom: -5rem;
    right: 1rem;
    width: 30%;
  }
  #home.home .p-head__media .image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    margin: 6rem 0 0 3rem;
  }
  #home.home .p-head__media .image > img {
    width: auto;
    position: static;
  }
}
#home.home .p-information {
  margin-top: 8.5rem;
}
#home.home .p-information__title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 8%;
}
#home.home .p-information__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 3.5%;
  position: relative;
  padding: 3rem 6rem 3rem 0;
  border-radius: 0 2rem 2rem 0;
  background-color: #E4F4F1;
}
#home.home .p-information__card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
  width: 50vw;
  height: 100%;
  background-color: #E4F4F1;
  z-index: -1;
}
#home.home .p-information__card .item {
  display: block;
  width: 31%;
}
#home.home .p-information__card .item .image img {
  width: 100%;
  border-radius: 2rem;
}
#home.home .p-information__card .item .title {
  margin-top: 1rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
}
#home.home .p-information__card .item .title .type {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0 0.8rem;
  background-color: #fff;
  border: 1px solid #27596B;
  border-radius: 0.3rem;
  color: #27596B;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
#home.home .p-information__card .item .title a {
  display: block;
  text-decoration: none;
}
#home.home .p-information__card .item .title a:hover {
  text-decoration: underline;
}
#home.home .p-information__card .item .detail > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  font-size: 1.7rem;
}
#home.home .p-information__card .item .detail > dl dt {
  font-weight: 400;
}
#home.home .p-information__card .item .text {
  margin-top: 1rem;
}
#home.home .p-information__card .pict01 {
  position: absolute;
  right: -13rem;
  bottom: -6rem;
  width: 53.3rem;
}
#home.home .p-information__card .pict01 img {
  width: 100%;
}
#home.home .p-information .c-button_block01 {
  margin-top: 6rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-information {
    margin-top: 8.5rem;
  }
  #home.home .p-information .u-container {
    padding: 0;
  }
  #home.home .p-information__title01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 1.5rem;
  }
  #home.home .p-information__card {
    display: block;
    position: relative;
    margin: 0;
    padding: 1rem 3.5rem 12rem;
    border-radius: 0;
  }
  #home.home .p-information__card::before {
    content: "";
    display: none;
  }
  #home.home .p-information__card::after {
    content: "";
    display: none;
  }
  #home.home .p-information__card .item {
    display: block;
    width: 100%;
    margin: 3rem 0;
  }
  #home.home .p-information__card .item .image img {
    border-radius: 2rem;
  }
  #home.home .p-information__card .item .title {
    margin-top: 1rem;
    font-size: 2rem;
  }
  #home.home .p-information__card .item .title .type {
    display: inline-block;
    margin-right: 1rem;
    padding: 0 0.8rem;
    font-size: 1.2rem;
  }
  #home.home .p-information__card .item .detail > dl {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
  #home.home .p-information__card .item .text {
    margin-top: 0.5rem;
  }
  #home.home .p-information__card .pict01 {
    position: absolute;
    right: 2rem;
    bottom: -5rem;
    width: 60%;
  }
  #home.home .p-information .c-button_block01 {
    margin-top: 10rem;
  }
}
#home.home .p-access {
  margin-top: 10rem;
}
#home.home .p-access__text01 {
  font-size: 2.4rem;
  text-align: center;
}
#home.home .p-access__map {
  margin-top: 6rem;
}
#home.home .p-access__map iframe {
  width: 100%;
  height: 50rem;
}
#home.home .p-access .c-button_block01 {
  margin-top: 7rem;
}
#home.home .p-access .c-button_block01 .button {
  margin: 0 2rem;
  width: 34.5rem;
  font-size: 2.4rem;
}
@media only screen and (max-width: 599px) {
  #home.home .p-access {
    margin-top: 8rem;
  }
  #home.home .p-access__text01 {
    font-size: 1.6rem;
  }
  #home.home .p-access__map {
    margin-top: 3rem;
  }
  #home.home .p-access__map iframe {
    width: 100%;
    height: 40rem;
  }
  #home.home .p-access .c-button_block01 {
    margin-top: 5rem;
  }
  #home.home .p-access .c-button_block01 .button {
    margin: 0 auto;
    width: 80%;
    font-size: 2rem;
  }
  #home.home .p-access .c-button_block01 .button:not(:first-child) {
    margin-top: 2rem;
  }
}/*# sourceMappingURL=home.css.map */