/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_top
====================================================================== */
.p_top .lead {
  margin: 50px 0 0;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .lead {
    line-height: 2.5;
    font-size: 14px;
  }
}
.p_top .sec__lists {
  width: 960px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_top .sec__lists {
    width: 100%;
    padding: 0 40px;
    justify-content: center;
  }
}
.p_top .sec__list {
  position: relative;
}
.p_top .sec__list:nth-child(n + 4) {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec__list:not(:first-of-type) {
    margin: 20px 0 0;
  }
}
.p_top .sec__list img {
  max-width: 100%;
}
.p_top .sec__list a {
  display: block;
  width: 300px;
  height: 100%;
  background: url(../img/p_top/listbg@2x.png);
  background-size: cover;
  padding: 10px 15px 35px;
}
@media screen and (max-width: 768px) {
  .p_top .sec__list a {
    padding: 15px 15px 45px;
    width: 100%;
  }
}
.p_top .sec__listttl {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec__listttl {
    font-size: 20px;
  }
}
.p_top .sec__listtxt {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 10px 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_top .sec__listtxt {
    font-size: 15px;
    text-align: center;
  }
}
.p_top .sec__listval {
  font-size: 20px;
  text-align: center;
  letter-spacing: .05em;
  color: #fff;
  font-family: "Roboto", serif;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec__listval {
    font-size: 23px;
    white-space: nowrap;
  }
}
.p_top .sec__listval .mini {
  font-size: 12px;
  font-family: "Noto Sans",serif;
}
.p_top .sec_1 .c_ttl_1 {
  margin: 100px 0 70px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_1 .c_ttl_1 {
    margin: 70px 0 40px;
  }
}
.p_top .sec_2 {
  margin: 120px 0 150px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_2 {
    margin: 70px 0 60px;
    padding: 0 40px;
  }
}
.p_top .sec_2 .c_ttl_1 {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_2 .c_ttl_1 {
    margin: 0 0 40px;
  }
}
.p_top .sec_2 .faqitem {
  width: 960px;
  margin: 0 auto;
  border: 5px solid #E1DFD9;
  padding: 0 80px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_2 .faqitem {
    width: 100%;
    padding: 0 10px;
  }
}
.p_top .sec_2 .faqitem:not(:first-of-type) {
  margin: 15px auto 0;
}
.p_top .sec_2 .faqitem .question {
  font-size: 18px;
  padding: 10px 0 10px 30px;
  position: relative;
  border-bottom: 1px solid #707070;
  line-height: 1.5;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec_2 .faqitem .question {
    font-size: 14px;
  }
}
.p_top .sec_2 .faqitem .question:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/p_top/q@2x.png);
  background-size: cover;
}
.p_top .sec_2 .faqitem .answer {
  line-height: 1.5;
  font-size: 18px;
  padding: 10px 0 10px 30px;
  position: relative;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 768px) {
  .p_top .sec_2 .faqitem .answer {
    font-size: 14px;
  }
}
.p_top .sec_2 .faqitem .answer:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../img/p_top/a@2x.png);
  background-size: cover;
}
.p_top .sec_2 .btnwrap {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec_2 .btnwrap {
    margin: 20px 0 0;
  }
}
.p_top .sec_3 .box {
  height: 220px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box {
    height: auto;
  }
}
.p_top .sec_3 .box:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .65;
}
.p_top .sec_3 .box.box1 {
  background: url(../img/p_top/bg01.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box.box1 {
    background: url(../img/p_top/sp/bg01.png);
    background-size: cover;
    background-position: center center;
  }
}
.p_top .sec_3 .box.box1 .box_inner_ttlbox {
  padding: 0 0 0 80px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box.box1 .box_inner_ttlbox {
    padding: 0;
  }
}
.p_top .sec_3 .box.box2 {
  background: url(../img/p_top/bg02.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box.box2 {
    background: url(../img/p_top/sp/bg02.png);
    background-size: cover;
    background-position: center center;
  }
}
.p_top .sec_3 .box.box2 .box_inner_ttlbox {
  padding: 0 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box.box2 .box_inner_ttlbox {
    padding: 0;
  }
}
.p_top .sec_3 .box_inner {
  margin: 0 auto;
  width: 1100px;
}
.p_top .sec_3 .box_inner_item {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box_inner_item {
    padding: 25px 30px;
    flex-wrap: wrap;
  }
  .p_top .sec_3 .box_inner_item._second {
    flex-direction: column-reverse;
  }
}
.p_top .sec_3 .box_inner_ttlbox {
  color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box_inner_ttlbox {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
}
.p_top .sec_3 .box_inner_txtbox {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec_3 .box_inner_txtbox {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0 0;
  }
}
.p_top .sec_3 .box_inner_txtbox .c_btn_1 {
  margin: 10px 0 0;
  line-height: 1;
}
.p_top .sec_4 {
  margin: 120px 0 70px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 {
    margin: 60px 0 100px;
    padding: 0 40px;
  }
}
.p_top .sec_4 .c_ttl_1 {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .c_ttl_1 {
    margin: 0 0 40px;
  }
}
.p_top .sec_4 .btnwrap {
  margin: 40px 0 0;
  text-align: center;
}
.p_top .sec_4 .news {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .news {
    width: 100%;
  }
}
.p_top .sec_4 .news__link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  border: 1px solid #707070;
  border-radius: 20px;
  overflow: hidden;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .news__link {
    border-radius: 0;
    padding: 20px;
    flex-wrap: wrap;
  }
}
.p_top .sec_4 .news__link:not(:first-of-type) {
  margin: 30px 0 0;
}
.p_top .sec_4 .news__link:hover {
  opacity: .7;
}
.p_top .sec_4 .news__link:hover .news__ttl {
  text-decoration: none;
}
.p_top .sec_4 .news__imgwrap {
  width: 300px;
  position: relative;
}
.p_top .sec_4 .news__imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .news__imgwrap img {
    position: inherit;
    top: inherit;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
.p_top .sec_4 .news__txtwrap {
  width: 400px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .news__txtwrap {
    padding: 15px 0 0;
  }
}
.p_top .sec_4 .news__day {
  font-size: 14px;
  text-align: right;
  display: block;
  color: #707070;
  padding: 0 0 10px;
  border-bottom: 1px dashed #707070;
  font-family: "Oswald";
}
.p_top .sec_4 .news__ttl {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .news__ttl {
    text-decoration: none;
  }
}
.p_top .sec_4 .news__txt {
  margin: 10px 0 0;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_top .sec_4 .news__txt {
    border-top: 1px solid #000;
    margin: 15px 0 0;
    padding: 15px 0 0;
    font-size: 14px;
  }
}
.p_top .sec_5 {
  margin: 120px 0 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_5 {
    margin: 90px 0 50px;
  }
}
.p_top .sec_5 .c_ttl_1 {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p_top .sec_5 .c_ttl_1 {
    margin: 0 0 40px;
  }
}

/*# sourceMappingURL=p_top.css.map */
