@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* company css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title */
/* -------------------------------------------- */
.title-bg {
  margin-bottom: 0;
  background: url("/company/image/company_main_bg.jpg") no-repeat center bottom/cover;
}

.message {
  position: relative;
  padding: 7rem 0;
  background: #eff0f4;
  overflow: hidden;
}
.message .inblock {
  position: relative;
  z-index: 2;
}
.message .text-area .title {
  margin-bottom: 3.5rem;
}
.message .text-area .title span {
  display: block;
  color: #1d233a;
  font-size: 2.25rem;
  font-weight: 600;
}
.message .text-area .read {
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 2.5;
}
.message .text-area .name {
  font-weight: 400;
  text-align: right;
}
.message .text-area .name span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.625rem;
}
.message .bg-text {
  position: absolute;
  right: -40px;
  top: 25%;
  color: #fff;
  font-size: 10rem;
  z-index: 1;
}

.philosophy {
  padding: 6.25rem 0;
  background: url("/company/image/philosophy_bg.jpg") no-repeat center bottom/cover;
}
.philosophy .inblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.philosophy h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  margin-left: 5rem;
}
.philosophy h2 span {
  display: block;
}
.philosophy h2 em {
  display: block;
  font-size: 2.5rem;
  font-weight: 400;
}
.philosophy .text-box {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.philosophy .text-box p {
  margin-left: 1.5rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}

.overview {
  padding: 6.25rem 0;
}
.overview table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.overview table th, .overview table td {
  padding: 1.5rem 1.25rem;
}
.overview table th {
  width: 170px;
  color: #1d233a;
  background: #eff0f4;
}
.overview dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.overview dl:first-of-type {
  border-top: 1px solid #ccc;
}
.overview dl dt {
  width: 170px;
  color: #fff;
  background: #1d233a;
}
.overview dl dd {
  width: calc(100% - 170px);
  background: #fff;
}
.overview dl dt, .overview dl dd {
  padding: 1.5rem 1.25rem;
}

.full-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.full-photo .photo {
  width: 33.3333333333%;
  height: auto;
  max-height: 400px;
  aspect-ratio: 533/393;
}
.full-photo .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history {
  padding: 6.25rem 0;
}
.history .history-block {
  position: relative;
}
.history .history-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  width: 6px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.history .history-block dl {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.history .history-block dl:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 6px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 3px solid #1d233a;
  border-radius: 50%;
}
.history .history-block dl.n-num:before {
  top: 5px;
}
.history .history-block dl dt {
  width: 120px;
  color: #1d233a;
  font-size: 1.375rem;
  font-weight: 600;
}
.history .history-block dl dt span {
  font-size: 2.25rem;
}
.history .history-block dl dd {
  width: calc(100% - 150px);
}

.energy {
  background: #fff;
  padding: 5em 0 2em;
}
.energy .read {
  margin-bottom: 1.5em;
}
.energy .base-btn.report {
  text-align: center;
}
.energy .base-btn.report a {
  max-width: 500px;
  padding: 1em 4rem 1rem 1rem;
  background: #1d233a;
  color: #fff;
}
.energy .base-btn.report a span {
  position: relative;
}
.energy .base-btn.report a:after {
  color: #fff;
}
.energy .base-btn.report a:hover:after {
  right: 20px;
}

.access {
  padding-top: 6.25rem;
  background: #fff;
}
.access .map {
  line-height: 0;
}
.access .map iframe {
  width: 100%;
  height: 470px;
}

/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .message .text-area .title span {
    font-size: 1.875rem;
  }
  .philosophy .text-box p {
    font-size: 1.625rem;
  }
}
/*===========================================================================*/
/*  media quary:769px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  .message, .philosophy, .overview, .history {
    padding: 4rem 0;
  }
  .message .text-area .title {
    margin-bottom: 1rem;
  }
  .message .text-area .title span {
    font-size: 1.5rem;
  }
  .message .text-area .name span {
    font-size: 1.375rem;
  }
  .message .bg-text {
    font-size: 7rem;
  }
  .philosophy h2 {
    margin-left: 1.5rem;
  }
  .philosophy h2 em {
    font-size: 1.875rem;
  }
  .philosophy .text-box p {
    margin-left: 0.8rem;
    font-size: 1.625rem;
  }
  .philosophy .text-box p:last-of-type {
    margin-left: 0;
  }
  .overview dl dt, .overview dl dd {
    padding: 1.375rem 1rem;
  }
  .overview dl dt {
    width: 150px;
  }
  .overview dl dd {
    width: calc(100% - 150px);
  }
  .history .history-block:before {
    left: 7px;
  }
  .history .history-block dl {
    padding-left: 2.25rem;
  }
  .history .history-block dl:before {
    width: 13px;
    height: 13px;
    left: 0;
    top: 19px;
  }
  .history .history-block dl dt {
    width: 115px;
    font-size: 1.25rem;
  }
  .history .history-block dl dt span {
    font-size: 2rem;
  }
  .history .history-block dl dd {
    width: calc(100% - 130px);
  }
  .access {
    padding-top: 4rem;
  }
  .access .map iframe {
    height: 320px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .message .text-area .title {
    margin-bottom: 1rem;
  }
  .message .text-area .title span {
    font-size: 1.25rem;
  }
  .message .text-area .read {
    font-weight: normal;
    line-height: 1.8;
  }
  .message .bg-text {
    top: 10%;
    font-size: 4rem;
  }
  .philosophy h2 {
    margin-left: 1.5rem;
  }
  .philosophy h2 em {
    font-size: 1.625rem;
  }
  .philosophy .text-box p {
    margin-left: 0.5rem;
    font-size: 1.125rem;
  }
  .philosophy .text-box p:last-of-type {
    margin-left: 0;
  }
  .overview dl dt, .overview dl dd {
    padding: 1.25rem 0.8rem;
    font-size: 0.9em;
  }
  .overview dl dt {
    width: 110px;
  }
  .overview dl dd {
    width: calc(100% - 110px);
  }
  .history .history-block:before {
    left: 7px;
  }
  .history .history-block dl {
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 2.25rem;
  }
  .history .history-block dl:before {
    top: 13px;
    left: 0;
  }
  .history .history-block dl dt {
    width: 100%;
    font-size: 1.125rem;
  }
  .history .history-block dl dt span {
    font-size: 1.625rem;
  }
  .history .history-block dl dd {
    width: 100%;
  }
  .access .map iframe {
    height: 280px;
  }
}