.history{
  margin-top: 40px;
  background-color: #f8f6f2;
}

.history sup{
 font-size: 12px;
}
.history img{
  max-width: 100%;
  width: 100%;
}
.history__msg{
  width: 92%;
  max-width: 1040px;
  margin: 0 auto 50px;
  font-size: 14px;
  line-height: 1.857;
}
@media screen and (min-width: 769px) {
.history__msg{
  font-size: 15px;
  margin: 0 auto 86px;
}
}
.history__sec{
margin-bottom: 88px;
}
.history__sec:last-of-type{
margin-bottom: 101px;
}
@media screen and (min-width: 769px) {
.history__sec:last-of-type{
margin-bottom: 106px;
}
}

.history__sec .wrap{
display: flex;
flex-direction: column;
margin-bottom: 49px;
}
@media screen and (min-width: 769px) {
.history__sec .wrap{
flex-direction: row;
margin-bottom: 93px;
}
}
@media screen and (min-width: 1440px) {
.history__sec .wrap{
max-height: 500px;
}
}
.history__sec .wrap .txt{
position: relative;
width: 100%;
height: auto;
padding: 46px 30px 52px;
color: #fff;
}
.history__sec .wrap .txt.-sec01{
background: url(/public/images/history_sec01_txt_bg.jpg) no-repeat center ;
background-size: cover;
}
.history__sec .wrap .txt.-sec02{
background: url(/public/images/history_sec02_txt_bg.jpg) no-repeat center ;
background-size: cover;
order: 1;
}
.history__sec .wrap .txt.-sec03{
background: url(/public/images/history_sec03_txt_bg.jpg) no-repeat center ;
background-size: cover;
}
.history__sec .wrap .txt.-sec04{
background: url(/public/images/history_sec04_txt_bg.jpg) no-repeat center ;
background-size: cover;
order: 1;
}
@media screen and (min-width: 769px) {
.history__sec .wrap .txt{
width: 100%;
height: auto;
padding: 70px 30px 56px 50px;
}
.history__sec .wrap .txt.-sec02,
.history__sec .wrap .txt.-sec04{
width: 100%;
height: auto;
padding: 70px 50px 56px 30px;
}
}
@media screen and (min-width: 1440px) {
.history__sec .wrap .txt{
width: 100%;
height: auto;
padding: 70px 66px 56px 50px;
}
.history__sec .wrap .txt.-sec02,
.history__sec .wrap .txt.-sec04{
width: 100%;
height: auto;
padding: 70px 50px 56px 66px;
}
}
.history__sec .wrap h2{
font-family: citizen, sans-serif;
font-size: 32px;
margin-bottom: 35px;
line-height: 1.563;
}
.history__sec .wrap h2 .only-pc{
display: none;
}
@media screen and (min-width: 769px) {
.history__sec .wrap h2{
font-size: 38px;
max-width: 460px;
margin-bottom: 35px;
margin-left: auto;
}
.history__sec .wrap .txt.-sec02 h2,
.history__sec .wrap .txt.-sec04 h2{
margin-right: auto;
margin-left: 0;
}
}
@media screen and (min-width: 1440px) {
.history__sec .wrap h2 .only-sp{
display: none;
}
}
.history__sec .wrap .txt *[lang="en"]{
font-family: citizen, sans-serif;
font-size: 38px;
margin-bottom: 17px;
max-width: 460px;
margin-left: auto;
line-height: 1;
}
.history__sec .wrap .txt.-sec02 *[lang="en"],
.history__sec .wrap .txt.-sec04 *[lang="en"]{
margin-right: auto;
margin-left: 0;
}

.history__sec .wrap .txt p{
font-size: 14px;
line-height: 1.857;
}
@media screen and (min-width: 769px) {
.history__sec .wrap .txt p{
font-size: 15px;
max-width: 460px;
margin-left: auto;
}
.history__sec .wrap .txt.-sec02 p,
.history__sec .wrap .txt.-sec04 p{
margin-right: auto;
margin-left: 0;
}
}

.history__sec .wrap .img{
  order: -1;
width: 100%;
height: auto;
}
@media screen and (min-width: 769px) {
.history__sec .wrap .img{
order: 0;
}
}
.history__sec .wrap .img img{
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
@media screen and (min-width: 769px) {
.history__sec .wrap .img img{
object-fit: cover;
}
}

.history__sec .column {
  padding-bottom: 36px;
  border-bottom: 1px dotted #646464;
  width: 92%;
   max-width: 1040px;
  margin:0 auto 36px;
}
.history__sec .column .wrap{
  padding: 27px 20px 29px;
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 769px) {
.history__sec .column {
  padding-bottom: 96px;
  margin:0 auto 40px;
}
.history__sec .column .wrap{
  padding: 56px 25px 50px 67px;
  align-items: flex-start;
}
}
.history__sec .column .box{
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.history__sec .column .box p:first-child{
  font-size: 26px;
  color: #646464;
  margin-bottom: 20px;
  font-weight: 400;
}
.history__sec .column .box p:nth-child(2){
  font-size: 14px;
  line-height: 1.857;
}


.history__sec .column .wrap .img{
  order: 0;
}
@media screen and (min-width: 769px) {
.history__sec .column .wrap .img{
  flex-shrink: 0;
  width: 332px;
  margin-left: 36px;
  margin-top:-30px;
}
.history__sec .column .wrap .img img{
  object-fit: contain;
}
}

.history__sec .pic{
width: 92%;
 max-width: 1040px;
padding-bottom: 39px;
  margin:0 auto;
}

.history__sec .pic .only-pc{
display: none;
}
@media screen and (min-width: 769px) {
.history__sec .pic{
padding: 0 76px 43px;
}
.history__sec .pic .only-pc{
display: block;
text-align: center;
margin-top: 23px;
font-size: 14px;
}
}

.history__sec .history{
width: 92%;
margin:0 auto 84px;
 max-width: 1040px;
}
@media screen and (min-width: 769px) {
.history__sec .history{
margin:0 auto 115px;
}
}

.history__sec .history .box{
padding: 25px 0;
border-bottom: 1px dotted #646464;
font-size: 16px;
color:#222;
line-height: 1.6;
}

.history__sec .history .box .note{
font-size: 12px;
}
.history__sec .history .box:first-of-type{
border-top: 1px dotted #646464;
}
@media screen and (min-width: 769px) {
.history__sec .history .box{
font-size: 19px;
padding: 40px 0;
}
.history__sec .history .box .note{
font-size: 13px;
}
.history__sec .history .box.flex{
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
}

.history__sec .history .box.flex .img{
margin-left: 27px;
margin-right: 24px;
margin-top: 0;
flex-shrink: 0;
}
.history__sec .history .box p{
display: inline;
}
}
.history__sec .history .box .year{
  line-height: 1.75;
display: block;
font-weight: 700;
}
@media screen and (min-width: 769px) {
.history__sec .history .box .year{
margin-right: 20px;
display: inline;
}
}

.history__sec .history .box .color01{
color: #d091b9;
font-weight: 700;
}
.history__sec .history .box .color02{
color: #ef8f15;
font-weight: 700;
}
.history__sec .history .box .color03{
color: #525a91;
font-weight: 700;
}
.history__sec .history .box .color04{
color: #52ada6;
font-weight: 700;
}
.history__sec .history .box .color05{
color: #90c651;
font-weight: 700;
}

.history__sec .history .box .img{
  margin-top: 17px;
  text-align: center;
}
.history__sec .history .box .img img{
  width: auto;
}


/* culture  */
.history__content {
width: 87%;
margin:0 auto 82px;
}
@media only screen and (min-width: 769px) {
.history__content {
  width: 92%;
margin-bottom: 132px;
}
}
.history__content  .list{
display: flex;
flex-direction: column;
text-align: center;
}
@media only screen and (min-width: 769px) {
.history__content  .list{
flex-direction: row;
text-align: left;
max-width: 1040px;
margin:0 auto;
}
}
.history__content .item{
margin-bottom: 51px;
}
.history__content .item:last-of-type{
margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
.history__content  .item:not(:last-of-type){
margin-bottom: 0;
}
.history__content  .item{
width: calc((100% - 54px) / 4);
margin-right: 18px;
transition: all .4s;
}
.history__content  .item:last-of-type{
margin-right: 0;
}
.history__content  .item:hover{
opacity: .7;
transition: all .4s;
}
}
.history__content  .item img{
width: 241px;
margin:0 auto;
}
.history__content  .item .box{
	padding-top: 16px;
}
@media only screen and (min-width: 769px) {
.history__content  .item .box{
	padding-top: 20px;
}
}

.history__content  .item p.btn-m{
	display: inline-block;
	position: relative;
	padding-left: 35px;
	font-size: 20px;
	color: #654a2f;
	letter-spacing: .025em;
  line-height: 1.4;
  text-align: left;
}
@media only screen and (min-width: 769px) {
.history__content  .item:hover p.btn-m{
color: #e60020;
transition: all .4s;
}
}


.history .btn-m::before{
position: absolute;
content: "";
display: block;
background-color: #e60020;
border-radius: 100px;
left: 0;
top: 1px;
}

.history .btn-m::before{
  width: 25px;
  height: 25px;
}

.history .btn-m::after{
position: absolute;
content: "";
display: block;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
top: 11px;
transform: rotate(45deg);
}
@media only screen and (min-width: 769px) {
.history .btn-m::before{
  top: 2px;
  transform: translateY(0);
}
.history a:hover .btn-m::before{
  background-color:#fff;
  border:2px solid #e60020;
}
.history a:hover .btn-m::after{
border-top: 1px solid #e60020;
border-right: 1px solid #e60020;
}
}
.history .btn-m::after{
width: 6px;
height: 6px;
left: 8.5px;
}
@media only screen and (min-width: 769px) {
.history .btn-m::after{
  top: 11px;
}
}
