@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
h2 {
  font-weight: normal;
  letter-spacing: 0.2vw;
  line-height: 210%;
  margin-bottom: 2em;
}
h2 .jp {
  color: #fff;
  display: block;
}
h2 .en {
  display: block;
  color: #fff;
  font-size: 2.5em;
}
h2::after {
  text-align: center;
  height: 5px;
  width: 120px;
  background-image: url(../img/bar01.jpg);
  display: inline-block;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a.greenBorder {
  display: block;
  border: 1px solid #9abbb3;
  color: #9abbb3;
  border-radius: 30px;
  padding: 0.5em 0;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
a.greenBorder:hover {
  background-color: #9abbb3;
  color: #fff;
}

a.beigeBorder {
  display: block;
  border: 1px solid #c2afa5;
  color: #c2afa5;
  border-radius: 30px;
  padding: 0.5em 0;
  width: 250px;
  margin: 0 auto;
}
a.beigeBorder:hover {
  background-color: #c2afa5;
  color: #fff;
}

@media only screen and (min-width: 580px) {
  h2 {
    margin-bottom: 3.5em;
  }
}
.concept {
  background-image: url(../img/bg03.jpg);
  background-size: cover;
  background-position: center center;
}
.concept .conceptItem {
  color: #fff;
}
.concept .conceptItem .title {
  font-size: 1.3em;
  margin-bottom: 0.7em;
}
.concept .conceptItem p {
  line-height: 200%;
  box-shadow: #000;
}

@media only screen and (min-width: 580px) {
  .concept .wrap {
    align-items: stretch;
  }
  .concept .wrap .conceptItem {
    width: 48%;
  }
}
.howto {
  background-color: #c2afa5;
}
.howto h2 .jp {
  color: #fff;
}
.howto h2::after {
  background-image: url(../img/bar03.jpg);
}
.howto .howtoItem {
  background-color: #fff;
  text-align: left;
  margin-bottom: 2.5em;
}
.howto .howtoItem h3 {
  font-weight: normal;
  font-size: 1.2em;
  border-bottom: 1px solid #9abbb3;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.howto .howtoItem .txt {
  padding: 2em;
}

@media only screen and (min-width: 580px) {
  .howto .wrap {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .howto .wrap .howtoItem {
    width: 48%;
  }
}
.point {
  background-color: #9abbb3;
}
.point h2 .jp {
  color: #fff;
}
.point h2::after {
  background-image: url(../img/bar02.jpg);
}
.point .pointItem {
  background-color: #fff;
  text-align: left;
}
.point .pointItem h3 {
  font-weight: normal;
  font-size: 1.2em;
  border-bottom: 1px solid #c2afa5;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.point .pointItem h3 .number {
  display: block;
  color: #c2afa5;
  font-size: 2em;
  font-style: italic;
  line-height: 100%;
}
.point .pointItem .txt {
  padding: 2em;
}

@media only screen and (min-width: 580px) {
  .point .pointItem {
    display: flex;
  }
  .point .pointItem .img {
    width: 50%;
  }
  .point .pointItem .txt {
    width: 50%;
  }
  .point .pointItem.even {
    flex-direction: row-reverse;
  }
}
.background {
  background-image: url(../img/concept.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.background h2 .jp {
  color: #fff;
}
.background h2 .en {
  color: #fff;
}
.background .backgroundItem {
  border: solid 1px #fff;
  outline: solid 1px #fff;
  outline-offset: 3px;
  padding: 2em 1.5em;
  margin-bottom: 3em;
  text-align: left;
}
.background .backgroundItem .title {
  border-bottom: dotted 1px #fff;
  margin-bottom: 1em;
  display: inline-block;
}
.background .backgroundItem h3 {
  font-weight: normal;
  margin-bottom: 0.7em;
  font-size: 1.5em;
}
.background .backgroundItem p {
  line-height: 200%;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 580px) {
  .background .wrap .backgroundItem {
    width: 49%;
  }
}
.facility h2 .jp {
  color: #000;
}
.facility h2 .en {
  color: #000;
}
.facility h2::after {
  background-image: url(../img/bar01.jpg);
}
.facility .facilityItem {
  width: 80%;
  margin: 0 auto 2em;
}
.facility .facilityItem .txt {
  background-color: #9abbb3;
  color: #fff;
}

@media only screen and (min-width: 580px) {
  .facility .wrap {
    flex-wrap: wrap;
  }
  .facility .wrap .facilityItem {
    width: 32%;
  }
}
.contact {
  background-color: #c2afa5;
}
.contact .item {
  background-color: #fff;
  margin-bottom: 2em;
}
.contact .item .txt {
  padding: 1em;
}
.contact .item .txt p {
  margin-bottom: 0.5em;
}
.contact .item .txt a {
  display: block;
  border: 1px solid #c2afa5;
  color: #c2afa5;
  border-radius: 30px;
  padding: 0.5em 0;
  width: 250px;
  margin: 0 auto;
}
.contact .item .txt a:hover {
  background-color: #c2afa5;
  color: #fff;
}

@media only screen and (min-width: 580px) {
  .contact .item {
    display: flex;
  }
  .contact .item .img {
    width: 60%;
  }
  .contact .item .txt {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .contact .item .txt p {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
}
footer {
  padding: 1.5em 0 0.5em;
}
footer .logo {
  width: 120px;
  margin: 0 auto 2em;
}
footer .footerMenu li {
  display: inline-block;
  padding: 0 0.5em;
}

.contactPage h2 .jp {
  color: #9abbb3;
}
.contactPage h2 .en {
  color: #9abbb3;
}
.contactPage p.intro {
  font-size: 0.9em;
  text-align: left;
  margin-bottom: 2em;
}
.contactPage .policy {
  text-align: left;
}
.contactPage .policy h3 {
  margin-bottom: 0.5em;
}
.contactPage .policy p {
  font-size: 0.8em;
}