@charset "UTF-8";
/*
.txt_or {
  color: $orange;
}

.font-en,
.txt-r {
  font-family: "Roboto", sans-serif;
  &.txt_or2 {
    color: #ef760a;
  }
}

.txt_w {
  color: #fff;
}

.txt_br {
  color: #47362e;
}

.txt10 {
  font-size: 10px;
}

.z4 {
  z-index: 4;
}

.z5 {
  z-index: 5;
}
*/
header {
  border-bottom: 1px solid #e2e2e2;
}

.bg_green {
  background: url(/img/index/bg_green.jpg) 50% 50%;
  background-size: 280px auto;
}

.stit46 {
  font-size: 46px;
  letter-spacing: 0.05em;
}

.font-en {
  color: #fff000;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}

.swiper-container {
  width: 100%;
  /*-------*/
}
.swiper-container.slider {
  height: 660px;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.swiper-container.slider .swiper-slide {
  padding-bottom: 0;
  height: 660px;
  text-align: center;
  overflow: hidden;
}
.swiper-container.slider .swiper-slide img {
  margin: 0 auto;
  padding-bottom: 0;
  height: 660px;
  width: auto;
  line-height: 1;
}
.swiper-container.slider .swiper-slide.slide_c {
  background: url(/img/slider/bg2410.webp) 50% 50% repeat-x;
  background-size: auto 100% !important;
}
.swiper-container.slider .swiper-slide.slide01 {
  background: url(/img/slider/bg01.webp) 50% 50% repeat-x;
  background-size: auto 100% !important;
}
.swiper-container.slider .swiper-slide.slide02 {
  background: url(/img/slider/bg02.webp) 50% 50% repeat-x;
  background-size: auto 100% !important;
}
.swiper-container.slider .swiper-slide.slide03 {
  background: url(/img/slider/bg03.webp) 50% 50% repeat-x;
  background-size: auto 100% !important;
}
@media screen and (max-width: 1200px) {
  .swiper-container {
    /*-------*/
  }
  .swiper-container.slider {
    height: 442px;
  }
  .swiper-container.slider .swiper-slide {
    height: 442px;
  }
  .swiper-container.slider .swiper-slide img {
    width: auto;
    height: 442px;
  }
  .swiper-container.slider .swiper-slide.slide01 {
    background: url(/img/slider/bg01_1000.webp) 50% 50% no-repeat;
  }
  .swiper-container.slider .swiper-slide.slide02 {
    background: url(/img/slider/bg02_1000.webp) 50% 50% no-repeat;
  }
  .swiper-container.slider .swiper-slide.slide03 {
    background: url(/img/slider/bg03_1000.webp) 50% 50% no-repeat;
  }
}
.swiper-container.slider-thumbnail {
  background-size: auto 100%;
  padding: 30px 0;
}
.swiper-container.slider-thumbnail .swiper-wrapper {
  width: 1000px;
  padding-left: 15px;
  box-sizing: border-box;
  justify-content: center;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  height: 68px !important;
  width: 141px !important;
  aspect-ratio: 68/141;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
  opacity: 0.6;
  transition: all 0.4s linear;
}
.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide:hover img, .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.swiper-container .swiper-notification {
  display: none;
}

.main_slide_wrap .swiper-button_wrap {
  width: 1000px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -88px;
  margin: 0 auto;
}
.main_slide_wrap .bt_ar {
  position: absolute;
  z-index: 9;
  bottom: 0px;
  margin: 0 auto;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  transition: all 0.4s linear;
}
.main_slide_wrap .bt_ar:hover {
  opacity: 0.8;
  transition: all 0.4s linear;
}
.main_slide_wrap .bt_ar svg {
  width: 18px;
  height: 24px;
  stroke: #47362e;
}
.main_slide_wrap .bt_ar.swiper-button-prev {
  left: 100px; /* スライダーの数で変更*/
}
.main_slide_wrap .bt_ar.swiper-button-prev svg {
  transform: scale(-1, 1);
}
.main_slide_wrap .bt_ar.swiper-button-next {
  right: 100px;
}

#c01 {
  background: url(/img/index/bg_review.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}
#c01::after {
  content: "";
  width: 120%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #ffa326;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  filter: drop-shadow(0px 5px 18px rgba(0, 0, 0, 0.16));
  z-index: 1;
}

.g_review {
  display: inline-block;
  height: 151px;
  margin: 60px auto;
  padding: 20px 0 20px 50px;
}
.g_review .stit_review {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 151px;
  height: 151px;
  z-index: 1;
}
.g_review .txt_box {
  display: inline-block;
  width: 500px;
  height: 108px;
  border: 8px solid #f4891e;
  border-radius: 14px;
  background: #fff;
  padding-left: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
}
.g_review .txt_box .score1 {
  text-align: left;
  white-space: nowrap;
  width: 5.3em;
  letter-spacing: 0.05em;
  font-size: 50px;
  color: #ffce00;
  line-height: 1;
  padding-top: 4px;
}

#c02 {
  padding: 20px 0 60px;
  background: #ffa326;
  z-index: 2;
}
#c02 .awards_box {
  margin-bottom: 80px;
}
#c02 .img_hosho {
  margin-bottom: 10px;
}

#point_6 {
  background-color: #ffa326;
  padding: 80px 0 120px;
}
#point_6 .point6_list li {
  height: 650px;
  align-items: center;
  gap: 40px;
  overflow: visible;
}
#point_6 .point6_list li + li {
  margin-top: 25px;
}
#point_6 .point6_list li .txt_box {
  z-index: 4;
  width: 380px;
}
#point_6 .point6_list li .txt_box .txt30 {
  line-height: 1.4;
  margin-bottom: 15px;
}
#point_6 .point6_list li .txt_box .btn_br {
  text-align: right;
  margin-top: 26px;
}
#point_6 .point6_list li .txt_box .btn_br + .btn_br {
  margin-top: 12px;
}
#point_6 .point6_list li .txt_box .btn_br a {
  margin-left: auto;
  width: 192px;
}
#point_6 .point6_list li .txt_box .btn_br a.w250 {
  width: 252px;
}
#point_6 .point6_list li .img_box {
  z-index: 4;
  width: auto;
  height: 650px;
  max-width: calc(100% - 425px);
}
#point_6 .point6_list li .img_box img {
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  max-width: none;
}
#point_6 .point6_list li:nth-child(odd) {
  flex-direction: row-reverse;
}
#point_6 .point6_list li:nth-child(odd) .img_box img {
  right: 0;
  left: auto;
}
@media screen and (max-width: 1060px) {
  #point_6 {
    /*-------*/
    /*-------*/
  }
  #point_6 .point6_list {
    gap: 40px;
  }
  #point_6 .point6_list li {
    height: 550px;
  }
  #point_6 .point6_list li .img_box {
    height: 550px;
  }
  #point_6 .point6_list li .img_box img {
    height: 550px;
    width: auto;
  }
}

.bt_more {
  color: #47362e;
  font-weight: bold;
  position: absolute;
  bottom: 28px;
  right: 28px;
  align-items: center;
  gap: 5px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.bt_ar {
  width: 22px;
  height: 22px;
  background-color: #47362e;
  border-radius: 12px;
  display: grid;
  place-items: center;
}
.bt_ar svg {
  width: 10px;
  height: 12px;
  stroke: #fff;
}

#event_feed {
  padding: 80px 0 60px;
}
#event_feed .event_list {
  gap: 32px;
  margin-bottom: 40px;
}
#event_feed .event_list a {
  position: relative;
  width: 382px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  padding: 40px 40px 82px 40px;
  transition: all 0.4s linear;
}
#event_feed .event_list a:hover {
  transform: translateY(-12px);
}
#event_feed .event_list a .img {
  aspect-ratio: 3/2;
  margin-bottom: 12px;
}
#event_feed .event_list a .img img {
  width: 100%;
  height: 100%;
  -o-object-position: cover;
     object-position: cover;
}
#event_feed .event_list a .tit {
  font-size: 16px;
  margin: 6px 0 10px;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#work_feed {
  padding: 80px 0;
}
#work_feed .case_number {
  padding-bottom: 8px;
}
#work_feed .case_number h3 {
  gap: 5px;
  align-items: center;
}
#work_feed .case_number h3 .txt-r {
  font-size: 47px;
  color: #fff000;
}

.work_slide_wrap .work_slider {
  margin-bottom: 10px;
}
.work_slide_wrap .work_slider .swiper-slide {
  box-sizing: border-box;
  width: 320px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.4s linear;
}
.work_slide_wrap .work_slider .swiper-slide:hover {
  transform: translateY(-5px);
}
.work_slide_wrap .work_slider .swiper-slide .inner-item {
  padding: 28px 28px 84px;
  text-align: left;
}
.work_slide_wrap .work_slider .swiper-slide .inner-item .w_cate {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  padding: 0 20px;
  line-height: 24px;
  border-radius: 12px;
  background: #f68b1e;
  color: #fff;
  margin: 16px 0 14px;
}
.work_slide_wrap .work_slider .swiper-slide .inner-item h3 {
  font-size: 18px;
}
.work_slide_wrap .work_slider .swiper-slide .inner-item .name {
  font-size: 14px;
  margin-bottom: 8px;
}
.work_slide_wrap .work_slider .swiper-slide .inner-item .img {
  aspect-ratio: 3/2;
}
.work_slide_wrap .work_slider .swiper-slide .inner-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_slide_wrap .pager {
  padding-top: 40px;
  gap: 14px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.work_slide_wrap .pager .bt_ar {
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #fff;
  transition: all 0.4s linear;
}
.work_slide_wrap .pager .bt_ar:hover {
  opacity: 0.8;
  transition: all 0.4s linear;
}
.work_slide_wrap .pager .bt_ar svg {
  width: 18px;
  height: 24px;
  stroke: #47362e;
}
.work_slide_wrap .pager .bt_ar.swiper-button-prev svg {
  transform: scale(-1, 1);
}

#staff_link {
  background: #ffa326;
  padding: 80px 0 180px;
}
#staff_link::after {
  content: "";
  width: 120%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  transform: translate(-50%, 50%);
  border-radius: 100%;
  filter: drop-shadow(0px 5px 18px rgba(0, 0, 0, 0.16));
  z-index: 1;
}

#servie_link {
  padding: 0 0 80px;
  background-color: #fff;
}
#servie_link .link_clm2 li {
  max-width: 510px;
  overflow: visible;
  width: 50%;
}
#servie_link .link_clm2 li .img img {
  transition: all 0.4s linear;
}
#servie_link .link_clm2 li :hover img {
  transform: scale(1.02, 1.02);
  transition: all 0.4s linear;
}

#inq_feed {
  padding: 80px 0;
}
#inq_feed .bg_w {
  margin-left: auto;
  margin-right: auto;
  max-width: 98%;
  width: 980px;
  background: #fff;
  border-radius: 20px;
  padding: 45px 40px 63px;
  box-sizing: border-box;
}
#inq_feed .bg_w .txt-r {
  font-size: 47px;
  line-height: 1;
  padding: 0 8px;
}
#inq_feed .bg_w ul li .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}
#inq_feed .bg_w ul li p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.scroll_box {
  box-sizing: border-box;
  width: 800px;
  height: 324px;
  max-width: 90%;
  background: #fff;
  border: 1px solid #ccbcb5;
  border-radius: 10px;
  padding: 42px 20px 0 42px;
  margin: 0 auto;
  box-shadow: inset -2px -2px 5px 0px rgba(0, 0, 0, 0.1);
}
.scroll_box ul {
  overflow-y: scroll;
  height: 270px;
  padding-right: 40px;
  padding-bottom: 10px;
}
.scroll_box .scroll::-webkit-scrollbar {
  width: 10px;
}
.scroll_box .scroll::-webkit-scrollbar-track {
  background: #e9e9e9;
  border: none;
  border-radius: 10px;
}
.scroll_box .scroll::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 10px;
  box-shadow: none;
}

#review_feed {
  background: url(/img/index/bg_review2.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 80px 0;
}
#review_feed .bg_w {
  margin-left: auto;
  margin-right: auto;
  max-width: 98%;
  width: 980px;
  background: #fff;
  border: 6px solid #f4891e;
  border-radius: 20px;
  padding: 45px 40px 63px;
  box-sizing: border-box;
}
#review_feed .bg_w .g_review2 {
  gap: 14px;
}
#review_feed .bg_w .g_review2 .score1 {
  text-align: left;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#review_feed .bg_w .g_review2 .txt_br {
  margin-top: 5px;
  vertical-align: middle;
  padding-left: 5px;
}
#review_feed .bg_w .g_review2 .txt_br .txt-r {
  font-size: 30px;
  line-height: 1;
  padding: 0 8px;
}
#review_feed .bg_w .star {
  color: #ffce00;
}
#review_feed .bg_w .scroll_box {
  border: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
#review_feed .scroll li {
  padding: 18px 0;
}
#review_feed .scroll li:not(:last-child) {
  border-bottom: 1px solid #ffad5a;
}
#review_feed .scroll li .score_wrap {
  margin-bottom: 10px;
}
#review_feed .scroll .score1 {
  width: 5.25em;
  letter-spacing: 0.05em;
  font-size: 21px;
  padding-right: 14px;
  line-height: 1;
}
#review_feed .scroll .r_date {
  padding-right: 10px;
  color: #808080;
}

.orn {
  position: relative;
}
.orn:not(.bg_wall):before, .orn:after {
  display: block;
  content: "";
  margin: auto;
  position: absolute;
  background-size: 100% auto !important;
  z-index: 8;
}

@media screen and (min-width: 751px) {
  /*-----------------------------*/
  #event_feed:before {
    width: 203px;
    height: 203px;
    top: -20px;
    left: calc(50% + 318px);
    background: url(/img/orn/event_img01.png) 50% 50% no-repeat;
  }
  #event_feed:after {
    width: 170px;
    height: 276px;
    bottom: -20px;
    right: calc(50% + 360px);
    background: url(/img/orn/event_img04.png) 50% 50% no-repeat;
  }
  #event_feed .box1000:before {
    width: 152px;
    height: 124px;
    top: -10px;
    left: 90px;
    background: url(/img/orn/event_img02.png) 50% 50% no-repeat;
  }
  #event_feed .box1000:after {
    width: 101px;
    height: 74px;
    bottom: 0;
    top: 0;
    right: -20px;
    background: url(/img/orn/event_img03.png) 50% 50% no-repeat;
  }
  #point_6 .box1000:before {
    width: 247px;
    height: 242px;
    top: 20px;
    right: -20px;
    background: url(/img/orn/point_img01.png) 50% 50% no-repeat;
  }
  #point_6 .point02 {
    padding-bottom: 50px;
  }
  #point_6 .point02:after {
    width: 163px;
    height: 147px;
    bottom: -10px;
    left: -47px;
    background: url(/img/orn/point_img02.png) 50% 50% no-repeat;
  }
  #point_6 .point05 {
    padding-top: 50px;
  }
  #point_6 .point05:after {
    width: 162px;
    height: 86px;
    top: 40px;
    right: -24px;
    background: url(/img/orn/point_img03.png) 50% 50% no-repeat;
  }
  #point_6 .point6_list li.bg_wall:before {
    top: 42%;
    bottom: auto;
    transform: skewY(-20deg);
  }
  #point_6 .point6_list li.bg_wall.rev:before {
    top: 25%;
    transform: skewY(20deg);
  }
  #point_6 .point6_list li.bg_wall.point05:before {
    top: 42%;
  }
  #work_feed .tit_wrap:before {
    width: 290px;
    height: 253px;
    top: -150px;
    left: 30px;
    background: url(/img/orn/point_img04.png) 50% 50% no-repeat;
  }
  #work_feed .tit_wrap:after {
    width: 170px;
    height: 160px;
    top: -10px;
    left: calc(50% + 318px);
    background: url(/img/orn/work_img01.png) 50% 50% no-repeat;
  }
  #servie_link .tit_wrap:before {
    width: 253px;
    height: 237px;
    top: -153px;
    left: 10px;
    background: url(/img/orn/service_img01.png) 50% 50% no-repeat;
  }
  #inq_feed .bg_w:before {
    width: 209px;
    height: 200px;
    top: -155px;
    right: -55px;
    background: url(/img/orn/inq_img01.png) 50% 50% no-repeat;
  }
  #inq_feed .bg_w:after {
    width: 312px;
    height: 242px;
    bottom: -80px;
    left: -40px;
    background: url(/img/orn/inq_img02.png) 50% 50% no-repeat;
  }
  #review_feed .bg_w:before {
    width: 189px;
    height: 204px;
    top: -78px;
    right: 15px;
    background: url(/img/orn/review_img01.png) 50% 50% no-repeat;
  }
  #review_feed .bg_w:after {
    width: 141px;
    height: 142px;
    bottom: -30px;
    left: 14px;
    background: url(/img/orn/review_img02.png) 50% 50% no-repeat;
  }
  #main {
    width: 100vw;
    overflow: hidden;
  }
  .bg_wall:before {
    display: block;
    content: "";
    width: 100vw;
    height: 530px;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 calc(50% - 50vw) !important;
    position: absolute;
    background: url(/img/index/bg_gray.jpg) 50% 50% repeat-y;
    background-size: auto 530px;
    z-index: 3 !important;
    transform: skewY(-20deg);
  }
} /*-----------------------------*/
/*# sourceMappingURL=index.css.map */