﻿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[data-top="detail"] {
    margin-top: 96px;
    margin-top: 25.6vw;
  }
  .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: 270px;
}
.bg-wrapper {
  margin-top: 265px;
  padding-bottom: 200px;
}
.headline {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -216px;
  margin-bottom: 160px;
}
.headline__inner {
  position: relative;
  margin-left: 12.5vw;
}
.headline__title {
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}
.detail {
  width: 100%;
  position: relative;
  top: -23px;
  margin-bottom: -23px;
  z-index: 1;
}
.detail__inner {
  position: relative;
  margin-left: 20vw;
}
.detail__block {
  width: 52.5vw;
  margin-bottom: 80px;
}
.detail__block:last-of-type {
  margin-bottom: 0;
}
.detail__block h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 24px;
}
.detail__block .block--text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.25px;
  text-align: justify;
}
.detail__block .block--text a {
  text-decoration: underline;
  color: #353e3f;
  transition: all 0.3s;
}
.detail__block .block--text a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 210px;
    padding-top: 53.846153vw;
  }
  .bg-wrapper {
    margin-top: 0;
    padding-bottom: 160px;
    padding-bottom: 42.6666666667vw;
  }
  .bg-wrapper::before {
    display: block;
    content: "";
    position: absolute;
    top: -210px;
    top: -53.846153vw;
    height: 210px;
    height: 53.846153vw;
    left: 0;
    width: 100%;
    background-image: linear-gradient(
      0deg,
      rgb(230, 238, 241),
      rgba(230, 238, 241, 0.7) 49px,
      rgba(230, 238, 241, 0)
    );
    z-index: 1;
  }
  .headline {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    margin-bottom: 120px;
    margin-bottom: 30.7692307vw;
  }
  .headline__inner {
    position: relative;
    margin-left: 6.9230769231vw;
  }
  .headline__title {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 5.1282051282051vw;
    line-height: 140%;
  }
  .detail {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .detail__inner {
    position: relative;
    margin-left: 13.0769230769vw;
  }
  .detail__block {
    width: 80vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .detail__block:last-of-type {
    margin-bottom: 0;
  }
  .detail__block h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 120%;
    letter-spacing: 0.15px;
    letter-spacing: 0.04vw;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
  }
  .detail__block .block--text {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 155%;
    letter-spacing: 0.4px;
    letter-spacing: 0.1066666667vw;
    text-align: justify;
  }
  .detail__block .block--text a {
    text-decoration: underline;
    color: #353e3f;
    transition: none;
    word-wrap: break-word;
  }
  .detail__block .block--text a:hover {
    opacity: 1;
  }
}
