﻿.page-head-img.head-sns {
    background-image: url(../img/history/history-mv.png);
	background-position: left top;
	position: relative;
}
.company-subtitle {
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  text-align: center;
  margin-bottom: 60px;
}
.subtitle {
	color: #fff;
	line-height: 1;
  font-size: 60px;
  margin-bottom: 0;
  font-weight: 500;
}
.subtitle span{
  font-size: 18px;
  font-weight:bold;
}

.wrap-bg{
	background: linear-gradient(to right, #eb6c01 0%, #eb6c01 45%, #fff 45%, #fff 100%);
}

.history-contents {
	margin: 0 0 0 0;
	padding: 100px 0 0;
	padding-left: 160px;
}

.txtWrap{
	border-left: 3px solid #fff;
	position: relative;
}
.history-logo {
	position: absolute;
	top: 0;
	left: -150px;
	padding: 0;
}
.historylist li {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	/*align-items: center;*/
	padding: 0 0 60px;
	margin: 0;
	position: relative;
}
.historylist li:last-child {
	margin: 0;
}
.historylist li:before {
  content: '';
  position: absolute;
  left: 40%;
  top: 0; /*下線の上下位置調整*/
  display: inline-block;
  width: 300px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #eb6c01; /*下線の色*/
}
.historylist .flx_ttl {
	width: 40%;
	padding: 0 0 0 70px;
}
.historylist .flx_txt {
	width: 60%;
	line-height: 2;
	font-size: 18px;
	padding: 60px 0 0 20px;
	letter-spacing: 0.05em;
}
.historylist .flx_txt.column3 {
	width: 40%;
}
.historylist .flx_txt dt{
	display: inline-block;
	width: 80px;
}
.historylist .flx_txt dd{
	display: inline-block;
	letter-spacing: 0.2rem;
}
.historylist .flx_ttl .ttl_s{
	font-size: 45px;
	font-weight: 500;
	text-align: left;
	color: #fff;
	margin: 0 0 20px;
}
.historylist .flx_ttl .img_s{
	margin: 0 0 30px;
}
.historylist .flx_img {
	/*position: absolute;
	bottom: 0;
	right: 0;*/
	width: 20%;
	padding: 60px 0;
}
.historylist .img-match{
	display: flex;
    align-items: flex-end;
}
.ttl_ss{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	text-align: left;
}
h5 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #238592;
	padding: 8px 0;
	margin: 0 0 20px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	text-align: center;
}
.allow:before {
    content: " ";
    display: inline-block;
    border: solid 120px transparent;
    position: absolute;
    bottom: 60px;
    left: 13.2%;
    margin-left: -5px;
    border-color: #fff transparent transparent transparent;
    border-width: 15px 10px 0 10px;
}

.tobe:before {
    content: "to be continued... ";
    display: inline-block;
    position: absolute;
	left:6%;
    bottom: 60px;
    border-width: 15px 0px 0 0px;
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	text-align: left;
	font-family: 'Jost', sans-serif;
}
.sns-bottom-flex{
	justify-content: center;
	padding-top: 30px;
}
.dis-sp {
  display: none;
}
@media screen and (max-width:1140px) {
	.historylist .flx_txt dt{
		display: block;
	}
}
@media screen and (max-width:960px) {
	.historylist li{
		flex-wrap: wrap;
	}
	.historylist .img-match{
		margin: 25px auto 0;
	}
}
@media screen and (max-width:768px) {
	.history-contents {
	padding-left: 15%;
}
	.history-logo {
	left: -15%;
		width: 10%;
}
	.historylist .flx_ttl {
	width: 50%;
		padding: 0 20px;
		text-align: center;
}
	.historylist .flx_txt,
	.historylist .flx_txt.column3{
	width: 50%;
		font-size: 16px;
}
	.tobe:before {
	left:20px;
}
	.wrap-bg{
	background: linear-gradient(to right, #eb6c01 0%, #eb6c01 45%, #fff 45%, #fff 100%);
}
	.dis-pc {
  display: none;
}
	.dis-sp {
  display: block;
		margin-top: 30px;
}
}
@media screen and (max-width:540px) {

	.page-head-img.head-sns {
		background-size: 230%;
}
	.historylist li {
	flex-direction: column;
		padding: 0 0 60px;
}
	.historylist .flx_ttl {
	width: 100%;
		padding: 0 20px 20px;
		text-align: center;
}
.historylist .flx_txt,
	.historylist .flx_txt.column3{
	width: 100%;
		font-size: 14px;
		padding: 0 20px 0px;
		line-height: 1.8;
}
	.historylist .flx_ttl .ttl_s{
	margin: 0 0 0px;
}
	.historylist .flx_ttl .img_s{
	margin: 0 0 0px;
}
	.historylist .flx_img {
	width: 100%;
		text-align: center;
		padding: 0 20px 50px;
}
	.historylist .img-match{
		text-align: center;
		display: block;
	}
	.historylist .flx_txt dt{
	width: 100%;
}
	.allow:before {
    bottom: 10px;
}
	.tobe:before {
		bottom: 10px;
}
	.wrap-bg{
	background: linear-gradient(to right, #eb6c01 0%, #eb6c01 70%, #fff 30%, #fff 100%);
}
	.historylist li:before {
  left: 50%;
}
}

.history-logo {
  /*padding: 0 0 100px;*/
  /*height: 100%;*/
  height: calc( 100% - 100px);
}
.history-logo img {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
}
@media screen and (max-width:768px) {
  .history-logo img {
    top: 120px;
  }
}
@media screen and (max-width:540px) {
  .history-logo img {
    top: 110px;
  }
  .history-logo {
    /*padding-bottom: 32px;*/
    height: calc( 100% - 32px);
  }
}