@charset "utf-8";

/* company.css */

/* key color #EB6D6C */

.main .contents {
  padding-top: 50px;
  color: #1A1311;
}

/* mainVisual */
.mainVisual {
  position: relative;
  width: calc(100% - 100px);
  height: 45vw;
  max-height: 576px;
  margin: 0 auto;
}
.mainVisual .ph {
    position: absolute;
    top: 0;
    left: 10%;
    width: 90%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../img/company/mv_ph_pc.jpg");
    background-size: cover;
    z-index: 1;
}
.mainVisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  max-width: 700px;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.mainVisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.mainVisual .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: #fff;
}
.mainVisual .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 100%;
  background:
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 50.5%) no-repeat top left/100% 100%;
  z-index: 2
}
.mainVisual .content {
  position: relative;
  padding: 1em 3% 0 0;
  z-index: 3;
}
.mainVisual .mainTitle,
.mainVisual .mainCatch {
  color: #EB6D6C; 
}
.mainVisual .mainLead {
    margin-top: 1.5em;
    line-height: 2.1em;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 1330px) {
  .main .contents {
    padding-top: 4vw;
  }
  .mainVisual {
    width: 92%;
  }
  .mainVisual .mainLead {
    margin-top: 2em;
    font-size: 1.25vw;
    line-height: 2.0em;
  }
}

@media screen and (max-width: 1000px) {
  .mainVisual .mainLead {
    transform: scale(0.9);
    transform-origin: top left;
  }
}

@media screen and (max-width: 900px) {
  .mainVisual .mainLead {
    transform: scale(0.85);
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main .contents {
    padding-top: 0;
  }
  .mainVisual {
    position: relative;
    width: 100%;
    height: 85vw;
    max-height: 116vw;
  }
  .mainVisual .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../img/company/mv_ph_sp.jpg);
    background-size: 100% auto;
    z-index: 1;
  }
  .mainVisual .inner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 116vw;
    z-index: 0;
  }
  .mainVisual .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 116vw;
    z-index: 2
  }
  .mainVisual .bg::before {
    display: none;
  }
  .mainVisual .bg::after {
    display: none;
  }
  .mainVisual .content {
    position: relative;
    padding: 0 1em 1em;
    opacity: 0;
    z-index: 0;
  }
  
  .spMainContent {
    position: relative;
    margin-top: -6vw;
    padding: 0 5%;
    z-index: 2;
  }
  .spMainContent .mainTitle,
  .spMainContent .mainCatch {
    color: #EB6D6C; 
  }
  .spMainContent .mainLead {
    margin-top: 1.5em;
  }
}

.pageNav .pageBtn {
  background: #EB6D6C;
}
.pageNav .pageBtn:hover {
  border: 1px solid #EB6D6C;
  background: #fff;
}
.pageNav .pageBtn:hover .btnTx,
.pageNav .pageBtn:hover .btnTx::after {
  color: #EB6D6C;
}

.main .contents .secS.point {
  margin: 80px auto;
}

.contentCatch {
  line-height: 1.4;
}

.point .lead {
  margin: 2em 0 1.5em;
}
.point .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point .ph {
  position: relative;
  font-size: 0;
}
.point .ph.sizeL {
  width: 100%;
  margin: 2% 0 0;
}
.point .ph.sizeM {
  width: 49%;
  margin: 2% 0 0;
}
.point .ph.mt {
  margin-top: 40px;
}
.point .ph .cap {
  position: absolute;
  bottom: 8px;
  left: 5px;
}
.point .label {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  background: #00607F;
}
.point .txS {
  display: inline-block;
  width: auto;
  height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
.point .guide {
  margin: 1% 0 2%;
}
.point .guide .tx,
.point .guide .txS {
  color: #1A1311;
}
.point .guide .ttl {
  margin: 0 0 0.5em;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .main .contents .secS.point {
    margin: 0 auto 80px;
  }
  .point .ph.sizeM {
    width: 100%;
  }
}

.bgFix {
  position: relative;
  width: 100%;
  height: 60vw;
  background: url("../img/company/bgFixed.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bgFix .cap {
  position: absolute;
  right: 35px;
  bottom: 5px;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .bgFix {
    position: relative;
    width: 100%;
    height: 60vw;
    background: url("../img/company/bgFixed_sp.jpg") center no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }
}

.main .contents .sec.roomplan {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: -100px auto 0;
  padding: 0 0 2vw;
  z-index: 2;
}
.roomplan::before {
  content: "";
  position: absolute;
  top: 9%;
  left: 0;
  display: block;
  width: 100%;
  height: 91%;
  background: rgba(235,109,108,.05);
  z-index: 1;
}
.roomplan .inner {
  position: relative;
  width: 90%;
  max-width: 1066px;
  margin: 0 auto;
  z-index: 2;
}
.roomplan .bgttl {
  width: 90%;
  margin-left: -1%;
}
.roomplan .inner2 {
  position: relative;
  z-index: 2;
}
.roomplan .inner2 .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roomplan .inner2 .detail {
  width: 36%;
}
.roomplan .inner2 .types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 58%;
}
.roomplan .inner2 .types .img {
  width: 49%;
}
.roomplan .ttl {
  display: flex;
  flex-wrap: nowrap;
  font-weight: 700;
  line-height: 18px;
}
.roomplan .label {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  background: #00607F;
}
.roomplan .ttltTx {
  display: inline-block;
}
.roomplan .tx {
  margin: 0.25em 0 2em;
}
.roomplan .equipment {
  margin: 3em 0 0;
}
.roomplan .iconWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.roomplan .iconSet {
  width: 15%;
}
.roomplan .internetWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 1em 0 0;
  padding: 1em 0;
  border-top: 1px solid #EB6D6C;
  border-bottom: 1px solid #EB6D6C;
}
.roomplan .internetWrap .txSet {
  width: 82%;
}
.roomplan .internetWrap .txSet .tx {
  margin-bottom: 0;
}
.equipment_item figure {
    margin: 0;
    padding: 0;
    position: relative;
}
.equipment_item figure img {
    padding: 0;
    margin-bottom: 0px;
}
.equipment_item {
    margin-bottom: 20px;
}
.equipment_item figcaption {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(url), -webkit-linear-gradient(0deg,rgba(235,109,108,1.00) 0%,rgba(235,109,108,0.00) 100%);
    background-image: url(url), -moz-linear-gradient(0deg,rgba(235,109,108,1.00) 0%,rgba(235,109,108,0.00) 100%);
    background-image: url(url), -o-linear-gradient(0deg,rgba(235,109,108,1.00) 0%,rgba(235,109,108,0.00) 100%);
    background-image: url(url), linear-gradient(90deg,rgba(235,109,108,1.00) 0%,rgba(235,109,108,0.00) 100%);
    padding: 3px 10px;
    color: #fff;
    margin: 0;
    font-size: 16px;
    bottom: 7px;
}


@media screen and (max-width: 1366px) {
  .main .contents .sec.roomplan {
    margin: -8vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .main .contents .sec.roomplan {
    margin: -10.5vw auto 0;
    padding: 0 0 5vw;
  }
  .roomplan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(235,109,108,.05);
    z-index: 1;
  }
  .roomplan .bgttl {
    width: 60%;
    margin-left: -1%;
  }
  .roomplan .inner2 .detail {
    width: 100%;
    order: 2;
  }
  .roomplan .inner2 .types {
    width: 86%;
    margin: 5% auto 0;
    order: 1;
  }
  .roomplan .inner2 .types .img {
    width: 100%;
    margin: 0 0 10%;
  }
}

.bottomCaption {
  padding: 40px 0;
  text-align: center;
}
.bottomCaption .inner {
  display: inline-block;
  width: 60%;
  min-width: 430px;
  text-align: left;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .bottomCaption .inner {
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }
}

.contactSet {
  margin-top: 0;
}
