@charset "UTF-8";
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 13px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #00afec;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*
Theme Name: park-friends-v5
Theme URI: https://park-friends.org
Author: Park Friends
Author URI: https://park-friends.org
Description: Custom theme for park-friends.org
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-y: scroll;
  scroll-behavior: smooth;
  color: #333;
}

body {
  min-width: 300px;
}

a {
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, fill 0.2s ease, stroke 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, text-decoration 0.2s ease, opacity 0.2s ease, fill 0.2s ease, stroke 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, text-decoration 0.2s ease, opacity 0.2s ease, fill 0.2s ease, stroke 0.2s ease, -webkit-text-decoration 0.2s ease;
}

a:hover {
  text-decoration: underline;
}

body {
  font-size: 1.4rem;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

.md-logoHorizontal-small {
  display: block;
  width: 127px;
  height: 65px;
}
.md-logoHorizontal-small:hover {
  opacity: 0.8;
}

.md-page-error {
  margin-top: 200px;
  text-align: center;
}

.md-link {
  color: #00a7e0;
}

.btn-moveTop {
  align-items: center;
  border: 0;
  border-radius: 50%;
  background-color: #0799ce;
  bottom: 70px;
  cursor: pointer;
  display: flex;
  height: 70px;
  justify-content: center;
  opacity: 0;
  outline: 0;
  position: fixed;
  right: 70px;
  transition: opacity 0.5s;
  visibility: hidden;
  width: 70px;
}

.btn-moveTop-icon {
  height: 13px;
  margin-bottom: 6px;
  width: 26px;
}

.btn-next {
  align-items: center;
  border: 1px solid #00a7e0;
  border-radius: 10px;
  color: #00a7e0;
  display: flex;
  margin: 30px 0;
  padding: 18px 18px 18px 48px;
  text-decoration: none;
}

.btn-next:hover {
  background-color: #00a7e0;
  color: #FFF;
  text-decoration: none;
}
.btn-next:hover #double-arrow > polyline {
  stroke: #FFF;
}

.btn-next-text {
  flex-grow: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.btn-previous {
  align-items: center;
  border: 1px solid #00a7e0;
  border-radius: 10px;
  color: #00a7e0;
  display: flex;
  margin: 30px 0 40px 0;
  padding: 17px 40px 17px 18px;
  text-decoration: none;
}
.btn-previous:hover {
  background-color: #00a7e0;
  color: #FFF;
  text-decoration: none;
}
.btn-previous:hover #double-arrow > polyline {
  stroke: #FFF;
}

.btn-previous-text {
  flex-grow: 1;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.btn-previous-arrow {
  height: 15px;
  margin-right: 15px;
  width: 15px;
}

.btn-previous-arrow__flipped {
  height: 15px;
  margin-left: 15px;
  margin-right: 0;
  transform: rotate(180deg);
  width: 15px;
}

.btn-previous-arrow > svg {
  display: inline-block;
}

#double-arrow > polyline {
  stroke: #00a7e0;
}

.device-detect {
  display: none;
}

.not-visible {
  visibility: hidden;
}

.slick-initialized {
  visibility: visible;
}

.neg-half-width {
  margin-left: -0.5em;
}

.inline-block {
  display: block;
}

@media only screen and (min-width: 981px) {
  .btn-next {
    display: inline-flex;
    padding: 14px 17px;
    border: 3px solid #00a7e0;
    margin: 85px 0 95px 0;
    min-width: 230px;
  }

  .btn-next-text {
    margin: 0 15px;
    font-size: 2rem;
  }

  .btn-previous {
    display: inline-flex;
    padding: 16px 17px;
    justify-content: center;
    border: 3px solid #00a7e0;
    margin: 85px 0 95px 0;
    min-width: 230px;
  }
  .btn-previous--narrow {
    margin: 20px 0 80px 0;
  }

  .btn-previous-arrow {
    margin: 0;
  }

  .btn-previous-text {
    margin: 0 15px;
    font-size: 2rem;
  }

  .mbOnly {
    display: none !important;
  }

  .device-detect {
    display: block;
  }
}
@media only screen and (max-width: 980px) {
  .pcOnly {
    display: none !important;
  }
}
.pw-wrapper {
  margin: 0 13px;
}

.single h1, .single h2, .single h3, .single h4, .single h5, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .archive h1, .archive h2, .archive h3, .archive h4, .archive h5 {
  color: #00a7e0;
}
.single h1, .blog h1, .archive h1 {
  font-size: 1.6rem;
}
.single h2, .single h3, .single h4, .single h5, .blog h2, .blog h3, .blog h4, .blog h5, .archive h2, .archive h3, .archive h4, .archive h5 {
  margin-top: 30px;
  font-size: 1.4rem;
}
.single figure img, .single .post-thumbnail img, .blog figure img, .blog .post-thumbnail img, .archive figure img, .archive .post-thumbnail img {
  display: block;
}
.single p, .blog p, .archive p {
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0;
}
.single blockquote, .blog blockquote, .archive blockquote {
  background-color: #EFEFEF;
  padding: 1em 2em;
  margin: 1em 0;
  border-radius: 10px;
}

.wp-block-table th,
.wp-block-table td {
  padding: 2px 5px;
}

.wp-block-image {
  margin: 30px -13px;
}
.wp-block-image figcaption {
  text-align: center;
}

.wp-block-separator {
  border-top: 1px solid #999;
  border-bottom: 0;
  width: 50%;
  margin: 50px auto;
}

.entry-title {
  margin: 10px 13px 0 13px;
  line-height: 1.7;
}

.entry-header {
  margin-bottom: 15px;
}

.post-thumbnail {
  margin: 0 0 30px 0;
}

.entry-content {
  margin: 0 13px;
}
.entry-content a {
  color: #00a7e0;
}

h1.pw-heading {
  margin: 50px 13px 20px 13px;
  font-size: 1.2rem;
  color: #00a7e0;
}
h1.pw-heading--1 {
  margin: 40px 13px 35px 13px;
  font-size: 2.2rem;
  color: #00a7e0;
}

.pw-next-page-link {
  background-color: #00a7e0;
  color: #fff;
  border-radius: 1.8rem;
  display: block;
  line-height: 3.6rem;
  font-size: 1.6rem;
  text-align: center;
  margin: 30px 19px;
}

.pw-page {
  display: block;
  border: 1px solid #00a7e0;
  color: #00a7e0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: bold;
}
.pw-page:hover {
  color: #fff;
  background-color: #00a7e0;
  text-decoration: none;
}
.pw-page:hover .pw-pagination-arrow > polyline {
  stroke: #FFF;
}

.pw-page-current {
  background-color: #00a7e0;
  color: #FFF;
}

.pw-pagination-icon {
  width: 13px;
  height: 11px;
}

.pw-pagination-icon > svg {
  display: block;
}

.pw-pagination-icon-previous {
  transform: rotate(180deg);
}

.pw-pagination-arrow > polyline {
  stroke: #1fade4;
}

.pw-date {
  font-size: 1.1rem;
  margin: 0 13px 0 13px;
  font-weight: bold;
}

.site-main {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 40px;
}

.pw-nav-links {
  display: flex;
  margin: 0 0 40px 0;
  justify-content: center;
}
.pw-nav-links > .pw-page:not(:last-child) {
  margin-right: 10px;
}

.pw__parkName {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 15px;
}

.pw-tags {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
  font-size: 1.2rem;
  margin: 10px 13px 20px 13px;
  line-height: 1.2;
}
.pw-tags :where(a) {
  color: #00a7e0;
  text-decoration: underline;
}
.pw-tags :where(a):hover {
  color: #10bfff;
}

.pw-related {
  margin: 50px 0 30px 0;
  padding: 50px 13px 0 13px;
  border-top: 2px solid #00a7e0;
  color: #00a7e0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 981px) {
  .pw-related {
    font-size: 1.8rem;
    margin: 95px 0 80px 0;
    padding: 95px 0 0 0;
  }
}

.pw-categoryName {
  font-weight: bold;
  font-size: 1.3rem;
  margin: 45px 13px 0 13px;
}

@media only screen and (min-width: 981px) {
  .pw-writer-header {
    margin: 50px 0 15px 0;
    color: #00a7e0;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 981px) {
  .pw-writer-container {
    margin-bottom: 15px;
  }
}

.pw-writer {
  display: flex;
  line-height: 1.2;
  gap: 15px;
  align-items: flex-end;
  margin: 40px 13px 0 13px;
}
@media only screen and (min-width: 981px) {
  .pw-writer {
    gap: 24px;
    margin: 0;
    align-items: flex-start;
  }
}
.pw-writer__label {
  color: #00a7e0;
  font-size: 1rem;
  margin-bottom: 10px;
}
.pw-writer__image {
  width: 130px;
  flex: 0 0 auto;
}
@media only screen and (min-width: 981px) {
  .pw-writer__image {
    width: 112px;
  }
}
.pw-writer__name {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .pw-writer__name {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.pw-writer__title {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media only screen and (min-width: 981px) {
  .pw-writer__title {
    font-size: 1.2rem;
    margin-left: 15px;
    display: inline;
    margin-top: 0;
  }
}
.pw-writer__body {
  margin: 10px 13px 0 13px;
}
@media only screen and (min-width: 981px) {
  .pw-writer__body {
    margin: 0;
  }
}
.pw-writer__body p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}

@media only screen and (min-width: 981px) {
  .pw-wrapper {
    width: 960px;
    position: relative;
    margin: 0 auto 0 auto;
  }

  .single h1, .blog h1, .archive h1 {
    font-size: 4rem;
  }
  .single h2, .single h3, .single h4, .single h5, .blog h2, .blog h3, .blog h4, .blog h5, .archive h2, .archive h3, .archive h4, .archive h5 {
    font-size: 2rem;
  }
  .single p, .blog p, .archive p {
    font-size: 1.6rem;
    line-height: 2.2;
    margin: 15px 0;
  }

  .post {
    margin-left: 220px;
  }

  .wp-block-image {
    margin: 40px 0;
  }

  .entry-title {
    margin: 0 0 5px 0;
  }

  .post-thumbnail {
    margin: 0 0 40px 0;
  }

  h1.pw-heading {
    margin: 10px 0 65px 0;
    font-size: 2.8rem;
  }
  h1.pw-heading--1 {
    margin: 5px 0 60px;
    font-size: 2.8rem;
    color: #00a7e0;
  }

  .pw-row-date {
    font-size: 1.4rem;
    margin: 0;
  }

  .pw-nav-links {
    margin: 50px 0 0 0;
  }
  .pw-nav-links > .pw-page:not(:last-child) {
    margin-right: 20px;
  }
  .pw-nav-links .pw-page {
    border: 2px solid #00a7e0;
    font-size: 1.8rem;
  }
  .pw-nav-links .pw-pagination-icon {
    width: 13px;
    height: 11px;
  }

  .pw-date {
    font-size: 2.2rem;
    line-height: 65px;
    margin: 0;
  }

  .entry-content {
    margin: 0;
  }

  .pw-inner {
    display: flex;
  }

  .site-main {
    font-size: 1.8rem;
    line-height: 2;
  }

  .pw__parkName {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0;
  }

  .entry-header {
    margin-bottom: 40px;
  }

  .wp-block-table th,
.wp-block-table td {
    padding: 5px 15px;
  }

  .pw-tags {
    margin: 0 0 20px 0;
    font-size: 1.4rem;
    gap: 15px;
  }
}
.pPrivacy-wrapper {
  width: auto;
  margin: 0 auto;
}

#page-privacy main {
  margin: 0 26px;
}
#page-privacy h1 {
  font-size: 2rem;
  color: #00a7e0;
  margin: 45px 0 20px 0;
}
#page-privacy h2 {
  font-size: 1.4rem;
  color: #00a7e0;
  margin: 35px 0 5px 0;
}
#page-privacy p {
  font-size: 1.4rem;
  line-height: 2.2;
  margin: 0;
}

.pPrivacy-logo {
  position: absolute;
  width: 127px;
  height: 65px;
  display: block;
}
.pPrivacy-logo:hover {
  opacity: 0.8;
}

.pPrivacy-email {
  color: #333;
  text-decoration: underline;
}

.pPrivacy-email:hover {
  color: #00a7e0;
}

.pPrivacy-btn-previous-wrapper {
  margin: 0 26px;
}

@media only screen and (min-width: 981px) {
  .pPrivacy-wrapper {
    width: 960px;
    margin: 90px auto 0;
  }

  #page-privacy main {
    margin-left: 180px;
  }
  #page-privacy h1 {
    font-size: 2.8rem;
    line-height: 65px;
    color: #00a7e0;
    margin: 0 0 35px;
  }
  #page-privacy h2 {
    font-size: 1.8rem;
    color: #00a7e0;
    margin: 45px 0 5px 0;
  }
  #page-privacy p {
    font-size: 1.8rem;
    line-height: 2.2;
  }

  .pPrivacy-btn-previous-wrapper {
    margin: 0;
  }
}
.footer {
  background-color: #00a7e0;
  color: #ffffff;
  padding: 25px 26px;
}
.footer-info {
  display: flex;
  margin-bottom: 20px;
}
.footer-info-logo {
  height: 101px;
  margin-right: 15px;
  width: 52px;
}
.footer-infoTable {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  justify-content: space-between;
  margin: 0;
}
.footer-infoTable-item {
  display: flex;
  line-height: 1.7;
}
.footer-infoTable-item > dt {
  width: 55px;
}
.footer-infoTable-item > dd {
  margin: 0;
}
.footer-infoTable-item a {
  color: #FFF;
}
.footer-privacy {
  align-items: center;
  display: flex;
  margin-bottom: 14px;
}
.footer-privacy-icon {
  height: 18px;
  margin-right: 5px;
  width: 18px;
}
.footer-privacy-link {
  color: #FFF;
  font-size: 1.4rem;
  text-decoration: none;
}
.footer-privacy-link:hover {
  text-decoration: underline;
}
.footer-lineButton {
  background-color: #FFF;
  border-radius: 5px;
  color: #00a7e0;
  margin-bottom: 20px;
  padding: 16px 25px;
}
.footer-lineButton-ttl {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 3px;
}
.footer-lineButton-body {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.footer-lineButton-socialButton {
  height: 36px;
  width: 116px;
}
.footer-copyright {
  font-size: 1.1rem;
}

@media only screen and (min-width: 981px) {
  .footer {
    padding: 70px 0 60px 0;
  }
  .footer-wrapper {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 960px;
  }
  .footer-info {
    display: flex;
    flex-basis: 50%;
    flex-grow: 1;
    margin-bottom: 35px;
  }
  .footer-info-logo {
    height: 152px;
    margin-right: 25px;
    width: 78px;
  }
  .footer-infoTable {
    font-size: 1.4rem;
  }
  .footer-infoTable-item > dt {
    width: 75px;
  }
  .footer-privacy {
    margin-bottom: 0;
  }
  .footer-privacy-icon {
    height: 23px;
    margin-right: 10px;
    width: 23px;
  }
  .footer-privacy-link {
    font-size: 1.8rem;
  }
  .footer-linePc-wrapper {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    flex-grow: 1;
  }
  .footer-linePc {
    display: flex;
    font-size: 2rem;
    line-height: 2.7rem;
    margin-bottom: 15px;
  }
  .footer-linePc-icon {
    height: 54px;
    margin-right: 20px;
    width: 54px;
  }
  .footer-qr {
    display: flex;
    margin-right: 25px;
  }
  .footer-qr-image {
    background-color: #FFF;
    border-radius: 10px;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 0;
    height: 89px;
    margin-right: 20px;
    padding: 3px;
    width: 89px;
  }
  .footer-qr-title {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .footer-qr-body {
    line-height: 1.5;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 960px;
  }
  .footer-copyright {
    font-size: 1.4rem;
  }
}
svg.logo-small .logo-small-fill1 {
  fill: #1fade4;
}
svg.logo-small .logo-small-fill2 {
  fill: #fff;
}
svg.logo-small:hover {
  opacity: 0.8;
}

.mobileNav-bar {
  display: flex;
  border-bottom: 1px solid #00a7e0;
  justify-content: space-between;
  align-items: center;
  padding: 1px 0 1px 13px;
}

.mobileNav-logo {
  width: 57px;
  height: 29px;
}

.mobileNav-menu {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: #00a7e0;
}
.mobileNav-menu > a:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.mobileNav-menu a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 10px 26px;
}
.mobileNav-menu a:hover {
  text-decoration: none;
  background-color: #2ab6e9;
}

svg.logo-small .logo-small-fill1 {
  fill: #1fade4;
}
svg.logo-small .logo-small-fill2 {
  fill: #fff;
}
svg.logo-small:hover {
  opacity: 0.8;
}

.mobileNav__active .mobileNav-bar {
  background-color: #00a7e0;
  border-bottom: 1px solid #FFF;
}
.mobileNav__active .mobileNav-menu {
  display: block;
}
.mobileNav__active svg.logo-small .logo-small-fill1 {
  fill: #fff;
}
.mobileNav__active svg.logo-small .logo-small-fill2 {
  fill: #1fade4;
}

.EntryCard {
  font-size: 1.6rem;
  flex-grow: 0;
  width: 100%;
}
@media only screen and (min-width: 981px) {
  .EntryCard {
    font-size: 1.8rem;
    width: 288px;
  }
}
.EntryCard__image {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 981px) {
  .EntryCard__image {
    margin-bottom: 20px;
    background-color: #efefef;
    width: 288px;
    height: 192px;
  }
}
.EntryCard__date {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 10px;
}
@media only screen and (min-width: 981px) {
  .EntryCard__date {
    margin: 0;
    font-size: 1.4rem;
  }
}
.EntryCard__categoryName {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 10px;
}
@media only screen and (min-width: 981px) {
  .EntryCard__categoryName {
    margin: 0;
    font-size: 1.4rem;
  }
}
.EntryCard__subTitle {
  font-size: 1.2rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .EntryCard__subTitle {
    display: block;
    font-size: 1.4rem;
  }
}
.EntryCard__link1 {
  margin: 10px 10px;
  display: block;
  color: #00a7e0;
  line-height: 1.5;
  font-weight: bold !important;
}
@media only screen and (min-width: 981px) {
  .EntryCard__link1 {
    margin: 15px 0;
    font-weight: normal !important;
  }
}
.EntryCard__link2 {
  display: block;
  font-size: 1.8rem;
  color: #00a7e0;
  line-height: 1.5;
  margin: 10px 10px 5px 10px;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .EntryCard__link2 {
    font-size: 2.2rem;
    margin: 13px 0 5px 0;
  }
}
.EntryCard__link3 {
  margin: 10px 10px;
  display: block;
  color: #00a7e0;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .EntryCard__link3 {
    margin: 15px 0;
    font-weight: normal;
  }
}
.EntryCard__parkName {
  line-height: 1.5;
  margin: 0 10px 20px 10px;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .EntryCard__parkName {
    margin: 0 0 20px 0;
    font-weight: normal;
  }
}
.EntryCard__lead {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 10px 25px 10px;
}
@media only screen and (min-width: 981px) {
  .EntryCard__lead {
    margin: 0 0 20px 0;
  }
}
.EntryCard__subLead {
  font-size: 1.2rem;
}
@media only screen and (min-width: 981px) {
  .EntryCard__subLead {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 981px) {
  .EntryCard__subLead--small {
    font-size: 1.4rem;
  }
}
.EntryCard__excerpt {
  margin: 0 10px 0 10px;
}
@media only screen and (min-width: 981px) {
  .EntryCard__excerpt {
    margin: 0;
  }
}
.EntryCard__excerpt p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.7;
}
.EntryCard__categories {
  margin: 15px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (min-width: 981px) {
  .EntryCard__categories {
    margin: 15px 0;
  }
}

.EntryCards {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 981px) {
  .EntryCards {
    margin-left: -48px;
  }
}
@media only screen and (min-width: 981px) {
  .EntryCards__EntryCard {
    margin-left: 48px;
    margin-bottom: 15px;
  }
}
.EntryCards__EntryCard--list:not(:last-child) {
  border-bottom: 2px solid #00a7e0;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 981px) {
  .EntryCards__EntryCard--list:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
.EntryCards__EntryCard--list1:not(:last-child) {
  border-bottom: 2px solid #00a7e0;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 981px) {
  .EntryCards__EntryCard--list1:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}
.EntryCards__EntryCard--list2:not(:last-child) {
  border-bottom: 2px solid #00a7e0;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 981px) {
  .EntryCards__EntryCard--list2:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}

.EntryList__item {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 981px) {
  .EntryList__item {
    margin-bottom: 0;
  }
}
.EntryList__image {
  width: 174px;
  height: 120px;
  flex-shrink: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  overflow: hidden;
}
@media only screen and (min-width: 981px) {
  .EntryList__image {
    display: none;
  }
}
.EntryList__date {
  font-size: 1rem;
  color: #323333;
  margin-bottom: 13px;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .EntryList__date {
    display: none;
  }
}
.EntryList__title {
  margin: 7px 0;
  line-height: 1.4;
  color: #00a7e0;
  font-size: 1.6rem;
}
@media only screen and (min-width: 981px) {
  .EntryList__title {
    margin: 7px 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #323333;
    display: inline-block;
  }
}

.Link {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-color: #00a7e0;
  border-radius: 5px;
  padding: 20px;
}
.Link:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (min-width: 981px) {
  .Link {
    color: #00a7e0;
    flex-direction: row;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
  .Link:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
.Link span {
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 981px) {
  .Link span {
    flex-grow: 0;
    font-size: 1.8rem;
  }
}
.Link__icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  margin: 0 0 0 10px;
}
.Link__icon path {
  fill: #fff;
}
@media only screen and (min-width: 981px) {
  .Link__icon {
    margin: 0 10px 0 0;
  }
  .Link__icon path {
    fill: #fff;
  }
}
@media only screen and (min-width: 981px) and (min-width: 981px) {
  .Link__icon path {
    fill: #00a7e0;
  }
}

.Title {
  margin: 0;
  color: #00a7e0;
  font-weight: normal;
}
.Title--centerOnSp {
  text-align: center;
}
@media only screen and (min-width: 981px) {
  .Title--centerOnSp {
    text-align: inherit;
  }
}
.Title--bold {
  font-weight: bold;
}
.Title--size1 {
  font-size: 2.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .Title--size1 {
    font-size: 5.4rem;
  }
}
.Title--size2 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .Title--size2 {
    font-size: 3.2rem;
  }
}
.Title--size3 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .Title--size3 {
    font-size: 3.6rem;
  }
}
.Title--size4 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .Title--size4 {
    font-size: 2rem;
  }
}
.Title--large {
  font-size: 2.3rem !important;
}
@media only screen and (min-width: 981px) {
  .Title--large {
    font-size: 5.4rem !important;
    font-weight: 500;
  }
}
.Title--medium {
  font-size: 2.4rem;
}
@media only screen and (min-width: 981px) {
  .Title--boxOnPc {
    background-color: #00a7e0;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
  }
}

.Layout {
  padding: 0 15px;
  margin: 0 auto;
}
.Layout__inner {
  margin: 0 15px;
}
@media only screen and (min-width: 981px) {
  .Layout__inner {
    margin: 0;
  }
}
@media only screen and (min-width: 981px) {
  .Layout {
    width: 960px;
    padding: 0;
  }
}

.Header {
  border-bottom: 1px solid #00a7e0;
}
@media only screen and (min-width: 981px) {
  .Header {
    border-bottom: 2px solid #00a7e0;
  }
}
.Header__inner {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 981px) {
  .Header__inner {
    max-width: 1020px;
    align-items: flex-end;
  }
}
.Header__logo {
  display: block;
  flex-shrink: 0;
  width: 56px;
  height: 29px;
  margin: 15px;
}
@media only screen and (min-width: 981px) {
  .Header__logo {
    width: 127px;
    height: 65px;
    margin: 50px 30px 35px 10px;
  }
}
.Header__hamburger {
  display: block;
}
@media only screen and (min-width: 981px) {
  .Header__hamburger {
    display: none;
  }
}
.Header--bg-blue {
  background-color: #00a7e0;
}
@media only screen and (min-width: 981px) {
  .Header--bg-blue {
    background-color: inherit;
  }
}

.Nav {
  display: none;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 981px) {
  .Nav {
    display: flex;
  }
}
.Nav__underline {
  display: none;
  position: absolute;
  width: 100%;
  margin-left: -10px;
  bottom: 10px;
  border-bottom: 3px solid #00a7e0;
}
.Nav__item {
  font-size: 2.1rem;
  padding: 0 10px 20px 10px;
  margin-bottom: 15px;
  position: relative;
  font-weight: bold;
  display: block;
  color: #00a7e0;
  cursor: pointer;
}
.Nav__item:hover {
  text-decoration: none;
}
.Nav__item:hover::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  margin-left: -10px;
  bottom: 10px;
  border-bottom: 3px solid #00a7e0;
}
.Nav__subMenu {
  position: absolute;
  z-index: 998;
  display: none;
  min-width: 300px;
}
.Nav__subMenuItem {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 12px;
  background-color: #00a7e0;
  white-space: nowrap;
}
.Nav__subMenuItem:hover {
  text-decoration: none;
  background-color: #10bfff;
}
.Nav__subMenuItem:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.Nav__subMenuLabel {
  background-color: #fff;
  color: #00a7e0;
  font-size: 0.9rem;
  padding: 0.4rem;
  min-width: 38px;
  font-weight: bold;
  text-align: center;
}
.Nav__circle {
  width: 20px;
  height: 20px;
  margin-left: auto;
  padding-left: 10px;
  display: inline-block;
  flex-shrink: 0;
}
.Nav__circle path {
  fill: #fff;
}

.Breadcrumbs {
  display: flex;
  color: #00a7e0;
  font-size: 1.8rem;
}
.Breadcrumbs__item {
  display: block;
}
.Breadcrumbs__item a {
  color: #00a7e0;
}
.Breadcrumbs__item:not(:last-child):after {
  content: "＞";
  margin: 0 5px;
}

.MobileNav {
  position: absolute;
  width: 100%;
  z-index: 999;
  display: none;
  background-color: #00a7e0;
  font-size: 1.5rem;
}
.MobileNav--active {
  display: block;
}
@media only screen and (min-width: 981px) {
  .MobileNav--active {
    display: none;
  }
}
.MobileNav__item, .MobileNav__subMenuItem {
  border-top: 1px solid #fff;
  color: #fff;
  display: flex;
}
.MobileNav__subMenuLabel {
  font-size: 1rem;
  background-color: #fff;
  color: #00a7e0;
  display: inline-block;
  padding: 0 5px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  font-weight: bold;
}
.MobileNav__item {
  padding: 12px 20px 12px 25px;
  display: flex;
  justify-content: space-between;
}
.MobileNav__subMenuItem {
  padding: 12px 20px 12px 50px;
}
.MobileNav__subMenu {
  display: none;
}
.MobileNav__subMenu--active {
  display: block;
}
.MobileNav__circle {
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
  transition: all 0.2s ease-out;
}
.MobileNav__circle path {
  fill: #fff;
}
.MobileNav__circle--active {
  transform: rotate(-90deg);
}

.LogoSVG--fill-white {
  fill: #fff;
}
.LogoSVG--fill-blue {
  fill: #00a7e0;
}

.bg-blue .LogoSVG--fill-white {
  fill: #00a7e0;
}
.bg-blue .LogoSVG--fill-blue {
  fill: #fff;
}

.Row {
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 981px) {
  .Row {
    width: 960px;
    padding: 0;
  }
}

.Article p {
  margin: 2em 0;
  line-height: 2.2;
  font-size: 1.4rem;
}
@media only screen and (min-width: 981px) {
  .Article p {
    margin: 2em 0;
    font-size: 2rem;
  }
}
.Article--noBrOnMb br {
  display: none;
}
@media only screen and (min-width: 981px) {
  .Article--noBrOnMb br {
    display: inline;
  }
}

.PeopleList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 15px;
}
@media only screen and (min-width: 981px) {
  .PeopleList {
    margin: 0;
  }
}
.PeopleList__item {
  width: 440px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 981px) {
  .PeopleList__item {
    margin-bottom: 30px;
  }
}
.PeopleList__description {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}
.PeopleList__title {
  color: #00a7e0;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.PeopleList__name {
  font-size: 2rem;
  font-weight: bold;
}
.PeopleList__image {
  width: 130px;
  height: 130px;
  background-color: #efefef;
  margin-right: 25px;
}
@media only screen and (min-width: 981px) {
  .PeopleList__image {
    width: 200px;
    height: 200px;
  }
}
.PeopleList__lead {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0;
}
@media only screen and (min-width: 981px) {
  .PeopleList__lead {
    min-height: 90px;
  }
}

.Wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.Wrapper__inner {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

.Table {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (min-width: 981px) {
  .Table {
    font-size: 2rem;
  }
}
.Table__header {
  color: #00a7e0;
  padding-bottom: 7px;
  padding-right: 30px;
  vertical-align: top;
}
@media only screen and (min-width: 981px) {
  .Table__header {
    padding-right: 15px;
  }
}
.Table__column {
  padding-bottom: 7px;
}
.Table__mail {
  color: #323333;
}

.Tags {
  border-top: 2px solid #00a7e0;
  border-bottom: 2px solid #00a7e0;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 981px) {
  .Tags {
    margin-bottom: 70px;
  }
}
.Tags--center {
  justify-content: center;
}
.Tags__name {
  position: absolute;
  width: 100%;
  margin-top: -0.5em;
  padding-bottom: 0.5em;
  text-align: center;
}
.Tags__name span {
  background-color: #fff;
  padding: 0 20px;
}
.Tags__list {
  font-size: 1.2rem;
  line-height: 1.66;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 20px 0;
  padding: 0 13px;
}
@media screen and (min-width: 981px) {
  .Tags__list {
    font-size: 1.4rem;
    padding: 0;
    gap: 20px 30px;
  }
}
.Tags__list--center {
  justify-content: center;
}
.Tags__list--largeGap {
  margin: 30px 0;
}
@media only screen and (min-width: 981px) {
  .Tags__list--largeGap {
    margin: 40px 0;
  }
}
.Tags__link1 {
  color: #333;
}
.Tags__link1:hover {
  color: #969696;
}
.Tags__link {
  color: #00a7e0;
  text-decoration: underline;
}
.Tags__link--selected {
  color: gray;
}

.News__Title {
  margin-bottom: 30px;
}

.Arrow {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  background: transparent;
  cursor: pointer;
}
.Arrow--small {
  padding: 5px;
  border-width: 0 2px 2px 0;
}
.Arrow--next {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.Arrow--prev {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.Hero {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 981px) {
  .Hero {
    max-width: 1280px;
  }
}
.Hero__slide {
  display: block !important;
}
.Hero__text {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 901;
  margin-bottom: -50px;
}
@media only screen and (min-width: 981px) {
  .Hero__text {
    margin-bottom: 0;
  }
}
.Hero__textInner {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
@media only screen and (min-width: 981px) {
  .Hero__textInner {
    width: 960px;
  }
}
.Hero__lead {
  margin-bottom: 55px;
  margin-right: 25px;
  color: #fff !important;
  font-size: 2.3rem;
  line-height: 1.6;
  text-align: right;
}
@media only screen and (min-width: 981px) {
  .Hero__lead {
    font-size: 4rem;
    margin-bottom: 40px;
    margin-right: 0;
    line-height: 1.5;
    right: 150px;
  }
}
.Hero__link {
  right: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00a7e0;
  padding: 22px;
  color: #fff;
  margin: 0 15px;
  border-radius: 5px;
}
.Hero__link:hover {
  text-decoration: none;
  background-color: #10bfff;
}
@media only screen and (min-width: 981px) {
  .Hero__link {
    display: inline-block;
    padding: 23px 35px;
    margin: 0;
    border-radius: 10px 10px 0 0;
  }
}
.Hero__linkTitle {
  flex-grow: 1;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .Hero__linkTitle {
    font-size: 2.8rem;
  }
}
.Hero__linkIcon {
  flex-grow: 0;
}
@media only screen and (min-width: 981px) {
  .Hero__linkIcon {
    display: none;
  }
}
.Hero__arrowContainer {
  position: absolute;
  width: 100px;
  height: 100%;
  z-index: 900;
  top: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.Hero__nextButton {
  right: 0;
}

.p2-hero {
  width: 100%;
  color: #FFF;
  margin-bottom: 35px;
}

.p2-main {
  margin: 0 26px;
}

.p2-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.p2-lead {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #00a7e0;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.p2-image-c1 {
  margin: 0 -13px;
  text-align: center;
}
.p2-image-c1 > img {
  margin-bottom: 5px;
}

.p2-section-title {
  color: #00a7e0;
  margin: 25px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2;
}

.p2-paragraph {
  font-size: 1.4rem;
  line-height: 2.15;
  margin: 0 0 30px;
}

.p2-image-2columns {
  text-align: center;
}
.p2-image-2columns > img:not(:last-child) {
  margin-bottom: 10px;
}

.p2-graph {
  margin: 30px -13px;
  text-align: center;
}

.p2-image-c2 {
  text-align: center;
  margin: 0 -13px;
}

.p2-btn-download {
  background-color: #00a7e0;
  color: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.p2-btn-download:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media only screen and (min-width: 981px) {
  .p2-wrapper {
    max-width: 1280px;
    margin: 0 auto 60px auto;
  }

  .p2-hero {
    max-width: 1280px;
    margin: 0 auto 50px auto;
    color: #FFF;
    padding-top: 0;
  }

  .p2-main {
    width: 960px;
    margin: 0 auto;
  }

  .p2-image-2columns {
    display: flex;
    justify-content: space-between;
  }

  .p2-image-2columns > img {
    width: 475px;
    height: 360px;
  }

  .p2-graph {
    margin: 60px 0;
    text-align: center;
  }

  .p2-title {
    font-size: 2rem;
    margin: 0 0 50px 0;
  }

  .p2-lead {
    font-size: 4.8rem;
    line-height: 1.25;
    font-weight: normal;
    margin: 0;
  }

  .p2-section-title {
    margin: 45px 0 0 0;
    font-size: 2rem;
  }

  .p2-paragraph {
    margin: 18px 0;
  }

  .p2-image-2columns img {
    display: block;
  }
  .p2-image-2columns > img:not(:last-child) {
    margin: 0;
  }

  .p2-graph {
    margin: 60px -13px;
  }

  .p2-image-c2 {
    margin: 0;
  }

  .p2-btn-download {
    padding: 16px;
    font-size: 2rem;
    margin: 53px 0 60px 0;
  }

  .p2-btn-previous {
    margin: 0 0 50px 0;
  }
}
.p3__hero {
  margin-bottom: 95px;
}
@media only screen and (min-width: 981px) {
  .p3__hero {
    margin-bottom: 85px;
  }
}
.p3__section {
  margin-bottom: 70px;
}
@media only screen and (min-width: 981px) {
  .p3__section {
    margin-bottom: 100px;
  }
}
.p3__title1 {
  margin: 0 15px 15px 15px;
  font-size: 2.3rem !important;
}
@media only screen and (min-width: 981px) {
  .p3__title1 {
    font-size: 2.2rem;
    margin: 0 0 20px 0;
    color: #fff !important;
  }
}
.p3__title2, .p3__title3 {
  margin: 0 10px 18px 10px;
}
@media only screen and (min-width: 981px) {
  .p3__title2, .p3__title3 {
    margin: 0 0 30px 0;
  }
}
.p3__EntryList {
  margin: 0 15px 15px 15px;
}
@media only screen and (min-width: 981px) {
  .p3__EntryList {
    margin: 0 0 15px 0;
  }
}

.p4__button {
  margin: 40px 0 40px 0;
}
@media only screen and (min-width: 981px) {
  .p4__button {
    margin: 0 0 80px 0;
  }
}

.p5__Breadcrumbs {
  margin: 70px 0 40px 0;
}
.p5__hero {
  margin-bottom: 70px;
}
@media only screen and (min-width: 981px) {
  .p5__hero {
    margin-bottom: 30px;
  }
}
.p5__title {
  margin-bottom: 20px;
}
@media only screen and (min-width: 981px) {
  .p5__title {
    margin-bottom: 30px;
  }
}
.p5__title1 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 981px) {
  .p5__title1 {
    margin-bottom: 40px;
  }
}
.p5__title2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 981px) {
  .p5__title2 {
    margin-bottom: 40px;
  }
}
.p5__section {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 981px) {
  .p5__section {
    margin-bottom: 110px;
  }
}
.p5__section1 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 981px) {
  .p5__section1 {
    margin-bottom: 50px;
  }
}
.p5__section2 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 981px) {
  .p5__section2 {
    margin-bottom: 110px;
  }
}
.p5__section3 {
  margin-bottom: 90px;
}
@media only screen and (min-width: 981px) {
  .p5__section3 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 981px) {
  .p5__button {
    margin: 0 0 120px 0;
  }
}
.p5__svg {
  width: 104px;
  height: 204px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.p6__title {
  margin: 50px 0 30px 0;
}
@media only screen and (min-width: 981px) {
  .p6__title {
    margin: 100px 0 50px 0;
  }
}
.p6__emailWrapper {
  margin-bottom: 65px;
}
@media only screen and (min-width: 981px) {
  .p6__emailWrapper {
    display: flex;
    align-items: center;
    font-weight: bold;
  }
}
.p6__name {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 981px) {
  .p6__name {
    font-size: 2.2rem;
    margin-right: 25px;
  }
}
.p6__email {
  font-size: 1.8rem;
  color: #323333;
}
@media only screen and (min-width: 981px) {
  .p6__email {
    font-size: 3rem;
  }
}
.p6__account {
  display: flex;
  align-items: center;
}
.p6__line {
  display: flex;
  align-items: center;
  margin-right: 60px;
  flex-shrink: 0;
}
.p6__lineIcon {
  width: 53px;
  height: 53px;
  margin-right: 15px;
}
.p6__lineName {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.p6__qr {
  display: flex;
  align-items: center;
}
.p6__qrImage {
  width: 83px;
  height: 83px;
  margin-right: 15px;
  flex-shrink: 0;
}
.p6__qrText {
  font-size: 1.4rem;
}
.p6__qrTitle {
  font-weight: bold;
  margin-bottom: 15px;
}
.p6__qrBody {
  line-height: 1.6;
}

.p7__Title {
  margin: 10px 15px 40px 15px;
}
@media only screen and (min-width: 981px) {
  .p7__Title {
    margin: 0 0 50px 0;
  }
}

.p8-hero {
  width: 100%;
  position: relative;
  color: #FFF;
  margin: 0 auto 35px auto;
}

.p8-main {
  margin: 0 26px;
}

.p8-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.p8-lead {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #00a7e0;
  font-weight: bold;
  margin: 0 0 30px 0;
}

.p8-image-c1 {
  margin: 35px -13px 20px;
  text-align: center;
}
.p8-image-c1 > img {
  margin-bottom: 5px;
}

.p8-section-title {
  color: #00a7e0;
  margin: 30px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2;
}

.p8-paragraph {
  font-size: 1.4rem;
  line-height: 2.15;
  margin: 0 0 30px;
}

.p8-image-2columns {
  text-align: center;
}
.p8-image-2columns > img:not(:last-child) {
  margin-bottom: 10px;
}

.p8-graph {
  margin: 30px -13px;
  text-align: center;
}

.p8-image-c2 {
  text-align: center;
  margin: 0 -13px;
}

.p8-talks span {
  margin-right: 10px;
  font-weight: bold;
}
.p8-talks p {
  margin: 0;
  line-height: 2.1;
}

.p8-talker1 {
  color: #1FA4DB;
}

.p8-talker2 {
  color: #E9933B;
}

.p8-talker3 {
  color: #89B829;
}

.p8-btn-download {
  background-color: #00a7e0;
  color: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin: 50px 0 20px 0;
}
.p8-btn-download:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media only screen and (min-width: 981px) {
  .p8-wrapper {
    margin: 0 auto 60px auto;
  }

  .p8-hero {
    max-width: 1280px;
    color: #FFF;
    margin: 0 auto 50px auto;
  }

  .p8-main {
    width: 960px;
    margin: 0 auto;
  }

  .p8-hero-logo {
    position: absolute;
    top: 50px;
    left: 65px;
    width: 127px;
    height: 65px;
    display: block;
  }
  .p8-hero-logo:hover {
    opacity: 0.8;
  }

  .p8-hero-p1 {
    background-color: #FFF;
    color: #00a7e0;
    display: inline-block;
    border-radius: 5px;
    padding: 4px;
    margin-bottom: 13px;
  }

  .p8-hero-p8 {
    font-size: 2rem;
    line-height: 1.5;
  }

  .p8-hero-p3 {
    font-size: 4rem;
  }

  .p8-hero-p4 {
    font-size: 3rem;
  }

  .p8-title {
    font-size: 2rem;
    margin: 0 0 50px 0;
  }

  .p8-lead {
    font-size: 4.8rem;
    line-height: 1.25;
    font-weight: normal;
    margin: 0;
  }

  .p8-section-title {
    margin: 45px 0 20px 0;
    font-size: 2rem;
  }

  .p8-paragraph {
    margin: 20px 0;
  }

  .p8-image-2columns {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 50px 0;
  }
  .p8-image-2columns img {
    display: block;
    width: 475px;
    height: 320px;
  }
  .p8-image-2columns > img:not(:last-child) {
    margin: 0;
  }

  .p8-image-2columns-1 {
    margin: 50px 0;
  }

  .p8-graph {
    margin: 60px 0 90px 0;
    text-align: center;
  }

  .p8-image-c2 {
    margin: 0;
  }

  .p8-talks span {
    flex-grow: 0;
    min-width: 60px;
    font-weight: bold;
  }
  .p8-talks p {
    display: flex;
    line-height: 2.1;
  }

  .p8-btn-download {
    padding: 16px;
    font-size: 2rem;
    margin: 53px 0 60px 0;
  }

  .p8-btn-previous {
    margin: 0 0 50px 0;
  }
}
.p9-hero {
  width: 100%;
  position: relative;
  color: #FFF;
  margin: 0 auto 35px auto;
}

.p9-main {
  margin: 0 26px;
}

.p9-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.p9-about {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00a7e0;
}

.p9-caption,
.p9-description {
  color: #00a7e0;
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 0 45px 0;
  text-align: left;
}
.p9-caption a,
.p9-description a {
  color: #1FA4DB;
}

.p9-caption {
  margin: 30px 0 0;
  padding: 0 13px;
}
.p9-caption h3 {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.p9-caption p {
  margin: 0;
}

.p9-lead {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #00a7e0;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.p9-paragraph {
  margin: 10px 0;
  font-size: 1.4rem;
  line-height: 1.75;
}

.p9-section-title {
  color: #00a7e0;
  margin: 30px 0 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.p9-image-c1 {
  margin: 0px 0 30px;
}

.p9-image-c2,
.p9-image {
  text-align: center;
  margin: 35px -13px 20px;
}
.p9-image-c2 > img:not(:last-child),
.p9-image > img:not(:last-child) {
  margin-bottom: 10px;
}

.p9-talks span {
  margin-right: 10px;
  font-weight: bold;
}
.p9-talks p {
  margin: 0;
  line-height: 2.1;
}
.p9-talks p a {
  color: inherit;
}

.p9-talker1 {
  color: #1FA4DB;
}

.p9-talker2 {
  color: #3aae36;
}

.p9-talker3 {
  color: #eb6d9a;
}

.p9-btn-download {
  background-color: #00a7e0;
  color: #fff;
  border-radius: 10px;
  padding: 30px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  text-align: center;
  margin: 50px 0 20px 0;
}
.p9-btn-download:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media only screen and (min-width: 981px) {
  .p9-wrapper {
    margin: 0 auto 60px auto;
  }

  .p9-hero {
    max-width: 1280px;
    color: #FFF;
    margin: 0 auto 50px auto;
  }

  .p9-main {
    width: 960px;
    margin: 0 auto;
  }

  .p9-hero-logo {
    position: absolute;
    top: 50px;
    left: 65px;
    width: 127px;
    height: 65px;
    display: block;
  }
  .p9-hero-logo:hover {
    opacity: 0.8;
  }

  .p9-about {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .p9-description {
    line-height: 2.1;
    margin: 0 0 45px 0;
  }
  .p9-description a {
    text-decoration: underline;
  }
  .p9-description a:hover {
    color: #10bfff;
  }

  .p9-title {
    font-size: 2rem;
    margin: 0 0 50px 0;
  }

  .p9-lead {
    font-size: 4.8rem;
    line-height: 1.25;
    font-weight: normal;
    margin: 0;
  }

  .p9-paragraph {
    font-size: 1.4rem;
    margin: 0 0 30px;
    text-indent: 1rem;
  }

  .p9-section-title {
    margin: 45px 0 20px 0;
    font-size: 2rem;
  }

  .p9-paragraph {
    margin: 20px 0;
  }

  .p9-caption {
    color: #00a7e0;
    text-align: left;
    margin-left: 40px;
    line-height: 1.6;
  }
  .p9-caption h3 {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .p9-image-2columns {
    display: flex;
    justify-content: space-between;
    margin: 25px 0 50px 0;
  }
  .p9-image-2columns img {
    display: block;
    width: 475px;
    height: 320px;
  }
  .p9-image-2columns > img:not(:last-child) {
    margin: 0;
  }

  .p9-image {
    display: flex;
    margin: 25px 0 50px 0;
  }

  .p9-image-c2 {
    align-items: end;
    margin: 50px 0 50px 0;
  }

  .p9-talks span {
    flex-grow: 0;
    min-width: 60px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p9-talks p {
    position: relative;
    line-height: 2.1;
    padding-left: 70px;
  }
  .p9-talks a {
    text-decoration: underline;
  }
  .p9-talks a:hover {
    color: #00a7e0;
  }

  .p9-btn-download {
    padding: 16px;
    font-size: 2rem;
    margin: 53px 0 60px 0;
  }

  .p9-btn-previous {
    margin: 0 0 50px 0;
  }

  .p9-pc-order {
    display: flex;
    flex-direction: column;
  }
  .p9-pc-order .order-1 {
    order: 2;
  }
  .p9-pc-order .order-1 {
    order: 3;
  }
  .p9-pc-order .order-3 {
    order: 1;
  }
}
.pr__Breadcrumbs {
  margin: 60px 0 90px 0;
}

.pr-wrapper {
  margin: 0 26px;
}

.pr-ttl {
  display: flex;
  flex-direction: column;
  color: #00a7e0;
  margin: 0 0 35px 0;
}

.pr-subTitle {
  margin: 50px 0 20px 0;
  font-size: 1.2rem;
  font-weight: normal;
  order: 1;
}

.pr-subTitleInner {
  background-color: #00a7e0;
  color: #FFF;
  padding: 6px 30px;
  display: inline-block;
  border-radius: 5px;
}

.pr-lead {
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 20px;
  order: 2;
}

.pr-title {
  font-size: 2.6rem;
  order: 3;
}
.pr-title span {
  font-size: 1.5rem;
}

.pr-objective > dt {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: bold;
  color: #00a7e0;
}
.pr-objective > dl {
  font-size: 1.4rem;
  line-height: 2.2;
  margin: 0 0 30px 0;
}
.pr-objective-ttl {
  font-size: 1.8rem;
  line-height: 2.2;
  font-weight: bold;
  color: #00a7e0;
}
.pr-objective-body {
  font-size: 1.4rem;
  line-height: 2.2;
  margin: 0 0 30px 0;
}
.pr-objective-point {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: bold;
  color: #00a7e0;
}
.pr-objective-list {
  padding-left: 2rem;
  margin: 0 0 30px 0;
}

.pr-sectionTitle {
  color: #00a7e0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.pr-data-row {
  margin-bottom: 30px;
}

.pr-data-ttl {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.pr-data-ttl > span {
  display: inline-block;
  color: #fff;
  background-color: #00a7e0;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 1rem;
  font-weight: normal;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

.pr-data-q {
  color: #00a7e0;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  line-height: 1.6;
}

.pr-data-charts > .el-data-chart-item {
  margin: 80px 0;
}

.pr-data-body {
  line-height: 2.2;
}
.pr-data-body-1 {
  margin-bottom: 30px;
}
.pr-data-body-2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.pr-data-body:not(:last-child) {
  margin-bottom: 30px;
}

.pr-data-chart-item {
  text-align: center;
  margin: 20px -13px;
}
.pr-data-chart-item > img:not(:last-child) {
  margin-bottom: 20px;
}

.pr-voice {
  margin-top: 12px;
}

.pr-voice-ttl {
  font-size: 1.2rem;
  margin: 0 0 5px 0;
}

.pr-voice-ttl1 {
  color: #00a7e0;
  font-weight: bold;
  margin: 30px 0 10px 0;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.pr-voice-ttl1 span {
  margin-left: 5px;
  flex-grow: 1;
  border-bottom: 1px solid #00a7e0;
  height: 1px;
}

.pr-data-subTitle,
.pr-voice-ttl2 {
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.pr-data-subTitle span,
.pr-voice-ttl2 span {
  color: #00a7e0;
  font-size: 1.2rem;
}

.pr-voice-subTitle {
  color: #00a7e0;
  font-size: 1.4rem;
  line-height: 2.9rem;
  margin: 0 0 25px 0;
}
.pr-voice-subTitle > span {
  background-color: #fff;
  padding-right: 15px;
}
.pr-voice-subTitle:after {
  content: " ";
  display: block;
  border-bottom: 1px solid #00a7e0;
  margin-top: -1.5rem;
}

.pr-voiceUnit {
  positoin: relative;
  margin-left: -20px;
  margin-bottom: 17px;
  font-size: 1.1rem;
}

.pr-voice-item {
  background-color: #00a7e0;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.5;
  position: relative;
  width: calc(50% - 20px);
  box-sizing: border-box;
  margin-left: 20px;
}

.pr-voice-item__light {
  background-color: #A6E3F8;
  color: #333;
}

.pr-voice-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #00a7e0;
  margin-top: -1px;
}

.pr-voice-item__light:after {
  border-top: 5px solid #A6E3F8;
}

.pr-btn-download {
  background-color: #00a7e0;
  color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.pr-btn-download-1 {
  padding: 15px;
  margin-top: 60px;
  line-height: 1.6;
}

.pr-nav-buttons {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
.pr-nav-buttons a {
  margin: 0 0 20px 0;
}

.pr-closing-title {
  color: #00a7e0;
  font-size: 2rem;
  margin: 75px 0 20px 0;
}
.pr-closing-title-gm1 {
  margin-top: 50px;
}

.pr-closing-header {
  color: #00a7e0;
  margin: 35px 0 10px 0;
  font-size: 1.4rem;
}

.pr-closing-body {
  line-height: 2.2;
  margin: 0 0 20px 0;
}

.pr-closing-image {
  margin: 50px -13px 60px -13px;
  text-align: center;
}

.pr-contentsTitle {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.2;
  color: #00a7e0;
}

.pr-contents {
  padding: 0;
  list-style: none;
  margin-top: 5px;
  margin-bottom: 40px;
}
.pr-contents-item {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 8px;
}
.pr-contents-link {
  color: #333;
  font-weight: normal;
  line-height: 1.6;
}
.pr-contents-circle {
  width: 1.4rem;
  height: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  border-radius: 50%;
  background-color: #00a7e0;
  color: #fff;
  font-size: 1rem;
}

.pr-data-heading {
  color: #00a7e0;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
}

.pr-data-list {
  padding-left: 2rem;
  margin: 0 0 20px 0;
}
.pr-data-list a {
  color: #333;
  text-decoration: underline;
}
.pr-data-list a:hover {
  text-decoration: none;
}

.pr-data-point {
  font-size: 1.4rem;
  line-height: 2.2;
  font-weight: bold;
  color: #00a7e0;
}
.pr-data-point-1 {
  margin: 20px 0;
}

@media only screen and (min-width: 981px) {
  .pr-wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
  }

  .pr-lead {
    font-size: 2.8rem;
    color: #00a7e0;
    font-size: 2.8rem;
  }

  .pr-ttl {
    font-size: 2.5rem;
    margin-bottom: 53px;
    display: block;
  }
  .pr-ttl-gm1 {
    margin-bottom: 30px;
  }

  .pr-description {
    line-height: 2.2;
    margin-bottom: 40px;
  }

  .pr-subTitle {
    font-size: 2.4rem;
    margin: 40px 0 20px 0;
    padding: 0;
    font-weight: bold;
  }

  .pr-subTitleInner {
    background-color: transparent;
    color: #00a7e0;
    padding: 0;
  }

  .pr-title {
    font-size: 5rem;
    color: #00a7e0;
  }
  .pr-title span {
    font-size: 3rem;
  }

  .pr-objective > dt {
    font-size: 1.8rem;
  }
  .pr-objective > dl {
    margin: 0 0 35px 0;
  }

  .pr-sectionTitle {
    font-size: 2.8rem;
    margin-bottom: 45px;
  }

  .pr-data-row {
    margin-bottom: 100px;
  }

  .pr-data-ttl {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .pr-data-ttl-gm1 {
    margin-bottom: 20px;
  }
  .pr-data-ttl > span {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    margin-right: 15px;
  }

  .pr-data-q {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }

  .pr-data-body-1 {
    margin-bottom: 60px;
  }
  .pr-data-body:not(:last-child) {
    margin-bottom: 90px;
  }

  .pr-data-chart-item {
    margin: 0 0 44px 0;
  }

  .pr-data-chart-item__left {
    text-align: left;
  }

  .pr-voice {
    margin-top: 0;
  }

  .pr-voice-ttl {
    font-size: 1.8rem;
    margin: 0 0 50px 0;
  }

  .pr-voice-ttl1 {
    margin: 30px 0 25px 0;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 2rem;
  }
  .pr-voice-ttl1 span {
    margin-left: 20px;
    flex-grow: 1;
    border-bottom: 1px solid #00a7e0;
    height: 1px;
  }

  .pr-data-subTitle,
.pr-voice-ttl2 {
    position: relative;
    margin: 30px 0 30px 0;
  }
  .pr-data-subTitle:before,
.pr-voice-ttl2:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #00a7e0;
  }
  .pr-data-subTitle span,
.pr-voice-ttl2 span {
    position: relative;
    padding: 0 1em 0 0;
    background: #fff;
    font-size: 2rem;
  }

  .pr-voice-subTitle {
    font-size: 2.4rem;
    margin: 0 0 65px;
  }
  .pr-voice-subTitle > span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-right: 15px;
  }

  .pr-voiceUnit {
    margin-left: -30px;
    margin-bottom: 25px;
    font-size: 1.4rem;
  }

  .pr-voice-item {
    width: 300px;
    margin-left: 30px;
    padding: 25px;
    line-height: 2;
    margin-bottom: 30px;
    font-size: 1.5rem;
  }

  .pr-voice-item:after {
    border-top: 10px solid #00a7e0;
  }

  .pr-voice-item__light:after {
    border-top: 10px solid #a6e3f8;
  }

  .pr-btn-download {
    padding: 16px;
    font-size: 2rem;
    margin: 85px 0 80px 0;
  }
  .pr-btn-download-gm1 {
    margin-top: 120px;
  }

  .pr-nav-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .pr-nav-buttons a {
    margin: inherit;
  }

  .pr-closing-title {
    font-size: 2.8rem;
    margin: 0 0 30px 0;
  }
  .pr-closing-title-gm1 {
    margin-top: 145px;
  }

  .pr-closing-header {
    margin: 45px 0 10px 0;
    font-size: 1.8rem;
  }

  .pr-closing-body {
    line-height: 2.2;
    margin: 0 0 30px 0;
  }
  .pr-closing-body-gm1 {
    margin-bottom: 85px;
  }

  .pr-closing-image {
    margin: 50px 0 70px 0;
    text-align: center;
  }

  .pr-contentsTitle {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .pr-contents {
    margin-top: 14px;
    margin-bottom: 135px;
  }

  .pr-data-heading {
    color: #00a7e0;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0;
  }

  .pr-data-list {
    padding-left: 2rem;
    margin: 0 0 30px 0;
  }
  .pr-data-list a {
    color: #333;
    text-decoration: underline;
  }
  .pr-data-list a:hover {
    text-decoration: none;
  }

  .pr-data-point {
    font-size: 1.4rem;
    line-height: 2.2;
    font-weight: bold;
    color: #00a7e0;
  }
  .pr-data-point-1 {
    margin: 30px 0;
  }
}
.p10-detail-ttl {
  color: #00a7e0;
}

.pr-data-row .pr-data-body.p10-mb-0 {
  margin-bottom: 1.2rem;
}

.p10-data-list {
  padding-left: 1.4rem;
  margin: 0;
}
.p10-data-list-item {
  margin-bottom: 1.4rem;
}

.p10-detail-dt {
  color: #00a7e0;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.p10-detail-dd {
  margin: 0 0 2rem 0;
  line-height: 2.2;
}
.p10-detail-dd span {
  color: #00a7e0;
}
.p10-detail-dd li {
  margin-bottom: 0.6rem;
}

.p10-closing-title {
  color: #00a7e0;
  line-height: 1.5;
}

@media only screen and (min-width: 981px) {
  .p10-closing-title {
    font-size: 2.4rem;
    margin: 100px 0 120px 0;
  }

  .p10-detail-dt {
    font-size: 1.6rem;
  }
  .p10-detail-dd {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.pb__Breadcrumbs {
  margin: 55px 0;
  display: none;
}
@media only screen and (min-width: 981px) {
  .pb__Breadcrumbs {
    display: flex;
  }
}
.pb__categoryName {
  font-size: 1.2rem;
  color: #00a7e0;
  margin: 50px 13px 30px 13px;
  font-weight: bold;
}

.p11 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 13px;
}
@media only screen and (min-width: 981px) {
  .p11 {
    margin: 0 auto 125px auto;
  }
}
.p11 :where(a) {
  color: #00a7e0;
}
.p11-label {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 52px 0 12px 0;
}
.p11-hero {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 2px solid #00a7e0;
  padding: 0 0 30px 0;
  margin-bottom: 40px;
  box-sizing: border-box;
}
@media only screen and (min-width: 981px) {
  .p11-hero {
    border-bottom: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 981px) {
  .p11-hero__box {
    display: grid;
    grid-template-columns: 305px auto;
    gap: 0 50px;
  }
}
.p11-hero__title {
  color: #00a7e0;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 1.7rem;
  line-height: 1.83;
}
@media only screen and (min-width: 981px) {
  .p11-hero__title {
    text-align: left;
    font-size: 3rem;
    line-height: 1.68;
    font-weight: 500;
  }
}
.p11-hero__image {
  order: 1;
  width: 158px;
  margin: 0 auto 15px auto;
}
.p11-hero__image :where(img) {
  display: block;
}
@media only screen and (min-width: 981px) {
  .p11-hero__image {
    width: 305px;
    grid-row-start: 1;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 2;
    margin: 0;
  }
}
.p11-hero__separator {
  margin: 0 0 20px 0;
}
.p11-hero__body {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p11-hero__body--heading {
  font-weight: bold;
}
@media only screen and (min-width: 981px) {
  .p11-hero__body--heading {
    display: inline;
    font-weight: normal;
  }
  .p11-hero__body--heading:after {
    content: "：";
  }
}
@media only screen and (min-width: 981px) {
  .p11-hero__body--indent {
    margin-left: 3em;
  }
}
.p11-hero__body--small {
  font-size: 1.2rem;
}
@media only screen and (min-width: 981px) {
  .p11-hero__body--small {
    font-size: auto;
  }
}
@media only screen and (min-width: 981px) {
  .p11-hero__body {
    font-size: 1.4rem;
    line-height: 1.82;
    margin-top: auto;
  }
}
.p11-hero__button {
  position: absolute;
  font-weight: bold;
  right: 0;
  bottom: 30px;
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background-color: #00a7e0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.p11-hero__button:hover {
  background-color: #10bfff;
  text-decoration: none;
}
@media only screen and (min-width: 981px) {
  .p11-hero__button {
    width: 170px;
    height: 170px;
    right: 45px;
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p11-greeting {
  padding: 0 12px 30px 12px;
  margin-bottom: 30px;
  border-bottom: 2px solid #00a7e0;
}
@media only screen and (min-width: 981px) {
  .p11-greeting {
    border-bottom: 0;
    margin-bottom: 60px;
    padding: 0 0 30px 0;
  }
}
.p11-greeting__title {
  color: #00a7e0;
  font-size: 1.8rem;
  line-height: 1.67;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 981px) {
  .p11-greeting__title {
    font-size: 3rem;
    margin: 0 0 35px 0;
  }
}
.p11-greeting__body p {
  color: #333;
  font-size: 1.4rem;
  line-height: 2.14;
}
.p11-greeting__body p:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 981px) {
  .p11-greeting__body p {
    font-size: 1.8rem;
    line-hight: 2.11;
  }
  .p11-greeting__body p:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 981px) {
  .p11-greeting__sign {
    margin-top: 4em;
  }
}
.p11-contents {
  padding: 0 12px;
}
@media only screen and (min-width: 981px) {
  .p11-contents {
    margin-bottom: 110px;
    padding: 0;
  }
}
.p11-contents__section {
  margin-bottom: 22px;
}
@media only screen and (min-width: 981px) {
  .p11-contents__section {
    margin-top: 115px;
  }
}
.p11-contents__heading {
  color: #00a7e0;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 40px 0 30px 0;
}
@media only screen and (min-width: 981px) {
  .p11-contents__heading span {
    background-color: #fff;
    position: relative;
    z-index: 10;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 981px) {
  .p11-contents__heading {
    padding-bottom: 0.6em;
    font-size: 3rem;
    margin: 40px 0 50px 0;
  }
  .p11-contents__heading:after {
    content: "";
    display: block;
    border-top: 2px solid #00a7e0;
    margin-top: -0.6em;
    position: relative;
    z-index: 1;
  }
}
.p11-contents__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.62;
  color: #00a7e0;
  margin-bottom: 10px;
}
.p11-contents__title--small {
  font-size: 1.2rem;
}
@media only screen and (min-width: 981px) {
  .p11-contents__title--small {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 981px) {
  .p11-contents__title {
    font-size: 2rem;
    line-height: 1.2675;
    margin-bottom: 20px;
  }
}
.p11-contents p {
  font-size: 1.4rem;
  line-height: 2.14;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 981px) {
  .p11-contents p {
    font-size: 1.8rem;
    line-height: 2.11;
    margin: 0 0 50px 0;
  }
}
.p11-contents__image {
  margin: 15px 0 20px 0;
  padding: 0 5px;
  text-align: center;
}
@media only screen and (min-width: 981px) {
  .p11-contents__image {
    margin: 50px 0 20px 0;
  }
}
.p11-list {
  font-size: 1.4rem;
  list-style: none;
  line-height: 2.14;
  padding: 0;
}
@media only screen and (min-width: 981px) {
  .p11-list {
    font-size: 1.8rem;
    line-height: 2.1;
  }
}
.p11-list li::before {
  content: "•";
  color: #00a7e0;
}
.p11-list--epilogue li {
  text-indent: -0.5em;
}
.p11-list--epilogue li::before {
  content: "";
}
.p11-button-container {
  position: relative;
  min-height: 100px;
}
@media only screen and (min-width: 981px) {
  .p11-button-container {
    min-height: auto;
  }
}
.p11-button-container__button {
  position: absolute;
  right: 0;
  font-weight: bold;
  top: 0px;
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background-color: #00a7e0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.p11-button-container__button:hover {
  background-color: #10bfff;
  text-decoration: none;
}
@media only screen and (min-width: 981px) {
  .p11-button-container__button {
    font-size: 2rem;
    line-height: 1.7;
    width: 170px;
    height: 170px;
    top: auto;
    bottom: 0;
  }
}
.p11-recommendation {
  border-top: solid #00a7e0 2px;
  padding: 38px 12px 0 12px;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation {
    border-top: none;
    padding: 0;
    margin-bottom: 105px;
  }
}
.p11-recommendation__heading {
  color: #00a7e0;
  font-size: 1.8rem;
  line-height: 1.67;
  margin: 0 0 17px 0;
  position: relative;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__heading {
    font-size: 3rem;
    margin: 0 0 45px 0;
  }
  .p11-recommendation__heading:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #00a7e0;
  }
}
.p11-recommendation__heading span {
  position: relative;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__heading span {
    background-color: #fff;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__row {
    margin-bottom: 50px;
  }
}
.p11-recommendation__profile {
  color: #00a7e0;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__profile {
    margin-bottom: 20px;
  }
}
.p11-recommendation__name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3px;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__name {
    font-size: 2.5rem;
  }
}
.p11-recommendation__lead {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__lead {
    font-size: 1.6rem;
  }
}
.p11-recommendation__body {
  font-size: 1.2rem;
  line-height: 2.5;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 981px) {
  .p11-recommendation__body {
    font-size: 1.8rem;
    line-height: 2.1;
  }
}