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

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

#company .pageLead {
	margin-bottom: 40px;
}

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

.secMessage .secTtl {
	margin-bottom: 16px;
}

.messageIntro {
  background-image: url(../../images/company/message.jpg);
  background-size: 548px auto;
  background-repeat: no-repeat;
  background-position: right center;
	padding: 40px 0;
  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: ttlLine100 1s ease forwards;
          animation: ttlLine100 1s ease forwards;
}
@-webkit-keyframes ttlLine100 {
  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-weight: 500;
  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;
}
#company #info-ja {
	padding-top: 120px;

}
#company #info-ja .infoList .ttl {
  width: 280px;
}
#company #info-over{
	padding-bottom: 96px;
}
/* .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;
} */
.infoTitle{
  font-size: 24px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.infoImage {
  text-align: center;
  margin-bottom: 40px;
}

.infoImage img {
  max-width: 780px;
  width: 100%;
  height: auto;
}

.infoList {
  max-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; */
  display: 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: 900px;
}

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

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

.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%);
}

#secMap .link {
  text-align: right;
}

@media screen and (max-width: 1120px) {
	.messageIntro {
		background-size : 52% auto;
		margin-bottom: 24px;
	}

	.messageIntro .pc {
		display: block!Important;
	}

	.messageIntro .sp {
		display: none!Important;
	}


	.secHistory .infoList .txt {
		width: calc(100% - 90px);
	}

	.secHistory .infoList li:first-child .txt {
		width: calc(100% - 350px);
	}
}



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

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

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

	.secMessage .secTtl {
		margin-bottom: 0;
	}

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

	.messageIntro .pc {
		display: none!Important;
	}

	.messageIntro .sp {
		display: block!Important;
	}

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

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

.txt {
  /*margin: 0 30px;*/
}

.name {
  margin-top: 0;
}

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

/* .secInfo .inr:before {
  height: 0;
  width: 0;
  background-size: 0;
} */
.infoTitle{
font-size: 22px;
line-height: 40px;
margin-bottom: 20px;
}

.infoList {
  width: 100%;
}

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

.infoImage {
  margin-bottom: 20px;
}

.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;
	width: initial!Important;
}

.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;
}

#company #info-over {
  padding-bottom: 0;
  padding-top: 96px;
}

#company #info-ja .infoList .ttl {
  width: 100%;
}

#secMap {
  margin-bottom: 0;
}

#secMap .inr {
  width: 100%;
}

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


}

@media screen and (max-width: 480px) {
}


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

