@charset "UTF-8";
.home-wrapper .hero-section .home-slider {
  width: 100%;
  height: calc(100vh - 70px);
  position: relative;
  background-image: url("../img/home/hero/main.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.home-wrapper .hero-section .home-slider .catch {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-align: right;
}
.home-wrapper .hero-section .home-slider .catch h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 2.7rem;
  margin-bottom: 10px;
  text-shadow: 0px 0px 5px #768f77;
}
.home-wrapper .hero-section .home-slider .catch span {
  color: #FFF;
  font-weight: bold;
  font-size: 1.1rem;
  text-shadow: 0px 0px 5px #768f77;
}
.home-wrapper .shortcut-section .home-shortcut ul {
  display: flex;
  flex-wrap: nowrap;
}
.home-wrapper .shortcut-section .home-shortcut ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 25%;
}
.home-wrapper .shortcut-section .home-shortcut ul li a {
  display: block;
  padding: 20px;
}
.home-wrapper .shortcut-section .home-shortcut ul li a .sc-head {
  margin-bottom: 25px;
}
.home-wrapper .shortcut-section .home-shortcut ul li a .sc-head h2 {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 8px;
}
.home-wrapper .shortcut-section .home-shortcut ul li a .sc-head span {
  display: block;
  text-align: center;
  font-size: 0.7rem;
}
.home-wrapper .shortcut-section .home-shortcut ul li a .sc-middle {
  margin-bottom: 30px;
}
.home-wrapper .shortcut-section .home-shortcut ul li a .sc-middle p {
  font-size: 0.9rem;
  text-align: center;
}
.home-wrapper .shortcut-section .home-shortcut ul li a .sc-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #653221;
  border-radius: 30px;
  text-align: center;
  font-size: 0.7rem;
  color: #FFF;
  height: 35px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.home-wrapper .about-section .home-about {
  display: flex;
  flex-wrap: wrap;
}
.home-wrapper .about-section .home-about .left {
  width: 50%;
  padding: 5%;
  background-color: #fcfcfc;
}
.home-wrapper .about-section .home-about .left h2 {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.home-wrapper .about-section .home-about .left span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 35px;
}
.home-wrapper .about-section .home-about .left p {
  font-size: 1rem;
  line-height: 2.1;
}
.home-wrapper .about-section .home-about .right {
  width: 50%;
}
.home-wrapper .role-section {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.home-wrapper .role-section .home-role {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10%;
       column-gap: 10%;
}
.home-wrapper .role-section .home-role .left {
  width: 45%;
}
.home-wrapper .role-section .home-role .right {
  width: 45%;
}
.home-wrapper .role-section .home-role .right h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.home-wrapper .role-section .home-role .right span {
  display: block;
  margin-bottom: 50px;
  font-size: 1rem;
}
.home-wrapper .role-section .home-role .right .role-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: rgb(122, 49, 49);
  color: #FFF;
  width: 300px;
  height: 50px;
}
.home-wrapper .banner-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fbf7f7;
}
.home-wrapper .banner-section .home-banner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
}
.home-wrapper .banner-section .home-banner ul li {
  width: 31%;
  background-size: cover;
}
.home-wrapper .banner-section .home-banner ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-wrapper .banner-section .home-banner ul li a .text h2 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 15px;
}
.home-wrapper .banner-section .home-banner ul li a .text span {
  display: block;
  color: #FFF;
  font-size: 0.7rem;
}
.home-wrapper .banner-section .home-banner ul .b01 {
  background-image: url("../img/home/banner/banner01.jpg");
}
.home-wrapper .banner-section .home-banner ul .b02 {
  background-image: url("../img/home/banner/banner02.jpg");
}
.home-wrapper .banner-section .home-banner ul .b03 {
  background-image: url("../img/home/banner/banner03.jpg");
}
.home-wrapper .concept-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbf7f7;
}
.home-wrapper .concept-section h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.home-wrapper .concept-section span {
  display: block;
  margin-bottom: 50px;
  font-size: 1rem;
  text-align: center;
}
.home-wrapper .concept-section .home-concept .concept-item {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: nowrap;
}
.home-wrapper .concept-section .home-concept .concept-item .textbox {
  width: 60%;
}
.home-wrapper .concept-section .home-concept .concept-item .textbox h3 {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.home-wrapper .concept-section .home-concept .concept-item .textbox p {
  line-height: 2.1;
}
.home-wrapper .concept-section .home-concept .concept-item .imgbox {
  width: 40%;
}
.home-wrapper .concept-section .home-concept .concept-item .imgbox img {
  width: 100%;
}
.home-wrapper .concept-section .home-concept .hc01 .textbox {
  padding-right: 5%;
}
.home-wrapper .concept-section .home-concept .hc02 .textbox {
  padding-left: 5%;
}
.home-wrapper .contact-section {
  background-color: rgb(87, 0, 0);
  color: #FFF;
}
.home-wrapper .contact-section .home-contact {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-wrapper .contact-section .home-contact .left {
  width: 50%;
}
.home-wrapper .contact-section .home-contact .left h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-wrapper .contact-section .home-contact .left span {
  display: block;
  font-size: 0.9rem;
}
.home-wrapper .contact-section .home-contact .right {
  width: 50%;
}
.home-wrapper .contact-section .home-contact .right .tel-num {
  display: block;
  text-align: right;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 0.8;
}
.home-wrapper .contact-section .home-contact .right .tel-num::before {
  content: "☎";
  display: inline-block;
  margin-right: 10px;
}
.home-wrapper .contact-section .home-contact .right .tel-time {
  margin-top: 10px;
  display: block;
  text-align: right;
}
.home-wrapper .topics-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}
.home-wrapper .topics-section .inner {
  display: flex;
}
.home-wrapper .topics-section .inner .home-topics {
  width: 50%;
  padding: 4rem;
}
.home-wrapper .topics-section .inner .home-topics h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-wrapper .topics-section .inner .home-topics h2::after {
  display: block;
  content: "TOPICS";
  font-size: 0.7rem;
  color: cadetblue;
  margin-bottom: 30px;
}
.home-wrapper .topics-section .inner .home-topics ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #999;
}
.home-wrapper .topics-section .inner .home-topics ul li a .article_info {
  font-size: 0.8rem;
  display: flex;
  margin-bottom: 10px;
}
.home-wrapper .topics-section .inner .home-topics ul li a .article_info .days {
  margin-right: 20px;
}
.home-wrapper .topics-section .inner .home-topics ul li a .article_info .cat::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.home-wrapper .topics-section .inner .home-topics ul li a p {
  font-size: 1.1rem;
}
.home-wrapper .topics-section .inner .home-blog {
  width: 50%;
  padding: 4rem;
}
.home-wrapper .topics-section .inner .home-blog h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.home-wrapper .topics-section .inner .home-blog h2::after {
  display: block;
  content: "BLOG";
  font-size: 0.7rem;
  color: cadetblue;
  margin-bottom: 30px;
}
.home-wrapper .topics-section .inner .home-blog ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #999;
}
.home-wrapper .topics-section .inner .home-blog ul li a .article_info {
  font-size: 0.8rem;
  display: flex;
  margin-bottom: 10px;
}
.home-wrapper .topics-section .inner .home-blog ul li a .article_info .days {
  margin-right: 20px;
}
.home-wrapper .topics-section .inner .home-blog ul li a .article_info .cat::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.home-wrapper .topics-section .inner .home-blog ul li a .article_info p {
  font-size: 1.1rem;
}

/* home-wrapper */
/* スライダーページネーションの●のサイズ修正 */
.home-slider .xo-slider-template-default .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  opacity: 0.5;
}

/* スライダーページネーションの●のサイズ修正 */
.home-slider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .home-wrapper .hero-section .home-slider .swiper .swiper-slide img {
    border-radius: 0rem;
  }
  .home-wrapper .shortcut-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-wrapper .shortcut-section .home-shortcut ul {
    display: flex;
    flex-wrap: wrap;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li {
    padding: 20px;
    width: 50%;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a {
    display: block;
    padding: 0px;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a .sc-head {
    margin-bottom: 15px;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a .sc-head h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 8px;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a .sc-head span {
    display: block;
    text-align: center;
    font-size: 0.7rem;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a .sc-middle {
    margin-bottom: 15px;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a .sc-middle p {
    font-size: 0.9rem;
    text-align: center;
  }
  .home-wrapper .shortcut-section .home-shortcut ul li a .sc-foot {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: cadetblue;
    border-radius: 30px;
    text-align: center;
    font-size: 0.7rem;
    color: #FFF;
    height: 35px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-wrapper .about-section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .home-wrapper .about-section .home-about {
    display: flex;
    flex-wrap: wrap;
  }
  .home-wrapper .about-section .home-about .left {
    width: 100%;
    order: 2;
    padding: 0%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .home-wrapper .about-section .home-about .left h2 {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
  .home-wrapper .about-section .home-about .left span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .home-wrapper .about-section .home-about .left p {
    font-size: 1rem;
    line-height: 2.1;
  }
  .home-wrapper .about-section .home-about .right {
    width: 100%;
    order: 1;
    margin-bottom: 0px;
  }
  .home-wrapper .role-section {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .home-wrapper .role-section .home-role {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0%;
         column-gap: 0%;
  }
  .home-wrapper .role-section .home-role .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .home-wrapper .role-section .home-role .right {
    width: 100%;
  }
  .home-wrapper .role-section .home-role .right h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .home-wrapper .role-section .home-role .right span {
    display: block;
    margin-bottom: 50px;
    font-size: 1rem;
  }
  .home-wrapper .role-section .home-role .right .role-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: rgb(122, 49, 49);
    color: #FFF;
    width: 75%;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .home-wrapper .banner-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fbf7f7;
  }
  .home-wrapper .banner-section .home-banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 0%;
         column-gap: 0%;
  }
  .home-wrapper .banner-section .home-banner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-wrapper .banner-section .home-banner ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-wrapper .banner-section .home-banner ul li a .text h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
  }
  .home-wrapper .banner-section .home-banner ul li a .text span {
    display: block;
    color: #FFF;
    font-size: 0.7rem;
  }
  .home-wrapper .concept-section h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .home-wrapper .concept-section span {
    display: block;
    margin-bottom: 50px;
    font-size: 1rem;
    text-align: center;
  }
  .home-wrapper .concept-section .home-concept .concept-item {
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
  }
  .home-wrapper .concept-section .home-concept .concept-item .textbox {
    width: 100%;
    order: 2;
  }
  .home-wrapper .concept-section .home-concept .concept-item .textbox h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .home-wrapper .concept-section .home-concept .concept-item .textbox p {
    line-height: 2.1;
  }
  .home-wrapper .concept-section .home-concept .concept-item .imgbox {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .home-wrapper .concept-section .home-concept .concept-item .imgbox img {
    width: 100%;
  }
  .home-wrapper .concept-section .home-concept .hc01 .textbox {
    padding-right: 0%;
  }
  .home-wrapper .concept-section .home-concept .hc02 .textbox {
    padding-left: 0%;
  }
  .home-wrapper .contact-section .home-contact {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-wrapper .contact-section .home-contact .left {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .home-wrapper .contact-section .home-contact .left h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .home-wrapper .contact-section .home-contact .left span {
    display: block;
    font-size: 0.9rem;
  }
  .home-wrapper .contact-section .home-contact .right {
    width: 100%;
  }
  .home-wrapper .contact-section .home-contact .right .tel-num {
    display: block;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    line-height: 0.8;
  }
  .home-wrapper .contact-section .home-contact .right .tel-num::before {
    content: "☎";
    display: inline-block;
    margin-right: 10px;
  }
  .home-wrapper .contact-section .home-contact .right .tel-time {
    margin-top: 10px;
    display: block;
    text-align: center;
  }
  .home-wrapper .topics-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .home-wrapper .topics-section .inner {
    display: block;
  }
  .home-wrapper .topics-section .inner .home-topics {
    width: 100%;
    padding: 1rem 0rem;
  }
  .home-wrapper .topics-section .inner .home-topics ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
  }
  .home-wrapper .topics-section .inner .home-topics ul li a .article_info {
    font-size: 0.8rem;
    display: flex;
    margin-bottom: 10px;
  }
  .home-wrapper .topics-section .inner .home-blog {
    width: 100%;
    padding: 1rem 0rem;
  }
  .home-wrapper .topics-section .inner .home-blog ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
  }
  .home-wrapper .topics-section .inner .home-blog ul li a .article_info {
    font-size: 0.8rem;
    display: flex;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=top.css.map */