@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 200%;
  box-sizing: border-box;
  list-style: none;
}

body {
  color: #222;
  font-size: 0.9em;
  -webkit-text-size-adjust: 100%;
}
body * {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #999;
}
a:hover img {
  transform: translateY(-5px);
}
a img {
  border-style: none;
  transition: 0.3s;
}

#wrapper img {
  width: 100%;
  vertical-align: middle;
}

@media all and (min-width: 669px) {
  .sp {
    display: none;
  }
}
@media all and (min-width: 801px) {
  .md {
    display: none;
  }
}
@media all and (min-width: 961px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 668px) {
  .ns {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .np {
    display: none;
  }
}
#wrapper {
  overflow: hidden;
}
#wrapper header, #wrapper #contents {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  #wrapper header, #wrapper #contents {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper header, #wrapper #contents {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper header {
    margin-left: 0;
    margin-right: 0;
  }
}
#wrapper header img.pc {
  border-radius: 5px;
}
@media screen and (max-width: 961px) {
  #wrapper header img.sp {
    display: block;
    border-radius: 0 0 5px 5px;
  }
}
#wrapper header .leadtxt {
  font-size: 1.3em;
  padding: 30px 0;
  text-align: center;
  line-height: 2.5;
  color: #29abe1;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper header .leadtxt {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper header .leadtxt {
    font-size: 1.15em;
    text-align: left;
    line-height: 2.2;
  }
}

section.menuList {
  margin-top: 80px;
}
@media screen and (max-width: 668px) {
  section.menuList {
    margin-top: 40px;
  }
}
section.menuList div {
  display: flex;
  flex-wrap: wrap;
}
section.menuList div article {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}
section.menuList div article:not(:nth-of-type(3n+1)) {
  margin-left: 30px;
}
section.menuList div article > h2 {
  background-color: #2f3093;
  line-height: 100%;
  padding: 12px 15px;
  margin-bottom: 10px;
  font-size: 1.15em;
  color: #fff;
  text-align: left;
  border-radius: 3px;
}
section.menuList div article > h3 {
  font-size: 1.15em;
  margin-bottom: 20px;
}
section.menuList div article > p.photo {
  width: 100%;
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
section.menuList div article > p.linkDetail {
  margin: 10px 0;
  margin-top: auto;
}
section.menuList div article > p.linkDetail a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  display: block;
  border-radius: 3px;
}
section.menuList div article > p.linkDetail a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
section.menuList div article > p.linkDetail a:hover {
  background-color: #29abe1;
  color: #fff;
  border: 1px solid #29abe1;
}
section.menuList div article > p.linkDetail a:hover::after {
  right: 15px;
}

@media screen and (max-width: 960px) {
  section.menuList > div > article {
    width: calc(50% - 15px);
  }
  section.menuList > div > article:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  section.menuList > div > article:not(:nth-of-type(2n+1)) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  section.menuList > div > article {
    width: 100%;
  }
  section.menuList > div > article:not(:nth-of-type(2n+1)) {
    margin-left: 0;
  }
}
footer {
  background: url(../images/bg_gray.png);
  padding: 50px 30px 40px;
  text-align: center;
  margin-top: 50px;
}
footer > p.logo {
  width: 90px;
  margin: 0 auto 30px;
}
footer > p.copy {
  margin-top: 30px;
  color: #ccc;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 50px 30px 80px;
  }
}
@media screen and (max-width: 668px) {
  footer {
    padding: 40px 20px 100px;
  }
}