@charset "utf-8";
/*a {
  pointer-events: none;
}*/
.mb0 {
  margin-bottom: 0;
}
.top_section {
  overflow-x: clip
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*main_sd*/
#main_sd {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
  z-index: 0;
  margin-bottom: 6.6rem;
}
@media screen and (min-width: 768px) {
  #main_sd {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main_sd {
    margin-bottom: 11.1rem;
  }
}
/*#main_sd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}*/
.fv-slider_block {
  position: relative;
  height: 100%;
}
.fv-slider {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider .fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.fv-slider-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv-slider-img img {
  width: 160%;
  height: 100%;
  object-fit: cover;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-20%);
  }
}
.add-animation img {
  animation: moveLeft 6s linear 0s normal both;
}
/*.fv-slider-img01 img {
  object-position: 77% 50%;
}
.fv-slider-img02 img {
  object-position: 50% 50%;
}
.fv-slider-img03 img {
  object-position: 50% 50%;
}*/
@media screen and (min-width: 768px) {
  .fv-slider-img img {
    width: 130%;
  }
  /*  .fv-slider-img01 img {
    object-position: 50% 50%;
  }
  .fv-slider-img02 img {
    object-position: 50% 50%;
  }
  .fv-slider-img03 img {
    object-position: 50% 50%;
  }*/
}
@media screen and (min-width: 992px) {
  @keyframes moveLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-15%);
    }
  }
  .add-animation img {
    animation: moveLeft 12s linear 0s normal both;
  }
}
@media screen and (min-width: 1200px) {
  .fv-slider-img img {
    width: 110%;
  }
  @keyframes moveLeft {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-8%);
    }
  }
  .add-animation img {
    animation: moveLeft 15s linear 0s normal both;
  }
}
.fv-slider {
  display: none;
}
.fv-slider.slick-initialized {
  display: block;
}
/**************************************
/* fv_txt_box
***************************************/
.fv_txt_box {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.fv_txt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv_txt_box {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .fv_txt_box {
    width: 135px;
  }
}
@media screen and (min-width: 1500px) {
  .fv_txt_box {
    width: 160px;
  }
}
/**************************************
/* fv_lixil_box
***************************************/
.fv_lixil_box {
  position: absolute;
  top: 6rem;
  right: 8%;
  z-index: 10;
}
.fv_lixil_img {
  width: 90px;
}
.fv_lixil_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .fv_lixil_box {
    top: 9rem;
    right: 5%;
  }
  .fv_lixil_img {
    width: 120px;
  }
}
@media screen and (min-width: 992px) {
  .fv_lixil_box {
    top: 9rem;
    right: 3%;
  }
}
@media screen and (min-width: 1200px) {
  .fv_lixil_box {
    top: 10rem;
    right: 3%;
  }
  .fv_lixil_img {
    width: 140px;
  }
}
/**************************************
/* scrolldown_box
***************************************/
.scrolldown_box {
  width: 92px;
  overflow: hidden;
  position: absolute;
  bottom: 3.5%;
  /*  right: 50%;
  transform: translate(50%, 0%);*/
  right: 7%;
  z-index: 10;
}
.scroll_flow {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: 1;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
.scroll_flow:hover {
  color: #fff;
}
.scroll_flow ul {
  animation: flowing 10s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.scroll_flow ul li {
  font-size: 0.785rem;
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) {
  .scrolldown_box {
    right: 3.8%;
    bottom: 5%;
    transform: translate(0%, 0%);
  }
}
@media screen and (min-width: 1200px) {
  .scroll_flow ul li {
    font-size: 0.6875rem;
  }
}
/**************************************
/* fv_left_txt
***************************************/
/*.fv_left_txt {
  display: none;
}*/
.fv_left_txt {
  font-size: 0.8125rem;
  line-height: 1;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 3.7%;
  left: 8%;
}
@media screen and (min-width: 768px) {
  .fv_left_txt {
    font-size: 0.8125rem;
    line-height: 1;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 5%;
    left: 3%;
  }
}
/**************************************
/* concept_container
***************************************/
/* PARALLAX */
.l-parallax {
  width: 100%;
  height: 1050px;
  position: relative;
  overflow-x: hidden;
}
.l-parallax__bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  clip: rect(0, auto, auto, 0);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.l-parallax__bg {
  /* position: fixed;*/
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-image: url("./../images/pc_concept_img01.jpg");
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.l-parallax__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.18);
  background-image: url("../images/");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .l-parallax {
    background-size: cover;
    background-position: center center;
    background-image: url("./../images/sp_concept_img01.jpg");
    background-attachment: fixed;
  }
  .l-parallax__bg-wrap, .l-parallax__bg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .l-parallax {
    height: 1050px;
  }
}
@media screen and (max-width: 576px) {
  .l-parallax {
    height: 900px;
  }
  .l-parallax__bg {
    background-image: url("./../images/sp_concept_img01.jpg");
  }
}
/*||内容||*/
.concept_head {
  font-size: 0.928rem;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 6rem;
  right: 10%;
  z-index: 3;
  margin-bottom: 0;
}
.concept_item {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 1106px;
}
.concept_img {
  width: 220px;
  margin-bottom: 2rem;
}
.concept_txt {
  font-size: 0.928rem;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #fff;
}
@media screen and (max-width: 376px) {
  .concept_head {
    top: 4rem;
  }
  .concept_item {
    width: 82%;
    top: 54%;
  }
}
@media screen and (min-width: 768px) {
  .concept_head {
    top: 8rem;
  }
  .concept_item {
    width: auto;
  }
  .concept_img {
    width: 300px;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .concept_item {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .concept_img {
    margin-bottom: 0;
  }
  .concept_head {
    top: 9rem;
    right: 4%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .concept_img {
    width: 380px;
  }
  .concept_txt {
    font-size: 0.9375rem;
    line-height: 3.33;
  }
}
/*パララックスから変更*/
.concept_wrap {
  position: relative;
}
.concept_back_outer {
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.concept_back_inner {
  width: 100%;
  height: 115vh;
  position: absolute;
  top: -4rem;
}
.concept_back_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
/*©︎ neie. all rights reserved.追加*/
.concept_copy {
  font-size: 0.8125rem;
  color: #fff;
  position: absolute;
  bottom: 3rem;
  right: 10%;
  z-index: 3;
}
@media screen and (max-width: 376px) {
  .concept_copy {
    bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .concept_copy {
    right: 4%;
  }
}
/**************************************
/* advantage_container-横スライドvar
***************************************/
.advantage_container {
  position: relative;
  padding-top: 6.4rem;
  padding-bottom: 8rem;
}
.advantage_title_box {
  width: 80%;
  margin: 0 auto 4rem;
  text-align: center;
}
.advantage_title {
  font-size: 1.71rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1.2rem;
}
.advantage_title span {
  font-size: 3.78rem;
}
.advantage_english {
  font-size: 0.928rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .advantage_container {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
  .advantage_title_box {
    text-align: left;
    margin-bottom: 3.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .advantage_container {
    padding-top: 8.6rem;
    padding-bottom: 9.5rem;
  }
  .advantage_title {
    font-size: 2.375rem;
    margin-bottom: 1.5rem;
  }
  .advantage_title span {
    font-size: 5.25rem;
  }
  .advantage_english {
    font-size: 0.9375rem;
    color: #646464;
  }
}
.box-02 {
  width: 100%;
  height: 100vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slides-wrapper {
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}
.slides-wrapper .slide:first-child {
  margin-left: 10%;
}
/*||||||||||*/
.advan_item {
  display: block;
  width: 75vw;
  border-right: 1px solid rgba(211, 207, 202, 1);
  transition: all 0.5s;
}
.advan_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.advan_img {
  aspect-ratio: 4 / 5;
}
.advan_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advan_txt_box {
  padding: 2.5rem 2.2rem;
}
.advan_head {
  font-size: 0.785rem;
  color: #9a9896;
  margin-bottom: 0.5rem;
}
.advan_title {
  font-size: 1.42rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.7rem;
}
.advan_txt {
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  color: #555;
  margin-bottom: 2.8rem;
}
.advan_btn_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.advan_btn {
  font-size: 0.928rem;
  line-height: 1;
  color: #555;
  padding-bottom: 5px;
  position: relative;
}
.advan_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.advan_item:hover .advan_btn::before {
  width: 0;
  transition: all 0.5s;
}
.advan_number {
  font-size: 2.85rem;
  line-height: 1;
  color: #dcdcdc;
}
@media screen and (max-width: 376px) {
  .advan_img {
    aspect-ratio: inherit;
    height: 50vh;
  }
}
@media screen and (min-width: 768px) {
  .advan_item {
    width: 40vw;
  }
}
@media screen and (min-width: 992px) {
  .advan_item {
    width: 30vw;
  }
}
@media screen and (min-width: 1200px) {
  .advan_item {
    width: 27.5vw;
  }
  .advan_img {
    aspect-ratio: inherit;
    height: 42vh;
  }
  .advan_txt_box {
    padding: 2.9rem 3.1rem;
  }
  .advan_head {
    font-size: 0.8125rem;
    margin-bottom: 0.7rem;
  }
  .advan_title {
    font-size: 1.375rem;
    margin-bottom: 2.4rem;
  }
  .advan_txt {
    font-size: 0.9375rem;
    color: #646464;
    margin-bottom: 5.8rem;
  }
  .advan_btn {
    font-size: 0.875rem;
  }
  .advan_number {
    font-size: 4.25rem;
  }
}
@media screen and (min-width: 1500px) {
  .advan_item {
    width: 23.5vw;
  }
  .advan_img {
    aspect-ratio: inherit;
    height: 50vh;
  }
}
/**************************************
/* advantage_container-スリックvar
***************************************/
.advantage_slick_block {
  margin-left: 10%;
}
.advantage_slider .slick-list {
  padding: 0 17.5% 0 0 !important;
}
.advantage_slick_block .advan_item {
  width: 100%;
}
.advantage_slick_block .advan_img {
  aspect-ratio: 4 / 5;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .advantage_slider .slick-list {
    padding: 0 10.5% 0 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .advantage_slider .slick-list {
    padding: 0 8.5% 0 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .advantage_slider .slick-list {
    padding: 0 21.5% 0 0 !important;
  }
}
.advantage_slider {
  padding-bottom: 5rem;
}
.advantage_slider .slick-prev, .advantage_slider .slick-next {
  z-index: 100;
  top: auto;
  bottom: 0;
  /* transform: translate(0, 0);*/
  transform: translate(-50%, 0%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #737477;
}
.advantage_slider .slick-prev {
  left: calc(44.5% - 35px);
  right: auto;
}
.advantage_slider .slick-next {
  left: calc(44.5% + 35px);
  right: auto;
}
.advantage_slider .slick-prev::before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../images/prev_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.advantage_slider .slick-next::before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("../images/next_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .advantage_slider {
    padding-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .advantage_slider {
    padding-bottom: 8rem;
  }
  .advantage_slider .slick-prev, .advantage_slider .slick-next {
    width: 60px;
    height: 60px;
  }
  .advantage_slider .slick-prev::before {
    width: 19px;
    height: 14px;
  }
  .advantage_slider .slick-next::before {
    width: 19px;
    height: 14px;
  }
  .advantage_slider .slick-prev {
    left: calc(44.5% - 40px);
  }
  .advantage_slider .slick-next {
    left: calc(44.5% + 40px);
  }
  /*  .advantage_slider .slick-next {
    left: calc(0% + 80px);
  }*/
}
/**************************************
/* top_gray_container
***************************************/
.top_gray_container {
  background-color: #f2f3f4;
  /*padding: 6.6rem 0 8.5rem;*/
  padding: 6.6rem 0 1.5rem;
  /*margin-bottom: 6.9rem;*/
}
@media screen and (min-width: 768px) {
  .top_gray_container {
    /*padding: 8rem 0 9.5rem;*/
    padding: 8rem 0 2.5rem;
    /* margin-bottom: 8rem;*/
  }
}
@media screen and (min-width: 1200px) {
  .top_gray_container {
    /*padding: 10.6rem 0 11rem;*/
    padding: 10.6rem 0 5rem;
    /*margin-bottom: 10.8rem;*/
  }
}
/**************************************
/* gallery_container
***************************************/
.gallery_case_block {
  width: 80%;
  margin: 0 auto 3.5rem;
}
.gallery_case_unit01 {
  margin-bottom: 3.6rem;
}
.gallery_case_unit01 .section_title_box {
  margin-bottom: 0;
}
.gallery_container .section_btn_pc {
  display: none;
}
.gallery_container .section_btn_sp .section_btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery_case_block {
    margin-bottom: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .gallery_case_block {
    width: 96.5%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .gallery_case_unit01 {
    width: 37%;
    padding-left: 2%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .gallery_case_unit01 .section_title_box {
    margin-bottom: 4.4rem;
  }
  .gallery_case_unit01 .section_title span {
    margin-bottom: 1.8rem;
  }
  .gallery_container .section_btn_pc {
    display: block;
  }
  .gallery_case_unit02 {
    width: 63%;
    order: 1;
  }
  .gallery_container .section_btn_sp {
    display: none;
  }
}
/**************************************
/* 
***************************************/
.gallery_case_wrap {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 212px;
}
.gallery_case_left {
  width: 50%;
}
.gallery_case_right {
  width: 50%;
}
.gallery_case_img01 {
  margin-top: -1rem;
}
.gallery_case_img02 {
  margin-top: -1rem;
}
.gallery_case_img03 {
  margin-top: -2rem;
}
.gallery_case_img04 {
  margin-top: -4rem;
}
.gallery_case_img05 {
  margin-top: -3rem;
}
.gallery_case_img06 {
  margin-top: 0rem;
}
.gallery_case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.gallery_case_img_inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gallery_case_wrap {
    height: 460px;
  }
  .gallery_case_img01 {
    margin-top: -3rem;
  }
  .gallery_case_img02 {
    margin-top: -4rem;
  }
  .gallery_case_img03 {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .gallery_case_wrap {
    height: 500px;
  }
  .gallery_case_img03 {
    margin-top: -5rem;
  }
}
@media screen and (min-width: 1400px) {
  .gallery_case_wrap {
    height: 600px;
  }
}
@media screen and (min-width: 1500px) {
  .gallery_case_wrap {
    height: 700px;
  }
  .gallery_case_img01 {
    margin-top: -3rem;
  }
  .gallery_case_img02 {
    margin-top: -5rem;
  }
  .gallery_case_img03 {
    margin-top: -5rem;
  }
  .gallery_case_img04 {
    margin-top: -12rem;
  }
  .gallery_case_img05 {
    margin-top: -6rem;
  }
}
/**************************************
/* voice_container
***************************************/
.voice_container {
  margin-bottom: 5.8rem;
  overflow: hidden;
}
.voice_title_wrap {
  margin-bottom: 3.5rem;
}
.voice_title_wrap .section_title_box {
  text-align: center;
  margin-bottom: 0;
}
.voice_title_wrap .section_btn_pc {
  display: none;
}
.voice_block {
  display: flex;
  margin-bottom: 3.7rem;
  padding-left: 14%;
  width: 620px;
  width: 600px;
}
.voice_slider_No01 {
  width: 55%;
  width: 57%;
  padding-right: 5.5%;
}
.voice_slider_No02 {
  width: 45%;
  width: 43%;
}
.voice_slider_No03 {
  display: none;
}
.voice_item {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.voice_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.voice_unit01 {
  display: block;
  aspect-ratio: 56 / 73;
  margin-bottom: 2.2rem;
  transition: all 0.5s;
}
.voice_number_pc {
  display: none;
}
.voice_number {
  font-size: 0.714rem;
  color: #555;
  margin-bottom: 1rem;
}
.voice_title {
  font-size: 1.42rem;
  line-height: 1.75;
  color: #555;
  margin-bottom: 1.1rem;
}
.voice_category_name {
  font-size: 0.928rem;
  color: #878787;
  margin-bottom: 0;
}
.voice_btn {
  display: none;
}
.voice_container .section_btn_sp .section_btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice_container {
    margin-bottom: 6.8rem;
  }
  .voice_title_wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 4rem;
  }
  .voice_title_wrap .section_title_box {
    text-align: left;
  }
  .voice_title_wrap .section_btn_pc {
    display: block;
  }
  .voice_title {
    width: 80%;
  }
  .voice_block {
    width: 130vw;
    padding-left: 10%;
    margin-bottom: 0;
  }
  .voice_slider_No01 {
    width: 60%;
  }
  .voice_slider_No02 {
    width: 40%;
  }
  .voice_item {
    display: flex;
    align-items: center;
  }
  .voice_unit01 {
    width: 50%;
    order: 2;
    margin-bottom: 0;
  }
  .voice_number {
    margin-bottom: 2rem;
  }
  .voice_slider_No02 .voice_number, .voice_slider_No03 .voice_number {
    margin-bottom: 0;
  }
  .voice_number_pc {
    margin-top: 1.4rem;
    display: block;
  }
  .voice_slider_No01 .voice_number_pc {
    display: none;
  }
  .voice_unit02 {
    width: 50%;
    order: 1;
  }
  .voice_category_name {
    margin-bottom: 4rem;
  }
  .voice_btn {
    display: inline-block;
    font-size: 0.875rem;
    color: #555;
    position: relative;
    /*
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
*/
  }
  .voice_btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
  }
  .voice_item:hover .voice_btn::before {
    width: 0;
    transition: all 0.5s;
  }
  .voice_container .section_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .voice_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .voice_container {
    margin-bottom: 7.3rem;
  }
  .voice_title_wrap {
    margin-bottom: 6.1rem;
  }
  .voice_block {
    width: 120vw;
  }
  .voice_slider_No01 {
    width: 49.7%;
    padding-right: 0;
  }
  .voice_slider_No02 {
    width: 18.7%;
    margin-left: 4.3%;
  }
  .voice_slider_No02 .voice_unit01 {
    width: 100%;
  }
  .voice_slider_No03 {
    display: block;
    width: 18.7%;
    margin-left: 4.3%;
  }
  .voice_unit01 {
    width: 54%;
  }
  .voice_slider_No03 .voice_unit01 {
    width: 100%;
  }
  .voice_unit02 {
    width: 46%;
  }
  .voice_item {
    align-items: flex-end;
  }
  .voice_number {
    font-size: 0.8125rem;
    margin-bottom: 3rem;
  }
  .voice_title {
    line-height: 1.8;
    width: 73%;
    margin-bottom: 1.6rem;
  }
  .voice_category_name {
    font-size: 0.8125rem;
    margin-bottom: 8.5rem;
  }
  .voice_btn {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .voice_title {
    font-size: 2rem;
  }
  .voice_category_name {
    margin-bottom: 12.5rem;
  }
}
/*||slick||*/
.voice_block .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.voice_slider {
  padding-bottom: 4.2rem;
}
.voice_slider .slick-dots {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}
.voice_slider .slick-dots .slick-active button {
  border: 1px solid #646464;
  border-radius: 50%;
}
.voice_slider .slick-dots .slick-active button::before {
  width: 6px;
  height: 6px;
  background-color: #555;
  color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.voice_slider .slick-dots li {
  margin: 0 3px;
}
.voice_slider .slick-dots li button::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  color: #969696;
  background-color: #969696;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .voice_slider {
    padding-bottom: 0;
  }
  .voice_slider .slick-dots {
    right: -11rem;
    left: auto;
    transform: translateX(0%);
    bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .voice_slider .slick-dots {
    right: -24.5%;
  }
}
@media screen and (min-width: 1200px) {
  .voice_slider .slick-dots {
    /*  right: -27.5rem;*/
    right: -47.5%;
  }
}
/**************************************
/* ques_container
***************************************/
.ques_container {
  /* border-top: 1px solid rgba(219, 219, 219, 0.9);*/
  border-top: 1px solid rgba(196, 196, 198, 0.5);
  padding-top: 5.6rem;
  margin-bottom: 7.9rem;
}
.ques_block {
  width: 80%;
  margin: 0 auto 3.5rem;
}
.ques_block > ul {
  display: flex;
  margin-left: -3%;
  margin-right: -3%;
}
.ques_block > ul > li {
  width: 50%;
}
.ques_item {
  display: block;
  width: 87%;
  margin: 0 auto;
}
.ques_img {
  aspect-ratio: 48 / 35;
  margin-bottom: 0.9rem;
  transition: all 0.5s;
  position: relative;
}
.ques_img::before {
  content: "VIEW MORE";
  font-size: 0.875rem;
  font-family: 'Satoshi', sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
}
.ques_item:hover .ques_img::before {
  opacity: 1;
  transition: all 0.5s;
}
.ques_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ques_title {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 1.63;
  color: #555;
  margin-bottom: 1rem;
}
.ques_category_name {
  font-size: 0.642rem;
  color: #878787;
}
@media screen and (min-width: 768px) {
  .ques_container {
    width: 89.5%;
    margin: 0 auto 8rem;
    padding-top: 6.6rem;
  }
  .ques_title {
    font-size: 0.9rem;
  }
  .ques_category_name {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .ques_img {
    margin-bottom: 1.2rem;
  }
  .ques_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .ques_container {
    padding-top: 6.3rem;
    margin-bottom: 11.2rem;
  }
  .ques_block {
    width: 88%;
    margin-bottom: 4.8rem;
  }
  .ques_block > ul {
    margin-left: -2.7%;
    margin-right: -2.7%;
  }
  .ques_block > ul > li {
    width: calc(100% / 3);
  }
  .ques_item {
    width: 89%;
  }
  .ques_img {
    aspect-ratio: 7 / 5;
    margin-bottom: 1.4rem;
  }
  .ques_title {
    font-size: 1.125rem;
    margin-bottom: 1.1rem;
  }
  .ques_category_name {
    font-size: 0.8125rem;
  }
}
/**************************************
/* top_gray_container02
***************************************/
.top_gray_container02 {
  background-color: #f2f3f4;
  padding: 6rem 0 7.2rem;
  /*padding: 0rem 0 7.2rem;*/
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .top_gray_container02 {
    padding: 8rem 0 8.5rem;
    /*padding: 0rem 0 8.5rem;*/
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .top_gray_container02 {
    padding: 11.3rem 0 12.5rem;
    /* padding: 0rem 0 12.5rem;*/
    margin-bottom: 10.9rem;
  }
}
/**************************************
/* model_container
***************************************/
.model_container {
  margin-bottom: 7.2rem;
}
.model_container .section_title_box {
  text-align: center;
  margin-bottom: 4.1rem;
}
.model_block {
  margin-left: 10%;
  margin-bottom: 3.6rem;
}
.model_block > ul li.slick-slide {
  border-right: 1px solid rgba(211, 207, 202, 1);
}
.model_block > ul li.slick-slide:last-child {
  border-right: none;
}
.model_item {
  display: block;
  transition: all 0.5s;
}
a.model_item {
  transition: all 0.5s;
}
a.model_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.model_img {
  aspect-ratio: 4 / 5;
  margin-bottom: 1rem;
}
.model_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.model_txt_box {
  padding: 1.5rem 2.2rem 4.5rem;
}
.model_head {
  font-size: 0.785rem;
  color: #9a9896;
  margin-bottom: 0.5rem;
}
.model_title {
  font-size: 1.42rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.7rem;
}
.model_address {
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  color: #555;
  margin-bottom: 4.4rem;
}
.model_btn {
  font-size: 0.928rem;
  display: inline-block;
  color: #555;
  position: relative;
}
.model_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.model_item:hover .model_btn::before {
  width: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .model_container .section_title_box {
    width: 80%;
    margin: 0 auto 5rem;
    text-align: left;
  }
  .model_block {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .model_container {
    margin-bottom: 9.4rem;
  }
  .model_container .section_title_box {
    margin: 0 auto 6rem;
  }
  .model_block {
    margin-bottom: 6.2rem;
  }
  .model_img {
    aspect-ratio: 191 / 250;
    margin-bottom: 1rem;
  }
  .model_txt_box {
    padding: 1.8rem 2.7rem 1.3rem;
  }
  .model_head {
    font-size: 0.8125rem;
    margin-bottom: 0.8rem;
  }
  .model_title {
    font-size: 1.375rem;
    margin-bottom: 2.2rem;
  }
  .model_address {
    font-size: 0.9375rem;
    color: #646464;
    margin-bottom: 5.8rem;
  }
  .model_btn {
    font-size: 0.875rem;
  }
}
/*||slick||*/
.model_slider .slick-list {
  padding: 0 17.5% 0 0 !important;
}
@media screen and (min-width: 992px) {
  .model_slider .slick-list {
    padding: 0 10.5% 0 0 !important;
  }
}
@media screen and (min-width: 1500px) {
  .model_slider .slick-list {
    padding: 0 0 0 0 !important;
  }
}
/**************************************
/* consul_container
***************************************/
.consul_block {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 7.5% 8% 18%;
  max-width: 1360px;
}
.consul_unit01 {
  margin-bottom: 2.4rem;
}
.consul_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consul_title {
  font-size: 1.42rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 1.7rem;
}
.consul_title span {
  display: block;
  font-size: 0.642rem;
  line-height: 1;
  margin-top: 0.5rem;
}
.consul_txt {
  /*font-size: 0.785rem;*/
  font-size: 0.928rem;
  line-height: 1.81;
  letter-spacing: 0.03em;
  text-align: justify;
  width: 92%;
  margin: 0 auto 2.7rem;
}
.consul_btn {
  font-size: 0.857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  width: 225px;
  height: 50px;
  margin: 0 auto;
  /* border: 1px solid rgba(219, 219, 219, 0.8);*/
  border: 1px solid rgba(196, 196, 198, 0.5);
  border-radius: 35px;
  transition: all 0.5s;
}
.consul_btn:hover {
  background-color: #737477;
  color: #fff;
  transition: all 0.5s;
}
.consul_btn_pc {
  display: none;
}
.consul_head {
  display: none;
}
@media screen and (min-width: 768px) {
  .consul_block {
    display: flex;
    padding: 3.5% 3.5%;
    position: relative;
  }
  .consul_unit01 {
    width: 45%;
    order: 2;
    margin-bottom: 0;
  }
  .consul_unit02 {
    width: 55%;
    padding-right: 5%;
    order: 1;
  }
  .consul_title {
    text-align: left;
  }
  .consul_title span {
    display: none;
  }
  .consul_txt {
    width: 100%;
  }
  .consul_btn_pc {
    display: block;
  }
  .consul_btn {
    margin: 0;
  }
  .consul_btn_sp {
    display: none;
  }
  .consul_head {
    display: block;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    color: #505050;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 0;
    right: -2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .consul_block {
    align-items: center;
    padding: 3.5% 3.5% 3.5% 6%;
  }
  .consul_unit02 {
    padding-right: 12%;
  }
  .consul_btn {
    font-size: 0.9375rem;
    width: 250px;
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .consul_block {
    padding: 1.8% 1.8% 1.8% 6.5%;
  }
  .consul_unit02 {
    width: 59%;
    padding-right: 13%;
  }
  .consul_title {
    /* font-size: 2rem;*/
    font-size: 1.375rem;
    margin-bottom: 2.2rem;
  }
  .consul_txt {
    font-size: 0.9375rem;
    color: #505050;
    margin-bottom: 3rem;
  }
  .consul_unit01 {
    width: 41%;
  }
  .consul_head {
    right: -3.5rem;
  }
}
/**************************************
/* insta_container
***************************************/
.insta_container {
  margin-bottom: 7.3rem;
}
.insta_title_wrap {
  margin-bottom: 3.2rem;
}
.insta_title_wrap .section_title_box {
  text-align: center;
  margin-bottom: 0;
}
.insta_title_wrap .section_btn_pc {
  display: none;
}
.insta_block {
  width: 80%;
  margin: 0 auto 2rem;
}
.insta_container .section_btn_sp .section_btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .insta_container {
    margin-bottom: 6rem;
  }
  .insta_title_wrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto 4.1rem;
  }
  .insta_title_wrap .section_title_box {
    text-align: left;
  }
  .insta_title_wrap .section_btn_pc {
    display: block;
  }
  .insta_block {
    margin-bottom: 0;
  }
  .insta_container .section_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .insta_container {
    margin-bottom: 9.7rem;
  }
}
/**************************************
/* 
***************************************/
/**************************************
/* 
***************************************/