@charset "UTF-8";
/*共通部分---------*/
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, "メイリオ", "Meiryo", arial;
  color: #333333;
}

a:hover {
  opacity: 0.5;
}

:target {
  scroll-margin-top: 120px;
}

p {
  line-height: 1.6em;
}

/*header-----------*/
.logo {
  width: 375px;
  margin: 1em 0 1em;
}

.logo-wrapper {
  max-width: 1000px;
  margin: auto;
}

.nav-wrapper {
  width: 100%;
  background: #538861;
}

.main-nav {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.main-nav:after {
  content: '';
  width: 0.2rem;
  height: 4rem;
  background-color: #FFFFFF;
  margin-top: 0.3rem;
}

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-item a {
  padding: 1em;
  height: 3em;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

.nav-item:nth-child(1) {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}

.nav-item :hover {
  background: #94C6A1;
}

.nav-item:before {
  content: '';
  width: 0.2rem;
  height: 4rem;
  background-color: #FFFFFF;
}

.nav-item a:hover {
  opacity: 1;
}

.firstview img {
  width: 100%;
  display: block;
  margin-top: 10rem;
}

header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

/*main-----------*/
main {
  margin: 5em auto;
  max-width: 910px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  border-radius: 1rem;
  position: relative;
  margin-top: -4rem;
  width: 90%;
  padding-bottom: 2em;
}

.page-title {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: solid 3px #538861;
  margin-bottom: 2.8rem;
  padding-bottom: 0.2rem;
}

section {
  display: block;
  padding: 5%;
}

section ul {
  line-height: 1.6em;
  padding-left: 2em;
}

section li {
  list-style-type: disc;
}

p a {
  color: #538861;
  -webkit-text-decoration: underline 0.2rem #538861;
          text-decoration: underline 0.2rem #538861;
  text-underline-offset: 0.3rem;
  display: inline-block;
  line-height: 1em;
}

.set {
  margin-top: 2em;
  text-align: center;
}

.set img {
  width: 75%;
  height: auto;
}

#cont_01, #cont_02, #cont_03, #cont_04 {
  scroll-behavior: smooth;
}

.icon_link::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/icon_lnk.png) no-repeat;
  background-size: contain;
}

#cont-04 h3 {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  border-bottom: 0.2rem dotted #538861;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
}

#cont-04 h3.page-title-h3_first {
  margin-top: 0;
}

.mail {
  color: #538861;
  border-bottom: solid 0.1rem #538861;
  display: inline-block;
}

.mail a:hover {
  color: #94C6A1;
}

/*footer-----------*/
footer {
  bottom: 0;
  background-color: #538861;
  width: 100%;
}

.footer_cont {
  max-width: 910px;
  margin: auto;
}

address {
  color: #fff;
  text-align: center;
  width: auto;
  bottom: 0;
  font-size: 1rem;
  padding: 1rem 0;
}

#banner img {
  width: 175px;
  margin-top: 3rem;
}

/*SP-----*/
@media screen and (max-width: 425px) {
  p {
    font-size: 1.6rem;
  }
  li {
    font-size: 1.6rem;
  }
  .page-title {
    font-size: 2rem;
  }
  .logo {
    width: 300px;
  }
  .logo-wrapper {
    text-align: center;
  }
  .nav-item a {
    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;
    font-size: 1.3rem;
  }
  .nav-item .sp-br {
    display: block;
  }
  main {
    max-width: 90%;
    margin-top: -1rem;
  }
  section .page-title:first-child {
    margin-top: 1em;
  }
  section ul {
    line-height: 1.2em;
    padding-left: .5em;
  }
  .rs {
    display: none;
  }
  .icon_link::after {
    width: 1.4rem;
    height: 1.4rem;
  }
  #cont-04 h3 {
    font-size: 1.6rem;
  }
  #banner img {
    width: 150px;
  }
}

@media screen and (max-width: 619px) {
  .nav-item a {
    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;
    font-size: 1.3rem;
    padding: 1.1rem;
  }
  .nav-item .sp-br {
    display: block;
  }
  .nav-item::before {
    content: '';
    width: 0.2rem;
    height: 3rem;
    background-color: #FFFFFF;
  }
  .main-nav:after {
    content: '';
    width: 0.2rem;
    height: 3rem;
    background-color: #FFFFFF;
    margin-top: 0.4rem;
  }
}

/*タブレット----*/
@media screen and (max-width: 805px) {
  main {
    max-width: 90%;
    margin-top: -1rem;
  }
  .rs {
    display: none;
  }
  p a {
    line-height: 1.6em;
  }
}

@media screen and (min-width: 425px) {
  .sp-br {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .footer_cont {
    max-width: 90%;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */