@charset "utf-8";

.port-wrap {
  padding: 0 80px;
}

.port-ttl {
  position: relative;
  margin: 110px 0 56px;
}

.port-ttl-jp {
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho', serif;
  position: relative;
  z-index: 1;
}

.port-ttl-en {
  color: #ebe8e8;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho', serif;
  position: absolute;
  left: 180px;
  top: 30%;
  transform: translateY(-50%);
}

.port-summary {
  font-family: 'Shippori Mincho', serif;
  color: #404040;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 72px;
}

.port-summary p {
  margin-bottom: 16px;
}

.port-wrap .inner {
  max-width: 1200px;
  min-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.port-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.port-list-blc {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 64px;
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho', serif;
}

.port-list-blc .pct {
  width: 240px;
}

.port-list-blc .cont {
  width: calc(100% - 280px);
}

.port-list-blc .title {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.port-list-blc .company {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 4px;
}

.port-list-blc .name {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.btn-show a {
  display: inline-block;
  background-color: #464646;
  font-size: 13px;
  color: #fff;
  padding: 8px 30px 12px 45px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/ico_blank.svg);
  background-size: 1.1em auto;
  background-repeat: no-repeat;
  background-position: 20px center;
}

@media only screen and (max-width: 812px) {

  .port-wrap {
    padding: 0;
  }

  .port-ttl {
    margin: 88px 0 40px;
    text-align: center;
  }

  .port-ttl-jp {
    font-size: 20px;
  }

  .port-ttl-en {
    font-size: 40px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
  }

  .port-summary {
    font-size: 15px;
    margin-bottom: 48px;
  }

  .port-summary p {
    margin-bottom: 16px;
  }

  .port-wrap .inner {
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .port-list {
    display: block;
  }

  .port-list-blc {
    width: 100%;
    display: block;
    margin-bottom: 100px;
  }

  .port-list-blc .pct {
    width: 70%;
    margin: 0 auto 30px;
  }

  .port-list-blc .cont {
    width: 100%;
    text-align: center;
  }

  .port-list-blc .title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .port-list-blc .company {
    font-size: 13px;
  }

  .port-list-blc .name {
    font-size: 16px;
    margin-bottom: 20px;
  }

}


/* remodal */

.remodal {
  max-width: 1000px !important;
  padding: 50px !important;
}

.port-modal {
  display: flex;
  justify-content: space-between;
}

.port-modal-pct {
  width: 45%;
}

.port-modal-pct figcaption {
  font-family: 'Shippori Mincho', serif;
  margin-top: 16px;
}

.port-modal-cont {
  width: 51%;
  letter-spacing: 0.1em;
  text-align: left;
}

.port-modal-cont .title,
.port-modal-cont .company,
.port-modal-cont .name,
.port-modal-cont .tab-cont.story {
  font-family: 'Shippori Mincho', serif;
}

.port-modal-cont .title {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.port-modal-cont .company {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 4px;
}

.port-modal-cont .name {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.tabs-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.tabs-nav .tab {
  width: 49%;
  text-align: center;
  font-size: 14px;
  padding: 12px 0;
  cursor: pointer;
}

.tabs-nav .tab.active {
  font-weight: bold;
  border-bottom: 1px solid #333;
}

.tab-cont {
  height: 300px;
  overflow-y: scroll;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 20px;
  display: none;
}

.tab-cont p {
  margin-bottom: 1.4em;
}

.tab-cont.active {
  display: block;
}

.tab-cont .pct {
  width: 60%;
  margin: 0 auto;
}

.port-contact {
  max-width: 650px;
  border: 1px solid #E8E6E2;
  margin: 0 auto 88px;
  padding: 48px;
}

.port-contact .ttl {
  text-align: center;
  font-size: 19px;
  margin-bottom: 24px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-family: 'Shippori Mincho', serif;
}

.port-contact .exp {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 24px;
}


.btn-contact a {
  width: 250px;
  display: block;
  background-color: #464646;
  margin: 0 auto;
  font-size: 13px;
  color: #fff;
  padding: 15px 0px;
  letter-spacing: 0.1em;
  line-height: 2em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background-image: url(../img/contact_arr.svg);
  background-size: calc(23.641px * 0.3) calc(26.596px * 0.3);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 20px;
}

/* for mobile */
@media only screen and (max-width: 812px) {

  .remodal {
    padding: 32px !important;
  }

  .port-modal {
    display: block;
  }

  .port-modal-pct {
    width: 100%;
    margin-bottom: 16px;
  }

  .port-modal-pct img {
    width: 80%;
    margin: 0 auto;
  }

  .port-modal-pct figcaption {
    margin-top: 12px;
  }

  .port-modal-cont {
    width: 100%;
  }

  .port-modal-cont .title,
  .port-modal-cont .company,
  .port-modal-cont .name {
    text-align: center;
  }

  .port-modal-cont .title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .port-modal-cont .company {
    font-size: 13px;
  }

  .port-modal-cont .name {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .tabs-nav .tab {
    font-size: 13px;
  }

  .tab-cont {
    height: 280px;
    padding: 0 12px;
  }

  .port-contact {
    margin-bottom: 64px;
    padding: 32px;
  }

  .port-contact .ttl {
    font-size: 17px;
    margin-bottom: 16px;
  }

  .port-contact .exp {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .btn-contact a {
    width: 80%;
    font-size: 13px;
    padding: 12px 0px;
  }
}
