@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap");
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?e4vfqk");
  src: url("../fonts/icomoon.eot?e4vfqk#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e4vfqk") format("truetype"), url("../fonts/icomoon.woff?e4vfqk") format("woff"), url("../fonts/icomoon.svg?e4vfqk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list-alt:before {
  content: "\e908";
}

.icon-resv:before {
  content: "\e909";
}

.icon-phone:before {
  content: "\e942";
}

.icon-right1:before {
  content: "\e905";
}

/*矢印*/
.icon-right2:before {
  content: "\ea3c";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-line:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-docx:before {
  content: "\e906";
}

.icon-pdf:before {
  content: "\e907";
}

/* ==================================================
	MV
================================================== */
.mv {
  width: 100%;
  position: relative;
}
.mv img {
  height: 500px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .mv img {
    height: 300px;
  }
}
/* ========== end △ */
.cont01 {
  margin-top: -100px;
  z-index: 10;
  position: relative;
}
.cont01-top {
  position: relative;
}
.cont01-top-img {
  position: absolute;
  bottom: 0px;
  right: -50px;
  width: 380px;
}
.cont01-top-ttl {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -18px;
}
.cont01-top-ttl:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #dd848d;
  margin-right: 3px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont01-top {
    padding: 20px 20px 20px 30px;
    padding-bottom: 8%;
  }
  .cont01-top .ml20 {
    margin-left: 0 !important;
  }
  .cont01-top .zindex10 {
    position: relative;
    z-index: 10;
  }
  .cont01-top-img {
    position: absolute;
    bottom: 0px;
    right: -50px;
    width: 60%;
    z-index: 1;
  }
}
/* ========== end △ */
.cont01-middle {
  border-top: 2px solid #cda06a;
  padding: 20px 60px;
}
.cont01-middle-txt {
  margin-left: -7px;
  display: block;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont01-middle {
    padding: 20px 20px;
    text-align: center;
  }
  .cont01-middle-tel {
    margin-top: 10px;
  }
  .cont01-middle-txt {
    margin-top: 5px;
  }
}
/* ========== end △ */
.cont01-bottom {
  border-top: 2px solid #cda06a;
  padding: 20px 60px;
}
.cont01-bottom-btn:nth-child(2) {
  margin-left: 20px;
}
.cont01-bottom img {
  width: 140px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont01-bottom {
    padding: 20px 20px;
    text-align: center;
  }
  .cont01-bottom-btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .cont01-bottom-btn:nth-child(2) {
    margin-left: 10px;
  }
  .cont01-bottom img {
    width: 120px;
  }
}
/* ========== end △ */
.cont02-ttl {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}
.cont02-ttl:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #dd848d;
  border-radius: 50%;
  margin-right: 5px;
}

.newswrap {
  border-top: 2px solid #cda06a;
}

.news-post {
  display: flex;
  align-items: center;
}
.news-post:nth-child(n+2) {
  margin-top: 10px;
}
.news-post-cate {
  margin-right: 10px;
}
.news-post .category {
  width: 100px;
  font-size: 1.2rem;
  color: #000;
  border-radius: 30px;
  padding: 3px 0;
  text-align: center;
  background-color: antiquewhite;
}
.news-post .category1 {
  background: #ff9699;
}
.news-post .category2 {
  background: #757cbb;
}
.news-post .category3 {
  background: #cf1126;
}
.news-post-date {
  margin-right: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .news-post {
    flex-wrap: wrap;
  }
  .news-post-date {
    font-size: 1.2rem;
  }
  .news-post-ttl {
    width: 100%;
    margin-top: 5px;
  }
}
/* ========== end △ */
.cont03 .slick-slide {
  margin: 0 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont03 .slick-slide {
    margin: 0 5px;
  }
}
/* ========== end △ */
.cont04-box {
  width: 49.5%;
  background: #fff;
  border: 2px solid #cda06a;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
}
.cont04-box .fitimg {
  height: 400px;
}
.cont04-inner {
  padding: 30px 0;
  position: relative;
}
.cont04-maru {
  position: absolute;
  top: 30px;
  left: -130px;
  width: 110px;
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.2));
}
.cont04-illust {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
}
.cont04-inner02 {
  margin-left: 120px;
  padding: 30px 0;
}
.cont04 .order1 {
  order: 1;
}
.cont04 .order2 {
  order: 2;
}
.cont04 .top_06_il {
  right: 30px;
  left: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont04-box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
  .cont04-box .fitimg {
    height: 200px;
  }
  .cont04-box:nth-child(2) {
    margin-top: 10px;
  }
  .cont04-inner {
    padding: 20px 20px 0;
  }
  .cont04-inner02 {
    margin-left: 0;
  }
  .cont04-illust {
    position: inherit;
    height: 100px;
    display: block;
    margin: 0 auto;
  }
  .cont04-maru {
    top: -190px;
    left: 10px;
    width: 80px;
  }
  .cont04 .top_04_il, .cont04 .top_06_il {
    right: 0;
    left: 0;
    margin-right: 20px;
  }
}
/* ========== end △ */
.cont05 {
  position: relative;
  z-index: 10;
}

.slick_car {
  border-top: 2px solid #cda06a;
}
.slick_car .slide-arrow {
  top: 60px;
}
.slick_car .prev-arrow {
  left: 15px;
}
.slick_car .next-arrow {
  right: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .slick_car .slick-list {
    width: 90%;
    margin: 0 auto;
  }
  .slick_car .slide-arrow {
    top: 70px;
  }
  .slick_car .prev-arrow {
    left: 10px;
  }
  .slick_car .next-arrow {
    right: 10px;
  }
}
/* ========== end △ */
.cont06 {
  margin-top: -100px;
  z-index: 1;
}
.cont06 img {
  height: 500px;
  object-position: bottom;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont06 {
    margin-top: -60px;
  }
  .cont06 img {
    height: 200px;
  }
}
/* ========== end △ */
.cont07-top {
  align-items: flex-end;
}
.cont07-top img {
  width: 250px;
  margin-right: 30px;
}
.cont07-bottom P:nth-child(n+2) {
  margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 480px) {
  .cont07-top img {
    width: 150px;
    display: block;
    margin: 0 auto 10px;
  }
  .cont07-top .font30 {
    font-size: 2.0rem;
    text-align: center;
  }
  .cont07-bottom P:nth-child(n+2) {
    margin-top: 10px;
  }
}
/* ========== end △ */
