﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f5f7f8;
  color: #353c3e;
  backface-visibility: hidden;
  font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}
a:visited,
a:link {
  color: #353e3f;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #353e3f;
  text-decoration: none;
}
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
svg {
  line-height: 1em;
  vertical-align: top;
}
.only--pc {
  display: block;
}
.only--sp {
  display: none;
}
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#blind {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #fff;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}
.loader.is--show {
  display: block;
}
.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.bg-wrapper {
  position: relative;
  background-color: #e6eef1;
}
.bg-wrapper[data-top="detail"] {
  margin-top: 96px;
}
.bg-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: -536px;
  left: 0;
  width: 100%;
  height: 536px;
  background-image: linear-gradient(
    0deg,
    rgb(230, 238, 241),
    rgba(230, 238, 241, 0.7) 126px,
    rgba(230, 238, 241, 0)
  );
  z-index: 1;
}
.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.background:not([data-bg="top"]) .background--image {
  overflow-y: hidden;
}
.background:not([data-bg="top"]) .background--image::after {
  height: 120px;
}
.background[data-bg="top"] .background--image {
  height: 100vh;
}
.background[data-bg="top"] .background--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background--image {
  width: 100%;
  position: relative;
}

:root {
  font-size: 10px;
}
@media print, screen and (min-widht: 1600px) {
  :root {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #f5f7f8;
    color: #353c3e;
    backface-visibility: hidden;
    font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
      "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .only--pc {
    display: none;
  }
  .only--sp {
    display: block;
  }
  #pagetop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9999;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #fff;
  }
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .bg-wrapper::before {
    top: -210px;
    top: -53.8461538vw;
    height: 210px;
    height: 53.8461538vw;
    background-image: linear-gradient(
      0deg,
      rgb(230, 238, 241),
      rgba(230, 238, 241, 0.7) 25px,
      rgba(230, 238, 241, 0)
    );
  }
  .background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .background[data-bg="top"] .background--image {
    height: 100%;
  }
  .background:not([data-bg="top"]) .background--image {
    height: 280px;
    height: 74.6666666667vw;
    overflow-y: hidden;
  }
  .background:not([data-bg="top"]) .background--image::after {
    height: 120px;
    height: 32vw;
  }
  .background--image {
    width: 100%;
    position: relative;
  }
  .background--image::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    height: 32vw;
    background-image: linear-gradient(
      0deg,
      rgb(245, 247, 248),
      rgba(255, 255, 255, 0)
    );
    z-index: 1;
  }
}
.container {
  padding-top: 200px;
}
.bg-wrapper {
  margin-top: 335px;
  padding-bottom: 200px;
}
.bg-wrapper[data-top="detail"] {
  margin-top: 313px;
}
.bg-wrapper[data-top="detail"]::before {
  top: -536px;
  height: 536px;
}
.headline {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -216px;
}
.headline__inner {
  position: relative;
  margin-left: 12.5vw;
}
.headline__title {
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 160px;
}
.list {
  width: 100%;
  position: relative;
  top: -22px;
  z-index: 1;
  margin-bottom: -22px;
}
.list__inner {
  position: relative;
  margin-left: 27.5vw;
  width: 52.5vw;
}
.list__inner li {
  margin-bottom: 48px;
}
.list__inner li:last-of-type {
  margin-bottom: 0;
}
.list__inner li:first-child {
  padding-top: 0;
}
.list__inner a {
  display: block;
  text-decoration: none;
  color: #353e3f;
  transition: all 0.3s;
}
.list__inner a:hover {
  opacity: 0.5;
}
.list__inner span {
  display: block;
}
.list__inner span.list--title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.25px;
  color: #353e3f;
  margin-bottom: 4px;
}
.list__inner span.list--date {
  font-family: "Leida", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 155%;
  color: #7fa0ad;
}
.detail {
  width: 100%;
  position: relative;
  top: -240px;
  z-index: 1;
  margin-bottom: -102px;
}
.detail__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 67.5vw;
}
.detail__date {
  font-family: "Leida", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 4px;
  color: #7fa0ad;
}
.detail__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 80px;
}
.detail__content {
  margin-left: 15vw;
  width: 52.5vw;
}
.detail__content a {
  color: #65a4b6;
}
.detail__content .content--image {
  width: 100%;
  margin-bottom: 40px;
}
.detail__content .content--text {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.25px;
  margin-bottom: 80px;
}
.detail__content .content--text p {
  margin-bottom: 2em;
}
.detail__content .content--text img {
  width: 100%;
  height: auto;
}
.detail__content .content--pager {
  display: flex;
  justify-content: flex-end;
}
.detail__content .content--pager__prev a,
.detail__content .content--pager__next a {
  text-decoration: none;
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.64px;
  color: #353e3f;
  display: block;
}
.detail__content .content--pager__prev span,
.detail__content .content--pager__next span {
  display: block;
  position: relative;
}
.detail__content .content--pager__prev span::before,
.detail__content .content--pager__next span::before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  background: url("../img/common/icon_arrow_r1.svg") center center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.detail__content .content--pager__prev.is--limit a,
.detail__content .content--pager__next.is--limit a {
  color: #7fa0ad;
  pointer-events: none;
}
.detail__content .content--pager__prev.is--limit span::before,
.detail__content .content--pager__next.is--limit span::before {
  background: url("../img/common/icon_arrow_r2.svg") center center no-repeat;
  background-size: 100% 100%;
}
.detail__content .content--pager__prev {
  margin-right: 32px;
}
.detail__content .content--pager__prev a {
  padding-left: 32px;
}
.detail__content .content--pager__prev a:hover span::before {
  transform: translate(-10px, -50%) scaleX(-1);
}
.detail__content .content--pager__prev span::before {
  left: -32px;
  transform: translateY(-50%) scaleX(-1);
}
.detail__content .content--pager__next a {
  padding-right: 32px;
}
.detail__content .content--pager__next a:hover span::before {
  transform: translate(10px, -50%) scaleX(1);
}
.detail__content .content--pager__next span::before {
  right: -32px;
  transform: translateY(-50%) scaleX(1);
}
.pager {
  width: 100%;
  position: relative;
  z-index: 2;
}
.pager__inner {
  position: relative;
  margin-left: 5vw;
}
.pager__inner a {
  display: inline-block;
  color: #353e3f;
  text-decoration: none;
  position: relative;
  padding-left: 7.5vw;
}
.pager__inner a::before {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: url("../img/common/icon_arrow_l1.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.pager__inner a:hover::before {
  transform: translate(-10px, -50%);
}
.pager__inner span {
  position: relative;
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.64px;
}
.pager__inner_back span {
  position: relative;
  font-family: "Leida", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 160px;
    padding-top: 42.6666666667vw;
  }
  .bg-wrapper {
    margin-top: 43px;
    margin-top: 11.0256vw;
    padding-bottom: 120px;
    padding-bottom: 30.7692308vw;
  }
  .bg-wrapper[data-top="detail"] {
    margin-top: 24px;
    margin-top: 6.15384615vw;
  }
  .bg-wrapper[data-top="detail"]::before {
    top: -210px;
    top: -53.8461538vw;
    height: 210px;
    height: 53.8461538vw;
    background-image: linear-gradient(
      0deg,
      rgb(230, 238, 241),
      rgba(230, 238, 241, 0.7) 25px,
      rgba(230, 238, 241, 0)
    );
  }
  .headline {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    margin-bottom: 120px;
    margin-bottom: 30.7692308vw;
  }
  .headline__inner {
    position: relative;
    margin-left: 6.9230769231vw;
  }
  .headline__title {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 5.128205128205128vw;
    line-height: 110%;
    margin-bottom: 120px;
    margin-bottom: 30.7692307vw;
  }
  .list {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
  }
  .list__inner {
    position: relative;
    margin-left: 13.3333333333vw;
    width: 80vw;
  }
  .list__inner li {
    margin-bottom: 24px;
    margin-bottom: 10.256410256410255vw;
  }
  .list__inner li:last-of-type {
    margin-bottom: 0;
  }
  .list__inner a {
    display: block;
    text-decoration: none;
    color: #353e3f;
    transition: none;
  }
  .list__inner a:hover {
    opacity: 1;
  }
  .list__inner span {
    display: block;
  }
  .list__inner span.list--title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    line-height: 200%;
    letter-spacing: 0.4px;
    letter-spacing: 0.1066666667vw;
    color: #353e3f;
    margin-bottom: 8px;
    margin-bottom: 2.1333333333vw;
  }
  .list__inner span.list--date {
    font-family: "Leida", serif;
    font-weight: 400;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    line-height: 110%;
    letter-spacing: 0.4px;
    letter-spacing: 0.1066666667vw;
    color: #7fa0ad;
  }
  .detail {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0px;
    top: 0vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
  .detail__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
  }
  .detail__date {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.5897435897435894vw;
    line-height: 200%;
    letter-spacing: 0.25px;
    letter-spacing: 0.0666666667vw;
    color: #7fa0ad;
    margin-bottom: 8px;
    margin-bottom: 2.1333333333vw;
    position: relative;
  }
  .detail__title {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 5.128205128205128vw;
    line-height: 180%;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .detail__content {
    margin-left: 0;
    width: 86.1538461538vw;
  }
  .detail__content .content--image {
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .detail__content .content--text {
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.076923076923077vw;
    line-height: 200%;
    letter-spacing: 0.25px;
    letter-spacing: 0.0666666667vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .detail__content .content--text p {
    margin-bottom: 2em;
  }
  .detail__content .content--text img {
    width: 100%;
    height: auto;
  }
  .detail__content .content--text a {
    word-wrap: break-word;
  }
  .detail__content .content--pager {
    display: flex;
    justify-content: flex-end;
  }
  .detail__content .content--pager__prev a,
  .detail__content .content--pager__next a {
    text-decoration: none;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    line-height: 110%;
    letter-spacing: 0.24px;
    letter-spacing: 0.0615vw;
    color: #353e3f;
    display: block;
  }
  .detail__content .content--pager__prev span,
  .detail__content .content--pager__next span {
    display: block;
    position: relative;
  }
  .detail__content .content--pager__prev span::before,
  .detail__content .content--pager__next span::before {
    content: "";
    display: block;
    width: 16px;
    width: 4.2666666667vw;
    height: 9px;
    height: 2.4vw;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    background: url("../img/common/icon_arrow_r1.svg") center center no-repeat;
    background-size: 100% 100%;
    transition: none;
  }
  .detail__content .content--pager__prev.is--limit a,
  .detail__content .content--pager__next.is--limit a {
    color: #7fa0ad;
    pointer-events: none;
  }
  .detail__content .content--pager__prev.is--limit span::before,
  .detail__content .content--pager__next.is--limit span::before {
    background: url("../img/common/icon_arrow_r2.svg") center center no-repeat;
    background-size: 100% 100%;
  }
  .detail__content .content--pager__prev {
    margin-right: 32px;
    margin-right: 8.5333333333vw;
  }
  .detail__content .content--pager__prev a {
    padding-left: 32px;
    padding-left: 8.5333333333vw;
  }
  .detail__content .content--pager__prev a:hover span::before {
    transform: translate(-10px, -50%) scaleX(-1);
  }
  .detail__content .content--pager__prev span::before {
    left: -32px;
    left: -8.5333333333vw;
    transform: translateY(-50%) scaleX(-1);
  }
  .detail__content .content--pager__next a {
    padding-right: 32px;
    padding-right: 8.5333333333vw;
  }
  .detail__content .content--pager__next a:hover span::before {
    transform: translate(10px, -50%) scaleX(1);
  }
  .detail__content .content--pager__next span::before {
    right: -32px;
    right: -8.5333333333vw;
    transform: translateY(-50%) scaleX(1);
  }
  .pager {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .pager[data-pager="top"] {
    margin-bottom: 80px;
    margin-bottom: 20.5128205128vw;
  }
  .pager__inner {
    position: relative;
    margin-left: 6.9230769231vw;
  }
  .pager__inner a {
    display: inline-block;
    color: #353e3f;
    text-decoration: none;
    position: relative;
    padding-left: 14.6153846154vw;
  }
  .pager__inner a::before {
    content: "";
    display: block;
    width: 40px;
    width: 10.6666666667vw;
    height: 8px;
    height: 2.1333333333vw;
    background: url("../img/common/icon_arrow_l1.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }
  .pager__inner a:hover::before {
    transform: translate(0px, -50%);
  }
  .pager__inner span {
    position: relative;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 4.102564102564102vw;
    line-height: 120%;
    letter-spacing: 0.15px;
    letter-spacing: 0.04vw;
  }
  .pager__inner_back span {
    position: relative;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 4.102564102564102vw;
    line-height: 120%;
    letter-spacing: 0.15px;
    letter-spacing: 0.04vw;
  }
}
