@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --clip-path-shape: polygon(0 0, 100% 75px, 100% 100%, 0 100%);
  --line-height: 100px;
  --overlap: -80px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url("../images/head_bg_pc.jpg");
  background-attachment: fixed;
  background-size: cover;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

h1, h2, h3, h4, h5, h6, p {
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  color: #333333;
}

p {
  text-align: justify;
}

a {
  text-decoration: none;
}

img {
  height: auto;
}

#page {
  overflow: hidden;
}

.page-container {
  overflow: hidden;
  max-width: 440px;
  margin: 0 auto;
  background-color: white;
}
@media screen and (min-width: 750px) {
  .page-container {
    zoom: 1.7;
  }
}

.page-top {
  position: relative;
}
.page-top .page-top-square {
  width: 100%;
  padding: 100px 0;
  -webkit-clip-path: polygon(0 0, 101% 0, 101% 170px, 0 95px);
          clip-path: polygon(0 0, 101% 0, 101% 170px, 0 95px);
  background-image: url("../images/head_bg_sp.png");
  background-size: cover;
}

.home .page-logo {
  position: absolute;
  top: 84px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 300px;
}
@media screen and (min-width: 750px) {
  .home .page-logo {
    top: 100px;
  }
}
.home .thumbnail-image {
  margin-top: -110px;
}

.page-logo {
  position: absolute;
  top: clamp(70px, 11.71875vw, 150px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 50%;
}
@media screen and (min-width: 750px) {
  .page-logo {
    top: 100px;
  }
}

.sub-page .page-logo {
  top: 60px;
  width: 45%;
}
@media (min-width: 1250px) {
  .sub-page .page-logo {
    top: 35px;
    width: 50%;
  }
}

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

.content > * {
  position: relative;
  width: calc(100% + 1px);
  margin: 0 auto;
}

.is-sp {
  display: block;
}
@media screen and (min-width: 750px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 750px) {
  .is-pc {
    display: block;
  }
}

.is-sp-inline {
  display: inline-block;
}
@media screen and (min-width: 750px) {
  .is-sp-inline {
    display: none;
  }
}

.is-pc-inline {
  display: none;
}
@media screen and (min-width: 750px) {
  .is-pc-inline {
    display: inline-block;
  }
}

.is-inline-img img {
  display: inline-block;
}

.wp-block-image figcaption {
  color: #808080;
  text-align: right;
  font-size: 12px;
}

.wp-block-flexible-table-block-table.table-no-vertical-border table tr {
  border-collapse: collapse;
}
.wp-block-flexible-table-block-table.table-no-vertical-border table tr td, .wp-block-flexible-table-block-table.table-no-vertical-border table tr th {
  border-left: none;
  border-right: none;
  border-color: #666666;
}

.not-found .widget_recent_entries h2 {
  margin-top: 1em;
}
.not-found .widget_recent_entries ul {
  list-style-type: none;
  padding: 0;
}
.not-found .widget_recent_entries ul li {
  margin-top: 1em;
}
.not-found .widget_recent_entries ul li a {
  color: #333333;
  text-decoration: none;
}

.link-pos {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}

header {
  /* Navigation
  --------------------------------------------- */
}
@media (max-width: 1250px) {
  header {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
    width: 100%;
    max-width: 750px;
  }
}
header .social-icons {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  top: 30px;
  right: 30px;
}
@media (min-width: 750px) {
  header .social-icons {
    zoom: 1.7;
  }
}
@media (max-width: 1250px) {
  header .social-icons {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 15px;
    background-color: rgba(159, 0, 91, 0.7);
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
}
@media (min-width: 1250px) {
  header .social-icons {
    zoom: 1.5;
    top: 20px;
    right: initial;
    left: 20px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
header .social-icons img {
  width: 22px;
  height: auto;
}
header .main-navigation {
  display: block;
  width: 100%;
}
header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-navigation a {
  text-decoration: none;
}
@media (min-width: 750px) and (max-width: 1250px) {
  header .main-navigation {
    zoom: 1.7;
  }
}
@media screen and (max-width: 1250px) {
  header .main-navigation {
    position: absolute;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .main-navigation button.menu-toggle {
    position: fixed;
    z-index: 2;
    top: 20px;
    left: 20px;
    background-color: rgba(159, 0, 91, 0.7);
    border: none;
    width: 40px;
    height: 36px;
  }
  header .main-navigation .menu-toggle {
    position: relative;
    height: 20px;
    width: 28px;
    display: inline-block;
  }
  header .main-navigation .menu-toggle span {
    position: absolute;
    display: inline-block;
    left: 6px;
    height: 2px;
    width: 28px;
    background-color: white;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  header .main-navigation .menu-toggle span:nth-of-type(1) {
    top: 10px;
  }
  header .main-navigation .menu-toggle span:nth-of-type(2) {
    top: 17px;
  }
  header .main-navigation .menu-toggle span:nth-of-type(3) {
    top: 24px;
  }
  header .main-navigation .menu-wraper {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 100%;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    min-width: 60%;
    padding: 50px 25px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#AA0353), to(#00389F));
    background: -webkit-linear-gradient(top, #AA0353, #00389F);
    background: linear-gradient(to bottom, #AA0353, #00389F);
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
            box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s 0s ease;
    transition: all 0.6s 0s ease;
  }
  header .main-navigation .menu-wraper.scrolled {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  header .main-navigation .menu-wraper .menu-header_menu-container {
    position: relative;
    padding: 25px 0 55px 0;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container a {
    display: inline-block;
    color: white;
    line-height: 1;
    letter-spacing: 2px;
    font-size: 19px;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul {
    display: grid;
    row-gap: 26px;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li {
    position: relative;
    padding: 0 15px;
    line-height: 30px;
    white-space: nowrap;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: white;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children .sub-menu-btn {
    position: absolute;
    top: 8px;
    right: 4%;
    width: 10px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children .sub-menu-btn svg .st0 {
    stroke: white;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children .sub-menu {
    height: 0;
    pointer-events: none;
    padding-top: 5px;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children .sub-menu li {
    opacity: 0;
    margin-left: -20px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu-btn {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu {
    pointer-events: all;
    height: auto;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu li {
    opacity: 1;
    margin-left: 0px;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu li:nth-of-type(1) {
    -webkit-transition: all 0.4s 0.1s ease;
    transition: all 0.4s 0.1s ease;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu li:nth-of-type(2) {
    -webkit-transition: all 0.4s 0.2s ease;
    transition: all 0.4s 0.2s ease;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu li:nth-of-type(3) {
    -webkit-transition: all 0.4s 0.3s ease;
    transition: all 0.4s 0.3s ease;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu li:nth-of-type(4) {
    -webkit-transition: all 0.4s 0.4s ease;
    transition: all 0.4s 0.4s ease;
  }
  header .main-navigation .menu-wraper .menu-header_menu-container ul li.menu-item-has-children.toggled .sub-menu li:nth-of-type(5) {
    -webkit-transition: all 0.4s 0.5s ease;
    transition: all 0.4s 0.5s ease;
  }
  header .main-navigation.toggled button.menu-toggle {
    background-color: rgba(159, 0, 91, 0);
  }
  header .main-navigation.toggled button.menu-toggle span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    width: 22.4px;
  }
  header .main-navigation.toggled button.menu-toggle span:nth-of-type(2) {
    opacity: 0;
  }
  header .main-navigation.toggled button.menu-toggle span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    width: 22.4px;
  }
  header .main-navigation.toggled .menu-wraper {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (min-width: 1250px) {
  header .menu-toggle {
    display: none;
  }
  header .sub-menu-btn {
    display: none;
  }
  header .main-navigation {
    position: fixed;
  }
  header .main-navigation ul li > a::before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 0;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
    height: 2px;
    width: 0%;
    background-color: white;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
}
@media screen and (min-width: 1250px) and (hover: hover) {
  header .main-navigation ul li:hover > a {
    color: white;
    opacity: 0.8;
  }
}
@media screen and (min-width: 1250px) {
  header .main-navigation ul {
    position: fixed;
    left: 38px;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 16px;
    padding: 0;
    font-size: clamp(11px, 1.171875vw, 15px);
    letter-spacing: 0.1em;
  }
  header .main-navigation ul li {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .main-navigation ul .sub-menu {
    position: absolute;
    z-index: 999;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .main-navigation ul li.menu-item-has-children .sub-menu {
    background-color: white;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    width: clamp(180px, 15.625vw, 200px);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    margin-top: 20px;
  }
  header .main-navigation ul li.menu-item-has-children .sub-menu:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid white;
  }
  header .main-navigation ul li.menu-item-has-children .sub-menu::after {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    content: "";
    width: 100%;
    height: 30px;
  }
}
@media screen and (min-width: 1250px) and (hover: hover) {
  header .main-navigation ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: initial;
  }
}
@media screen and (min-width: 1250px) and (hover: none) {
  header .main-navigation ul li.menu-item-has-children .sub-menu-btn {
    display: block;
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate3d(1, 0, 0, 0deg);
            transform: translateX(-50%) rotate3d(1, 0, 0, 0deg);
    width: 10px;
    -webkit-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
  }
  header .main-navigation ul li.menu-item-has-children .sub-menu-btn svg {
    width: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .main-navigation ul li.menu-item-has-children .sub-menu-btn svg .st0 {
    stroke: white;
  }
  header .main-navigation ul li.menu-item-has-children.toggled > a {
    color: white;
  }
  header .main-navigation ul li.menu-item-has-children.toggled .sub-menu-btn {
    -webkit-transform: translateX(-50%) rotate3d(1, 0, 0, 180deg);
            transform: translateX(-50%) rotate3d(1, 0, 0, 180deg);
  }
  header .main-navigation ul li.menu-item-has-children.toggled .sub-menu {
    opacity: 1;
    pointer-events: initial;
  }
}
@media screen and (min-width: 1250px) {
  header .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: right;
    position: absolute;
    top: 100%;
    z-index: 99999;
  }
  header .main-navigation ul ul li:hover > ul,
  header .main-navigation ul ul li.focus > ul {
    display: block;
  }
  header .main-navigation li {
    position: relative;
  }
  header .main-navigation a {
    position: relative;
    color: white;
  }
  header .main-navigation a {
    position: relative;
    color: white;
    font-size: 24px;
    z-index: 1;
  }
  header .main-navigation a::after {
    background-image: url("../images/title back_news.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 37px;
    height: 15px;
    z-index: -1;
  }
}

.site-footer {
  position: relative;
  width: calc(100% + 1px);
  overflow: hidden;
  background: #231815;
  color: white;
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.site-footer .footer-inner {
  width: 90%;
  margin: 0 auto;
  padding: 85px 0 20px;
}
.site-footer .footer-inner ul#footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.site-footer .footer-inner ul#footer-menu li a {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
}
.site-footer .footer-inner ul#footer-menu li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.site-footer .footer-inner .site-info p {
  margin: 0;
  font-size: 11px;
  color: white;
  text-align: center;
}

#to-page-top-btn {
  position: fixed;
  bottom: 35px;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.333s ease;
  transition: opacity 0.333s ease;
  /* 矢の軸 */
  /* 矢じり */
  /* 縦書きテキスト */
  /* ホバー時 */
}
@media (max-width: 441px) {
  #to-page-top-btn {
    color: black;
    right: 4px;
  }
}
@media (min-width: 441px) and (max-width: 750px) {
  #to-page-top-btn {
    color: black;
    right: 50%;
    -webkit-transform: translateX(50%) translateX(200px);
            transform: translateX(50%) translateX(200px);
  }
}
@media (min-width: 750px) and (max-width: 1250px) {
  #to-page-top-btn {
    color: black;
    right: 50%;
    -webkit-transform: translateX(50%) translateX(340px);
            transform: translateX(50%) translateX(340px);
  }
}
#to-page-top-btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: currentColor;
}
#to-page-top-btn::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: 1px;
  height: 8px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateX(4px);
          transform: rotate(-45deg) translateX(-50%) translateX(4px);
}
#to-page-top-btn .page-top-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 8px;
}
@media (min-width: 750px) {
  #to-page-top-btn .page-top-text {
    font-size: 13px;
  }
}
#to-page-top-btn:hover {
  opacity: 0.8;
}
#to-page-top-btn.show {
  opacity: 1;
  pointer-events: initial;
}

.home section h2 {
  position: relative;
  color: white;
  z-index: 1;
  padding-left: 5px;
  margin-bottom: 14px;
  font-size: 22px;
}
.home section h2::before {
  background-image: url("../images/title back_news.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 37px;
  height: 15px;
  z-index: -1;
}
.home .news-section {
  padding-top: 70px;
  padding-bottom: 100px;
  margin-top: -75px;
  background-image: url("../images/news_bg_sp.png");
  background-size: cover;
  background-position-y: -20px;
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.home .news-section h2 {
  color: white;
}
.home .news-section h2::before {
  background-image: url("../images/title back_news.png");
}
.home .news-section h2 + .wp-block-group {
  padding-right: 10px;
  padding-bottom: 40px;
  margin-bottom: 10px;
  background-color: white;
}
.home .news-section .wp-block-latest-posts__list {
  list-style: none;
  padding: 12px 2px 12px 12px;
  margin: 0;
  background-color: white;
}
.home .news-section .wp-block-latest-posts__list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 5px 0;
}
.home .news-section .wp-block-latest-posts__list li:last-child {
  border-bottom: none;
}
.home .news-section .wp-block-latest-posts__list li a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
  text-align: justify;
}
.home .news-section .wp-block-latest-posts__list li a:hover {
  opacity: 0.8;
}
.home .news-section .wp-block-latest-posts__list li time {
  grid-row: 1;
}
.home .news-section .wp-block-latest-posts__list li .wp-block-latest-posts__post-date {
  font-size: 13px;
  line-height: 1.7;
}
.home .section-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: var(--overlap);
  /* ライン同士の隙間をなくす */
}
.home .section-divider .line {
  width: 100%;
  height: var(--line-height);
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.home .section-divider .line1 {
  background-color: #12359A;
}
.home .section-divider .line2 {
  background-color: #3C57AE;
}
.home .section-divider .line3 {
  background-color: #747DC2;
}
.home .section-divider .line + .line {
  margin-top: var(--overlap);
}
.home .section-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home .about-section {
  padding-top: 50px;
  margin-top: -80px;
  background-color: white;
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.home .about-section h2 {
  color: #0033A1;
}
.home .about-section .wp-block-group__inner-container.is-layout-constrained {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .about-section .wp-block-group__inner-container.is-layout-constrained > .wp-block-cover {
  position: relative;
  overflow: hidden;
  min-height: initial;
  padding: 0;
}
.home .about-section .wp-block-group__inner-container.is-layout-constrained > .wp-block-cover .wp-block-cover__background.has-background-dim {
  background-color: transparent !important;
}
.home .about-section .wp-block-group__inner-container.is-layout-constrained > .wp-block-cover .wp-block-cover__image-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
.home .about-section .wp-block-group__inner-container.is-layout-constrained > .wp-block-cover:first-of-type .wp-block-cover__inner-container {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 61%;
  max-height: 90%;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.45);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
.home .about-section .wp-block-group__inner-container.is-layout-constrained > .wp-block-cover:first-of-type .wp-block-cover__inner-container p {
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.home .about-section .wp-block-group + .wp-block-image {
  margin-top: 1px;
}
.home .riders-section {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: -20px;
  -webkit-clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 100%);
}
.home .riders-section .background-image {
  position: absolute;
  top: -10px;
  left: -3%;
  width: 106%;
  height: 101%;
  background-size: cover;
  background-position: top;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: 1;
}
.home .riders-section .background-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home .riders-section h2 {
  position: relative;
  z-index: 1;
  color: #0033A1;
}
.home .riders-section p {
  color: white;
}
.home .riders-section p.rider-name {
  position: relative;
  margin-top: 23px;
  margin-bottom: 17px;
  font-size: 22px;
}
.home .riders-section p.rider-name::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.home .riders-section p + .wp-block-image img {
  width: 105px;
}
.home .riders-section .wp-block-table {
  padding: 0 4px;
  margin-top: 12px;
  margin-bottom: 30px;
  color: white;
  border-collapse: collapse;
  border: none;
}
.home .riders-section .wp-block-table th,
.home .riders-section .wp-block-table td {
  border: none;
  padding: 3px 0;
  font-size: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}
.home .riders-section .wp-block-table th:first-child,
.home .riders-section .wp-block-table td:first-child {
  width: 60px;
  vertical-align: top;
}
.home .sponsored-section {
  padding-top: 50px;
  padding-bottom: 75px;
  margin-top: -100px;
  background-color: white;
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.home .sponsored-section h2 {
  position: relative;
  z-index: 1;
  color: #0033A1;
}
.home .sponsored-section .wp-block-group.is-vertical {
  gap: 0;
}
.home .linkbanner-section {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -95px;
  background-color: #0033A1;
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.home .linkbanner-section h2 {
  position: relative;
  z-index: 1;
  color: #0033A1;
}
.home .linkbanner-section .wp-block-group.is-vertical {
  gap: 0;
}
.home .logos-section {
  padding-top: 100px;
  margin-top: -80px;
  background-color: white;
  -webkit-clip-path: var(--clip-path-shape);
          clip-path: var(--clip-path-shape);
}
.home .logos-section .wp-block-group.banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  padding: 0 10px;
}
.home .logos-section .wp-block-group.banner-list a {
  display: block;
}
.home .logos-section .wp-block-group.banner-list img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 40px;
}

.normal-content-style {
  min-height: calc(100vh - 377px);
  padding: 0 20px 30px;
}
@media screen and (min-width: 750px) {
  .normal-content-style {
    min-height: calc(59vh - 377px);
  }
}
.normal-content-style h1 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
}
.normal-content-style H2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.normal-content-style H3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}
.normal-content-style H4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18.08px;
}
.normal-content-style H5 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18.08px;
}
.normal-content-style H6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18.08px;
}
.normal-content-style p {
  font-size: 16px;
  line-height: 35.2px;
}
.normal-content-style .is-layout-grid .wp-block-button__link {
  white-space: nowrap;
  padding: 4px 0;
}
.normal-content-style .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}
.normal-content-style .wp-block-table td {
  color: #333333;
  border: solid 1px #333333;
}
.normal-content-style .entry-content {
  margin-top: 30px;
}
.normal-content-style .entry-meta .entry-date {
  color: #333333;
  letter-spacing: 0.08em;
}
.normal-content-style .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.normal-content-style .nav-links a {
  text-decoration: none;
  color: #333333;
}
.normal-content-style .nav-links a img {
  max-width: 57px;
  display: block;
}

.page-notice h1, .page-notice h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: clamp(20px, 2.1875vw, 28px);
  color: #333333;
  text-align: justify;
}
.page-notice h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #333333;
}
.page-notice table {
  margin-top: 10px;
}
.page-notice p {
  line-height: 1.8;
}
.page-notice .entry-meta {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: right;
}
.page-notice .wp-block-table th {
  background-color: #ddd;
}
.page-notice .wp-block-table .wp-element-caption {
  margin-top: 0.5em;
  color: #333333;
  font-size: clamp(13px, 1.09375vw, 14px);
}

.archive .page-container {
  background-color: #0033A1;
}
.archive .page-container main {
  min-height: calc(100vh - 377px);
}
@media screen and (min-width: 750px) {
  .archive .page-container main {
    min-height: calc(59vh - 377px);
  }
}

.archive .news-section {
  padding: 0 20px 60px;
  margin-top: -10px;
  text-align: center;
}
.archive .news-section .news-title {
  position: relative;
  z-index: 1;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.archive .news-section .news-title::before {
  background-image: url("../images/title back_news.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 37px;
  height: 15px;
  z-index: -1;
}
.archive .news-section .news-box {
  background-color: #fff;
  padding-bottom: 30px;
  margin: 0 auto;
  text-align: left;
}
.archive .news-section .news-box .news-list {
  list-style: none;
  padding: 12px;
  margin: 0;
  background-color: white;
}
.archive .news-section .news-box .news-list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 5px 0;
}
.archive .news-section .news-box .news-list li:last-child {
  border-bottom: none;
}
.archive .news-section .news-box .news-list li a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
  text-align: justify;
}
.archive .news-section .news-box .news-list li a:hover {
  opacity: 0.8;
}
.archive .news-section .news-box .news-list li time {
  font-size: 13px;
  line-height: 1.7;
  grid-row: 1;
}
.archive .news-section .news-box .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.archive .news-section .news-box .pagination .page-numbers {
  list-style: none;
  min-width: 30px;
  padding: 3px 7px;
  color: #333333;
  text-align: center;
  background-color: #ECD2E2;
}
.archive .news-section .news-box .pagination .page-numbers.current {
  background-color: #DDADCA;
  font-weight: bold;
}
.archive .news-section .news-box .pagination .page-numbers.dots {
  background-color: initial;
  padding: 3px 0 0;
  margin-left: -5px;
  margin-right: -5px;
  min-width: initial;
}
.archive .news-section .news-box .pagination .next.page-numbers,
.archive .news-section .news-box .pagination .prev.page-numbers {
  background-color: initial;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.archive .news-section .news-box .pagination .next.page-numbers img,
.archive .news-section .news-box .pagination .prev.page-numbers img {
  max-width: 57px;
  display: block;
}
.archive .news-section .news-box .pagination a {
  color: #333333;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */