@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #070606;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: unset;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  button:hover {
    opacity: 1;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default type */
ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

/* Remove default margin padding */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

button {
  padding: 0;
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* l-mv */
.l-mv {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-mv {
    margin-top: 80px;
  }
}

/* breadcrumb */
.breadcrumb {
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 500px;
  max-width: 100%;
  background: url(../img/breadcrumb-bg_pc.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .breadcrumb::before {
    background: url(../img/breadcrumb-bg_sp.png) no-repeat center/cover;
    width: 168px;
  }
}

.breadcrumb__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb__item + .breadcrumb__item {
  position: relative;
  margin-left: 32px;
}
.breadcrumb__item + .breadcrumb__item::before {
  position: absolute;
  content: ">";
  font-size: 12px;
  color: #6E6E6E;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -18px;
}
.breadcrumb__item a, .breadcrumb__item span {
  display: block;
  padding: 4px 0 6px;
  font-size: clamp(10px, 0.878477306vw, 12px);
  color: #6E6E6E;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item a, .breadcrumb__item span {
    font-size: 10px;
  }
}
.breadcrumb__item span {
  font-weight: 700;
}

/* btn */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  max-width: 100%;
  height: 60px;
  color: #fff;
  font-size: clamp(15px, 1.317715959vw, 18px);
  border-radius: 30px;
  background: #2564C9;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 239px;
    height: 50px;
    font-size: 14px;
    padding-right: 20px;
  }
}
.btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 24px;
  right: 26px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}
@media screen and (max-width: 767px) {
  .btn::after {
    top: 19px;
    right: 23px;
  }
}

/* card */
.card__inner {
  display: block;
}

.card__img {
  width: 100%;
  padding-top: 75.9398496241%;
  position: relative;
}
.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__date {
  display: inline-block;
  color: #6E6E6E;
  font-size: clamp(12px, 0.9516837482vw, 13px);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .card__date {
    font-size: 11px;
    margin-top: 10px;
  }
}

.card__title {
  font-size: clamp(16px, 1.4641288433vw, 20px);
  font-weight: 700;
  line-height: 1.45;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .card__title {
    font-size: 14px;
  }
}

.card__tag {
  margin-top: 15px;
}
.card__tag span {
  display: inline-block;
  font-size: clamp(12px, 0.9516837482vw, 13px);
  padding: 0 10px 1px;
  border-radius: 14px;
  background: #F3F3F3;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .card__tag span {
    font-size: 10px;
    margin-right: 6px;
    margin-bottom: 2px;
    padding: 2px 6px 3px;
  }
}

/* drawer */
.drawer {
  position: fixed;
  z-index: 20;
  top: 79px;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}

.drawer__menu {
  text-align: center;
}
.drawer__menu li {
  font-size: 15px;
  font-weight: 700;
}
.drawer__menu li:not(:first-child) {
  margin-top: 15px;
}
.drawer__menu li a {
  padding: 10px 0;
  display: block;
}

.drawer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.drawer__link {
  display: inline-block;
  font-size: 14px;
}
.drawer__link.current {
  font-weight: 700;
  color: #003C67;
}
.drawer__link:last-child {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #000;
}

/* このクラスを、jQueryで付与・削除する */
.drawer--active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* fnav */
.fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .fnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fnav li {
  font-size: clamp(12px, 0.9516837482vw, 13px);
  color: #2A93BA;
}
@media screen and (max-width: 767px) {
  .fnav li {
    font-size: 11px;
    width: 50%;
    margin-top: 20px;
  }
}
.fnav li:not(:first-child) {
  margin-left: 90px;
  margin-left: 5.625rem;
}
@media screen and (max-width: 767px) {
  .fnav li:not(:first-child) {
    margin-left: 0;
  }
}
.fnav li a {
  display: block;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

/* footer */
.footer {
  padding: 55px 0 30px;
  border-top: 1px solid #D5D5D5;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 5px 0 30px;
  }
}

.footer__logo {
  width: 460px;
  max-width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 290px;
    margin-top: 30px;
  }
}

.footer__copyright {
  text-align: center;
  font-size: clamp(13px, 1.0980966325vw, 15px);
  color: #6E6E6E;
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
    margin-top: 50px;
  }
}

/* gnav */
.gnav {
  border-top: 1px solid #aaa;
}
.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav li {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  white-space: nowrap;
}
.gnav li:not(:first-child) {
  margin-left: 54px;
}
@media screen and (max-width: 1023px) {
  .gnav li:not(:first-child) {
    margin-left: 35px;
  }
}
.gnav li.current-menu-item {
  position: relative;
}
.gnav li.current-menu-item a::before {
  position: absolute;
  content: "";
  background: #2A93BA;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 1px;
}
.gnav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 0;
  position: relative;
}
.gnav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 1px;
  background: #2A93BA;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnav li a:hover {
  opacity: 1;
}
.gnav li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* hamburger */
.hamburger {
  display: block;
  position: absolute;
  z-index: 30;
  right: 20px;
  top: 26px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 27px;
  height: 2px;
  left: 2px;
  background: #163B64;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 0;
}
.hamburger__border:nth-child(2) {
  top: 8px;
}
.hamburger__border:nth-child(3) {
  top: 16px;
}

.hamburger__text {
  font-size: 10px;
  color: #003C67;
  font-weight: 700;
  display: inline-block;
  margin-top: 21px;
}

/* ナビ開いてる時のボタン */
.hamburger--active .hamburger__border {
  top: 10px;
}
.hamburger--active .hamburger__border:nth-child(1) {
  left: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--active .hamburger__border:nth-child(2), .hamburger--active .hamburger__border:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .header {
    height: 80px;
  }
}
.header.scrolled {
  background: rgba(255, 255, 255, .8);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0 20px;
}

.header__logo {
  width: 260px;
  max-width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 196px;
    margin-right: 0;
  }
}
.header__logo a {
  display: block;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 16px 5px 16px 0;
}

.header__link {
  display: inline-block;
  font-size: clamp(13px, 1.0248901903vw, 14px);
}
.header__link.current {
  font-weight: 700;
  color: #003C67;
}
.header__link:last-child {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #000;
}

.header__nav {
  padding-right: 10px;
  margin-top: auto;
}

/* main */
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* mv */
.mv {
  height: 248px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv {
    height: 138px;
  }
}

.archive .mv {
  background: url(../img/mv-archive_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .archive .mv {
    background: url(../img/mv-archive_sp.jpg) no-repeat center/cover;
  }
}

.mv__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1048px;
  padding-top: 10px;
}

.mv__title {
  font-size: clamp(20px, 2.5622254758vw, 35px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 24px;
  }
}

.mv__category {
  color: #fff;
  font-size: clamp(17px, 1.8301610542vw, 25px);
  font-weight: 700;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .mv__category {
    font-size: 16px;
    margin-left: 20px;
  }
}

/* page-body */
.page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  font-weight: 700;
  color: #003C67;
}
.page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  margin-bottom: 20px;
}
.page-body h2 {
  margin-bottom: 44px;
  padding-left: 33px;
  font-size: clamp(20px, 2.5622254758vw, 35px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-body h2 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.page-body h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 75%;
  background: #2A93BA;
}
@media screen and (max-width: 767px) {
  .page-body h2::before {
    height: 85%;
  }
}
.page-body h3 {
  font-size: clamp(17px, 1.756954612vw, 24px);
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-body h3 {
    font-size: 20px;
  }
}
.page-body h3::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #2A93BA;
  left: 0;
  top: 17px;
}
.page-body h4 {
  font-size: clamp(17px, 1.6105417277vw, 22px);
}
@media screen and (max-width: 767px) {
  .page-body h4 {
    font-size: 18px;
  }
}
.page-body h5 {
  font-size: clamp(16px, 1.4641288433vw, 20px);
}
@media screen and (max-width: 767px) {
  .page-body h5 {
    font-size: 16px;
  }
}
.page-body h6 {
  font-size: clamp(15px, 1.317715959vw, 18px);
}
@media screen and (max-width: 767px) {
  .page-body h6 {
    font-size: 15px;
  }
}
.page-body > p {
  font-size: clamp(15px, 1.317715959vw, 18px);
  line-height: 1.77;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-body > p {
    font-size: 14px;
    line-height: 1.85;
  }
}
.page-body figure {
  max-width: 700px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .page-body figure {
    max-width: 400px;
  }
}
.page-body figcaption {
  font-size: clamp(13px, 1.0248901903vw, 14px);
  color: #6E6E6E;
}
@media screen and (max-width: 767px) {
  .page-body figcaption {
    font-size: 12px;
    line-height: 1.66;
  }
}
.page-body a {
  text-decoration: underline;
  font-size: clamp(15px, 1.317715959vw, 18px);
  color: #2564C9;
}
@media screen and (max-width: 767px) {
  .page-body a {
    font-size: 14px;
  }
}
.page-body :where(.wp-block-columns.is-layout-flex) {
  gap: 4em;
}
@media screen and (max-width: 1023px) {
  .page-body :where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
  }
}
.page-body .wp-block-columns {
  margin-bottom: 50px;
}
.page-body .wp-block-columns p {
  margin-bottom: 0;
}
.page-body .wp-block-columns p:not(:last-child) {
  margin-bottom: 20px;
}
.page-body .wp-block-columns figure {
  margin-bottom: 0;
}
.page-body .wp-block-columns figure:not(:last-child) {
  margin-bottom: 20px;
}
.page-body .outline-block {
  border: solid 1px #AAAAAA;
  padding: 40px 50px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page-body .outline-block {
    padding: 20px;
  }
}
.page-body .backColor-block {
  background-color: #ECF8F8;
  padding: 40px 50px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page-body .backColor-block {
    padding: 20px;
  }
}
.page-body .page-textlink-icon {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.page-body .page-textlink-icon .textlink-icon {
  margin-top: 12px;
  width: 22px;
  height: 22px;
  margin-bottom: 12px;
}
.page-body .page-textlink-icon .textlink-icon img {
  margin-top: 5px;
  width: 22px;
  height: 22px;
}
.page-body .page-textlink-icon p {
  width: calc(100% - 28px);
}
.page-body .page-textlink-icon a {
  text-decoration: underline;
  color: #2A93BA;
  line-height: 24px;
  line-height: 1.5rem;
  font-size: clamp(15px, 1.317715959vw, 18px);
}
@media screen and (max-width: 767px) {
  .page-body .page-textlink-icon a {
    font-size: 14px;
  }
}
.page-body .btn-link, .page-body .btn-out-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 400px;
  text-align: center;
}
.page-body .btn-link a, .page-body .btn-out-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px 50px 10px 40px;
  line-height: 1.2 !important;
  color: #fff;
}
.page-body .btn-link a {
  background: url(../img/icon__btn-link.png) right 16px center no-repeat #2564C9;
  background-size: 22px auto;
}
.page-body .btn-out-link a {
  background: url(../img/icon__out-link.png) right 20px center no-repeat #2564C9;
  background-size: 12px auto;
}
.page-body table {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: clamp(15px, 1.317715959vw, 18px);
}
@media screen and (max-width: 767px) {
  .page-body table {
    font-size: 14px;
  }
}
.page-body .resposible-tabel-note {
  display: none;
  color: #3F6AB9;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-body .resposible-tabel-note {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-body .resposible-tabel {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page-body .resposible-tabel table {
    width: 100%;
    min-width: 900px;
    margin: 0.2em auto 2em;
  }
}
.page-body ul li {
  list-style-type: disc;
  list-style-type: initial;
  margin-bottom: 7px;
  margin-left: 10px;
}
.page-body ul li:first-child {
  margin-top: 35px;
}
.page-body ul li li {
  margin-left: 20px;
  font-size: clamp(15px, 1.317715959vw, 18px);
}
@media screen and (max-width: 767px) {
  .page-body ul li li {
    font-size: 14px;
  }
}
.page-body ul li li:first-child {
  margin-top: 10px;
}
.page-body ol li {
  list-style-type: decimal;
  margin-bottom: 7px;
  margin-left: 10px;
}
.page-body ol li:first-child {
  margin-top: 35px;
}
.page-body ol li li {
  margin-left: 20px;
  font-size: clamp(15px, 1.317715959vw, 18px);
}
@media screen and (max-width: 767px) {
  .page-body ol li li {
    font-size: 14px;
  }
}
.page-body ol li li:first-child {
  margin-top: 10px;
}
.page-body .wp-element-caption {
  font-size: clamp(12px, 1.0248901903vw, 14px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-body .wp-element-caption {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.page-body .wp-block-quote {
  border-left: 10px solid #E3E3E3;
  padding-left: 30px;
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .page-body .wp-block-quote {
    margin: 50px 0;
  }
}
.page-body .wp-block-quote p {
  color: #6E6E6E;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-body .wp-block-quote p {
    font-size: 12px;
    line-height: 1.66;
  }
}

.page-body__thumbnail {
  max-width: 700px;
  margin: 0 auto 40px;
}

/* page-box */
.page-box {
  background: #fff;
  padding: 75px 100px 100px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-box {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 1023px) {
  .page-box {
    padding: 60px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-box {
    padding: 40px 20px 70px;
  }
}

.single .page-box {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .single .page-box {
    padding-bottom: 70px;
    border-top: 10px solid #87B0B7;
  }
}

.page-box__header {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

.page-box__btn {
  margin: 100px auto 0;
}

/* page-content */
.page-content {
  background: #EDF1F4;
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding: 70px 0;
  }
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 33px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 20px;
  }
}

.pagetop__btn {
  width: 50px;
  width: 3.125rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  cursor: pointer;
}

/* section-heading */
.section-heading {
  font-size: clamp(20px, 2.5622254758vw, 35px);
  color: #003C67;
  font-weight: 700;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    padding-left: 20px;
  }
}
.section-heading::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 75%;
  background: #2A93BA;
}
@media screen and (max-width: 767px) {
  .section-heading::before {
    height: 85%;
  }
}

/* section-title */
.section-title {
  display: inline-block;
  font-size: clamp(20px, 2.5622254758vw, 35px);
  font-weight: 700;
  color: #003C67;
  border-bottom: 4px solid #2A93BA;
  padding: 0 5px 7px;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 28px;
    padding: 0 1px 4px;
  }
}

/* sidebar */
.sidebar__title {
  color: #2A93BA;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  font-weight: 700;
  border-bottom: 1px solid #4B91B6;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sidebar__title {
    font-size: 14px;
    padding-bottom: 3px;
  }
}

.sidebar__list {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px;
  }
}
.sidebar__list li {
  font-size: clamp(13px, 1.0248901903vw, 14px);
  padding-left: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sidebar__list li {
    font-size: 14px;
    margin-right: 35px;
  }
}
.sidebar__list li:not(:first-child) {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .sidebar__list li:not(:first-child) {
    margin-top: 0;
  }
}
.sidebar__list li::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 16px;
  border-top: 4px solid transparent;
  border-left: 6px solid #2A93BA;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .sidebar__list li::before {
    top: 14px;
  }
}
.sidebar__list li a {
  display: inline-block;
  padding: 10px 0 10px 23px;
}
@media screen and (max-width: 767px) {
  .sidebar__list li a {
    padding: 8px 0 8px 23px;
  }
}

/* site-wrapper */
.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* sns */
.sns {
  text-align: center;
  background: #fff;
  border: 1px solid #4B91B6;
  padding: 15px 20px 40px;
}

.sns__title {
  color: #003C67;
  font-size: clamp(16px, 1.6105417277vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sns__title {
    font-size: 16px;
  }
}

.sns__icon {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sns__icon {
    margin-top: 25px;
  }
}

/* member */
.member {
  border-top: 1px solid #aaa;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .member {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.member__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .member__item {
    display: block;
    max-width: 400px;
    margin: 50px auto 0;
  }
}

.member__item-img-wrapper {
  width: 25.5%;
}
@media screen and (max-width: 767px) {
  .member__item-img-wrapper {
    width: 100%;
  }
}

.member__item-img {
  width: 100%;
  padding-top: 133.9920948617%;
  position: relative;
}
.member__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member__item-body {
  width: 69.5%;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .member__item-body {
    width: 100%;
    padding-top: 0;
    margin-top: 20px;
  }
}

.member__item-position {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .member__item-position {
    font-size: 14px;
  }
}

.member__item-name {
  font-size: clamp(17px, 1.9033674963vw, 26px);
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .member__item-name {
    font-size: 24px;
  }
}

.member__item-text {
  font-size: clamp(15px, 1.317715959vw, 18px);
  line-height: 1.77;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .member__item-text {
    font-size: 14px;
    line-height: 1.85;
  }
}

.member__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .member__cards {
    display: block;
  }
}

.member__card {
  width: calc(33.33333% - 80px);
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .member__card {
    width: calc(33.33333% - 40px);
  }
}
@media screen and (max-width: 1023px) {
  .member__card {
    width: calc(33.33333% - 26.66667px);
  }
}
@media screen and (max-width: 767px) {
  .member__card {
    width: 100%;
    max-width: 400px;
    margin: 50px auto 0;
  }
}
.member__card:not(:nth-child(3n+1)) {
  margin-left: 120px;
}
@media screen and (max-width: 1200px) {
  .member__card:not(:nth-child(3n+1)) {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .member__card:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .member__card:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}

.member__card-position {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  font-weight: 700;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .member__card-position {
    font-size: 14px;
    margin-top: 20px;
  }
}

.member__card-name {
  font-size: clamp(17px, 1.9033674963vw, 26px);
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .member__card-name {
    font-size: 24px;
  }
}

/* sponsor */
.sponsor {
  border-top: 1px solid #aaa;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .sponsor {
    margin-top: 50px;
    padding-top: 50px;
  }
}

.sponsor__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sponsor__imgs {
    display: block;
  }
}

.sponsor__img {
  width: calc(33.33333% - 80px);
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .sponsor__img {
    width: calc(33.33333% - 53.33333px);
    max-width: 400px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__img {
    width: 100%;
  }
}
.sponsor__img:not(:nth-child(3n+1)) {
  margin-left: 120px;
}
@media screen and (max-width: 1200px) {
  .sponsor__img:not(:nth-child(3n+1)) {
    margin-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor__img:not(:nth-child(3n+1)) {
    margin-left: auto;
  }
}

/* notfound */
.notfound {
  padding: 200px 0;
  padding: 12.5rem 0;
}

/* page-archive */
.page-archive {
  padding: 88px 0 85px;
}
@media screen and (max-width: 767px) {
  .page-archive {
    padding: 65px 0 70px;
  }
}

.page-archive__category-title {
  color: #2A93BA;
  font-size: clamp(13px, 1.0248901903vw, 14px);
  font-weight: 700;
  border-bottom: 1px solid #4B91B6;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .page-archive__category-title {
    font-size: 14px;
    padding-bottom: 3px;
  }
}

.page-archive__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .page-archive__category-list {
    margin-top: 5px;
  }
}
.page-archive__category-list li {
  font-size: clamp(13px, 1.0248901903vw, 14px);
  padding-left: 7px;
  position: relative;
  margin-right: 166px;
}
@media screen and (max-width: 767px) {
  .page-archive__category-list li {
    font-size: 14px;
    margin-right: 35px;
  }
}
.page-archive__category-list li::before {
  position: absolute;
  content: "";
  left: 7px;
  top: 16px;
  border-top: 4px solid transparent;
  border-left: 6px solid #2A93BA;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .page-archive__category-list li::before {
    top: 14px;
  }
}
.page-archive__category-list li a {
  display: inline-block;
  padding: 10px 0 10px 23px;
}
@media screen and (max-width: 767px) {
  .page-archive__category-list li a {
    padding: 8px 0 8px 23px;
  }
}

.page-archive__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-archive__card {
  width: calc(25% - 33.75px);
  margin-top: 50px;
}
@media screen and (max-width: 1023px) {
  .page-archive__card {
    width: calc(25% - 18.75px);
  }
}
@media screen and (max-width: 767px) {
  .page-archive__card {
    width: calc(50% - 10px);
  }
}
.page-archive__card:not(:nth-child(4n+1)) {
  margin-left: 45px;
}
@media screen and (max-width: 1023px) {
  .page-archive__card:not(:nth-child(4n+1)) {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .page-archive__card:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-archive__card:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}

.page-archive__pagination {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .page-archive__pagination {
    margin-top: 60px;
  }
}
.page-archive__pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-archive__pagination a, .page-archive__pagination span {
  margin: 10px 8px 0;
}
.page-archive__pagination a.page, .page-archive__pagination span.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  width: 41px;
  min-width: 41px;
  height: 41px;
  border-radius: 50%;
}
.page-archive__pagination a.page {
  border: 1px solid #aaa;
  -webkit-transition: background 0.3s, border 0.3s, color 0.3s;
  transition: background 0.3s, border 0.3s, color 0.3s;
}
.page-archive__pagination a.page:hover {
  opacity: 1;
  background: #2A93BA;
  color: #fff;
  border: 1px solid #2A93BA;
}
.page-archive__pagination span.current {
  background: #2A93BA;
  color: #fff;
  border: 1px solid #2A93BA;
}
.page-archive__pagination .previouspostslink, .page-archive__pagination .nextpostslink {
  border: none;
  position: relative;
}
.page-archive__pagination .previouspostslink::after, .page-archive__pagination .nextpostslink::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 12px;
}
.page-archive__pagination .previouspostslink::after {
  border-bottom: 1px solid #2D94B9;
  border-left: 1px solid #2D94B9;
  left: -3px;
}
.page-archive__pagination .nextpostslink::after {
  border-top: 1px solid #2D94B9;
  border-right: 1px solid #2D94B9;
  left: 0;
}

/* page-single */
.page-single__mv {
  background: #F4F9FA;
  margin-top: 100px;
  padding: 25px 0 55px;
}
@media screen and (max-width: 767px) {
  .page-single__mv {
    margin-top: 80px;
    padding: 15px 0 25px;
  }
}

.page-single__mv-inner {
  max-width: 1050px;
  position: relative;
}

.page-single__mv-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-single__mv-date {
  color: #6E6E6E;
  font-size: clamp(13px, 1.0248901903vw, 14px);
}
@media screen and (max-width: 767px) {
  .page-single__mv-date {
    font-size: 14px;
  }
}

.page-single__mv-sns {
  top: 0;
  right: 25px;
  position: absolute;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-single__mv-sns {
    right: 20px;
  }
}

.page-single__mv-title {
  font-size: clamp(20px, 2.5622254758vw, 35px);
  font-weight: 700;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .page-single__mv-title {
    font-size: 20px;
    margin-top: 25px;
  }
}

.page-single__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-single__flex {
    display: block;
  }
}

.page-single__breadcrumb {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-single__breadcrumb {
    width: 100%;
  }
}

.page-single__category-wrapper {
  width: 50%;
}

.page-single__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .page-single__category {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.page-single__category li {
  color: #2A93BA;
  font-size: clamp(12px, 0.9516837482vw, 13px);
  background: #ECF8F8;
  border-radius: 14px;
  margin-top: 5px;
  padding: 1px 8px 2px;
}
.page-single__category li:not(:first-child) {
  margin-left: 10px;
}

.page-single__header {
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-single__header {
    padding: 15px 0 40px;
  }
}
.page-single__header::before, .page-single__header::after {
  position: absolute;
  content: "";
  width: 34%;
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .page-single__header::before, .page-single__header::after {
    width: 48%;
    height: 115px;
  }
}
.page-single__header::before {
  left: 0;
  top: 0;
  background: url(../img/post-bg01.png) no-repeat center/cover;
}
.page-single__header::after {
  right: 0;
  bottom: 0;
  background: url(../img/post-bg02.png) no-repeat center/cover;
}

.page-single__thumbnail {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-single__thumbnail {
    margin-top: 55px;
  }
}

.page-single__sns {
  width: 700px;
  max-width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .page-single__sns {
    margin-top: 65px;
  }
}

/* top-activity */
.top-activity {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .top-activity {
    padding: 28px 0 47px;
  }
}

/* top-menu */
.top-menu {
  padding: 192px 0 100px;
  background: url(../img/top-menu-bg_pc.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .top-menu {
    padding: 135px 0 80px;
    background: url(../img/top-menu-bg_sp.png) no-repeat center top/cover;
  }
}

.top-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-menu__items {
    display: block;
  }
}

.top-menu__item {
  width: calc(33.33333% - 24px);
}
@media screen and (max-width: 767px) {
  .top-menu__item {
    width: 100%;
  }
  .top-menu__item + .top-menu__item {
    margin-top: 57px;
  }
}
.top-menu__item:not(:nth-child(3n+1)) {
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .top-menu__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.top-menu__item-img {
  position: relative;
  width: 100%;
  padding-top: 53.7234042553%;
  position: relative;
}
.top-menu__item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__item-img::before, .top-menu__item-img::after {
  position: absolute;
  content: "";
  left: 0;
}
.top-menu__item-img::before {
  top: -5px;
  width: 100%;
  height: 5px;
  background: url(../img/top-menu-border.png) no-repeat center/cover;
}
.top-menu__item-img::after {
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, from(#8cfcfd), color-stop(49.26%, #72f5fd), to(#009eff));
  background: linear-gradient(#8cfcfd 0%, #72f5fd 49.26%, #009eff 100%);
}

.top-menu__item-title {
  text-align: center;
  font-size: clamp(17px, 1.6105417277vw, 22px);
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .top-menu__item-title {
    font-size: 18px;
  }
}

.top-menu__item-text {
  font-size: clamp(14px, 1.1713030747vw, 16px);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top-menu__item-text {
    font-size: 14px;
  }
}

.top-menu__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 152px;
  max-width: 100%;
  height: 40px;
  background: #2564C9;
  color: #fff;
  font-size: clamp(12px, 1.0248901903vw, 14px);
  font-weight: 700;
  border-radius: 30px;
  margin: 48px auto 0;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-menu__item-btn {
    font-size: 14px;
    margin-top: 22px;
    padding-right: 15px;
  }
}
.top-menu__item-btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 15px;
  right: 15px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

/* top-mv */
.top-mv {
  padding: 143px 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-mv {
    padding: 107px 0 71px;
  }
}
.top-mv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 597px;
  background: url(../img/top-mv-bg_pc.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .top-mv::before {
    height: 375px;
    background: url(../img/top-mv-bg_sp.png) no-repeat center/cover;
  }
}

.top-mv__slider {
  width: 1005px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-mv__slider {
    max-width: 100%;
  }
}
.top-mv__slider .slider__dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -70px;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .top-mv__slider .slider__dots {
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__slider .slider__dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -38px;
  }
}
.top-mv__slider .slider__dots li {
  display: inline-block;
  background: #E3E3E3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.top-mv__slider .slider__dots li:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .top-mv__slider .slider__dots li:not(:first-child) {
    margin-top: 0;
    margin-left: 15px;
  }
}
.top-mv__slider .slider__dots li button {
  text-indent: -9999px;
}
.top-mv__slider .slider__dots li.slick-active {
  background: #2564C9;
}

.slick-track {
  height: 40vw;
  max-height: 485px;
}

.top-mv__slider-item {
  width: 100%;
  padding-top: 24%;
  position: relative;
}
.top-mv__slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-mv__text {
  text-align: center;
  font-size: clamp(15px, 1.317715959vw, 18px);
  line-height: 1.77;
  margin-top: 25px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .top-mv__text {
    text-align: left;
    font-size: 14px;
    line-height: 1.85;
    margin-top: 102px;
  }
}

.top-mv__btn {
  margin: 68px auto 0;
}
@media screen and (max-width: 767px) {
  .top-mv__btn {
    margin-top: 62px;
  }
}

/* top-news */
.top-news {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 33px 0 100px;
  }
}

/* top-post */
.top-post {
  position: relative;
}
.top-post::before, .top-post::after {
  position: absolute;
  content: "";
  top: 0;
  width: 34%;
  height: 300px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-post::before, .top-post::after {
    width: 40%;
    height: 115px;
  }
}
.top-post::before {
  left: 0;
  background: url(../img/top-post-bg01.png) no-repeat center/cover;
}
.top-post::after {
  right: 0;
  background: url(../img/top-post-bg02.png) no-repeat center/cover;
}

.top-post__title-wrapper {
  text-align: center;
}

.top-post__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 50px;
  margin-top: 94px;
}
@media screen and (max-width: 767px) {
  .top-post__flex {
    display: block;
    margin-top: -22px;
    padding-bottom: 23px;
  }
}

.top-post__sidebar {
  width: 14%;
}
@media screen and (max-width: 1023px) {
  .top-post__sidebar {
    width: 18%;
  }
}
@media screen and (max-width: 767px) {
  .top-post__sidebar {
    width: 100%;
    margin-top: 47px;
  }
}

.top-post__cards {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .top-post__cards {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-post__card {
  width: calc(33.33333% - 45.33333px);
}
@media screen and (max-width: 1200px) {
  .top-post__card {
    width: calc(33.33333% - 26.66667px);
  }
}
@media screen and (max-width: 1023px) {
  .top-post__card {
    width: calc(33.33333% - 13.33333px);
  }
}
@media screen and (max-width: 767px) {
  .top-post__card {
    width: calc(50% - 10px);
    margin-top: 48px;
  }
}
.top-post__card:not(:nth-child(3n+1)) {
  margin-left: 68px;
}
@media screen and (max-width: 1200px) {
  .top-post__card:not(:nth-child(3n+1)) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .top-post__card:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-post__card:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-post__card:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}

.top-post__btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .top-post__btn {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
