@charset "utf-8";
.container {
  padding-bottom: 0;
}

#company .sec {
  padding: 40px 0;
}

.secMessage {
  padding: 120px 0 0!important;
}

.messageIntro {
  background-image: url(/images/company/message.jpg);
  background-size: 640px auto;
  background-repeat: no-repeat;
  background-position: right center;
  height: 320px;
  display: flex;
  align-items: center;
  margin: -20px 0 53px;
}

.messageLead {
  font-size: 24px;
  padding-bottom: 24px;
  font-weight: bold;
  line-height: 2;
  position: relative;
}

.messageLead:before,
.messageLead:after {
  content: '';
  position: absolute;
}

.messageLead:before {
  background: linear-gradient(90deg, #0074CC 0%, #15B5FD 100%);
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.messageLead:after {
  background: #15B5FD;
  bottom: 0;
  right: 0;
}

.messageLead.isShow:before {
  -webkit-animation: ttlLine 1s ease forwards;
          animation: ttlLine 1s ease forwards;
}
@-webkit-keyframes ttlLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.messageLead.isShow:after {
  -webkit-animation: ttlSquare 0.1s ease forwards;
          animation: ttlSquare 0.1s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@-webkit-keyframes ttlSquare {
  0% {
  width: 0px;
  height: 0px;
  }
  100% {
  width: 4px;
  height: 4px;
  }
}

.txt {
  font-size: 16px;
  line-height: 2;
}

.name {
  font-size: 20px;
  margin-top: 33px;
  line-height: 1;
  text-align: right;
}

.name .part {
  font-size: 16px;
  font-weight: normal;
  display: block;
  margin-bottom: 20px;
}

.secInfo {
  padding-top: 120px!important;
}

.secInfo .inr:before {
  content: "";
  height: 1px;
  width: 100%;
  background-image: -o-linear-gradient(left, #374047, #374047 1px, transparent 1px, transparent 4px);
  background-image: linear-gradient(to right, #374047, #374047 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -80px;
  left: 0;
}

.infoList {
  width: 780px;
  margin: 0 auto;
}

.infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin: 40px 0;
}

.infoList .ttl {
  width: 230px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.infoList .ttl:after {
  content: '';
  width: 130px;
  height: 1px;
  background: #CFD3D6;
  position: absolute;
  top: 7px;
  right: 20px;
}

.infoList .year {
  width: 90px;
  line-height: 1;
}

.infoList .txt {
  margin: -7px 0;
}

.infoList .txt span {
  display: inline-block;
}

.infoList .txt span:nth-child(1) {
  margin-bottom: 16px;
}

.infoList .txtLh {
  line-height: 3;
  margin: -14px 0;
}

.infoList .tomap {
  margin-left: 30px;
  display: inline-block;
  text-decoration: underline;
}

.infoList .tomap i {
  margin-left: 10px;
}

.secHistory .infoList li:nth-of-type(n+2) {
  padding-left: 230px;
}

#secMap {
  margin-bottom: 100px;
}

#secMap .inr {
  max-width: 780px;
  padding: 0;
}

#secMap .ttl {
  font-weight: 700;
  margin-bottom: 16px;
}

.map {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  height: 240px;
  padding-top: 240px;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
}

.map iframe,
.map object,
.map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
#company .sec {
  padding: 0;
}

#company .sec .inr {
  width: 100%;
}

.secMessage {
  padding-top: 80px!important;
}

.messageIntro {
  background: none;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 40px 30px;
}

.messageLead {
  font-size: 20px; 
  line-height: 2;
  padding-bottom: 14px;
  margin-bottom: 0;
}

.messageIntro img {
  width: 90%;
  height: auto;
  margin: 0 0 24px auto;
}

.txt {
  margin: 0 30px;
}

.name {
  margin: 24px 30px 0;
}

.name .part {
  margin-bottom: 10px;
}

.secInfo .inr:before {
  height: 0;
  width: 0;
  background-size: 0;
}

.infoList {
  width: 100%;
}

.seInfo .infoList {
  margin-top: 80px;
}

.infoList li {
  flex-direction: column;
  margin: 0;
}

.infoList .ttl {
  width: 100%;
  background: #F3F4F5;
  padding: 22px 30px;
}

.infoList .ttl:after {
  width: 0;
  height: 0;
  background: none;
}

.infoList .year {
  width: auto;
  line-height: 1;
  padding: 30px 30px 0;
  font-weight: bold;
}

.infoList .txt {
  line-height: 1.5;
  margin: -3px 0;
  padding: 30px;
}

.infoList .year + .txt {
  padding-top: 7px;
}

.infoList .txtLh {
  line-height: 1.5;
  margin: -3px 0;
}

.infoList .tomap {
  margin-left: 0;
  display: block;
}

.secHistory .infoList {
  padding-bottom: 60px;
}

.secHistory .infoList li:nth-of-type(n+2) {
  padding-left: 0;
}

.secHistory .infoList li .txt {
  padding-bottom: 0;
}

.secHistory .infoList li:nth-of-type(n+2) .year {
  padding-top: 20px;
}

#secMap {
  padding: 30px 30px 0;
  margin-bottom: 0;
}

#secMap .inr {
  width: 100%;
}

#secMap .map:last-of-type {
  margin-bottom: 0;
}

}

@media screen and (max-width: 374px) {
  .messageLead {
    font-size: 5.8vw;
  }
}

