@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;
}

section.second .header {
  padding-bottom: 115px;
}
section.second .header h1 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 52px;
  line-height: 1.4;
  font-weight: 400;
}
section.second .header figure.main_ph {
  width: 980px;
  max-width: 90%;
  height: 503px;
  overflow: hidden;
}
section.second .header figure.main_ph img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.second .header div.name {
  width: 980px;
  max-width: 90%;
  text-align: right;
}
section.second .header div.name p {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  font-weight: 600;
}
section.second .header div.name p span {
  background-color: rgba(0, 179, 255, 0.0823529412);
  font-size: 17px;
  color: #59AAD3;
  padding: 0 1em;
  border-radius: 1.5em;
  margin-left: 0.5em;
}
@media (max-width: 1024px) {
  section.second .header {
    padding-bottom: 80px;
  }
  section.second .header h1 {
    font-size: 30px;
  }
  section.second .header figure.main_ph {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    height: 60vw;
  }
  section.second .header div.name {
    width: 90%;
    max-width: 90%;
    margin: 1em auto 0;
  }
  section.second .header div.name p {
    font-size: 17px;
  }
  section.second .header div.name p span {
    font-size: 14px;
  }
}

section.voice div.content, section.advice div.content {
  width: 980px;
  max-width: 90%;
  padding-bottom: 96px;
}
@media (max-width: 1024px) {
  section.voice div.content, section.advice div.content {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}
section.voice div.content h2, section.advice div.content h2 {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 1em;
  padding-left: 0.7em;
  position: relative;
}
section.voice div.content h2::before, section.advice div.content h2::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #59AAD3;
  position: absolute;
  left: 0;
  top: calc(0.5em - 3px);
}
section.voice div.content p, section.advice div.content p {
  padding-left: 1em;
  text-align: justify;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1024px) {
  section.voice div.content p, section.advice div.content p {
    padding-bottom: 2em;
  }
}
section.voice div.content p:nth-of-type(1), section.advice div.content p:nth-of-type(1) {
  padding-bottom: 83px;
}
@media (max-width: 1024px) {
  section.voice div.content p:nth-of-type(1), section.advice div.content p:nth-of-type(1) {
    padding-bottom: 4em;
  }
}
@media (max-width: 1024px) {
  section.voice div.content, section.advice div.content {
    padding-bottom: 4em;
  }
}
section.voice div.content figure.tall, section.advice div.content figure.tall {
  width: 330px;
  height: 480px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.voice div.content figure.tall, section.advice div.content figure.tall {
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }
}
section.voice div.content figure.tall img, section.advice div.content figure.tall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.voice div.content figure.wide, section.advice div.content figure.wide {
  width: 100%;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  section.voice div.content figure.wide, section.advice div.content figure.wide {
    width: 120%;
    margin-left: -10%;
    height: 60vw;
  }
  section.voice div.content figure.wide .simpleParallax, section.advice div.content figure.wide .simpleParallax {
    height: 100%;
  }
}
section.voice div.content figure.wide img, section.advice div.content figure.wide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.voice div.content.sidebyside, section.advice div.content.sidebyside {
  display: flex;
  justify-content: space-between;
}
section.voice div.content.sidebyside div.text, section.advice div.content.sidebyside div.text {
  width: 522px;
  padding-right: 10%;
  max-width: 60%;
}
@media (max-width: 1024px) {
  section.voice div.content.sidebyside, section.advice div.content.sidebyside {
    flex-direction: column;
  }
  section.voice div.content.sidebyside div.text, section.advice div.content.sidebyside div.text {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
  }
}

section.advice {
  padding-top: 92px;
  background-color: #59AAD3;
}
section.advice .content {
  width: 100%;
}
section.advice .content div.text h2, section.advice .content div.text p {
  color: #fff;
}
section.advice .content div.text h2::before, section.advice .content div.text p::before {
  background-color: #fff;
}
section.advice .content figure.thumb {
  width: 330px;
  height: 200px;
}
section.advice .content figure.thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  section.advice .content figure.thumb {
    width: 100%;
  }
}

section.subtitle div.scheduledesc span.title, section.subtitle div.otherlist span.title {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding-left: 1em;
  position: relative;
  color: #59AAD3;
}
section.subtitle div.scheduledesc span.title::before, section.subtitle div.otherlist span.title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #59AAD3;
  left: 0;
  top: 0.5em;
}
section.subtitle div.scheduledesc h2.title, section.subtitle div.otherlist h2.title {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 46px;
  padding-bottom: 1.5em;
}
@media (max-width: 1024px) {
  section.subtitle div.scheduledesc h2.title, section.subtitle div.otherlist h2.title {
    font-size: 7.8vw;
  }
}

section.schedule {
  position: relative;
  padding-top: 140px;
  padding-bottom: 140px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  section.schedule {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
section.schedule div.scheduledesc {
  position: relative;
  width: 980px;
  max-width: 100%;
  overflow-x: hidden;
  color: #fff;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc {
    width: 90%;
    margin: 0 auto;
  }
}
section.schedule div.scheduledesc span.title {
  color: #fff;
}
section.schedule div.scheduledesc span.title::before {
  background-color: #fff;
}
section.schedule div.scheduledesc .list {
  display: flex;
  min-width: 684px;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc .list {
    flex-direction: column;
    min-width: inherit;
  }
}
section.schedule div.scheduledesc ul {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
}
section.schedule div.scheduledesc ul:first-child {
  padding-right: 7em;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul:first-child {
    padding-right: 0;
  }
}
section.schedule div.scheduledesc ul li {
  padding-bottom: 1rem;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul li {
    display: flex;
  }
}
section.schedule div.scheduledesc ul li span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  position: relative;
  line-height: 1.5em;
}
section.schedule div.scheduledesc ul li span.time {
  height: 100%;
  padding-right: 3em;
  font-size: 18px;
}
section.schedule div.scheduledesc ul li span.time::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  right: 1.5em;
  top: 0.75em;
}
section.schedule div.scheduledesc ul li span.time::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 1em);
  background-color: #fff;
  top: 0;
  right: calc(1.5em + 2px);
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul li span.time::after {
    height: 200%;
  }
}
section.schedule div.scheduledesc ul.am li:first-child span::after {
  top: 1em;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul.am li:first-child span::after {
    height: 600%;
  }
}
section.schedule div.scheduledesc ul.am li:last-child span::after {
  top: inherit;
  bottom: 0;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul.am li:last-child span::after {
    height: 300%;
    top: -2em;
    bottom: inherit;
  }
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul.pm li:first-child span::after {
    height: 300%;
  }
}
section.schedule div.scheduledesc ul.pm li:last-child span::after {
  top: inherit;
  bottom: 1em;
}
@media (max-width: 1024px) {
  section.schedule div.scheduledesc ul.pm li:last-child span::after {
    bottom: 0.5em;
    height: 600%;
  }
}

section.other {
  padding-top: 140px;
  padding-bottom: 180px;
}
@media (max-width: 1024px) {
  section.other {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
section.other .otherlist {
  width: 980px;
  max-width: 90%;
}
@media (max-width: 1024px) {
  section.other .otherlist {
    width: 90%;
    margin: 0 auto;
  }
}
section.other .otherlist ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列を指定 */
}
@media (max-width: 1024px) {
  section.other .otherlist ul {
    display: block;
  }
}
section.other .otherlist ul li {
  width: 98%;
}
@media (max-width: 1024px) {
  section.other .otherlist ul li {
    width: 100%;
    margin-bottom: 1em;
  }
}
section.other .otherlist ul li a figure img {
  height: 192px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.other .otherlist ul li a .nameBox {
  color: #fff;
  width: 100%;
  background-color: #247090;
  padding: 0.8em;
}
section.other .otherlist ul li a .nameBox p {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
}
section.other .otherlist ul li a .nameBox p strong {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06;
  position: relative;
  display: block;
  line-height: 1;
  margin-top: 0.5em;
}
section.other .otherlist ul li a .nameBox p strong::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
}/*# sourceMappingURL=voice.css.map */