@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
main .firstview_ctn {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 370fr 700fr;
      grid-template-columns: 370fr 700fr;
}

@media screen and (max-width: 768px) {
  main .firstview_ctn {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

main .firstview_ctn .top_back {
  height: 40vw;
  background-image: url("../img/top_back.jpg");
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  main .firstview_ctn .top_back {
    width: 100%;
    height: 120vw;
  }
}

main .firstview_ctn .top_back .top_catch {
  width: 80%;
}

main .firstview_ctn .top_back img {
  width: 100%;
  margin-bottom: 3vw;
}

@media screen and (max-width: 768px) {
  main .firstview_ctn .top_back img {
    margin-bottom: 10vw;
  }
}

main .firstview_ctn .top_back .main_btn {
  background: #aa5b5b;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 10px 10px 60px;
  font-size: 2vw;
}

@media screen and (max-width: 768px) {
  main .firstview_ctn .top_back .main_btn {
    font-size: 5vw;
  }
}

main .firstview_ctn .top_back .main_btn:hover {
  opacity: 0.8;
}

main .firstview_ctn .top_back .main_btn .yazirusi {
  margin-left: 10px;
  width: 40px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

main .firstview_ctn .top_img {
  height: 40vw;
  background-image: url("../img/top_img.jpg");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  main .firstview_ctn .top_img {
    width: 100%;
    height: 40vw;
  }
}

main #news {
  margin-bottom: 70px;
}

main #news .news_ctn {
  border: 2px solid #e5e1dd;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  main #news .news_ctn {
    display: block;
    padding: 20px;
  }
}

main #news .news_ctn .news_l {
  text-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  main #news .news_ctn .news_l {
    margin-bottom: 10px;
  }
}

main #news .news_ctn .news_l h1 {
  font-size: 1rem;
  color: #523d44;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main #news .news_ctn .news_l h1 {
    margin-bottom: 0;
  }
}

main #news .news_ctn .news_l a {
  color: #aa5b5b;
  font-size: 14px;
}

main #news .news_ctn .news_l a .yazirusi {
  width: 110px;
  height: 6px;
  margin-top: -3px;
  border-bottom: 2px solid #aa5b5b;
  border-right: 2px solid #aa5b5b;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

main #news .news_ctn .news_r ol li {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e1dd;
  margin-bottom: 30px;
}

main #news .news_ctn .news_r ol li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

main #news .news_ctn .news_r ol li h2 {
  font-size: 1rem;
  color: #523d44;
  margin-bottom: 10px;
}

main #news .news_ctn .news_r ol li h2:hover {
  text-decoration: underline;
}

main #news .news_ctn .news_r ol li p {
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  main #about .title {
    font-size: 20px;
    line-height: 1.4;
  }
}

main #about .about_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main #about .about_inner {
    display: block;
    margin-bottom: 70px;
  }
}

main #about .about_inner img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main #about .about_inner img {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  main #about .about_inner img {
    padding-left: 0;
    margin-bottom: 0;
  }
}

main #about .about_inner .stc_ctn {
  padding-left: 50px;
}

@media screen and (max-width: 1080px) {
  main #about .about_inner .stc_ctn {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  main #about .about_inner .stc_ctn {
    padding-left: 0;
  }
}

main #about .about_inner .stc_ctn h2 {
  font-size: 20px;
  margin-bottom: 50px;
  color: #523d44;
}

@media screen and (max-width: 768px) {
  main #about .about_inner .stc_ctn h2 {
    margin-bottom: 30px;
  }
}

main #about .about_inner .stc_ctn p {
  font-size: 14px;
  margin-bottom: 50px;
}

main #about .point_ctn {
  background: #e5e1dd;
  padding: 80px 0;
}

main #about .point_ctn .base_width {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 100px 70px;
}

@media screen and (max-width: 1080px) {
  main #about .point_ctn .base_width {
    gap: 100px 40px;
  }
}

@media screen and (max-width: 768px) {
  main #about .point_ctn .base_width {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  main #about .point_ctn .base_width {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

main #about .point_ctn .base_width .point_itm {
  max-width: 300px;
  margin: 0 auto;
}

main #about .point_ctn .base_width .point_itm .label {
  background: #aa5b5b;
  color: #fff;
  width: 100px;
  margin: 0 auto 20px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
}

main #about .point_ctn .base_width .point_itm img {
  width: 100%;
  margin-bottom: 25px;
}

main #about .point_ctn .base_width .point_itm h2 {
  font-size: 18px;
  color: #523d44;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

main #about .point_ctn .base_width .point_itm p {
  font-size: 14px;
}

main #about .point_ctn .base_width .point_itm .main_btn {
  margin-top: 10px;
  font-size: 14px;
  padding: 10px 0px 10px 20px;
}

main #about .point_ctn .base_width .point_itm .main_btn .yazirusi {
  width: 26px;
  height: 6px;
}
/*# sourceMappingURL=style.css.map */