@charset "utf-8";
/* CSS Document */
ul li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
/*--top-main-section--*/
/* トップスライド

/*main_sd*/
#main_sd {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
}
/*fv-slider*/
.fv-slider {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  height: 100%;
  margin-bottom: 0;
}
.fv-slider div {
  width: 100%;
  height: 100%;
}
.fv-slider-img {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fv-slider-img picture,
.fv-slider-img picture source,
.fv-slider-img picture img {
  width: 100%;
  height: 100%;
}
.fv-slider-img picture source,
.fv-slider-img picture img {
  object-fit: cover;
}
.main_txt_box {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 530px;
}
@media screen and (min-width: 768px) {
  .main_txt_box {
    left: 43%;
  }
}
@media screen and (min-width: 1200px) {
  .main_txt_box {
    max-width: 705px;
    top: 63%;
    left: 34%;
  }
}
@media screen and (min-width: 1500px) {
  .main_txt_box {
    left: 33%;
    max-width: 920px;
  }
}
.main_txt1 {
  width: 100%;
}
.main_txt1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 4%;
  right: 6%;
}
@media screen and (min-width: 1200px) {
  .scrolldown2 {
    bottom: 10%;
  }
}
/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  bottom: 110px;
  left: -11px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .scrolldown2 span {
    left: -12px;
  }
}
.scrolldown2::before {
  content: '';
  position: absolute;
  bottom: 17px;
  left: -4px;
  width: 1px;
  height: 80px;
  background: rgba(255, 255, 255, .4);
}
@media screen and (min-width: 1200px) {
  .scrolldown2::before {
    width: 2px;
    bottom: -45px;
    height: 140px;
  }
}
.scrolldown2::after {
  content: "";
  position: absolute;
  bottom: 17px;
  left: -4px;
  width: 1px;
  height: 80px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (min-width: 1200px) {
  .scrolldown2::after {
    width: 2px;
    height: 140px;
    bottom: -45px;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*--top-main-section-end--*/
/*--section-life-container--*/
.life-container {
  padding: 2rem 0;
  background-color: #000;
}
@media screen and (min-width: 576px) {
  .life-container {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  .life-container {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .life-container {
    padding: 8rem 0;
  }
}
.life_title_sp {
  display: block;
  width: 80%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .life_title_sp {
    display: none;
  }
}
.life_title_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .life_block {
    display: flex;
  }
}
.life_unit01 {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .life_unit01 {
    order: 2;
    width: 50%;
    height: auto;
    max-height: 700px
  }
}
.life_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.life_unit02 {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .life_unit02 {
    order: 1;
    width: 40%;
    max-width: 600px;
  }
}
.life_unit02_block1 {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .life_unit02_block1 {
    width: 100%;
  }
}
.life_unit02_block1_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .life_unit02_block1_img {
    display: block;
    width: 90%;
    max-width: 330px;
  }
  @media screen and (min-width: 1200px) {
    .life_unit02_block1_img {
      max-width: 540px;
    }
  }
  .life_unit02_block1_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.life_unit02_block1_txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: bold;
  font-size: 3.8rem;
  margin: 2rem;
  min-height: 540px;
}
@media screen and (min-width: 576px) {
  .life_unit02_block1_txt {
    min-height: auto;
  }
}
@media screen and (min-width: 768px) {
  .life_unit02_block1_txt {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    font-size: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .life_unit02_block1_txt {
    font-size: 2.8rem;
    margin: 3rem auto;
    letter-spacing: -0.1rem;
  }
}
.life_unit02_block2 {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .life_unit02_block2 {
    width: 100%;
  }
}
.life_unit02_block2_img {
  display: block;
  width: 150px;
  margin: 1rem auto 2rem;
}
.life_unit02_block2_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .life_unit02_block2_img {
    display: none;
  }
}
.life_unit02_block2_txt {
  font-weight: bold;
  line-height: 2.3rem;
  font-size: 1.1rem;
  width: 95%;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 1200px) {
  .life_unit02_block2_txt {
    font-size: 1.2rem;
  }
}
.life_unit02_block3 {
  width: 90%;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  .life_unit02_block3 {
    margin: 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  .life_unit02_block3 {
    max-width: 240px;
    margin: 2rem 0;
  }
}
@media screen and (min-width: 1500px) {
  .life_unit02_block3 {
    max-width: 260px;
  }
}
.life_unit02_block3 a {
  text-decoration: none;
}
.btn_w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.btn_w::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #000;
  z-index: -1;
  transition: .5s;
  left: 0;
}
.btn_w:hover:before {
  width: 100%;
  border: 1px solid #fff;
}
.btn_w::after {
  content: "";
  display: block;
  width: 34px;
  height: 100%;
  background-image: url("../images/btn_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.btn_w:hover::after {
  background-image: url("../images/btn_arrow_w.svg");
  transition: .5s;
}
.btn_w_txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #000;
  transition: .5s;
}
.btn_w:hover .btn_w_txt {
  color: #fff;
  transition: .5s;
}
.btn_w_img {
  width: 34px;
}
/*--section-life-container-end--*/
/*--section-gallery-container--*/
.gallery-container {
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .gallery-container {
    margin: 4rem auto;
    width: 80%;
  }
}
@media screen and (min-width: 1300px) {
  .gallery-container {
    margin: 6rem auto;
    width: 70%;
  }
}
.gallery_title_sp {
  display: block;
  width: 70%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .gallery_title_sp {
    display: none;
  }
}
.gallery_title_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .gallery_block {
    display: flex;
    flex-direction: column;
  }
}
.gallery_unit01 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .gallery_unit01 {
    display: flex;
    justify-content: space-between;
    order: 2;
  }
}
.gallery_unit01_img1 {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .gallery_unit01_img1 {
    width: 35%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .gallery_unit01_img1 {
    height: 400px;
  }
}
.gallery_unit01_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 90% 50%;
}
.gallery_unit01_img2 {
  width: 100%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .gallery_unit01_img2 {
    width: 60%;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .gallery_unit01_img2 {
    height: 400px;
  }
}
.gallery_unit01_img2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_unit02 {
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .gallery_unit02 {
    order: 1;
    margin: 2rem 0;
  }
}
.gallery_unit02_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .gallery_unit02_pc {
    display: block;
  }
  .gallery_unit02_pc_img1 {
    width: 200px;
  }
  @media screen and (min-width: 1200px) {
    .gallery_unit02_pc_img1 {
      width: 330px;
    }
  }
  .gallery_unit02_pc_img1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .gallery_unit02_pc_txt1 {
    font-weight: bold;
    margin: 1rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .gallery_unit02_pc_txt1 {
    font-size: 1.4rem;
  }
}
.gallery_unit02_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 1rem;
  letter-spacing: -0.2rem;
}
@media screen and (min-width: 1200px) {
  .gallery_unit02_title {
    font-size: 2.6rem;
    margin: 2rem 0;
  }
}
.gallery_unit02_txt {
  font-weight: 600;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 992px) {
  .gallery_unit02_txt {
    width: 70%;
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery_unit02_txt {
    font-size: 1.2rem;
  }
}
.gallery_unit02_pc_img2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .gallery_unit02_pc_img2 {
    display: block;
    width: 220px;
    margin: 2rem 0;
  }
  .gallery_unit02_pc_img2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.gallery_btnbox {
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .gallery_btnbox {
    max-width: 240px;
    margin: 2rem 8% 2rem auto;
  }
}
@media screen and (min-width: 1500px) {
  .gallery_btnbox {
    max-width: 260px;
  }
}
.btn_b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4rem 2rem;
  background-color: #000;
  position: relative;
  z-index: 0;
}
.btn_b::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #fff;
  z-index: -1;
  transition: .5s;
  left: 0;
}
.btn_b:hover:before {
  width: 100%;
  border: 1px solid #000;
}
.btn_b::after {
  content: "";
  display: block;
  width: 34px;
  height: 100%;
  background-image: url("../images/btn_arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.btn_b:hover::after {
  background-image: url("../images/btn_arrow.svg");
  transition: .5s;
}
.btn_b_txt {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #fff;
  transition: .5s;
}
.btn_b:hover .btn_b_txt {
  color: #000;
  transition: .5s;
}
.btn_b_img {
  width: 34px;
}
/*--section-gallery-container-end--*/
/*--section-lineup-container--*/
.lineup-container {
  margin: 6rem auto;
}
@media screen and (min-width: 768px) {
  .lineup-container {
    position: relative;
    z-index: 0;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1300px) {
  .lineup-container {
    margin: 8rem auto;
  }
}
@media screen and (min-width: 768px) {
  .lineup-container::before {
    content: "";
    display: block;
    width: 50%;
    height: 66%;
    position: absolute;
    background-color: #e0e0e0;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .lineup-container::after {
    content: "";
    display: block;
    width: 24%;
    height: 63%;
    position: absolute;
    background-color: #e0e0e0;
    top: 40vw;
    /* bottom: 0; */
    right: 0;
    z-index: -1;
  }
}
.lineup_sp_block {
  display: block;
  width: 80%;
  margin: 2rem auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .lineup_sp_block {
    display: none;
  }
}
.lineup_sp_block::before {
  content: "";
  display: block;
  width: 160px;
  height: 100%;
  background-image: url("../images/lineup_back_sp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -30%;
  right: 50%;
  transform: translateX(50%);
  z-index: -1;
}
.lineup_sp_title {
  display: block;
  width: 85%;
  margin: 0 auto 3rem;
  max-width: 400px;
}
.lineup_sp_title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup_sp_txt1 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.lineup_sp_logobox {
  margin: 3rem auto 1rem;
}
.lineup_sp_logoimg1 {
  width: 200px;
  margin: 1rem auto 10px;
}
.lineup_sp_logoimg1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup_sp_txt2 {
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1rem;
}
.lineup_sp_txt3 {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.3rem;
}
.lineup_pc_block {
  display: none;
}
@media screen and (min-width: 768px) {
  .lineup_pc_block {
    display: block;
    margin-left: 10%;
    margin-bottom: 3rem;
    position: relative;
    z-index: 0;
  }
  @media screen and (min-width: 1200px) {
    .lineup_pc_block {
      margin-bottom: 4rem;
    }
  }
  .lineup_pc_block::before {
    content: "";
    display: block;
    width: 300px;
    height: 161px;
    background-image: url("../images/lineup_back_pc.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -53px;
    right: 10%;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .lineup_pc_block::before {
    height: 200px;
    top: -100px;
    right: 16%;
  }
}
@media screen and (min-width: 1500px) {
  .lineup_pc_block::before {
    height: 250px;
    top: -140px;
    right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .lineup_pc_title {
    width: 260px;
    margin-bottom: 2rem;
  }
  .lineup_pc_title img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.lineup_pc_txt1 {
  font-size: 1.4rem;
  font-weight: bold;
}
/*lineup_block01*/
.lineup_block01 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .lineup_block01 {
    position: relative;
  }
}
.lineup_block01_pc_txt1 {
  display: none;
}
@media screen and (min-width: 768px) {
  .lineup_block01_pc_txt1 {
    display: block;
    position: absolute;
    top: 24px;
    right: 41px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
  }
}
@media screen and (min-width: 992px) {
  .lineup_block01_pc_txt1 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .lineup_block01_pc_txt1 {

    letter-spacing: 0.6rem;
    top: 44px;
    right: 61px;
  }
}
.lineup_block01_img1_outer {
  position: relative;
  display: block;
  z-index: 10;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .lineup_block01_img1_outer {
    width: 88%;
  }
}
.lineup_block01_img1_outer:hover {
  opacity: 0.7;
  transition: .5s;
}
.lineup_block01_img1 {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .lineup_block01_img1 {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .lineup_block01_img1 {
    height: 550px;
  }
}
@media screen and (min-width: 1500px) {
  .lineup_block01_img1 {
    height: 700px;
  }
}
.lineup_block01_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lineup_designcasa {
  width: 160px;
  position: absolute;
  bottom: 25px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .lineup_designcasa {
    bottom: 30px;
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .lineup_designcasa {
    width: 200px;
    bottom: 50px;
    left: 40px;
  }
}
.lineup_designcasa img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*lineup_block02*/
@media screen and (min-width: 768px) {
  .lineup_block02 {
    position: relative;
  }
}
.lineup_block02_pc_img1 {
  width: 180px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  .lineup_block02_pc_img1 {
    display: none;
  }
}
.lineup_block02_pc_img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup_block02_pc_txt1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 768px) {
  .lineup_block02_pc_txt1 {
    display: none;
  }
}
.lineup_block02_img1_outer {
  display: block;
  position: relative;
  z-index: 10;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .lineup_block02_img1_outer {
    width: 88%;
    margin-right: 0;
    margin-left: auto;
  }
}
.lineup_block02_img1_outer:hover {
  opacity: 0.7;
  transition: .5s;
}
.lineup_block02_img1 {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .lineup_block02_img1 {
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .lineup_block02_img1 {
    height: 550px;
  }
}
@media screen and (min-width: 1500px) {
  .lineup_block02_img1 {
    height: 700px;
  }
}
.lineup_block02_img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lineup_casacube {
  width: 100px;
  position: absolute;
  bottom: 19px;
  right: 26px;
}
@media screen and (min-width: 768px) {
  .lineup_casacube {
    width: 100px;
    bottom: 35px;
    right: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .lineup_casacube {
    width: 145px;
    bottom: 40px;
    right: 60px;
  }
}
@media screen and (min-width: 1500px) {
  .lineup_casacube {
    width: 200px;
    bottom: 50px;
    right: 120px;
  }
}
.lineup_casacube img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup_block01_pc_img2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .lineup_block01_pc_img2 {
    display: block;
    position: absolute;
    right: -4%;
    bottom: 20px;
  }
}
/*lineup_block_desc*/
.lineup_block_desc {
    font-weight: bold;
    width: 90%;
    margin: 1rem auto 6rem;
}
.lineup_block02 .lineup_block_desc {
  margin-bottom: 0;
}
.lineup_block_desc .lineup_subttl {
  display: inline-block;
  font-size: 0.8rem;
  border-bottom: 1px solid #231815;
}
.lineup_block_desc .lineup_ttl {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1;
  margin: 5px 0 20px;
}
.lineup_block_desc .lineup_txtarea br:not(.sp) {
  display: none;
}
.lineup_block_desc .btn_b {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .lineup_block_desc {
    width: 88%;
    margin: 35px 0 130px auto;
  }
  .lineup_block_desc .lineup_subttl {
    font-size: 0.9rem;
  }
  .lineup_block_desc .lineup_ttl {
    font-size: 3.7rem;
  }
  .lineup_block_desc .lineup_txtarea {
    font-size: 1.25rem;
  }
  .lineup_block_desc .lineup_txtarea br:not(.sp) {
    display: block;
  }
  .lineup_block_desc .btn_b {
    font-size: 0.8rem;
    width: 198px;
    height: 47px;
  }
}

.lineup_block02_pc_img2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .lineup_block02_pc_img2 {
    display: block;
    position: absolute;
    left: -3%;
    bottom: 20px;
      width: 20px;
  }
}
.lineup_block03 {
  width: 90%;
  margin: 4rem auto;
}
@media screen and (min-width: 768px) {
  .lineup_block03 {
    max-width: 240px;
  }
}
@media screen and (min-width: 1500px) {
  .lineup_block03 {
    max-width: 260px;
  }
}
/*--section-lineup-container-end--*/
/*--section-news-container--*/
.news-container {
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .news-container {
    margin: 6rem auto 8rem;
  }
}
.news_title_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .news_title_block::before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 30px;
    right: 0;
  }
}
.news_title_img {
  width: 285px;
  margin: 0 auto;
  position: relative;
}
.news_title_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news_title {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin: 2rem auto 3rem;
}
@media screen and (min-width: 1200px) {
  .news_block {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .news_block ul {
    display: flex;
    justify-content: center;
  }
}
.news_block ul li {
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .news_block ul li {
    border-bottom: none;
    width: 30%;
    margin: 0 1%;
  }
}
.news_block ul li:first-child {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .news_block ul li:first-child {
    border-top: none;
    border-bottom: none;
  }
}
.news_txtbox {
  display: flex;
  align-items: center;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .news_txtbox {
    display: block;
  }
}
.news_txtbox:hover {
  opacity: 0.7;
  transition: .5s;
}
.news_imgbox {
  width: 25%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .news_imgbox {
    width: 100%;
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .news_imgbox {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .news_imgbox {
    height: 400px;
  }
}
.news_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_txt1 {
  width: 55%;
  margin-left: 5%;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .news_txt1 {
    width: 100%;
    margin: 1rem 0;
  }
}
.news_arrow {
  display: block;
  width: 15%;
}
@media screen and (min-width: 768px) {
  .news_arrow {
    display: none;
  }
}
.news_arrow img {
  width: 31px;
  height: 100%;
  object-fit: contain;
}
.news_btn_block {
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .news_btn_block {
    max-width: 240px;
  }
}
@media screen and (min-width: 1500px) {
  .news_btn_block {
    max-width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .news_btn_block_outer {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .news_btn_block_outer::before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
/*--section-news-container-end--*/
/*--section-voice-container--*/
.voice-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.voice-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .voice-container::after {
    width: 92%;
  }
}
@media screen and (min-width: 768px) {
  .voice-container::before {
    content: "";
    display: block;
    width: 380px;
    height: 80px;
    background-image: url("../images/voice_back2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -2px;
    right: -1px;
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .voice-container::before {
    width: 47%;
    height: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .voice-container::before {
    width: 62%;
    height: 15%;
    right: -58px;
  }
}
@media screen and (min-width: 1500px) {
  .voice-container::before {
    width: 44%;
    height: 14%;
    right: -1px;
    max-width: 805px;
    bottom: -4px;
  }
}
.voice-container_inner {
  padding: 3rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .voice-container_inner {
    padding: 4rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .voice-container_inner {
    padding: 4rem 0 15rem;
  }
}
@media screen and (min-width: 1500px) {
  .voice-container_inner {
    padding: 4rem 0 20rem;
  }
}
.voice-container_inner::after {
  content: "";
  display: block;
  width: 240px;
  height: 118px;
  background-image: url("../images/voice_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .voice-container_inner::after {
    width: 270px;
    height: 135px;
    left: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .voice-container_inner::after {
    width: 35%;
    height: 22%;
  }
}
@media screen and (min-width: 1500px) {
  .voice-container_inner::after {
    left: 31px;
  }
}
.voice_title_sp {
  display: block;
  width: 63%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .voice_title_sp {
    display: none;
  }
}
.voice_title_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.voice_title_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice_title_pc {
    display: block;
    position: relative;
    top: -69px;
    left: -10px;
    width: 80%;
    max-width: 1020px;
    margin: 0;
  }
  .voice_title_pc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.voice_title {
  text-align: center;
  margin: 3rem auto;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 768px) {
  .voice_title {
    margin: -1rem auto 4rem;
    letter-spacing: 0.4rem;
	    font-size: 1.7rem;
  }
}
.voice_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice_block ul li:nth-child(1) {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .voice_block ul li:nth-child(1) {
    width: 100%;
  }
}
.voice_block ul li:nth-child(2) {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .voice_block ul li:nth-child(2) {
    width: 100%;
  }
}
.voice_block ul li:nth-child(3) {
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .voice_block ul li:nth-child(3) {
    width: 100%;
    margin-top: 0;
  }
}
.voice_block ul li:nth-child(4) {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice_block ul li:nth-child(4) {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .voice_block ul li {
    width: 90%;
    margin: 0 auto;
  }
}
.voice_unit01 {
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .voice_unit01 {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.voice_unit01:hover {
  opacity: 0.7;
  transition: .5s;
}
.voice_unit01_imgbox {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 768px) {
  .voice_unit01_imgbox {
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .voice_unit01_imgbox {
    height: 300px;
  }
}
@media screen and (min-width: 1500px) {
  .voice_unit01_imgbox {
    height: 360px;
  }
}
.voice_unit01_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice_unit01_txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 1rem 0;
}
@media screen and (min-width: 768px) {
  .voice_unit01_txt {
    text-align: left;
  }
}
.voice_btn_block_sp {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.voice_btnbox1 {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.voice_btnbox1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .voice_btn_block_sp {
    display: none;
  }
}
.voice_btn_block_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .voice_btn_block_pc {
    margin: 4rem auto;
    display: flex;
    justify-content: space-around;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .voice_btnbox2 {
    width: 70%;
    max-width: 240px;
  }
}
@media screen and (min-width: 1500px) {
  .voice_btnbox2 {
    max-width: 260px;
  }
}
/*--section-voice-container-end--*/
/*--section-company-container--*/
.company-container {
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .company-container {
    margin: 10rem auto 6rem;
  }
}
.company_block1 {
  width: 90%;
  margin: 2rem auto;
}
@media screen and (min-width: 768px) {
  .company_block1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem auto;
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .company_unit01 {
    order: 2;
	  width: 15%;
  }
}
.company_sp_box {
  display: block;
  width: 160px;
  margin: 2rem auto;
}
.company_sp_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company_pc_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .company_sp_box {
    display: none;
  }
  .company_pc_box {
    display: block;
    width: 100px;
    margin: 0 auto;
  }
  .company_pc_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) {
  .company_unit02 {
    order: 1;
  }
}
.company_title_img {
  width: 265px;
  margin: 3rem auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .company_title_img {
    margin: 0 0 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .company_title_img {
    width: 380px;
  }
}
.company_title_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.company_title {
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  margin: 2rem auto 3rem;
}
@media screen and (min-width: 768px) {
  .company_title {
    text-align: left;
    margin: 0;
  }
}
.company_block2 {
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .company_block2 {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .company_block2 {
    height: 600px;
  }
}
@media screen and (min-width: 1500px) {
  .company_block2 {
    height: 640px;
    width: 65%;
    margin: 0 auto;
    max-width: 1200px;
  }
}
.company_block2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}
@media screen and (min-width: 1200px) {
  .company_block2 img {
    object-position: 50% 13%;
  }
}
@media screen and (min-width: 1500px) {
  .company_block2 img {
    object-position: 50% 0%;
  }
}
.company_btn_block {
  width: 90%;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .company_btn_block {
    max-width: 240px;
    margin: 4rem auto;
  }
}
@media screen and (min-width: 1500px) {
  .company_btn_block {
    max-width: 260px;
  }
}
/*--section-company-container-end--*/
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (max-width: 780px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 781px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}

/*モニターキャンペーンバナー*/

.top_bana {
    max-width: 900px;
    padding: 20px;
    margin: 0px auto 80px;
}

.top_bana_sp {
    max-width: 90%;
    padding: 20px;
    margin: 0px auto 80px;
}

@media screen and (min-width: 768px) {
  .top_bana_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_bana {
    display: none;
  }
}
