@charset "utf-8";

/*==============================================

	company

==============================================*/
.mv {
  display: flex;
  align-items: flex-end;
  max-width: 1280px;
  padding: 0 40px;
  margin: 30px auto 0;
}
.mv > picture {
  width: 536px;
}
.mv > .inner {
  width: calc(100% - 536px);
  padding-left: 80px;
}
.mv > .inner .heading {
  margin-bottom: 40px;
}
.mv > .inner .heading h1 {
	font-size: 1.6rem;
	letter-spacing: 2px;
	margin-top: 10px;
}
.mv > .inner .info {
  display: flex;
  flex-wrap: wrap;
}
.mv > .inner .info h3 {
  width: 120px;
}
.mv > .inner .info .text {
  width: calc(100% - 120px);
}
.mv > .inner .info h3,
.mv > .inner .info .text {
  font-size: 1.3rem;
  margin-bottom: 12px;
  line-height: 2.4rem;
}
.mv > .inner .info ul li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 13px;
  margin-bottom: 3px;
}
.mv > .inner .info ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.history {
  max-width: 1280px;
  padding: 0 40px;
  margin: 120px auto 160px;
  display: flex;
}
.history > .heading {
  width: 320px;
}
.history > .heading .history_list {
  width: calc(100% - 320px);
	position: relative;
}

.history_list:before {
	content: '';
	height: calc(100% + 0px);
	width: 1px;
	background-color: #e2e2e2;
	position: absolute;
	left: 0;
	top: 11px;
}
.history_list li {
	display: flex;
	margin-bottom: 10px;
}
.history_list li .date {
	width: 170px;
	color: #2c2d2d;
	font-size: 1.3rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 1.3px;
	line-height: 31px;
	text-align: left;
	padding-left: 30px;
	position: relative;
}
.history_list li .date:before {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #707070;
	background-color: #a7a7a7;
	border-radius: 30px;
	position: absolute;
	left: -5px;
	top: 9px;
}
.history_list li p {
	width: calc(100% - 170px);
	color: #2c2d2d;
	font-size: 1.3rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.65px;
	line-height: 24px;
	text-align: left;
	margin-top: 4px;
}

.office {
  background-color: #F5F5F5;
}
.office .inner {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  padding: 140px 0 100px;
}
.office .inner .heading {
  position: absolute;
  left: 0;
  top: -25px;
}
.office_list {
  display: flex;
  flex-wrap: wrap;
}
.office_list li {
  margin-right: 60px;
  width: calc(100% / 3 - 40px);
  margin-bottom: 50px;
}
.office_list li iframe {
  background-color: #E2E2E2;
  background-image: url(../../common/img/logo.svg);
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
  transition: all .5s;
}
.office_list li iframe:hover {
  filter: grayscale(0);
}
.office_list li:nth-child(3n) {
  margin-right: 0;
}
.office_list li h3 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
.office_list li .add {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.office_list li dl {
  display: flex;
  flex-wrap: wrap;
}
.office_list li dl dt {
  width: 110px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.office_list li dl dd {
  width: calc(100% - 110px);
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.office_list li dl dd a {
	text-decoration: underline;
	font-size: inherit;
}
.office__ttls {
        color: #484848;
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 1.6px;
        line-height: 21px;
        text-align: left;
        padding-bottom: 20px;
        position: relative;
        margin: 0 auto 30px;
}
.office__ttls:before {
	content: '';
	width: 100vw;
	height: 2px;
	background-color: #e2e2e2;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {

  .mv {
    flex-direction: column;
    padding: 0;
    margin-top: 0;
  }
  .mv > picture {
    width: calc(100% - 70px);
    margin-right: auto;
  }
.mv > .inner {
	width: 100%;
	padding: 0 20px;
	margin-top: 50px;
}
.mv > .inner .heading .en img {
	height: 40px;
	width: auto;
}
	.mv > .inner .heading h1 {
		font-size: 1.5rem;
	}
	.mv > .inner .info h3 {
		width: 100px;
		margin-bottom: 15px;
	}
	.mv > .inner .info .text {
		width: calc(100% - 100px);
	}

  .history > .heading .en img {
    height: 40px;
    width: auto;
  }
  .history {
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .history > .heading {
    width: 100%;
    margin-bottom: 30px;
  }
  .history_list {
    width: 100%;
  }
.history_list li .date {
	padding-left: 20px;
	width: 120px;
}
.history_list li p {
	width: calc(100% - 120px);
	font-size: 1.2rem;
}
	.office .inner .heading {
		padding: 0 20px;
	}
	.office .inner {
		padding-top: 90px;
		padding-bottom: 20px;
	}
	.office_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
		padding: 0 20px;
	}
	.office__ttls{
		margin-left: 20px;
	}
}