@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&display=swap");
/* ====== メインビジュアル ===== */
.mainVisual-contents {
  position: relative;
  width: 100%;
  background-color: #FFCCD8;
  z-index: 2;
}

.mainVisual-contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFCCD8;
}

.mainVisual-contents__wrapper--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainVisual-contents__wrapper--sp {
    display: block;
  }
  .mainVisual-contents__wrapper--pc {
    display: none;
  }
  .open.top .mainVisual-contents {
    margin-top: 64px;
  }
}

/* ====== TOPページ　コンテンツ ====== */
.top-aboutus {
  position: relative;
  padding-top: 8.0rem;
  padding-bottom: 10.0rem;
  overflow: hidden;
  z-index: 1;
}

.top-aboutus::before {
  content: "";
  display: block;
  position: absolute;
  width: 28.4rem;
  height: 100%;
  left: 15.0rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #F9E1E2;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  z-index: -1;
}

.top-aboutus .contents-wrapper__mediaImage {
  max-width: 56.8rem;
  width: 100%;
}

.top-aboutus .contents-wrapper__mediaText {
  max-width: 56.8rem;
  width: 100%;
  padding-left: 7.8rem;
}

.top-aboutus .contents-wrapper__button {
  margin-top: 2.4rem;
}

@media screen and (max-width: 992px) {
  .top-aboutus {
    overflow: hidden;
  }
  .top-aboutus .contents-wrapper__mediaText {
    padding-left: 5.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top-aboutus::before {
    width: 34.0rem;
  }
  .top-aboutus .contents-wrapper__mediaBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-aboutus .contents-wrapper__mediaImage {
    width: 100%;
    margin-top: 5.0rem;
  }
  .top-aboutus .contents-wrapper__mediaText {
    width: 100%;
    padding-top: 0rem;
    padding-left: 0rem;
  }
  .top-aboutus .contents-wrapper__button {
    margin-top: 2.4rem;
  }
}

@media screen and (max-width: 576px) {
  .top-aboutus::before {
    width: 34.0rem;
    top: -72.8rem;
  }
}

.service-contents {
  position: relative;
  padding-top: 6.4rem;
  padding-bottom: 7.0rem;
}

.service-contents::before {
  content: "";
  display: block;
  position: absolute;
  width: 24.0rem;
  height: 50%;
  right: 60.0rem;
  top: 0;
  background-color: #F4C4C5;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  z-index: 2;
}

.service-contents::after {
	content: "";
	display: block;
	position: absolute;
	width: 30.0rem;
	height: 50%;
	right: 30rem;
	top: 0;
	background-color: #EB8B93;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	z-index: 1;
}

.service-contents .contents-wrapper__mediaBox {
  position: relative;
  z-index: 2;
}

.service-contents .contents-wrapper__button {
  margin-top: 2.4rem;
}

.service-contents .contents-wrapper__mediaImage {
  max-width: 55.9rem;
  width: 100%;
}

.service-contents .contents-wrapper__mediaText {
  max-width: 63.8rem;
  width: 100%;
  padding-left: 5.0rem;
  padding-right: 11.0rem;
}

.service-contents .contents-wrapper__button {
  margin-top: 2.4rem;
}

.service-contents__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  row-gap: 3.5rem;
  -webkit-column-gap: 3.0rem;
          column-gap: 3.0rem;
  position: relative;
  width: 100%;
  margin-top: 1.8rem;
  padding-top: 6.0rem;
  padding-bottom: 6.0rem;
  padding-left: 7.6rem;
  padding-right: 7.6rem;
  background-color: #fff;
  z-index: 2;
}

.service-contents__itemLink {
  display: block;
}

.service-contents__itemLink:hover {
  opacity: 1;
}

.service-contents__itemLink:hover .service-contents__itemImage img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.service-contents__itemLink:hover .service-contents__itemImage::before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-contents__itemImage {
  position: relative;
  overflow: hidden;
}

.service-contents__itemImage img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.service-contents__itemImage::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.service-contents__itemImage::after {
  content: "";
  display: block;
  position: absolute;
  width: 3.0rem;
  height: 3.0rem;
  bottom: 0;
  right: 0;
  background-color: #E47A83;
  background-image: url(../images/icon/button_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  z-index: 2;
}

.service-contents__itemText {
	display: block;
	margin-top: 1.0rem;
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: center;
}

@media screen and (max-width: 992px) {
  .service-contents::before {
    width: 24.0rem;
    height: 30%;
    right: 30.0rem;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  .service-contents::after {
    width: 30.0rem;
    height: 30%;
    right: 0rem;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  .service-contents .contents-wrapper__mediaBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .service-contents .contents-wrapper__mediaText {
    padding-left: 5.0rem;
    padding-right: 5.0rem;
  }
  .service-contents__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 3.0rem;
    -webkit-column-gap: 3.0rem;
            column-gap: 3.0rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .service-contents {
    overflow: hidden;
  }
  .service-contents::before {
    width: 24.0rem;
    height: 70%;
    top: -60rem;
    right: 30.0rem;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  .service-contents::after {
    width: 30.0rem;
    height: 70%;
    top: -60rem;
    right: 0rem;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  .service-contents .contents-wrapper__mediaBox {
    -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;
  }
  .service-contents .contents-wrapper__mediaImage {
    max-width: 56.8rem;
    width: 100%;
    margin-top: 5.0rem;
  }
  .service-contents .contents-wrapper__mediaText {
    max-width: 56.8rem;
    width: 100%;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .service-contents__list {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    row-gap: 2.0rem;
    -webkit-column-gap: 2.0rem;
            column-gap: 2.0rem;
    margin-top: 3.6rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }
}

@media screen and (max-width: 576px) {
  .service-contents {
    overflow: hidden;
  }
  .service-contents::before {
    top: -40rem;
  }
  .service-contents::after {
    top: -40rem;
  }
  .service-contents__itemText {
    font-size: 1.8rem;
  }
}

.covid19-contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  min-height: 230px;
  margin-top: 4.0rem;
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  border: solid 2px #F4C4C5;
  background-color: #fff;
  z-index: 3;
}

.covid19-contents__wrapper:before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-top: solid 5.0rem #f3f4f5;
  border-left: solid 5.0rem transparent;
  top: -3px;
  z-index: 2;
}

.covid19-contents__wrapper:after {
  height: 0;
  display: block;
  position: absolute;
  right: -2px;
  content: "";
  border-top: solid 5.0rem #F4C4C5;
  border-left: solid 5.0rem transparent;
  top: -2px;
}

.covid19-contents__imageBox {
  max-width: 350px;
  width: 100%;
}

.covid19-contents__textBox {
  padding-left: 4.6rem;
}

.covid19-contents__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #C01014;
}

@media screen and (max-width: 767px) {
  .covid19-contents__wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
  }
  .covid19-contents__imageBox {
    max-width: 350px;
    width: 100%;
  }
  .covid19-contents__textBox {
    margin-top: 3.0rem;
    padding-left: 0rem;
  }
  .covid19-contents__title {
    font-size: 2.2rem;
  }
}

.pageIntro-contents {
  padding-top: 9.0rem;
}

.pageIntro-contents .contents-wrapper__cardBox {
  margin-right: -160px;
}

.pageIntro-contents .contents-wrapper__cardItem {
  width: calc((100% / 2) - 160px);
  margin-right: 160px;
}

.pageIntro-contents .contents-wrapper__cardLink {
  display: block;
}

.pageIntro-contents .contents-wrapper__cardLink:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pageIntro-contents .contents-wrapper__cardImage {
  position: relative;
  overflow: hidden;
}

.pageIntro-contents .contents-wrapper__cardImage img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pageIntro-contents .contents-wrapper__cardImage::after {
  content: "";
  display: block;
  position: absolute;
  width: 4.7rem;
  height: 4.7rem;
  bottom: 0;
  right: 0;
  background-color: #E47A83;
  background-image: url(../images/icon/button_icon_large.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.pageIntro-contents .contents-wrapper__titleHeader {
  margin-top: 4.0rem;
}

.pageIntro-contents .contents-wrapper__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #070707;
}

@media screen and (max-width: 1200px) {
  .pageIntro-contents .contents-wrapper__cardBox {
    margin-right: -60px;
  }
  .pageIntro-contents .contents-wrapper__cardItem {
    width: calc((100% / 2) - 60px);
    margin-right: 60px;
  }
}

@media screen and (max-width: 992px) {
  .pageIntro-contents .contents-wrapper__cardBox {
    margin-right: -45px;
  }
  .pageIntro-contents .contents-wrapper__cardItem {
    width: calc((100% / 2) - 45px);
    margin-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .pageIntro-contents {
    padding-top: 6.8rem;
  }
  .pageIntro-contents .contents-wrapper__cardBox {
    margin-right: 0px;
    margin-top: 0;
  }
  .pageIntro-contents .contents-wrapper__cardItem {
    max-width: 520px;
    width: 100%;
    margin-right: 0px;
  }
  .pageIntro-contents .contents-wrapper__cardItem:first-child {
    margin-top: 0;
  }
  .pageIntro-contents .contents-wrapper__titleHeader {
    margin-top: 3.0rem;
  }
  .pageIntro-contents .contents-wrapper__text {
    font-size: 1.8rem;
    line-height: 1.8;
    color: #070707;
  }
}

@media screen and (max-width: 767px) {
  .pageIntro-contents .contents-wrapper__text {
    font-size: 2.2rem;
  }
}
