@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.block {
  display: block;
}

.bold {
  font-weight: bold;
}

.nav {
  display: none;
  width: 150px;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.nav .nav-box {
  width: 150px;
  margin: 0 auto;
}

.nav .nav-box ul {
  margin: 0 auto;
}

.nav .nav-box ul li .overlay {
  background: #beaf76;
}

.nav .nav-box ul li a {
  display: table;
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
}

.nav .nav-box ul li a:hover {
  background: #beaf76;
}

.nav .nav-box ul li a img {
  display: table-cell;
  width: 30px;
  height: auto;
  position: relative;
}

.nav .nav-box ul li a p {
  display: table-cell;
  font-size: 11px;
  padding-left: 5px;
  width: 120px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

#wrapper .header {
  width: 90%;
  margin: 0 auto;
}

#wrapper .header .page_title {
  background: url(../img/title.png) no-repeat center center;
  padding: 35vw 0;
  background-size: 88% auto;
  position: relative;
}

#wrapper .header .page_title h1 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 8.125vw;
  line-height: 130%;
}

#wrapper .header .page_subtitle {
  text-align: center;
  margin: 4vw 0 5vw;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.3;
}

#wrapper .header .page_subtitle h2 {
  font-size: 5.866666666666667vw;
}

#wrapper .header .page_read {
  text-align: center;
  font-size: 4vw;
  width: 100%;
  margin: 0 auto;
  line-height: 150%;
}

#wrapper .sec {
  width: 90%;
  margin: 0 auto;
  padding-top: 10vw;
}

#wrapper .sec iframe {
  margin: 10vw auto;
  display: block;
  width: 100%;
  height: auto;
}

#wrapper .sec_btn {
  width: 100%;
  margin: 7vw auto 20vw;
  position: relative;
  background: #000;
  box-shadow: 5px 5px 5px #999;
}

#wrapper .sec_btn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
#wrapper .sec_btn:hover {
  opacity: 0.7;
}

#wrapper .sec_btn_img {
  width: 20%;
  float: left;
}

#wrapper .sec_btn_img img {
  width: 100%;
  height: auto;
}

#wrapper .sec_btn_title {
  float: right;
  width: 80%;
  text-align: center;
  font-size: 4vw;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#wrapper .sec_btn_title a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#wrapper .sec_listarea {
  margin: 7vw auto 6vw;
}

#wrapper .sec_listarea_title, #wrapper .sec_listarea_read {
  text-align: center;
}

#wrapper .sec_listarea_title {
  font-size: 5.866666666666667vw;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 130%;
}

#wrapper .sec_listarea_read {
  font-size: 4vw;
  margin-top: 7vw;
  line-height: 130%;
}

#wrapper .sec_listarea_col-5, #wrapper .sec_listarea_col-6 {
  padding: 10vw 0 14vw;
}

#wrapper .sec_listarea_col-5_box, #wrapper .sec_listarea_col-6_box {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 10%;
}
#wrapper .sec_listarea_col-5_box:nth-child(2n), #wrapper .sec_listarea_col-6_box:nth-child(2n){
  margin-right: 0;
}

#wrapper .sec_listarea_col-5_box p, #wrapper .sec_listarea_col-6_box p {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 3.2vw;
  line-height: 130%;
  margin-top: 5%;
}

#wrapper .sec_listarea_col-5_box p a, #wrapper .sec_listarea_col-6_box p a {
  color: #000;
}

#wrapper .sec_listarea_col-6 {
  width: 100%;
}

#wrapper .sec_listarea_col-5 {
  width: 100%;
  margin: 0 auto;
}

#wrapper .sec_care {
  width: 100%;
  margin: 0 auto;
}

#wrapper .sec_care_title, #wrapper .sec_care_subtitle {
  text-align: center;
}

#wrapper .sec_care_title {
  font-size: 5.866666666666667vw;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 130%;
}

#wrapper .sec_care_subtitle {
  font-size: 18px;
  margin-top: 35px;
  line-height: 130%;
}

#wrapper .sec_care_itemtitle {
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 25px;
  line-height: 130%;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
}

#wrapper .sec_care_itemarea_box {
  width: 100%;
  float: left;
  margin-top: 10px;
}

#wrapper .sec_care_itemarea_box img {
  display: block;
  width: 25%;
  height: auto;
  float: left;
}

#wrapper .sec_care_itemarea_box a img:hover {
  opacity: 0.7;
}

#wrapper .sec_care_itemarea_box h4, #wrapper .sec_care_itemarea_box p {
  font-size: 3.2vw;
  float: left;
  width: 70%;
  margin-left: 5%;
  line-height: 150%;
}

#wrapper .sec_care_itemarea_box h4 a, #wrapper .sec_care_itemarea_box p a {
  color: #000;
}

#wrapper .sec_care_itemarea_box h4 a:hover, #wrapper .sec_care_itemarea_box p a:hover {
  text-decoration: underline;
  opacity: 1;
  color: #777;
}

#wrapper .sec_care_listtitle {
  font-size: 4vw;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 130%;
  margin: 60px 0 35px;
}

#wrapper .sec_care_listarea_list {
  font-size: 4vw;
  line-height: 160%;
}

#wrapper .sec_care_read {
  text-align: center;
  font-size: 4vw;
  line-height: 150%;
  margin-top: 50px;
}

#wrapper .sec_end {
  margin: 20vw 0 10vw;
  position: relative;
}

#wrapper .sec_end p img {
  width: 90%;
  height: auto;
  background: #FFF;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#wrapper .sec_end_border {
  border-top: 1px solid #b2b2b2;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 1.5vw;
  right: 0;
}

#wrapper .btn {
  padding: 50px 0;
}

#wrapper .btn-atscelta {
  width: 30%;
  margin: 0 auto;
}

#wrapper .btn-atscelta img {
  width: 100%;
  height: auto;
}
