@charset "UTF-8";
/*
index
1. concept
2. commitment
3. line up
4. about us

———————————————————- */
.headerWrap {
  position: relative;
  height: 140vw;
}
.headerWrap .titleLogo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  width: 45%;
  z-index: 2;
}
.headerWrap #slider {
  position: relative;
  z-index: 1;
  height: 100%;
}
.headerWrap #slider li {
  height: 100%;
}
.headerWrap #slider li img {
  width: 100%;
}
.headerWrap #slider .slick-list {
  height: 100%;
}

.newsWrap {
  background-color: rgba(219, 192, 165, 0.7);
}
.newsWrap h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/index/title_news.png) center top no-repeat;
  background-size: contain;
  margin: 0 auto 15px;
}
.newsWrap .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  height: 40vh;
  overflow-y: auto;
}
.newsWrap dl {
  margin-bottom: 15px;
}
.bannerWrap{
  width: 100%;
  margin: 3em 0;
}
.bannerWrap img{
  max-width: 100%;
  margin: 0 auto;
}

.newsWrap .closeBtn {
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #fff;
  color: #183051;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 1px solid #193051;
}





/*----- 1. concept -----*/
.conceptWrap {
  background: url(../img/index/bg_concept_sp.jpg) top center no-repeat;
  background-size: 100%;
}
.conceptWrap .text {
  margin-top: 30px;
}
.conceptWrap .text p {
  margin-bottom: 1em;
}
.conceptWrap .first h2 {
  margin: 0 auto;
}
.conceptWrap .first h2 img {
  margin: 0 auto;
}
.conceptWrap .owner {
  margin-top: 100px;
}
.conceptWrap .owner .name {
  margin-top: 20px;
}

/*----- 2. commitment -----*/
.commitmentWrap {
  background: url(../img/index/bg_commitment1_sp.jpg) center center no-repeat;
  background-size: cover;
}
.commitmentWrap section {
  position: relative;
}
.commitmentWrap section:before {
  content: '';
  display: block;
  position: absolute;
  top: -90px;
  right: 0;
  background: url(../img/index/bg_commitment2.png) top right no-repeat;
  background-size: contain;
  width: 60%;
  height: 200px;
}
.commitmentWrap .enTitle img {
  margin: 0 auto;
}
.commitmentWrap h2 {
  margin: 10px auto 0;
}
.commitmentWrap h2 img {
  margin: 0 auto;
}
.commitmentWrap .boxWrap {
  margin-top: 30px;
}
.commitmentWrap .box .img img {
  margin: 0 auto;
}
.commitmentWrap .box p {
  margin-top: 15px;
}

/*----- 3. line up -----*/
.lineupWrap .first {
  background: url(../img/index/bg_lineup1.jpg) right -20px top no-repeat;
  background-size: cover;
  height: 55vw;
  position: relative;
}
.lineupWrap .second {
  padding-bottom: 50px;
  background: url(../img/index/bg_lineup2.jpg) center center no-repeat;
}
.lineupWrap .box {
  margin-bottom: 40px;
}
.lineupWrap .box .text p {
  margin-bottom: 5px;
}
.lineupWrap .box .text .catchcopy {
  font-size: 1.5rem;
}
.lineupWrap .box .text .proName {
  font-size: 2rem;
  color: #183051;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.lineupWrap .box .text .detail {
  font-size: 1.4rem;
  color: #5e5e5e;
}

.modalBtn {
  cursor: pointer;
  margin-top: 10px !important;
}

.modalBox {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  z-index: 2;
}
.modalBox .close {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
}
.modalBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-width: 500px;
  width: 1000px;
  max-width: none;
}

/*----- 4. about us -----*/
.aboutWrap {
  background: url(../img/index/bg_about.jpg) top left 30% no-repeat;
  background-size: cover;
}
.aboutWrap .enTitle img {
  margin: 0 auto;
}
.aboutWrap .titleBox {
  width: 50%;
}
.aboutWrap .titleBox .titleLogo {
  width: 100%;
  height: 70px;
  margin-bottom: 5px;
}
.aboutWrap .titleBox .titleCompany {
  text-align: center;
}
.aboutWrap .address p {
  margin-bottom: 5px;
}
.aboutWrap .linkBtn {
  margin: 30px auto;
}
.aboutWrap .bannerImg img {
  margin: 0 auto;
}

/* foreign */
.foreignWrap {
  background: url(../img/index/bg_foreign.jpg) left center #e6d3c0 no-repeat;
  background-size: cover;
}
.foreignWrap h2 {
  margin: 0 auto 20px;
}
.foreignWrap h2 img {
  margin: 0 auto;
}
.foreignWrap .img {
  margin-bottom: 20px;
}
.foreignWrap .subTitle {
  margin-bottom: 20px;
}
.foreignWrap .text {
  margin-bottom: 20px;
}
.foreignWrap .linkBtn {
  width: 100%;
}
.foreignWrap .closeBtn {
  position: absolute;
  top: 15px;
  right: 10px;
  background-color: #fff;
  color: #183051;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 1px solid #193051;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  h2 {
    width: 80%;
  }

  .conceptWrap .enTitle {
    width: 45%;
  }
  .conceptWrap .box {
    margin-top: 20px;
  }
  .conceptWrap .owner {
    margin-top: 120px;
  }
  .conceptWrap .owner .text:before {
    content: '';
    display: block;
    background: url(../img/index/owner.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 85vw;
    margin-bottom: 10px;
    position: relative;
  }
  .conceptWrap .owner .name {
    width: 80%;
    margin-left: auto;
  }

  .commitmentWrap section {
    padding-right: 0;
    padding-left: 0;
  }
  .commitmentWrap .box {
    margin-bottom: 40px;
  }
  .commitmentWrap .box .img {
    width: 100%;
    margin: 0 auto;
  }
  .commitmentWrap .box p {
    padding: 0 15px;
  }

  .lineupWrap .innerBox {
    padding-right: 0;
    padding-left: 0;
  }
  .lineupWrap .enTitle {
    position: absolute;
    width: 40%;
    height: 95px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .lineupWrap .second {
    margin-top: 20px;
  }
  .lineupWrap .box .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .lineupWrap .box .text {
    width: 100%;
    padding: 0 15px;
  }
  .lineupWrap .linkBtn {
    width: 85%;
    margin: 0 auto;
  }

  .aboutWrap .enTitle {
    width: 40%;
    margin: 0 auto;
  }
  .aboutWrap .titleBox {
    margin: 30px auto 20px;
  }

  .foreignWrap .modalBox {
    width: 100%;
    z-index: 1600;
  }
  .foreignWrap .modalBox .close {
    min-width: 100%;
  }
  .foreignWrap .modalBox img {
    min-width: 100%;
    width: 100%;
  }
}
/*---------- モバイル縦長 ----------*/
@media screen and (max-width: 812px) and (orientation: portrait) {
  .headerWrap {
    background-image: url(../img/index/header_sp.jpg);
  }

  .lineupWrap .second {
    background-image: url(../img/index/bg_lineup2_sp.jpg);
    background-size: contain;
  }

  .newsWrap .box {
    height: 25vh;
  }
}
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .headerWrap {
    height: 100vh;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section {
    padding: 90px 0;
  }

  .headerWrap {
    height: 55vw;
    max-height: 860px;
  }
  .headerWrap .titleLogo {
    width: 248px;
    height: 140px;
    right: 0;
    left: 0;
  }

  .newsWrap h2 {
    height: 33px;
    margin-bottom: 30px;
  }
  .newsWrap .box {
    padding: 30px 50px;
    height: 200px;
  }
  .newsWrap dl {
    display: flex;
    justify-content: space-between;
  }
  .newsWrap dt {
    width: 10%;
  }
  .newsWrap dd {
    width: 88%;
  }
  .newsWrap dd a {
    text-decoration: underline;
    color: #000;
  }

  .newsWrap .modalBox .box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 901px;
    max-height: 90%;
    height: 567px;
  }

  .newsWrap .modalBox img {
    width: auto;
    object-fit: contain;
  }

  .newsWrap .closeBtn {
    top: 10px;
    right: 9px;
    z-index: 5;
  }





  .conceptWrap {
    background-image: url(../img/index/bg_concept.jpg);
    background-size: auto;
  }
  .conceptWrap .text {
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  .conceptWrap .first {
    width: 65%;
    margin: 0 auto;
  }
  .conceptWrap .owner {
    width: 55%;
    margin-left: auto;
    position: relative;
    z-index: 2;
    padding-right: 50px;
  }
  .conceptWrap .owner:before {
    content: '';
    display: block;
    position: absolute;
    left: -85%;
    top: 0;
    background: url(../img/index/owner.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 455px;
    z-index: 1;
  }
  .conceptWrap .owner .name img {
    margin-left: auto;
  }

  .commitmentWrap {
    background-image: url(../img/index/bg_commitment1.jpg);
    background-size: auto;
    margin-top: 50px;
  }
  .commitmentWrap section:before {
    width: 473px;
    height: 416px;
    top: -220px;
    right: -60px;
  }
  .commitmentWrap .box {
    width: 30%;
  }
  .commitmentWrap .box .img {
    background-color: #fff;
    border: 15px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .lineupWrap .first {
    height: 500px;
    background-position: top center;
  }
  .lineupWrap .first .innerBox {
    height: 100%;
    position: relative;
  }
  .lineupWrap .enTitle {
    width: 222px;
    height: 114px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .lineupWrap .second {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lineupWrap .box .img {
    width: 45%;
  }
  .lineupWrap .box .text {
    width: 50%;
	  background-color: rgba(255,255,255,.7);
	  padding: 10px;
  }
  .lineupWrap .box:nth-child(2n) .img {
    order: 2;
  }
  .lineupWrap .box:nth-child(2n) .text {
    order: 1;
  }
  .lineupWrap .linkBtn {
    margin-top: 100px;
  }

  .aboutWrap section {
    padding: 120px 0;
  }
  .aboutWrap .enTitle {
    margin-bottom: 60px;
  }
  .aboutWrap .box {
    align-items: center;
  }
  .aboutWrap .titleBox {
    width: 25%;
  }
  .aboutWrap .titleBox .titleLogo {
    height: 80px;
  }
  .aboutWrap .titleBox .titleCompany {
    font-size: 1.8rem;
  }

  .foreignWrap section {
    position: relative;
    padding: 70px 0;
  }
  .foreignWrap .img {
    position: absolute;
    bottom: -135px;
    right: 0;
  }
  .foreignWrap .subTitle {
    order: 1;
    width: 41%;
  }
  .foreignWrap .text {
    order: 2;
    width: 44%;
  }
  .foreignWrap .linkBtn {
    order: 3;
    width: 41%;
    margin: -30px 0 0 !important;
  }
  .foreignWrap .modalBox .box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 901px;
    max-height: 90%;
    height: 567px;
  }
  .foreignWrap .modalBox img {
    width: auto;
    object-fit: contain;
  }
  .foreignWrap .closeBtn {
    top: 10px;
    right: 9px;
    z-index: 5;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=index.css.map */
