@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.main *,
.main *:before,
.main *:after {
  box-sizing: border-box;
}

.p-inr {
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .p-inr {
    padding-inline: 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-inr {
    max-width: 1312px;
    padding-inline: 48px;
  }
}
.p-f-dm-serif, .p-sec-focus-ttl span, .p-sec-focus-year, .p-sec-ttl i, .p-mv-ttl-en {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  font-optical-sizing: auto;
}

.p-f-ss3, .p-mv-scroll {
  font-family: "Source Sans 3", sans-serif;
  font-weight: normal;
  font-optical-sizing: auto;
}

.p-f-noto-serif, .p-sec-ttl span {
  font-family: "Noto Serif JP", serif;
}

.p-mv {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .p-mv {
    background: url(/purposestory/img/history/bg-mv.jpg) 70% 50%/cover no-repeat;
    padding-block: 40px 100px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-mv {
    background: url(/purposestory/img/history/bg-mv.jpg) 70% 50%/cover no-repeat;
    padding-block: 80px 120px;
  }
}
@media only screen and (max-width: 959px) {
  .p-mv-ttl {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-mv-ttl {
    margin-bottom: 40px;
  }
}

.p-mv-ttl-en {
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 599px) {
  .p-mv-ttl-en {
    font-size: 5.6rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-mv-ttl-en {
    font-size: 7.7rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-mv-ttl-en {
    font-size: 10rem;
  }
}
@print {
  .p-mv-ttl-en {
    font-size: 3.6rem;
  }
}

.p-mv-ttl-ja {
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 599px) {
  .p-mv-ttl-ja {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-mv-ttl-ja {
    font-size: 2.6rem;
  }
}
@media print {
  .p-mv-ttl-ja {
    font-size: 1.6rem;
  }
}

.p-mv-lead {
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .p-mv-lead {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-mv-lead {
    font-size: 2rem;
  }
}
@media print {
  .p-mv-lead {
    font-size: 1.2rem;
  }
}

.p-mv-index {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media only screen and (max-width: 599px) {
  .p-mv-index {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-mv-index {
    font-size: 2rem;
  }
}
@media print {
  .p-mv-index {
    font-size: 1.2rem;
  }
}
.p-mv-index li {
  margin-right: 2.5em;
}
.p-mv-index a {
  color: inherit;
  text-decoration: none;
}
.p-mv-index a:after {
  content: "";
  display: inline-block;
  margin-left: 0.6em;
  background: url(/purposestory/img/history/icon-arrow.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 599px) {
  .p-mv-index a:after {
    width: 12px;
    height: 11px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-mv-index a:after {
    width: 14px;
    height: 13px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-mv-index a:hover {
    text-decoration: underline;
  }
}

.p-mv-scroll {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  height: 80px;
  writing-mode: vertical-rl;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 599px) {
  .p-mv-scroll {
    left: 22px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-mv-scroll {
    left: 58px;
  }
}
@media only screen and (min-width: 1312px) {
  .p-mv-scroll {
    left: calc((100% - 1216px) / 2 + 10px);
  }
}
.p-mv-scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: scroll 1.4s ease-in-out infinite;
          animation: scroll 1.4s ease-in-out infinite;
}

@-webkit-keyframes scroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 80%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 80%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
.p-sec {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .p-sec {
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec {
    padding-bottom: 120px;
  }
}
@media print {
  .p-sec {
    padding-bottom: 0;
  }
}
.p-sec:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 599px) {
  .p-sec:after {
    left: 22px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec:after {
    left: 58px;
  }
}
@media only screen and (min-width: 1312px) {
  .p-sec:after {
    left: calc((100% - 1216px) / 2 + 10px);
  }
}
@media print {
  .p-sec:after {
    display: none;
  }
}
.p-sec.is-fixed .p-sec-bg {
  position: fixed;
}
@media only screen and (max-width: 959px) {
  .p-sec.is-fixed .p-sec-bg {
    top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec.is-fixed .p-sec-bg {
    top: 80px;
  }
}
@media print {
  .p-sec.is-fixed .p-sec-bg {
    top: auto;
    position: relative;
    height: auto;
  }
}
.p-sec.is-bottom .p-sec-bg {
  top: 100%;
  transform: translate(0, -100%);
}
.p-sec-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 959px) {
  .p-sec-bg {
    height: calc(100vh - 60px);
    max-height: 100%;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-bg {
    height: calc(100vh - 80px);
    max-height: 100%;
  }
}
@media print {
  .p-sec-bg {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sec-content {
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .p-sec-content {
    padding-block: 80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-content {
    padding-block: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-content {
    padding-block: 130px;
  }
}
@media print {
  .p-sec-content {
    color: #000;
    padding-block: 60px;
  }
}

@media print, screen and (min-width: 960px) {
  .p-sec-inr {
    display: flex;
  }
}

.p-sec-ttl {
  position: relative;
  line-height: 1;
  word-break: break-all;
}
@media only screen and (max-width: 599px) {
  .p-sec-ttl {
    padding-left: 28px;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-ttl {
    margin-bottom: 42px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec-ttl {
    padding-left: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-ttl {
    flex: 0 0 40%;
    margin-top: -16px;
  }
}
@media print {
  .p-sec-ttl {
    flex: 0 0 30%;
    margin-top: 0;
    padding-left: 0;
  }
}
.p-sec-ttl i {
  display: block;
  font-weight: normal;
}
@media only screen and (max-width: 599px) {
  .p-sec-ttl i {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-ttl i {
    font-size: 7.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-ttl i {
    font-size: 7.8rem;
  }
}
@media print {
  .p-sec-ttl i {
    font-size: 2.4rem;
  }
}
.p-sec-ttl i:before {
  content: "";
  display: block;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0.5em;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 599px) {
  .p-sec-ttl i:before {
    width: 16px;
    height: 16px;
    left: 2px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-ttl i:before {
    width: 18px;
    height: 18px;
    left: 1px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-ttl i:before {
    width: 20px;
    height: 20px;
    left: 0;
  }
}
@media print {
  .p-sec-ttl i:before {
    display: none;
  }
}
.p-sec-ttl span {
  display: block;
  margin-top: 0.6em;
  line-height: 1.4;
}
@media only screen and (max-width: 599px) {
  .p-sec-ttl span {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-ttl span {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-ttl span {
    font-size: 4.6rem;
  }
}
@media print {
  .p-sec-ttl span {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 599px) {
  .p-sec-body {
    padding-left: 28px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec-body {
    padding-left: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-body {
    flex: 1 1 auto;
  }
}

.p-sec-focus {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
}
@media only screen and (max-width: 599px) {
  .p-sec-focus {
    padding-block: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-focus {
    padding-block: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-focus {
    padding-block: 80px;
  }
}
@media print {
  .p-sec-focus {
    padding: 0 0 60px;
  }
}

.p-sec-focus-img img {
  max-width: 100%;
  height: auto;
}

.p-sec-hl {
  margin-bottom: 0.8em;
  line-height: 1.6;
}
@media only screen and (max-width: 959px) {
  .p-sec-hl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-hl {
    font-size: 3.2rem;
  }
}
@media print {
  .p-sec-hl {
    font-size: 2.4rem;
  }
}

.p-sec-list {
  font-weight: bold;
  margin-top: 32px;
}
.p-sec-list dt {
  font-size: 2rem;
}
@media print {
  .p-sec-list dt {
    font-size: 1.4rem;
  }
}
.p-sec-list dd {
  font-size: 1.6rem;
  padding-left: 16px;
  position: relative;
  margin-top: 8px;
}
@media print {
  .p-sec-list dd {
    font-size: 1.2rem;
  }
}
.p-sec-list dd:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: currentcolor;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translate(0, -50%);
}

.p-sec-focus-year {
  font-weight: normal;
  line-height: 1;
  position: relative;
  word-break: break-all;
}
@media only screen and (max-width: 599px) {
  .p-sec-focus-year {
    padding-left: 28px;
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec-focus-year {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 959px) {
  .p-sec-focus-year {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-focus-year {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-focus-year {
    flex: 0 0 14.47%;
    font-size: 5.7rem;
    margin-top: -8px;
  }
}
@media print {
  .p-sec-focus-year {
    font-size: 3.2rem;
    padding-left: 0;
  }
}
.p-sec-focus-year:before {
  content: "";
  display: block;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: 0.5em;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  left: 5px;
  z-index: 1;
}
@media print {
  .p-sec-focus-year:before {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .p-sec-focus-txt {
    padding-left: 28px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec-focus-txt {
    padding-left: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-focus-txt {
    flex: 0 0 59.87%;
  }
}

.p-sec-focus-ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.p-sec-focus-ttl span {
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  color: #0068AF;
  margin-bottom: 12px;
}

@media only screen and (max-width: 599px) {
  .p-sec-focus-img {
    padding-left: 28px;
    width: 75%;
  }
}
@media only screen and (max-width: 959px) {
  .p-sec-focus-img {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
  .p-sec-focus-img {
    width: 50%;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec-focus-img {
    padding-left: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-sec-focus-img {
    flex: 1 1 auto;
  }
}
.p-sec-focus-img figcaption {
  font-size: 1.4rem;
  margin-top: 1em;
  line-height: 1.6;
}

.p-sec-focus-list {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.p-sec-focus-list > li {
  text-indent: -1em;
  margin-left: 1em;
}

@media only screen and (max-width: 599px) {
  .p-sec-focus-btns {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 600px) {
  .p-sec-focus-btns {
    margin-top: 24px;
    max-width: 500px;
  }
}
/*# sourceMappingURL=history.css.map */
