@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Roboto:wght@400;500;700&display=swap");
/* =============================================== 
  会社概要
=============================================== */
.ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .ttl_wrap {
    height: 150px;
  }
}
.ttl_wrap h2 {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .ttl_wrap h2 {
    font-size: 32px;
  }
}
.ttl_wrap h2 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .ttl_wrap h2 span {
    font-size: 14px;
  }
}

#profile .ttl_wrap {
  background: url(../img/company/ttl_profile.jpg) no-repeat center/cover;
}

#history .ttl_wrap {
  background: url(../img/company/ttl_history.jpg) no-repeat center/cover;
}

#sustainability .ttl_wrap {
  background: url(../img/company/ttl_sustainability.jpg) no-repeat center/cover;
}

#access .ttl_wrap {
  background: url(../img/company/ttl_access.jpg) no-repeat center/cover;
}

.sub_ttl {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.flow_ttl {
  background: #F0F4F5;
  width: min(100%, 364px);
  margin: 0 auto 55px;
  height: 50px;
  line-height: 50px;
  color: #009EE7;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_ttl {
    width: 280px;
    margin: 0 auto 30px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.lead {
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

#profile .lead, #history .lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #profile .lead, #history .lead {
    margin-bottom: 40px;
  }
}

.anchor_wrap {
  background: #C6E9FA;
  padding: 45px 20px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .anchor_wrap {
    padding: 30px 20px;
    margin-bottom: 50px;
  }
}
.anchor_wrap .grid_box {
  grid-auto-rows: 60px;
  width: min(100%, 980px);
  margin: 0 auto;
  gap: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .anchor_wrap .grid_box {
    gap: 8px;
  }
}
.anchor_wrap .grid_box li {
  display: table;
}
.anchor_wrap .grid_box li a {
  background: #F1FAFE;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.anchor_wrap .grid_box li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translate(-50%, -25%) rotate(135deg);
          transform: translate(-50%, -25%) rotate(135deg);
  position: absolute;
  left: 50%;
  bottom: 10px;
}

section .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section table {
  width: min(100%, 880px);
  margin: 0 auto;
}
section table tr:first-of-type td {
  border-top: 1px solid #C6C6C6;
}
section table th, section table td {
  padding: 35px 0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  section table th, section table td {
    padding: 25px 0;
  }
}
section table th {
  width: 150px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  section table th {
    width: 100px;
    padding-left: 20px;
  }
}
section table td {
  border-bottom: 1px solid #C6C6C6;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  section table td {
    padding-left: 30px;
  }
}

section#profile table tr:first-of-type th {
  border-top: 1px solid #009EE7;
}
section#profile table th {
  border-bottom: 1px solid #009EE7;
}

section#history table tr:first-of-type th {
  border-top: 1px solid #002E73;
}
section#history table th {
  border-bottom: 1px solid #002E73;
}

#message .sub_ttl {
  color: #B5DBEC;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
}

#profile .sub_ttl {
  color: #009EE7;
}
#profile table {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #profile table {
    margin-bottom: 50px;
  }
}
#profile .flow {
  width: min(100%, 880px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #profile .flow {
    width: calc(100% + 20px);
    margin-right: -20px;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 0 20px 15px 0;
  }
  #profile .flow img {
    max-width: 800px;
    width: 800px;
  }
}

#sustainability {
  background-image: linear-gradient(45deg, rgb(234, 247, 248), rgb(249, 252, 251) 50%, rgb(234, 247, 248));
  margin-bottom: 40px;
}
#sustainability .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 55px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sustainability .item {
    display: block;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
#sustainability .item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #sustainability .item:nth-of-type(odd) .ph {
    left: -20px;
  }
}
#sustainability .item:nth-of-type(odd) .txt_wrap {
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  #sustainability .item:nth-of-type(odd) .txt_wrap {
    padding-left: 0;
  }
}
#sustainability .item:nth-of-type(odd) .txt_wrap::after {
  left: -16%;
}
@media screen and (max-width: 768px) {
  #sustainability .item:nth-of-type(even) .ph {
    right: -20px;
  }
}
#sustainability .item:nth-of-type(even) .txt_wrap {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  #sustainability .item:nth-of-type(even) .txt_wrap {
    padding-right: 0;
  }
}
#sustainability .item:nth-of-type(even) .txt_wrap::after {
  right: -16%;
}
#sustainability .item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #sustainability .item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#sustainability .item .ph {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #sustainability .item .ph {
    width: min(100%, 410px);
    margin: 0 auto;
  }
}
#sustainability .item .txt_wrap {
  padding-bottom: 55px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sustainability .item .txt_wrap {
    padding: 30px 0;
  }
}
#sustainability .item .txt_wrap::after {
  content: "";
  background: #fff;
  width: max(116% + 20px, 100vw - 1040px + 116%);
  height: calc(100% + 55px);
  position: absolute;
  top: -55px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #sustainability .item .txt_wrap::after {
    width: calc(100% + 40px);
    top: 0;
    left: -20px !important;
    right: auto !important;
  }
}
#sustainability .item .txt_wrap h3 {
  color: #009EE7;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sustainability .item .txt_wrap h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
#sustainability .item .txt_wrap .fw_bold {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #sustainability .item .txt_wrap .fw_bold {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
#sustainability .item .txt_wrap .txt {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#sustainability .grid_box {
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
  width: min(100%, 860px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #sustainability .grid_box {
    grid-template-columns: 1fr;
    gap: 30px 0;
    width: min(100%, 410px);
  }
}
#sustainability .grid_box figcaption {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #sustainability .grid_box figcaption {
    font-size: 18px;
  }
}

#access .grid_box {
  grid-template-columns: auto 63%;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  #access .grid_box {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}
#access .grid_box p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #access .grid_box p {
    font-size: 16px;
  }
}
#access .grid_box dl dt {
  border-bottom: 1px solid #009EE7;
  padding: 0 0 10px 30px;
  margin-bottom: 15px;
  color: #009EE7;
  font-weight: 500;
}
#access .grid_box dl dt:nth-of-type(1) {
  background-position: left bottom 10px;
}
#access .grid_box dl dt:nth-of-type(2) {
  background-position: left bottom 14px;
}
#access .grid_box dl dt:nth-of-type(1) {
  background-image: url(../img/company/icon_access01.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
#access .grid_box dl dt:nth-of-type(2) {
  background-image: url(../img/company/icon_access02.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
#access .grid_box dl dd:not(:last-of-type) {
  margin-bottom: 20px;
}
#access .grid_box .map {
  aspect-ratio: 1.6/1;
}