@charset "utf-8";

/*トップページのスタイルを記述*/

/*------------------------------------------------------------------------------
  共通
------------------------------------------------------------------------------*/
main .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  position: relative;
}

.header .header_inner {
  padding: 0 4%;
  background: none;
  position: absolute;
  top: 30px;
}

.header .header_logo {
  display: none;
}

.header .header_nav {
  margin: 0 0 0 auto;
}

.header .header_nav_list ul {
  display: block;
}

.header .header_nav_list ul li a {
  margin: 0 0 6px;
  color: #fff;
}

.h_fixed .header_nav_list ul {
  display: flex;
}

@media screen and (max-width: 768px) {
  .header .header_inner {
    top: 10px;
  }

  .menu_active .header_nav_list ul {
    display: block;
  }

  .header .header_nav_list ul li a {
    margin: 0 0 8%;
  }


  .header .menu_toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 9px 0;
    background: #fff;
    border-radius: 5px;
  }
}

/*↓ヘッダー固定時のスタイル↓*/
.h_fixed .header_inner {
  position: fixed;
  padding: 1.5% 3%;
  background-color: rgba(229, 228, 223, 1);
  top: 0;
  right: 0;
}

.h_fixed .header_logo {
  display: block;
}

.h_fixed .header_nav_list ul {
  display: flex;
}

.h_fixed .header_nav_list ul li a {
  margin: 0 10px 0;
  color: #333;
}

@media screen and (max-width: 768px) {
  .h_fixed .header_inner {
    padding: 2.5% 3%;
  }

  .h_fixed .menu_toggle {
    top: 16%;
    right: 3%;
  }

  .h_fixed .menu_toggle span {
    background: #333;
  }

  .h_fixed .menu_active .menu_toggle {
    top: 1.5%;
    right: 3%;
  }

  .h_fixed .header_nav_list ul {
    display: block;
  }

  .h_fixed .header_nav_list ul li a {
    margin: 0 0 8%;
  }
}


/*------------------------------------------------------------------------------
  見出し
------------------------------------------------------------------------------*/
.heading_ttl {
  margin: 0 0 40px;
  letter-spacing: 0.2em;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  position: relative;
}

.heading_ttl::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: 0 10px 0 0;
  vertical-align: 7px;
  background: #333;
}

@media screen and (max-width: 768px) {
  .heading_ttl {
    font-size: 24px;
  }

  .heading_ttl::before {
    width: 15px;
    vertical-align: 8px;
  }
}


/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/
.mainvisual .mainvisual_inner {
  position: relative;
}

.mainvisual .mainvisual_logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mainvisual .slide-img .img_sp {
    height: 786px;
    height: 185vw;
  }

  .mainvisual .mainvisual_logo {
    top: 20px;
  }

  .mainvisual .mainvisual_logo h1 {
    width: 90%;
    margin: 0 auto;
  }
}


/*------------------------------------------------------------------------------
  message
------------------------------------------------------------------------------*/
.sec_message {
  padding: 0 0 60px;
}

.sec_message .txt {
  line-height: 2;
}

.sec_message .main_contents {
  width: 42%;
  margin: -330px 0 150px auto;
  margin: -23vw 0 9vw auto;
  padding: 0 20px 0 0;
}

.sec_message .main_contents .heading_ttl {
  margin: 0 0 20px;
}

.sec_message .sub_contents {
  display: flex;
  padding: 0 20px;
}

.sec_message .sub_contents .txt_area {
  width: 477px;
  margin: 0 60px 0 0;
}

.sec_message .sub_contents h3 {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0 0 5px;
  line-height: 1.5;
  font-size: 14px;
  border-bottom: 1px solid #333;
}

.sec_message .sub_contents .img_area {
  width: 493px;
}

@media screen and (max-width: 768px) {
  .sec_message .inner {
    padding: 0 20px;
  }

  .sec_message .main_contents {
    width: 100%;
    margin: 50px 0 100px;
  }

  .sec_message .sub_contents {
    display: block;
    padding: 0;
  }

  .sec_message .sub_contents .txt_area {
    width: 100%;
    margin: 0 0 30px;
  }

  .sec_message .sub_contents .img_area {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
.sec_service {
  margin: 0 0 0 6%;
  padding: 140px 20px 0;
  overflow: hidden;
}

.sec_service .service_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.service_slider {
  width: 100vw;
  margin: 0 0 0 50px;
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  display: block;
  width: 40px;
  height: auto;
  margin: 0;
  top: 50%;
  color: #333;
  z-index: 5;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 3%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.sec_service .swiper_txt {
  width: 50%;
  margin: 50px 0 0 auto;
}

.sec_service .swiper_txt h3 {
  display: inline-block;
  padding: 0 0 7px;
  letter-spacing: 0.08em;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #333;
}

.sec_service .swiper_txt .txt {
  margin: 35px 0;
  line-height: 1.75;
}

.sec_service .swiper_txt .button {
  width: 100%;
}

/* スライド画像のサイズ */
.swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .swiper-button-next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec_service{
    margin: 0;
  }

  .service_slider {
    margin: 0 0 0 5%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 34px;
  }

  .sec_service .swiper_txt {
    width: 95%;
    margin: 10% 0 0 0;
  }

  .sec_service .swiper_txt h3 {
    font-size: 20px;
  }

  .sec_service .swiper_txt .txt {
    margin: 10% 0;
  }

  .sec_service .swiper_txt .button {
    width: 70%;
  }
}


/*------------------------------------------------------------------------------
  Instagram
------------------------------------------------------------------------------*/
.sec_insta {
  padding: 140px 20px 0;
}

.insta_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.insta_list li {
  position: relative;
  width: calc((100% - 60px)/4);
}

.insta_list li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.insta_list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec_insta .button {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .insta_list {
    gap: 10px;
  }

  .insta_list li {
    width: calc((100% - 20px)/3);
  }
}

/*------------------------------------------------------------------------------
  gmap
------------------------------------------------------------------------------*/
.sec_gmap {
  padding: 140px 20px 0;
  position: relative;
  overflow: hidden;
}

.sec_gmap .map {
  width: 100vw;
  height: 0;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 43%;
  position: relative;
  overflow: hidden;
}

.sec_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}

.sec_gmap .button {
  margin: 40px auto 0;
  background-color: #E5E4DF;
}

@media screen and (max-width: 768px) {
  .sec_gmap .map {
    padding: 0 0 100%;
  }
}


/*------------------------------------------------------------------------------
  bnr
------------------------------------------------------------------------------*/
.contents_bnr {
  padding: 140px 20px;
}

.contents_bnr .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contents_bnr .bnr {
  width: calc(100% / 2 - 20px);
}

.contents_bnr .bnr a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .contents_bnr .inner {
    display: block;
  }

  .contents_bnr .bnr {
    width: 100%;
  }

  .contents_bnr .bnr:first-child {
    margin: 0 0 9%;
  }
}


/*------------------------------------------------------------------------------
  bg_img
------------------------------------------------------------------------------*/
.bg_img {
  width: 100%;
  height: 421px;
  background-image: url(../img/top/bg_foot.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .bg_img {
    height: 220px;
  }
}