@charset "UTF-8";
/* ------------------------------------- */
/* ヒストリー */
/* ------------------------------------- */
@font-face {
  font-family: 'Noto Serif JP';
  src: url(NotoSerifJP-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
/* 表示までの時間 */
.in01 {
  transition-delay: .2s;
}
.in02 {
  transition-delay: .5s;
}
.in03 {
  animation-delay: .7s;
}
.in04 {
  animation-delay: .9s;
}
.history .greeting h2 .archivo, .history .stories h2 .archivo, .history .ul_table h2 .archivo {
  font-size: 2.3rem;
}
.history .greeting h2 .jp, .history .stories h2 .jp, .history .ul_table h2 .jp {
  font-size: 2.4rem;
  letter-spacing: .5rem;
  margin-top: 3.5rem;
}
.history .greeting h2 span, .history .stories h2 span, .history .ul_table h2 span {
  display: block;
}
.history .greeting h2.main-ttl, .history .stories h2.main-ttl, .history .ul_table h2.main-ttl {
  font-size: 3.4rem;
}
.history .historyttl {
  background: #eae5da;
  padding: 15rem 0 11.5rem;
}
.history .historyttl h2.main-ttl img {
  max-width: 426px;
  margin: 0 auto 5rem;
}
.history .historyttl h2.main-ttl .ttl-caps {
  font-size: clamp(1.9rem, 2vw + 1rem, 3.4rem);
  letter-spacing: 1rem;
}
.history .historyttl .ttl-txt {
  font-size: 1.8rem;
  line-height: 4rem;
  margin: 6rem auto 0;
  max-width: 675px;
  width: 90%;
  text-align: justify;
}
.history .greeting {
  background: url("../img/history/history_img1.jpg?1") top right/cover no-repeat;
  padding: 0;
  color: #fff;
}
.history .greeting .inner {
  padding: 11.5rem 0 10rem;
  margin-left: 10%;
  text-align: justify;
}
.history .greeting .inner h2 .jp {
  font-size: 3.8rem;
  letter-spacing: .9rem;
  margin-top: .8rem;
}
.history .greeting .inner p {
  font-size: 1.8rem;
  line-height: 3.4rem;
  margin: 3.5rem 0 4.5rem;
  max-width: 477px;
  width: 70%;
}
.history .greeting .inner strong {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: .5rem;
  font-family: 'Noto Serif JP', serif;
}
.history .greeting .inner strong .small {
  font-size: 1.4rem;
  letter-spacing: .3rem;
  margin-bottom: .5rem;
}
.history .stories {
  background: #fff38e;
  padding: 14.5rem 0 15rem;
}
.history .stories h2 {
  margin-bottom: 13.5rem;
  text-align: center;
}
.history .stories ul {
  max-width: 820px;
  width: 90%;
  margin: 0 auto;
}
.history .stories ul h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 2;
  letter-spacing: .5rem;
}
.history .stories ul h3 .bg {
  background-color: #000;
  color: #fff;
  font-size: 3rem;
  display: inline-block;
  margin-left: 1.8rem;
  font-weight: 300;
  padding: .5rem 0 0;
  line-height: 3.7rem;
}
.history .stories ul h3 .bg::after {
  background: none;
}
.history .stories ul h3 .bg .dash {
  height: 65px;
  width: 2px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 1rem;
}
.history .stories ul p {
  font-size: 1.6rem;
  line-height: 4rem;
}
.history .stories ul p .avoid {
  max-width: 470px;
  width: 70%;
  display: block;
}
.history .stories ul figcaption {
  font-size: 1.4rem;
  margin-top: 1.5rem;
}
.history .stories ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  text-align: justify;
  margin: 0 auto 22rem;
}
.history .stories ul li:last-of-type {
  margin: 0 auto;
}
.history .stories ul li.one {
  max-width: 680px;
  flex-direction: column;
}
.history .stories ul li.one figure {
  margin-bottom: 3rem;
}
.history .stories ul li.one figcaption {
  text-align: right;
}
.history .stories ul li.two h3 {
  top: -9rem;
  left: 14%;
  letter-spacing: .8rem;
}
.history .stories ul li.two p {
  width: 50%;
}
.history .stories ul li.two figure {
  max-width: 322px;
  width: 40%;
  padding-top: 8rem;
}
.history .stories ul li.three {
  max-width: 680px;
  flex-direction: column;
}
.history .stories ul li.three h3 {
  top: -7rem;
  right: 1%;
}
.history .stories ul li.three figure {
  margin-top: 5rem;
}
.history .stories ul li.four {
  max-width: 680px;
  flex-direction: column;
}
.history .stories ul li.four h3 {
  top: -6rem;
  right: 1%;
}
.history .stories ul li.four figure {
  margin-top: 5rem;
}
.history .stories ul li.four figcaption {
  text-align: right;
}
.history .ul_table {
  background-color: #fff;
  padding: 15.7rem 0 13.3rem;
}
.history .ul_table h2 {
  margin-bottom: 10.2rem;
  text-align: center;
}
.history .ul_table li {
  position: relative;
  z-index: 2;
}
.history .ul_table li .fuki {
  background-color: #fff38e;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 275px;
  padding: .5rem 1.5rem;
  margin: -.5rem 0 0;
}
.history .ul_table li .fuki::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 18px solid #FFF38E;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -1.8rem;
  top: 1.3rem;
}
.history .ul_table li dd .flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.history .ul_table li dd .flex .txt {
  width: 62%;
  max-width: 381px;
  display: block;
}
.history .ul_table li dd .flex figure {
  position: relative;
  z-index: -1;
}
.history .ul_table li dd .flex figure img {
  width: 100%;
}
.history .ul_table li dd .flex figure.ph1 {
  position: absolute;
  bottom: -13.5em;
  right: 0;
  max-width: 220px;
  width: 37%;
}
.history .ul_table li dd .flex figure.ph2 {
  position: absolute;
  top: -8.5rem;
  right: 0;
  max-width: 200px;
  width: 34%;
}
.history .ul_table li dd .flex figure.ph3 {
  max-width: 200px;
  width: 34%;
  left: 3%;
}
.history .ul_table li dd .flex figure.ph4 {
  max-width: 183px;
  width: 31%;
}
.history .ul_table li dd .flex figure.ph5 {
  max-width: 200px;
  width: 34%;
  left: 3%;
}
.history .timeline {
  max-width: 840px;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.history .timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding-bottom: 2rem;
}
.history .timeline li.pdb {
  padding-bottom: 5rem;
}
.history .timeline dl {
  margin: -.5rem 0 2rem;
  display: flex;
  position: relative;
}
.history .timeline dt {
  max-width: 160px;
  width: 25%;
  margin-right: 9%;
  font-weight: 300;
}
.history .timeline dt strong {
  font-size: 2.4rem;
  margin-right: 1rem;
}
.history .timeline dd {
  width: 71%;
  padding-top: .2rem;
}
.history .border-line {
  /*線の位置*/
  position: absolute;
  left: 18.1rem;
  top: .5rem;
  width: 1px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #000;
}
.history .timeline dl::after {
  content: '';
  position: absolute;
  top: .5rem;
  left: 17rem;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
  /* --- IEのみ --- */
  .history .historyttl h2.main-ttl .ttl-caps {
    font-size: 3.4rem;
  }
}
@supports (-ms-ime-align: auto) {
  /* --- Edgeのみ --- */
  .history .historyttl h2.main-ttl .ttl-caps {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* --- タブレット縦 / スマートフォン横 --- */
  .history .greeting {
    background: url("../img/history/history_img1.jpg?1") top center/100% no-repeat #404641;
  }
  .history .greeting .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .history .greeting .inner h2 {
    order: 1;
    width: 95%;
    margin: 0 auto;
  }
  .history .greeting .inner p {
    order: 3;
    margin: 30% 0 0;
    max-width: 100%;
    width: 100%;
  }
  .history .greeting .inner strong {
    order: 2;
    width: 95%;
    margin: 20% auto 0;
  }
  .history .border-line {
    left: 17.7rem;
  }
  .history .timeline dl::after {
    left: 16.5rem;
  }
}
@media only screen and (max-width: 599px) {
  /* --- スマートフォン縦 --- */
  /* 表示までの時間 */
  .in03, .in04 {
    animation-delay: 0s;
  }
  .history .greeting h2 .archivo, .history .stories h2 .archivo, .history .ul_table h2 .archivo {
    font-size: 1.9rem;
  }
  .history .greeting h2 .jp, .history .stories h2 .jp, .history .ul_table h2 .jp {
    font-size: 2rem;
    margin-top: 1.7rem;
  }
  .history .historyttl .ttl-txt {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 3.8rem;
    margin: 3rem auto 0;
    width: 100%;
  }
  .history .historyttl {
    padding: 10.5rem 0 5.5rem;
  }
  .history .historyttl h2.main-ttl img {
    max-width: 250px;
    margin: 0 auto 3.5rem;
  }
  .history .historyttl h2.main-ttl .ttl-caps {
    letter-spacing: .4rem;
  }
  .history .greeting .inner {
    padding: 10% 0;
  }
  .history .greeting .inner h2 .jp {
    font-size: 2.1rem;
    letter-spacing: .5rem;
    line-height: 3.7rem;
  }
  .history .greeting .inner strong {
    font-size: 2.4rem;
    margin: 6% auto 0;
  }
  .history .greeting .inner strong .small {
    font-size: 1.5rem;
  }
  .history .greeting .inner p {
    font-size: 1.5rem;
    line-height: 3.2rem;
    margin: 25% 0 0;
  }
  .history .stories {
    padding: 6rem 0 7.5rem;
  }
  .history .stories h2 {
    margin-bottom: 6rem;
  }
  .history .stories ul h3 {
    margin-left: 1.4rem;
  }
  .history .stories ul h3 .bg {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-left: 1.5rem;
  }
  .history .stories ul h3 .bg .dash {
    height: 50px;
  }
  .history .stories ul li {
    margin: 0 auto 18rem;
  }
  .history .stories ul li.two {
    flex-direction: column;
    margin: 0 auto 15rem;
  }
  .history .stories ul li.two h3 {
    top: -12rem;
    left: 45%;
    margin: auto;
  }
  .history .stories ul li.two h3 .bg {
    margin: 0;
  }
  .history .stories ul li.two figure {
    max-width: 258px;
    width: 100%;
    padding-top: 1.1rem;
    margin: 0 auto;
  }
  .history .stories ul li.two p {
    width: 100%;
    margin-top: 5.5rem;
  }
  .history .stories ul li.three {
    flex-direction: column;
  }
  .history .stories ul li.three h3 {
    top: -7rem;
    left: auto;
    right: 11%;
  }
  .history .stories ul li.three figure {
    order: 2;
    max-width: 100%;
    margin: 0;
  }
  .history .stories ul li.three p {
    order: 3;
    margin-top: 4.5rem;
  }
  .history .stories ul li.three p .avoid {
    max-width: 100%;
    width: 100%;
  }
  .history .stories ul li.four {
    flex-direction: column;
  }
  .history .stories ul li.four h3 {
    top: -10.3rem;
    right: auto;
    left: 2%;
  }
  .history .stories ul li.four figure {
    order: 2;
    max-width: 100%;
    margin: 0;
  }
  .history .stories ul li.four p {
    order: 3;
    margin-top: 3rem;
  }
  .history .stories ul li.four p .avoid {
    max-width: 100%;
    width: 100%;
  }
  .history .ul_table {
    padding: 8rem 0 7.5rem;
  }
  .history .ul_table h2 {
    margin-bottom: 6.7rem;
  }
  .history .ul_table li .fuki {
    min-width: 100%;
    margin: -.5rem 0 1rem;
  }
  .history .ul_table li dd .flex {
    display: block;
  }
  .history .ul_table li dd .flex .txt {
    width: 100%;
    max-width: 100%;
  }
  .history .ul_table li dd .flex figure.ph1, .history .ul_table li dd .flex figure.ph2, .history .ul_table li dd .flex figure.ph3, .history .ul_table li dd .flex figure.ph4, .history .ul_table li dd .flex figure.ph5 {
    position: initial;
    width: 100%;
    margin-top: 3rem;
  }
  .history .ul_table li:last-of-type {
    padding: 0;
  }
  .history .timeline li::after {
    left: 7rem;
  }
  .history .timeline li.pdb {
    padding-bottom: 2rem;
  }
  .history .timeline dt {
    width: 80px;
    margin-right: 4.5rem;
    font-size: 1.5rem;
    line-height: normal;
  }
  .history .timeline dt strong {
    display: block;
    font-size: 2.2rem;
  }
  .history .timeline dd {
    width: calc(100% - 80px - 45px);
    line-height: 2.4rem;
    text-align: justify;
  }
  .history .border-line {
    left: 9rem;
  }
  .history .timeline dl::after {
    left: 7.8rem;
  }
}
@media only screen and (max-width: 375px) {
  .history .greeting {
    background-size: 110%;
  }
  .history .greeting .inner {
    padding: 9% 0 10%;
  }
  .history .greeting .inner strong {
    margin: 8% auto 0;
  }
  .history .greeting .inner p {
    margin: 22% 0 0;
  }
}
@media only screen and (max-width: 320px) {
  /* --- iPhone SE --- */
  .history .greeting .inner strong {
    font-size: 2rem;
    margin: 5% auto 0;
  }
  .history .greeting .inner p {
    margin: 20% 0 0;
  }
}