@charset "UTF-8";
.historydetail_page {
  margin-bottom: 120px;
  padding-right: 42px;
}

.historydetail_page .under_head_bg {
  margin-bottom: 80px;
}

.historydetail_page .bg_wrap {
  background: url(../image/history/AswhoIam.jpg) no-repeat top center/cover;
}

.history__detail__inner {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.history__detail__title {
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 44px;
}

.historydetail__column__title {
  font-size: 1em;
  margin-bottom: 44px;
  color: #55b692;
}

.historydetail__column__txt {
  font-size: 0.875em;
  line-height: 2;
}

.historydetail__column__img {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.historydetail__column__img img {
  max-width: calc((940px - 12px) / 2);
  height: auto;
}

.historydetail__column:not(:first-of-type) {
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  .history__detail__title, .historydetail__column__title, .historydetail__column__txt {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .historydetail__column__img {
    margin-top: 40px;
    align-items: center;
    flex-direction: column;
  }
  .historydetail__column__img img:not(:first-of-type) {
    margin-top: 40px;
  }
}

/*==============================
スライダー
==============================*/
.historydetail_wrap {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 62px;
}

.historydetail_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.historydetail_slider li.historydetail {
  width: calc( ((1024 / 3) / 1024) * 100%);
}

.historydetail_slider_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.historydetail_slider_flex li.historydetail {
    width: calc(20% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.historydetail a {
  display: block;
}

.historydetail a img {
  transition: all ease 200ms;
}

.historydetail a:hover img {
  opacity: 0.5;
}

.historydetail .image {
  margin-right: 5px;
  margin-left: 5px;
}

.slick-prev {
  left: 15px;
  z-index: 100;
}

.slick-next {
  right: 15px;
  z-index: 99;
}

.slick-dots {
  bottom: -40px;
}


.historydetail__gallery {
  text-align: center;
  margin-top: 114px;
}

.historydetail__others {
  text-align: center;
}

.historydetail__gallery__subti, .historydetail__others__subti {
  font-size: 0.7em;
  letter-spacing: 1em;
  color: #55b692;
  line-height: 140%;
  margin-bottom: 18px;
}

.historydetail__gallery__ti, .historydetail__others__ti {
  color: #5a6461;
  font-size: 1.0625em;
  position: relative;
  margin-bottom: 50px;
}

.historydetail__gallery__ti::after, .historydetail__others__ti::after {
  content: "";
  display: block;
  width: 53px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 110%;
  left: 50%;
  margin-left: calc(-53px / 2);
}


.his__other {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.his__other__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    background: #fff;
}
.his__other__list_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.his__other__list li,
.his__other__list_flex li{
  background: #ffffff;
  transition: all ease 300ms;
}

.his__other__list li:hover,
.his__other__list_flex li:hover{
  opacity: 0.5;
}

.his__other__list li .text_wrap,
.his__other__list_flex li .text_wrap {
  padding: 1em 1.2em;
  position: relative;
  color: #5a6461;
}

.his__other__list li .text_wrap .address,
.his__other__list_flex li .text_wrap .address{
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background: #55b692;
  width: 100px;
  text-align: center;
  font-size: 0.8em;
  line-height: 140%;
  padding: 0.4em 0px;
}

.his__other__list li .text_wrap .num,
.his__other__list_flex li .text_wrap .num {
  color: #55b692;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 8px;
}

.his__other__list li .text_wrap .text,
.his__other__list li .text_wrap .name,
.his__other__list_flex li .text_wrap .text,
.his__other__list_flex li .text_wrap .name{
  font-size: 0.935em;
  line-height: 160%;
  margin-bottom: 10px;
}




.his__other__list__a__outer {
  margin-right: 5px;
  margin-left: 5px;
}

.secondslider {
  background-color: #eef8f4;
  padding-bottom: 100px;
  padding-top: 65px;
}

.his__other .slick-dots li button {
  background: #eef8f4;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #55b692;
}
@media screen and (max-width: 530px) {
  .historydetail_page {
    padding-right: 0;
  }
  .historydetail_page .title {
    padding-top: 20px;
  }
.historydetail_slider_flex li.historydetail {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
}
