@charset "UTF-8";
/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.pankuzu {
  margin-top: -2.5em;
  padding-left: 28.5vw;
  max-width: 90%;
}
.pankuzu ul {
  display: flex;
}
.pankuzu ul li {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 16px;
  color: #247090;
}
.pankuzu ul li:nth-of-type(1), .pankuzu ul li:nth-of-type(2) {
  flex-shrink: 0; /* 縮小させない */
  flex-basis: auto;
}
.pankuzu ul li.current {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pankuzu ul li span {
  padding: 0 0.5em;
}
.pankuzu ul li a {
  color: #247090;
}
@media (max-width: 1024px) {
  .pankuzu {
    display: none;
  }
}

section.second {
  padding-left: calc(55px + 28.5vw);
}
@media (max-width: 1024px) {
  section.second {
    padding-top: 10vw;
    padding-left: 0;
    width: 100vw;
  }
}
section.second h1 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 62px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media (max-width: 1024px) {
  section.second h1 {
    font-size: min(11.5vw, 40px);
    line-height: 1.5;
    padding: 5vw 5vw 0.5em;
  }
  section.second h1 span {
    display: inline-block;
  }
}
section.second h1.line {
  position: relative;
}
section.second h1.line::after {
  content: "";
  height: 1px;
  width: 100vw;
  border-bottom: 4px solid rgba(213, 213, 213, 0.3019607843);
  position: absolute;
  right: 0;
  bottom: 0;
}
section.second .photoMainsc {
  width: calc(100vw - (55px + 28.5vw));
  height: 528px;
  background-color: #ccc;
  overflow: hidden;
}
section.second .photoMainsc img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  section.second .photoMainsc {
    width: 100%;
    height: 40vw;
    min-height: 256px;
  }
}

.top {
  padding: 60px 0 60px 55px;
}
@media (max-width: 1024px) {
  .top {
    padding: 0 5%;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
}

p.no {
  color: #59AAD3;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 0 0 1.5em 1em;
}
p.no::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #59AAD3;
}
@media (max-width: 1024px) {
  p.no {
    font-size: 14px;
  }
}
p.no span {
  display: inline-block;
}

.p404 {
  padding-bottom: 90px;
}
.p404 div h1 {
  font-size: 32px;
}
.p404 div p {
  padding-bottom: 2em;
}
@media (max-width: 1024px) {
  .p404 {
    width: 100%;
    margin: 0 auto;
  }
  .p404 div {
    padding: 1em;
  }
  .p404 div h1 {
    padding: 1em 0;
  }
}