@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "arial", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  margin: 0;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  word-break: break-all;
}

main {
  display: block;
}

/* header */
.header {
  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-top: 10px solid #00A178;
  border-bottom: 10px solid #00A178;
  background: #FFF;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 29px;

  @media screen and (max-width: 767px) {
    padding: 15px;
  }
}

.header__title a,
.header__site-title a {
  display: block;
}
.header__title {
  flex: 0 1 30%;
  min-width: 90px;
}
.header__title img {
  width: 100%;
  height: auto;
}
.header__site-title {
  padding: 0 0 0 32px;
  margin: 0 0 0 32px;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .header__site-title {
    padding: 0 8px;
    margin: 8px;
  }
}
.header__site-title .ja,
.header__site-title .en {
  display: block;
  color: #414141;
}
.header__site-title .ja {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__site-title .ja {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .header__site-title .ja {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.header__site-title .en {
  font-size: 2.7rem;
  line-height: 1.4814814815;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__site-title .en {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 767px) {
  .header__site-title .en {
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
}
.header__link--pc {
  padding: 29px 27px;
}
@media screen and (max-width: 767px) {
  .header__link--pc {
    display: none;
  }
}

/* To page top */
.g-page-top {
  padding: 32px 0 44px;
  text-align: center;
}
.g-page-top__link {
  display: inline-block;
}
.g-page-top .circle {
  display: block;
  width: 45px;
  height: 45px;
  padding: 8px 0 0;
  margin: 0 auto;
  border-radius: 50%;
  background: #6F8073;
}
.g-page-top .text {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  padding: 0 14px;
  margin: 10px 0 0;
  line-height: 35px;
  border-radius: 18px;
  border: 1px solid #F0F0F0;
}

/* footer */
.footer {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  padding: 39px 0 45px;
  text-align: center;
  background: #36453C;

  @media screen and (max-width: 767px) {
    padding: 39px 15px 45px;
  }
}
.footer__title {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  margin: 0 0 30px;
}
.footer__base-data {
  width: 100%;
  max-width: 430px;
  padding: 18px 24px 22px;
  margin: 0 auto 40px;
  border-radius: 5px;
  border: 1px solid #6A6A6A;
}
.footer__base-data .number,
.footer__base-data .address,
.footer__base-data .time {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.footer__base-data .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 10px 0 0;
}
.footer__base-data .tel__svg {
  margin: 0 8px 10px 0;
}
.footer__base-data .tel__number {
  font-size: 2.8rem;
  line-height: 1.4642857143;
}
.footer__base-data .tel__text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.footer__base-data .time {
  margin: 12px 0 0;
}
.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__navigation__item {
  font-size: 1.4rem;
  line-height: 2.4285714286;
  margin: 0 12px;
}
.footer__copyright {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin: 51px 0 0;
}


.main {
  max-width: 1170px;
  padding: 30px 15px 20px;
  margin: 0 auto;

  @media screen and (max-width: 767px) {
    padding: 40px 15px;
  }
}

.date {
  display: block;
  margin: 0 0 30px;
  text-align: right;

  @media screen and (max-width: 767px) {
    margin: 0 0 50px;
  }
}

.body {
  font-size: 1.8rem;
  line-height: 30px;

  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
    line-height: 24px;
  }
}

.body p {
  margin: 1em 0;

  @media screen and (max-width: 767px) {
    margin: 2em 0;
  }
}

.body a {
  text-decoration: underline;
}

.border {
  text-decoration: underline;
}

.description {
  margin: 0 0 80px;

  @media screen and (max-width: 767px) {
    margin: 0 0 40px;
  }
}

.section {
  margin: 0 0 80px;

  @media screen and (max-width: 767px) {
    margin: 0 0 40px;
  }
}

.section__child {
  margin: 0 0 40px;
}

.section__child p {
  margin: 0;
}

.section__title-h2 {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  font-weight: 700;
  font-size: 2rem;
  margin: 2em 0 1em;

  @media screen and (max-width: 767px) {
    gap: 0.5em;
    margin: 0 0 1em;
  }
}
.section__title-h2::before {
  content: '■';
}

.section__title-h3 {
  font-weight: 700;
  font-size: 1.8rem;
}
/*# sourceMappingURL=style.css.map */
